.category-section{position:relative}.category-section__heading{text-align:center;margin-bottom:1rem;position:relative;color:var(--color-heading)}.category-section__heading:after{content:"";display:block;width:60px;height:3px;background:var(--color-heading);margin:10px auto}.category-section__subheading{text-align:center;margin-bottom:3rem;color:var(--color-text);font-size:1.125rem}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.category-card{background:transparent;border-radius:12px;overflow:hidden;transition:transform .3s ease}.category-card:hover{transform:translateY(-5px)}.category-card__link{display:block;text-decoration:none;color:inherit}.category-card__image-container{background:#f0f0f0;border-radius:50%;width:75%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0px auto 1rem;position:relative}.category-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__placeholder{width:60%;height:60%;display:flex;align-items:center;justify-content:center}.category-card__placeholder .placeholder-svg{width:100%;height:100%;fill:#ddd}.category-card__content{text-align:center;padding:0 .5rem}.category-card__title{color:var(--color-text);font-weight:600;font-size:1.2rem;margin:0;line-height:1.3;transition:color .3s ease}.category-card:hover .category-card__title{color:var(--color-heading)}@media screen and (max-width: 1200px){.category-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media screen and (max-width: 989px){.category-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media screen and (max-width: 749px){.category-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.category-card__title{font-size:.875rem}}@media screen and (max-width: 480px){.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-section__subheading{margin-bottom:2rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/component-category-section.css.map */
