.category-cards{padding:var(--section-padding, 120px) 0}.category-cards__grid{display:grid;gap:2rem;margin:0 auto}.category-cards__grid--2-col{grid-template-columns:repeat(2,1fr)}.category-cards__grid--3-col{grid-template-columns:repeat(3,1fr)}.category-cards__grid--4-col{grid-template-columns:repeat(4,1fr)}.category-cards__grid--5-col{grid-template-columns:repeat(5,1fr)}.category-cards__grid--6-col{grid-template-columns:repeat(6,1fr)}.category-card{position:relative;overflow:hidden;border-radius:var(--card-border-radius, 20px);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;display:block}.category-card__image-wrapper{position:relative;width:100%;padding-bottom:66.67%;overflow:hidden;border-radius:20px}.category-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .3s ease;border-radius:20px;overflow:hidden}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__content{padding:1.5rem;text-align:center}.category-card__title{margin:0;font-size:20px;font-weight:900;color:#7c5225;transition:color .3s ease}.category-card:hover .category-card__title{color:var(--color-link-hover, #666)}@media screen and (max-width: 989px){.category-cards__grid--4-col,.category-cards__grid--5-col,.category-cards__grid--6-col{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 749px){.category-cards__grid{gap:1.5rem}.category-cards__grid--3-col,.category-cards__grid--4-col,.category-cards__grid--5-col,.category-cards__grid--6-col{grid-template-columns:repeat(2,1fr)}.category-card__content{padding:1rem}.category-cards{padding:var(--section-padding, 48px) 0}}@media screen and (max-width: 480px){.category-cards__grid--2-col,.category-cards__grid--3-col,.category-cards__grid--4-col,.category-cards__grid--5-col,.category-cards__grid--6-col{grid-template-columns:1fr}}.category-cards.with-background{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.category-cards.with-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;z-index:0}.category-cards.with-background .page-width{position:relative;z-index:1}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-category-cards.css.map */
