.CategoryShowcase-module-scss-module__zh1aTq__page{background:linear-gradient(#f7f7f7 0%,#fff 34rem);min-height:100vh}.CategoryShowcase-module-scss-module__zh1aTq__shell{width:min(100%,1280px);margin:0 auto;padding:0 clamp(1rem,4vw,3rem) clamp(4.5rem,8vw,7rem)}.CategoryShowcase-module-scss-module__zh1aTq__hero{isolation:isolate;background:#ececec;width:100%;min-height:clamp(36rem,54vw,52rem);animation:.8s cubic-bezier(.16,1,.3,1) both CategoryShowcase-module-scss-module__zh1aTq__heroReveal;display:grid;position:relative;overflow:hidden}.CategoryShowcase-module-scss-module__zh1aTq__heroPicture{z-index:-2;position:absolute;inset:0}.CategoryShowcase-module-scss-module__zh1aTq__heroImage{object-fit:cover;object-position:center;width:100%;height:100%}.CategoryShowcase-module-scss-module__zh1aTq__heroShade{z-index:-1;background:linear-gradient(90deg,#fffffffa 0%,#ffffffe6 34%,#fff3 58%,#fff0 75%);position:absolute;inset:0}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy{align-self:center;width:min(49%,34rem);margin-left:clamp(3rem,8vw,10rem);margin-right:auto;padding-block:clamp(2rem,5vw,4rem);animation:.72s cubic-bezier(.16,1,.3,1) .18s both CategoryShowcase-module-scss-module__zh1aTq__copyReveal}.CategoryShowcase-module-scss-module__zh1aTq__heroLine{background:var(--primary-color-2);border-radius:999px;width:3rem;height:3px;margin-bottom:1.3rem;display:block}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy h1{color:var(--text-title);font-size:clamp(2.5rem,5vw,4.6rem);font-weight:var(--font-weight-heavy);letter-spacing:-.035em;text-wrap:balance;line-height:.95}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy p{color:var(--text-secondary);font-size:clamp(1rem,1.5vw,1.15rem);font-weight:var(--font-weight-regular);text-align:left;text-wrap:pretty;margin-top:1.3rem;line-height:1.65}.CategoryShowcase-module-scss-module__zh1aTq__catalog{padding-top:clamp(3rem,6vw,5.5rem)}.CategoryShowcase-module-scss-module__zh1aTq__filterArea{justify-items:start;margin-bottom:clamp(2rem,4vw,3rem);display:grid}.CategoryShowcase-module-scss-module__zh1aTq__filters{flex-wrap:wrap;justify-content:flex-start;gap:.75rem;display:flex}.CategoryShowcase-module-scss-module__zh1aTq__filterButton{min-width:7.4rem;color:var(--text-secondary);font-size:.86rem;font-weight:var(--font-weight-bold);letter-spacing:.045em;background:#fff;border:1px solid #2929292e;border-radius:999px;padding:.72rem 1.15rem;transition:color .2s,background-color .2s,border-color .2s,transform .2s}.CategoryShowcase-module-scss-module__zh1aTq__filterButton:hover{color:var(--primary-color);border-color:#c1002761;transform:translateY(-1px)}.CategoryShowcase-module-scss-module__zh1aTq__filterButtonActive,.CategoryShowcase-module-scss-module__zh1aTq__filterButtonActive:hover{border-color:var(--primary-color);background:var(--primary-color);color:#fff}.CategoryShowcase-module-scss-module__zh1aTq__productGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(1rem,2vw,1.5rem);display:grid}.CategoryShowcase-module-scss-module__zh1aTq__productCard{height:23rem;animation:CategoryShowcase-module-scss-module__zh1aTq__cardReveal .56s var(--card-delay) cubic-bezier(.16, 1, .3, 1) both;background:#fff;border:1px solid #2929291c;border-radius:1.35rem;grid-template-columns:minmax(0,58%) minmax(0,42%);transition:border-color .22s,box-shadow .22s,transform .22s;display:grid;overflow:hidden;box-shadow:0 14px 40px #29292912}.CategoryShowcase-module-scss-module__zh1aTq__productCard:hover{border-color:#c1002738;transform:translateY(-4px);box-shadow:0 20px 48px #2929291c}.CategoryShowcase-module-scss-module__zh1aTq__productMedia{background:#fff;border-right:1px solid #29292912;min-width:0;position:relative;overflow:hidden}.CategoryShowcase-module-scss-module__zh1aTq__productImage{object-fit:contain;object-position:center;padding:clamp(.7rem,1.5vw,1.25rem);transition:scale .32s cubic-bezier(.16,1,.3,1)}.CategoryShowcase-module-scss-module__zh1aTq__productCard:hover .CategoryShowcase-module-scss-module__zh1aTq__productImage{scale:1.035}.CategoryShowcase-module-scss-module__zh1aTq__productBody{flex-direction:column;justify-content:center;min-width:0;padding:clamp(1.35rem,2.6vw,2rem);display:flex}.CategoryShowcase-module-scss-module__zh1aTq__productBody h3{color:var(--text-title);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:var(--font-weight-bold);text-wrap:pretty;-webkit-line-clamp:4;-webkit-box-orient:vertical;line-height:1.16;display:-webkit-box;overflow:hidden}.CategoryShowcase-module-scss-module__zh1aTq__detailsButton{width:100%;min-height:3rem;color:var(--text-secondary);font-weight:var(--font-weight-medium);border:1px solid #29292966;border-radius:.7rem;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding:.7rem 1rem;transition:color .2s,border-color .2s,background-color .2s;display:inline-flex}.CategoryShowcase-module-scss-module__zh1aTq__detailsButton svg{color:var(--primary-color-2);flex:none;transition:transform .2s}.CategoryShowcase-module-scss-module__zh1aTq__detailsButton:hover{border-color:var(--primary-color);color:var(--primary-color);background:#c1002709}.CategoryShowcase-module-scss-module__zh1aTq__detailsButton:hover svg{transform:translate(.2rem)}@keyframes CategoryShowcase-module-scss-module__zh1aTq__heroReveal{0%{opacity:0;translate:0 1.2rem;scale:.99}to{opacity:1;translate:0;scale:1}}@keyframes CategoryShowcase-module-scss-module__zh1aTq__copyReveal{0%{opacity:0;translate:-1.5rem}to{opacity:1;translate:0}}@keyframes CategoryShowcase-module-scss-module__zh1aTq__cardReveal{0%{opacity:0;translate:0 1.15rem}to{opacity:1;translate:0}}@media (max-width:980px){.CategoryShowcase-module-scss-module__zh1aTq__heroCopy{width:min(56%,32rem);margin-left:2.25rem;padding-block:2.25rem}.CategoryShowcase-module-scss-module__zh1aTq__productGrid{grid-template-columns:1fr}}@media (max-width:680px){.CategoryShowcase-module-scss-module__zh1aTq__hero{min-height:31rem}.CategoryShowcase-module-scss-module__zh1aTq__heroShade{background:linear-gradient(#ffffff05 18%,#ffffff59 44%,#fffffff7 69%,#fff 100%)}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy{align-self:end;width:100%;margin-left:0;padding:2rem 1.4rem 2.2rem}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy h1{max-width:20rem;font-size:clamp(2.4rem,13vw,3.5rem)}.CategoryShowcase-module-scss-module__zh1aTq__heroCopy p{margin-top:.9rem;font-size:.96rem;line-height:1.5}.CategoryShowcase-module-scss-module__zh1aTq__catalog{padding-top:2.75rem}.CategoryShowcase-module-scss-module__zh1aTq__filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;width:100%;display:grid}.CategoryShowcase-module-scss-module__zh1aTq__filterButton{min-width:0;padding-inline:.65rem}.CategoryShowcase-module-scss-module__zh1aTq__productGrid{grid-template-columns:1fr}.CategoryShowcase-module-scss-module__zh1aTq__productCard{grid-template-rows:1fr;grid-template-columns:minmax(0,54%) minmax(0,46%);height:17.5rem}.CategoryShowcase-module-scss-module__zh1aTq__productMedia{border-bottom:0;border-right:1px solid #29292912}.CategoryShowcase-module-scss-module__zh1aTq__productImage{padding:.45rem}.CategoryShowcase-module-scss-module__zh1aTq__productBody{padding:1.1rem}.CategoryShowcase-module-scss-module__zh1aTq__productBody h3{min-height:0;font-size:clamp(1.05rem,4.7vw,1.3rem)}.CategoryShowcase-module-scss-module__zh1aTq__detailsButton{gap:.5rem;margin-top:1.25rem;padding-inline:.75rem;font-size:.9rem}}@media (prefers-reduced-motion:reduce){.CategoryShowcase-module-scss-module__zh1aTq__hero,.CategoryShowcase-module-scss-module__zh1aTq__heroCopy,.CategoryShowcase-module-scss-module__zh1aTq__productCard{opacity:1;animation:none;translate:none;scale:none}.CategoryShowcase-module-scss-module__zh1aTq__filterButton,.CategoryShowcase-module-scss-module__zh1aTq__productCard,.CategoryShowcase-module-scss-module__zh1aTq__productImage,.CategoryShowcase-module-scss-module__zh1aTq__detailsButton,.CategoryShowcase-module-scss-module__zh1aTq__detailsButton svg{transition:none}}
