/** Shopify CDN: Minification failed

Line 28:14 Expected identifier but found whitespace
Line 28:20 Unexpected ";"

**/
 .custom-catalog-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 1.8rem;
    gap: 0px;
    position: relative;
   border: 1px solid #ddd;
   text-align: center;
}
.custom-inner-content {
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    max-width: 100%;
}
.category-card{
  flex: 0 0 auto;
  width: 20%;
}
.card-overlay-media-cataogry
   object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-base);
}

@media (max-width: 469.98px) {
 
}
@media (max-width: 350px){
  
 
}

@media (min-width: 470px) and (max-width: 767.98px) {

}
@media (min-width: 768px) and (max-width: 1199px) {
 
}
@media (min-width: 1200px) {
}