.category-showcase{background:var(--section-bg, var(--color-background));padding:48px 20px}.category-showcase__container{max-width:1400px;margin:0 auto}.category-showcase__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.category-showcase__heading{font-family:var(--font-family-base);color:var(--color-text-main);font-size:1.75rem;font-weight:700;margin:0}.category-showcase__see-all{color:var(--color-text-main);font-size:.95rem;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.category-showcase__see-all:hover{opacity:.7}.category-showcase__grid{display:grid;grid-template-columns:repeat(var(--card-count, 4),1fr);gap:24px}.category-card{position:relative;display:block;border-radius:20px;overflow:hidden;text-decoration:none;background:var(--color-surface);transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.category-card__image-wrapper{position:relative;width:100%;padding-bottom:75%;background:var(--color-surface);overflow:hidden}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.category-card:hover .category-card__image{transform:scale(1.03)}.category-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--color-surface)}.category-card__placeholder svg{width:40%;opacity:.3}.category-card__badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fffffff2;padding:12px 28px;border-radius:50px;box-shadow:0 4px 20px #00000014;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;transition:all .3s ease}.category-card:hover .category-card__badge{background:#fff;box-shadow:0 6px 24px #0000001f;transform:translate(-50%,-50%) scale(1.02)}.category-card__title{font-family:var(--font-family-base);font-size:1.1rem;font-weight:600;color:#1a1a1a;white-space:nowrap;letter-spacing:-.2px}@media(max-width:1024px){.category-showcase__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.category-showcase{padding:32px 16px}.category-showcase__header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:24px}.category-showcase__heading{font-size:1.5rem}.category-showcase__grid{grid-template-columns:1fr;gap:16px}.category-card__image-wrapper{padding-bottom:60%}.category-card__badge{padding:10px 24px}.category-card__title{font-size:1rem}}@media(prefers-reduced-motion:reduce){.category-card,.category-card__image,.category-card__badge{transition:none}.category-card:hover,.category-card:hover .category-card__image{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-category-showcase.css.map */
