.hero-slider{position:relative;width:100%;overflow:hidden}.hero-slider__viewport{position:relative;width:100%;height:calc(100vh - var(--header-height,72px) - var(--strip-height,0px));height:calc(100svh - var(--header-height,72px) - var(--strip-height,0px));min-height:380px;touch-action:pan-y pinch-zoom;overflow:hidden}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1.4s var(--ease-out-expo);z-index:0}.hero-slide--active{opacity:1;z-index:1}.hero-slide__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-slide__media img,.hero-slide__media video{width:100%;height:100%;object-fit:cover}.hero-slide--active .hero-slide__media img{animation:heroZoom 14s ease-out forwards}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000080,#00000005 40%,#0000001f);z-index:1}.hero-slide__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;z-index:2;text-align:center;padding:0 clamp(1rem,4vw,2rem) clamp(36px,6vw,56px)}.hero-slide__subtitle{display:inline-flex;align-items:center;gap:clamp(.5rem,2vw,1.25rem);font-size:clamp(.6rem,1.5vw,.7rem);text-transform:uppercase;letter-spacing:clamp(.2em,2vw,.5em);color:#ffffffe6;margin-bottom:1.75rem;font-weight:400}.hero-slide__subtitle:before,.hero-slide__subtitle:after{content:"";width:clamp(20px,5vw,40px);height:.5px;background:#ffffff80}.hero-slide__title{font-size:clamp(2.4rem,6.5vw,5rem);color:#fff;margin-bottom:1.5rem;line-height:1.05;max-width:780px;font-weight:400;letter-spacing:.06em;text-transform:uppercase}.hero-slide--active .hero-slide__subtitle{animation:heroFadeUp .9s .3s both}.hero-slide--active .hero-slide__title{animation:heroFadeUp .9s .5s both}.hero-slide--active .hero-slide__btn{animation:heroFadeUp .9s .7s both}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-slide__btn{display:inline-flex;align-items:center;gap:.7rem;padding:16px 48px;background:var(--color-accent);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .5s var(--ease-out-expo);position:relative;overflow:hidden;border:none;box-shadow:0 4px 20px rgba(var(--color-accent-rgb),.3);z-index:1;border-radius:8px}.hero-slide__btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--color-accent-dark);transition:left .5s var(--ease-out-expo);z-index:0}.hero-slide__btn:hover:after{left:0}.hero-slide__btn:hover{color:#fff;box-shadow:0 8px 30px #0000004d}.hero-slide__btn>*{position:relative;z-index:1}.hero-slide__btn svg{position:relative;z-index:1;transition:transform .3s}.hero-slide__btn:hover svg{transform:translate(4px)}.hero-slider__dots{position:absolute;bottom:48px;left:50%;transform:translate(-50%);display:flex;gap:2px;z-index:3}.hero-slider__dot{width:24px;height:3px;border-radius:0;background:#ffffff4d;border:none;cursor:pointer;transition:all .5s var(--ease-out-expo);padding:0;position:relative}.hero-slider__dot:before{content:"";position:absolute;top:-10px;right:-6px;bottom:-10px;left:-6px}.hero-slider__dot.active{background:var(--color-accent);width:40px;box-shadow:0 0 8px rgba(var(--color-accent-rgb),.4)}.hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:0;display:flex;align-items:center;justify-content:center;z-index:3;cursor:pointer;transition:all .35s var(--ease-out-expo);color:#ffffffd9}.hero-slider__arrow:hover{background:var(--color-accent);color:#fff;border-color:var(--color-accent);transform:translateY(-50%);box-shadow:none}.hero-slider__arrow--prev{left:32px}.hero-slider__arrow--next{right:32px}.hero-slider__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff1f;z-index:4}.hero-slider__progress-bar{height:100%;background:#fffc;width:0;animation:heroProgress linear forwards}@keyframes heroProgress{0%{width:0}to{width:100%}}.hero-slider__scroll-cue{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:scrollCuePulse 2.5s ease-in-out infinite}.hero-slider__scroll-text{font-size:.6rem;text-transform:uppercase;letter-spacing:.3em;color:#fff9;font-weight:400}.hero-slider__scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,rgba(255,255,255,.6),transparent);animation:scrollLineAnim 2s ease-in-out infinite}@keyframes scrollCuePulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes scrollLineAnim{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}@media(max-width:768px){.hero-slider__viewport{height:calc(92vh - var(--header-height,60px) - var(--strip-height,0px));height:calc(92svh - var(--header-height,60px) - var(--strip-height,0px));min-height:320px}.hero-slide__title{font-size:clamp(1.8rem,8vw,2.8rem);letter-spacing:.04em}.hero-slide__subtitle{font-size:.62rem;margin-bottom:1.25rem;letter-spacing:.3em}.hero-slide__btn{padding:14px 32px;font-size:.68rem}.hero-slider__arrow{width:36px;height:36px;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:0}.hero-slider__arrow--prev{left:12px}.hero-slider__arrow--next{right:12px}.hero-slider__arrow svg{width:16px;height:16px}.hero-slider__dots{bottom:28px;gap:2px}.hero-slider__dot{width:20px;height:3px}.hero-slider__dot.active{width:32px}.hero-slider__scroll-cue{bottom:15px}}.image-banners{padding:0}.image-banners__grid{display:grid;gap:6px}.image-banners__grid--1{grid-template-columns:1fr}.image-banners__grid--2{grid-template-columns:repeat(2,1fr)}.image-banners__grid--3{grid-template-columns:repeat(3,1fr)}.image-banners__grid--4{grid-template-columns:repeat(2,1fr)}.image-banner{position:relative;display:block;overflow:hidden;aspect-ratio:3/4;border-radius:12px;text-decoration:none}.image-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.image-banner__media img,.image-banner__media svg{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease-out-expo)}.image-banner:hover .image-banner__media img{transform:scale(1.06)}.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.15) 55%,rgba(0,0,0,.65) 100%);z-index:1;transition:background .6s}.image-banner:hover .image-banner__overlay{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.72) 100%)}.image-banner__content{position:absolute;bottom:0;left:0;right:0;padding:2rem 2.2rem;z-index:2;color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.image-banner__tag{display:flex;align-items:center;gap:.6rem;opacity:0;transform:translateY(8px);transition:all .45s var(--ease-out-expo)}.image-banner:hover .image-banner__tag{opacity:1;transform:translateY(0)}.image-banner__tag-line{width:24px;height:1.5px;background:var(--color-accent)}.image-banner__tag-text{font-size:.58rem;text-transform:uppercase;letter-spacing:.22em;font-weight:600;color:#fffc}.image-banner__title{font-size:clamp(1.3rem,2.5vw,1.8rem);font-weight:500;color:#fff;text-transform:uppercase;letter-spacing:.08em;line-height:1.2;transform:translateY(0);transition:transform .45s var(--ease-out-expo)}.image-banner:hover .image-banner__title{transform:translateY(-3px)}.image-banner__btn{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:#fff;padding:11px 26px;background:var(--color-accent);transition:all .4s var(--ease-out-expo);border:none;border-radius:8px}.image-banner__btn svg{transition:transform .35s var(--ease-out-expo)}.image-banner:hover .image-banner__btn{background:var(--color-accent-dark);box-shadow:0 6px 20px rgba(var(--color-accent-rgb),.35)}.image-banner:hover .image-banner__btn svg{transform:translate(3px)}.image-banner__corner-accent{position:absolute;top:16px;right:16px;width:40px;height:40px;border-top:2px solid rgba(255,255,255,.25);border-right:2px solid rgba(255,255,255,.25);border-radius:0 8px 0 0;z-index:2;transition:all .5s var(--ease-out-expo);opacity:0}.image-banner:hover .image-banner__corner-accent{opacity:1;width:52px;height:52px}@media(max-width:768px){.image-banners__grid{gap:8px}.image-banners__grid--2,.image-banners__grid--3,.image-banners__grid--4{grid-template-columns:1fr}.image-banner{aspect-ratio:4/5;border-radius:10px}.image-banner__content{padding:1.4rem 1.5rem;gap:.5rem}.image-banner__tag{opacity:1;transform:translateY(0)}.image-banner__tag-line{width:18px}.image-banner__title{font-size:1.15rem}.image-banner__btn{font-size:.62rem;padding:9px 20px;border-radius:6px}.image-banner__corner-accent{display:none}}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;box-shadow:0 1px 8px #0000000d;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:#0000001a}.product-card__media-wrap{position:relative;overflow:hidden;flex-shrink:0;border-radius:12px 12px 0 0}.product-card__media{display:block;aspect-ratio:3/4;background:#f4f3f1;position:relative;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease,opacity .4s}.product-card__image--hover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease}.product-card__image.placeholder-svg{width:100%;height:100%;object-fit:contain;padding:2rem;background:#f4f3f1}.product-card__badge{position:absolute;top:8px;left:8px;padding:4px 10px;font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;z-index:2;border-radius:6px;display:inline-flex;align-items:center;gap:3px;line-height:1}.product-card__badge svg{flex-shrink:0}.product-card__badge--sale{background:var(--color-accent);color:#fff;box-shadow:0 2px 8px rgba(var(--color-accent-rgb),.35)}.product-card__badge--soldout{background:#111;color:#fff}.product-card__badge--new{background:#16a34a;color:#fff}.product-card__wishlist{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#ffffffeb;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .22s,transform .22s;box-shadow:0 2px 8px #0000001a;border:none;cursor:pointer}.product-card__wishlist svg{width:14px;height:14px;transition:all .22s}.product-card__wishlist:hover{background:var(--color-accent);transform:scale(1.1)}.product-card__wishlist:hover svg{stroke:#fff}.product-card__wishlist.is-wishlisted svg{fill:var(--color-accent);stroke:var(--color-accent)}.product-card__rating-pill{position:absolute;left:8px;bottom:8px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#fffffff5;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:6px;box-shadow:0 2px 8px #00000024;font-size:.68rem;line-height:1;pointer-events:none}.product-card__rating-pill svg{width:11px;height:11px;color:#f59e0b;flex-shrink:0}.product-card__rating-pill-value{font-weight:800;color:#1a1a1a}.product-card__rating-pill-divider{color:#d5d5d5;font-weight:400}.product-card__rating-pill-count{color:#6b7280;font-weight:600}@media(max-width:480px){.product-card__rating-pill{left:6px;bottom:6px;padding:2px 6px;font-size:.6rem;gap:3px}.product-card__rating-pill svg{width:9px;height:9px}}.product-card__info{padding:10px 12px 0;display:flex;flex-direction:column;flex:1}.product-card__vendor{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:3px;line-height:1}.product-card__title{font-size:.82rem;font-weight:600;line-height:1.35;color:var(--color-heading);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 5px}.product-card__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px;margin-bottom:7px}.product-card__price{font-size:1rem;font-weight:800;color:var(--color-heading);line-height:1}.product-card__price--sale{color:var(--color-heading);font-weight:800;font-size:1rem}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-weight:400;font-size:.75rem}.product-card__price-off{font-size:.7rem;font-weight:700;color:#16a34a}.product-card__swatches{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:6px;align-items:center}.product-card__swatch{width:16px;height:16px;border-radius:50%;border:2px solid #e2e2e2;cursor:pointer;transition:border-color .2s,transform .2s;box-shadow:inset 0 0 0 1px #0000000d}.product-card__swatch:hover,.product-card__swatch.active{border-color:var(--color-accent);transform:scale(1.15)}.product-card__swatch-more{font-size:.6rem;color:var(--color-text-muted);font-weight:500;padding-left:2px}.product-card__sizes{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.product-card__size{font-size:.56rem;padding:2px 7px;border:1px solid var(--color-border);border-radius:3px;color:var(--color-heading);font-weight:500;line-height:1.45;transition:border-color .2s,color .2s}.product-card__size:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-card__size--oos{opacity:.4;text-decoration:line-through;cursor:default}.product-card__quick-add{margin-top:auto;padding:6px 10px 10px}.product-card__quick-add-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:11px 14px;background:var(--color-accent);color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:12px;cursor:pointer;transition:background .2s,box-shadow .2s,transform .15s;min-height:40px;text-decoration:none;line-height:1}.product-card__quick-add-btn:hover{background:var(--color-accent-dark);box-shadow:0 4px 16px rgba(var(--color-accent-rgb),.35)}.product-card__quick-add-btn:active{transform:scale(.97);box-shadow:none}.product-card__quick-add-btn svg{flex-shrink:0;width:14px;height:14px}@media(max-width:768px){.product-card:hover{transform:none;box-shadow:0 2px 14px #0000000f}.product-card{border-radius:10px}.product-card__media-wrap{border-radius:10px 10px 0 0}.product-card__info{padding:8px 10px 0}.product-card__title{font-size:.74rem;margin-bottom:4px}.product-card__type,.product-card__vendor{font-size:.52rem}.product-card__fabric{font-size:.5rem}.product-card__price{font-size:.82rem}.product-card__price--compare{font-size:.64rem}.product-card__price-off{font-size:.58rem}.product-card__badge{padding:3px 8px;font-size:.52rem;top:8px;left:8px;border-radius:6px}.product-card__badge svg{width:8px;height:8px}.product-card__wishlist{width:28px;height:28px;top:8px;right:8px}.product-card__wishlist svg{width:12px;height:12px}.product-card__swatch{width:14px;height:14px}.product-card__sizes{display:none}.product-card__quick-add{padding:5px 8px 8px}.product-card__quick-add-btn{min-height:34px;font-size:.62rem;border-radius:10px;letter-spacing:.09em}}.tabbed-collections{padding:.5rem 0}.tabbed-collections__tabs{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0}.tabbed-collections__tabs::-webkit-scrollbar{display:none}.tabbed-collections__tab{padding:9px 24px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:2px solid rgba(var(--color-accent-rgb),.2);background:transparent;color:var(--color-text-muted);transition:all .3s var(--ease-out-expo);cursor:pointer;position:relative;overflow:hidden;isolation:isolate;white-space:nowrap;border-radius:30px;text-align:center}.tabbed-collections__tab:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:0;background:var(--color-accent);transition:height .35s var(--ease-out-expo);z-index:-1}.tabbed-collections__tab.active:before,.tabbed-collections__tab:hover:before{height:100%}.tabbed-collections__tab.active,.tabbed-collections__tab:hover{color:#fff;border-color:var(--color-accent);box-shadow:0 4px 14px rgba(var(--color-accent-rgb),.25)}.tabbed-collections__panel{display:none}.tabbed-collections__panel.active{display:block;animation:tabFadeIn .5s ease}.featured-carousel .product-card,.featured-carousel .product-card:hover{border:none;box-shadow:none}.featured-carousel .product-card__media-wrap{border-radius:0}.carousel{position:relative}.carousel__viewport{overflow:hidden;touch-action:pan-y pinch-zoom}.carousel__track{display:flex;will-change:transform;cursor:grab;align-items:stretch;backface-visibility:hidden;-webkit-backface-visibility:hidden}.carousel__track:active{cursor:grabbing}.carousel__track .product-card{height:100%}.carousel__nav{display:none}.carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:1rem}.carousel__dot{width:24px;height:3px;border-radius:2px;border:none;background:var(--color-border);cursor:pointer;transition:all .4s var(--ease-out-expo);padding:0}.carousel__dot.active{width:40px;background:var(--color-accent);box-shadow:0 0 6px rgba(var(--color-accent-rgb),.35)}.carousel__dot:hover{background:var(--color-accent);opacity:.7}.cat-panel{padding:.5rem 0}.cat-panel__header{margin-bottom:.5rem}.cat-panel__label{display:inline-flex;align-items:center;gap:1.25rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.3em;color:var(--color-accent);font-weight:500;margin-bottom:.75rem}.cat-panel__label:after{content:"";width:48px;height:.5px;background:var(--color-accent)}.cat-panel__heading{font-size:clamp(1.4rem,3vw,2.2rem);font-weight:400;text-transform:uppercase;letter-spacing:.05em}.cat-panel__grid{display:grid;gap:3px}.cat-panel__grid--1{grid-template-columns:1fr;grid-auto-rows:70vh}.cat-panel__grid--2{grid-template-columns:repeat(2,1fr);grid-auto-rows:68vh}.cat-panel__grid--3{grid-template-columns:1.15fr 1fr;grid-template-rows:repeat(2,44vh)}.cat-panel__grid--3 .cat-card:first-child{grid-row:1/3}.cat-panel__grid--4{grid-template-columns:repeat(2,1fr);grid-auto-rows:52vh}.cat-panel__grid--5{grid-template-columns:repeat(6,1fr);grid-auto-rows:48vh}.cat-panel__grid--5 .cat-card:nth-child(-n+3){grid-column:span 2}.cat-panel__grid--5 .cat-card:nth-child(n+4){grid-column:span 3}.cat-panel__grid--6{grid-template-columns:repeat(3,1fr);grid-auto-rows:48vh}.cat-card{position:relative;display:block;overflow:hidden;cursor:pointer}.cat-card__media{position:absolute;top:0;right:0;bottom:0;left:0}.cat-card__media img,.cat-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease-out-expo)}.cat-card:hover .cat-card__media img{transform:scale(1.06)}.cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.55) 100%);z-index:1;transition:background .6s}.cat-card:hover .cat-card__overlay{background:linear-gradient(180deg,#00000008,#000000a6)}.cat-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;color:#fff}.cat-card__num{font-size:.6rem;letter-spacing:.3em;opacity:.35;display:block;margin-bottom:.5rem}.cat-card__name{font-size:1.3rem;font-weight:400;color:#fff;margin:0;text-transform:uppercase;letter-spacing:.06em;transition:transform .4s var(--ease-out-expo)}.cat-card:hover .cat-card__name{transform:translateY(-3px)}.cat-card__cta{display:flex;align-items:center;gap:.5rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.22em;font-weight:400;color:#fffc;margin-top:.75rem;opacity:0;transform:translateY(8px);transition:opacity .5s var(--ease-out-expo),transform .5s var(--ease-out-expo)}.cat-card:hover .cat-card__cta{opacity:1;transform:translateY(0)}.cat-card__cta svg{width:14px;height:14px;transition:transform .3s}.cat-card:hover .cat-card__cta svg{transform:translate(6px)}.cat-card__accent{position:absolute;bottom:0;left:0;width:100%;height:2px;background:var(--color-accent);z-index:3;transform:scaleX(0);transform-origin:left;transition:transform .7s var(--ease-out-expo)}.cat-card:hover .cat-card__accent{transform:scaleX(1)}@media(max-width:768px){.cat-panel__grid--2,.cat-panel__grid--3,.cat-panel__grid--4,.cat-panel__grid--5,.cat-panel__grid--6{grid-template-columns:1fr;grid-auto-rows:50vh}.cat-panel__grid--3 .cat-card:first-child{grid-row:auto}.cat-panel__grid--5 .cat-card:nth-child(-n+3),.cat-panel__grid--5 .cat-card:nth-child(n+4){grid-column:auto}.cat-card__cta{opacity:1;transform:translateY(0)}}@media(min-width:769px)and (max-width:1024px){.cat-panel__grid--3{grid-template-columns:1fr 1fr;grid-template-rows:auto}.cat-panel__grid--3 .cat-card:first-child{grid-row:auto;grid-column:1/3}.cat-panel__grid--5{grid-template-columns:repeat(2,1fr)}.cat-panel__grid--5 .cat-card:nth-child(-n+3),.cat-panel__grid--5 .cat-card:nth-child(n+4){grid-column:auto}.cat-panel__grid--6{grid-template-columns:repeat(2,1fr)}}.collection-card{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{position:absolute;bottom:0;left:0;width:100%;padding:1.75rem;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 100%);color:#fff;transition:padding-bottom .3s}.collection-card:hover .collection-card__overlay{padding-bottom:2.25rem}.collection-card__title{font-size:1.1rem;color:#fff;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.06em;font-weight:400}.collection-card__count{font-size:.7rem;opacity:.65;text-transform:uppercase;letter-spacing:.1em}.testimonial-card{background:var(--color-surface);padding:1.5rem;border:1px solid var(--color-border);transition:all .5s var(--ease-out-expo);position:relative;border-top:2px solid var(--color-accent)}.testimonial-card:before{content:"";position:absolute;top:0;left:0;width:2px;height:0;background:var(--color-accent);transition:height .6s var(--ease-out-expo)}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #0000000d;border-color:rgba(var(--color-accent-rgb),.2)}.testimonial-card:hover:before{height:100%}.testimonial-card__quote{font-size:2.5rem;color:var(--color-accent);line-height:1;margin-bottom:.5rem;opacity:.6}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:.75rem;color:#d4a853}.testimonial-card__text{font-size:.88rem;line-height:1.85;color:var(--color-text-muted);margin-bottom:1rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-card__avatar-placeholder{width:44px;height:44px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.testimonial-card__name{font-weight:500;font-size:.82rem;letter-spacing:.02em}.testimonial-card__role{font-size:.7rem;color:var(--color-text-muted);letter-spacing:.04em}.usp-section{background:#fff;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-top:0;color:var(--color-text)}.usp-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0}.usp-card{text-align:center;padding:1.5rem 1rem;transition:background .3s ease,transform .3s var(--ease-out-expo);border-right:1px solid var(--color-border)}.usp-card:last-child{border-right:none}.usp-card:hover{background:rgba(var(--color-accent-rgb),.03);transform:translateY(-2px)}.usp-card__icon{width:32px;height:32px;margin:0 auto 1rem;color:var(--color-accent);transition:transform .35s var(--ease-out-expo);background:rgba(var(--color-accent-rgb),.08);border-radius:50%;padding:6px}.usp-card:hover .usp-card__icon{transform:scale(1.12) rotate(-5deg)}.usp-card__icon svg{width:100%;height:100%}.usp-card__title{font-size:.82rem;font-weight:700;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-heading)}.usp-card__text{font-size:.78rem;color:var(--color-text-muted);margin-bottom:.85rem;line-height:1.6}.usp-card__link{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);display:inline-flex;align-items:center;gap:4px;transition:gap .3s var(--ease-out-expo)}.usp-card__link:hover{gap:10px}.usp-bar{background:var(--color-surface);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);color:var(--color-text)}.usp-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.usp-bar__item{text-align:center;padding:1.5rem 1rem;border-right:1px solid var(--color-border);transition:background .3s}.usp-bar__item:last-child{border-right:none}.usp-bar__icon{width:36px;height:36px;margin:0 auto 1rem;color:var(--color-accent)}.usp-bar__icon svg{width:100%;height:100%}.usp-bar__title{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.3rem;color:var(--color-heading)}.usp-bar__text{font-size:.78rem;color:var(--color-text-muted)}@media(max-width:768px){.usp-bar__grid{grid-template-columns:repeat(2,1fr)}.usp-bar__item:nth-child(2){border-right:none}.usp-bar__item:nth-child(-n+2){border-bottom:1px solid var(--color-border)}.usp-card{border-right:none;border-bottom:1px solid var(--color-border)}.usp-card:last-child{border-bottom:none}}.image-text{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;min-height:520px;position:relative;z-index:1;overflow:hidden}.image-text--reversed{direction:rtl}.image-text--reversed>*{direction:ltr}.image-text__media{position:relative;overflow:hidden}.image-text__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease-out-expo)}.image-text:hover .image-text__media img{transform:scale(1.03)}.image-text__media--contain{display:flex;align-items:center;justify-content:center;background:var(--color-surface);padding:clamp(2rem,5vw,4rem)}.image-text__media--contain img{width:100%;height:100%;object-fit:contain;object-position:center}.image-text:hover .image-text__media--contain img{transform:none}.image-text__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,2.5rem) clamp(1.25rem,4vw,3rem);background:var(--color-surface);border-left:3px solid var(--color-accent)}.image-text--reversed .image-text__content{border-left:none;border-right:3px solid var(--color-accent)}.image-text__subtitle{font-size:.65rem;text-transform:uppercase;letter-spacing:.4em;color:var(--color-accent);margin-bottom:.75rem;font-weight:500;display:inline-flex;align-items:center;gap:1rem}.image-text__subtitle:before{content:"";width:30px;height:.5px;background:var(--color-accent)}.image-text__heading{margin-bottom:1rem;text-transform:uppercase;letter-spacing:.04em;font-weight:400}.image-text__description{color:var(--color-text-muted);margin-bottom:1.25rem;line-height:1.9;font-size:.9rem}.image-text__description p{margin-bottom:0}@media(max-width:768px){.image-text{grid-template-columns:1fr;min-height:auto}.image-text--reversed{direction:ltr}.image-text__media{aspect-ratio:4/3}.image-text__content{padding:1.5rem 1.25rem;border-left:3px solid var(--color-accent);border-right:none}.image-text--reversed .image-text__content{border-left:3px solid var(--color-accent);border-right:none}.image-text__heading{font-size:1.15rem}.image-text__subtitle{font-size:.6rem;gap:.5rem}.image-text__description{font-size:.82rem;line-height:1.7}}.newsletter{background:var(--color-surface);text-align:center;padding:1.5rem 0;color:var(--color-text);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.newsletter__form{display:none!important;max-width:500px;margin:1rem auto 0;display:flex;gap:0;border:1px solid var(--color-border);overflow:hidden;transition:border-color .5s var(--ease-out-expo),box-shadow .5s}.newsletter__form:focus-within{border-color:var(--color-accent);box-shadow:0 4px 24px rgba(var(--color-accent-rgb),.1)}.newsletter__input{flex:1;border:none;padding:16px 22px;font-size:.85rem;background:transparent;outline:none;letter-spacing:.01em;color:var(--color-text)}.newsletter__input::placeholder{color:var(--color-text-muted)}.newsletter__submit{background:var(--color-accent);color:#fff;padding:16px 32px;font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;font-weight:500;transition:all .4s var(--ease-out-expo);white-space:nowrap;position:relative;overflow:hidden;border:none;cursor:pointer}.newsletter__submit:hover{background:var(--color-accent-dark);box-shadow:0 4px 16px rgba(var(--color-accent-rgb),.3)}.scrolling-text{overflow:hidden;white-space:nowrap;padding:1rem 0;background:var(--color-heading);position:relative}.scrolling-text__inner{display:inline-flex;align-items:center;animation:scrolltext 28s linear infinite}.marquee-pausable:hover .scrolling-text__inner{animation-play-state:paused}.scrolling-text__item{font-family:var(--font-heading);font-size:clamp(1rem,2.5vw,1.5rem);font-weight:600;padding:0 2rem;color:#ffffffeb;text-transform:uppercase;letter-spacing:.14em;transition:color .3s ease}.scrolling-text__item:hover{color:var(--color-accent)}.scrolling-text__separator{padding:0 .5rem;color:var(--color-accent);font-size:clamp(.5rem,1vw,.7rem);display:inline-flex;align-items:center;opacity:.7}#shopify-section-category-strip{margin-top:0}.category-strip{background:var(--color-background,#fff);position:relative;width:100%;border-bottom:1px solid var(--color-border,#d5d5d5);margin-top:var(--header-height,64px)}.category-strip--empty{background:var(--color-background,#fff);border-bottom:1px solid var(--color-border);position:relative;width:100%}.category-strip:before,.category-strip:after{content:"";position:absolute;top:0;bottom:0;width:48px;pointer-events:none;z-index:2;opacity:0;transition:opacity .3s}.category-strip:before{left:0;background:linear-gradient(to right,var(--color-background,#fff) 30%,transparent)}.category-strip:after{right:0;background:linear-gradient(to left,var(--color-background,#fff) 30%,transparent)}.category-strip--overflow-left:before{opacity:1}.category-strip--overflow-right:after{opacity:1}.category-strip__track{display:flex;align-items:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:10px clamp(12px,2vw,28px) 10px;gap:clamp(6px,2vw,16px);justify-content:center}.category-strip--overflow-right .category-strip__track,.category-strip--overflow-left .category-strip__track{justify-content:flex-start}.category-strip__item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;flex:0 0 auto;width:calc((100vw - 2 * clamp(12px,2vw,28px) - 5 * clamp(6px,2vw,16px)) / 5.5);padding:2px 6px 4px;cursor:pointer;outline:none;position:relative;transition:transform .22s var(--ease-out-expo)}.category-strip__item:hover{transform:translateY(-4px)}.category-strip__item:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px;border-radius:50%}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;flex-shrink:0;border:2.5px solid var(--color-border,#d5d5d5);background:var(--color-surface,#fafafa);box-shadow:0 2px 10px #00000014;transition:border-color .25s,box-shadow .25s var(--ease-out-expo),transform .22s var(--ease-out-expo)}.category-strip__item:hover .category-strip__img-wrap,.category-strip__item:focus-visible .category-strip__img-wrap{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.15),0 6px 20px rgba(var(--color-accent-rgb),.2);transform:scale(1.08)}.category-strip__img-wrap img,.category-strip__img-wrap svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s var(--ease-out-expo)}.category-strip__item:hover .category-strip__img-wrap img{transform:scale(1.12)}.category-strip__label{font-size:.67rem;font-weight:700;color:var(--color-text,#1a1a1a);text-align:center;white-space:nowrap;letter-spacing:.03em;line-height:1.2;text-transform:uppercase;transition:color .2s;max-width:100%;overflow:hidden;text-overflow:ellipsis}.category-strip__item:hover .category-strip__label,.category-strip__item:focus-visible .category-strip__label{color:var(--color-accent)}@media(min-width:1440px){.category-strip__track{padding:10px 36px;gap:20px}.category-strip__item{width:calc((100vw - 144px) / 6.5);padding:2px 8px 4px}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%}.category-strip__label{font-size:.66rem;max-width:100%}}@media(min-width:769px)and (max-width:1024px){.category-strip__track{padding:8px 18px;gap:8px}.category-strip__item{width:calc((100vw - 60px) / 5.5)}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%}.category-strip__label{font-size:.6rem}.category-strip:before,.category-strip:after{width:36px}}@media(max-width:768px){.category-strip__track{padding:8px 8px 6px;gap:4px}.category-strip__item{width:calc((100vw - 24px) / 5.5);gap:5px;padding:2px 4px 4px}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%}.category-strip__label{font-size:.56rem;max-width:100%}.category-strip:before,.category-strip:after{width:24px}}@media(max-width:480px){.category-strip__track{padding:8px 4px 6px;gap:2px}.category-strip__item{width:calc((100vw - 12px) / 5.5);gap:4px;padding:2px 3px 4px}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%}.category-strip__label{font-size:.52rem;max-width:100%}.category-strip:before,.category-strip:after{width:18px}}@media(max-width:360px){.category-strip__item{width:calc((100vw - 8px) / 4.5);padding:2px 3px 4px}.category-strip__img-wrap{width:100%;aspect-ratio:1/1;border-radius:50%}.category-strip__label{font-size:.48rem;max-width:100%}}@media(hover:none){.category-strip__item:hover{transform:none}.category-strip__item:hover .category-strip__img-wrap{border-color:var(--color-border,#d5d5d5);box-shadow:0 2px 10px #00000014;transform:none}.category-strip__item:hover .category-strip__img-wrap img{transform:none}.category-strip__item:hover .category-strip__label{color:var(--color-text,#1a1a1a)}.category-strip__item:active{transform:scale(.94)}.category-strip__item:active .category-strip__img-wrap{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(var(--color-accent-rgb),.15);transform:scale(1.05)}.category-strip__item:active .category-strip__label{color:var(--color-accent)}}@keyframes scrolltext{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tabFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.category-strip{background:#fff;padding:14px 0 10px;border-bottom:1px solid #f0f0f0}.category-strip__track{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 12px;justify-content:flex-start}.category-strip__track::-webkit-scrollbar{display:none}.category-strip__item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;flex-shrink:0;width:72px;padding:2px 4px}.category-strip__img-wrap{width:60px!important;height:60px!important;border-radius:50%!important;overflow:hidden;border:2px solid #f0f0f0;background:#fafafa;display:flex;align-items:center;justify-content:center;transition:border-color .2s;position:relative}.category-strip__item:hover .category-strip__img-wrap{border-color:#1d1b1b}.category-strip__img-wrap img{width:100%!important;height:100%!important;object-fit:cover;border-radius:50%}.category-strip__label{font-size:.62rem!important;font-weight:500!important;color:#1d1b1b!important;text-align:center;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:72px}.category-strip__badge{position:absolute;top:0;right:0;font-size:.45rem!important;font-weight:700!important;padding:2px 5px!important;border-radius:10px!important;text-transform:uppercase;letter-spacing:.04em}.category-strip__badge--green{background:#1fa552;color:#fff}.category-strip__badge--red{background:#ee4d37;color:#fff}.category-strip__badge--yellow{background:#f5a623;color:#fff}.category-strip__badge--accent{background:var(--color-accent);color:#fff}@media(min-width:769px){.category-strip__item{width:88px}.category-strip__img-wrap{width:72px!important;height:72px!important}.category-strip__label{font-size:.68rem!important;max-width:88px}}.product-card{background:#fff!important;border:1px solid #f0f0f0!important;border-radius:var(--bwk-radius)!important;box-shadow:none!important;overflow:hidden;transition:box-shadow .2s!important}.product-card:hover{box-shadow:0 2px 12px #0000001a!important;transform:none!important}.product-card__media-wrap{border-radius:0!important;overflow:hidden;background:#f5f5f5}.product-card__image{border-radius:0!important}.product-card__wishlist{background:#fff!important;border:none!important;border-radius:50%!important;box-shadow:0 1px 4px #00000026!important;width:30px!important;height:30px!important}.product-card__wishlist svg{stroke:#1d1b1b!important}.product-card__wishlist.active svg{stroke:#ee4d37!important;fill:#ee4d37!important}.product-card__badge{border-radius:3px!important;font-size:.55rem!important;font-weight:700!important;padding:3px 8px!important;letter-spacing:.05em!important}.product-card__badge--sale{background:#ee4d37!important;color:#fff!important}.product-card__badge--soldout{background:#878787!important;color:#fff!important}.product-card__badge--new{background:#1fa552!important;color:#fff!important}.product-card__info{padding:8px 10px 4px!important}.product-card__vendor{font-size:.6rem!important;font-weight:600!important;color:#878787!important;text-transform:uppercase!important;letter-spacing:.06em!important;margin-bottom:3px!important}.product-card__title{font-size:.8rem!important;font-weight:500!important;color:#1d1b1b!important;line-height:1.3!important;margin-bottom:5px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__rating{display:flex;align-items:center;gap:3px;margin-bottom:5px}.product-card__star{fill:#f5a623!important}.product-card__rating-value{font-size:.68rem!important;font-weight:700!important;color:#1d1b1b!important}.product-card__rating-count{font-size:.62rem!important;color:#878787!important}.product-card__price-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:6px}.product-card__price{font-size:.9rem!important;font-weight:700!important;color:#1d1b1b!important}.product-card__price--sale{color:#1d1b1b!important;font-weight:700!important}.product-card__price--compare{color:#878787!important;font-weight:400!important;font-size:.72rem!important;text-decoration:line-through!important}.product-card__price-off{color:#ee4d37!important;font-size:.68rem!important;font-weight:600!important}.product-card__swatch{width:16px!important;height:16px!important;border-radius:50%!important;border:1.5px solid #e8e8e8!important;cursor:pointer;transition:border-color .15s,transform .15s}.product-card__swatch:hover,.product-card__swatch.active{border-color:#1d1b1b!important;transform:scale(1.15)}.product-card__swatch-more{font-size:.62rem!important;color:#878787!important;font-weight:500!important}.product-card__size{font-size:.58rem!important;padding:2px 8px!important;border:1px solid #e8e8e8!important;border-radius:3px!important;color:#424553!important;font-weight:500!important}.product-card__size:hover{border-color:#1d1b1b!important;color:#1d1b1b!important}.product-card__size--oos{opacity:.38!important;text-decoration:line-through!important}.product-card__quick-add{padding:6px 10px 10px!important}.product-card__quick-add-btn{background:#1d1b1b!important;color:#fff!important;border-radius:var(--bwk-btn-radius)!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:10px 14px!important;min-height:38px!important;border:none!important;width:100%!important;transition:background .18s,opacity .18s!important;box-shadow:none!important}.product-card__quick-add-btn:hover{background:#333!important;box-shadow:none!important}.product-card__quick-add-btn svg{display:none!important}@media(max-width:768px){.product-card{border-radius:var(--bwk-radius)!important}.product-card__media-wrap{border-radius:0!important}.product-card__info{padding:6px 8px 2px!important}.product-card__title{font-size:.72rem!important}.product-card__price{font-size:.8rem!important}.product-card__price--compare{font-size:.64rem!important}.product-card__price-off{font-size:.6rem!important}.product-card__quick-add{padding:4px 8px 8px!important}.product-card__quick-add-btn{min-height:34px!important;font-size:.65rem!important;border-radius:var(--bwk-btn-radius)!important}}.featured-carousel .product-card{border:1px solid #f0f0f0!important;box-shadow:none!important;border-radius:var(--bwk-radius)!important}.promo-banner{background:#1d1b1b!important}.promo-banner__eyebrow{color:#1fa552!important;font-size:.65rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important}.promo-banner__offer{font-size:clamp(1.1rem,3vw,1.6rem)!important;font-weight:800!important;color:#fff!important;letter-spacing:.04em!important}.promo-banner__sub{color:#b0b0b0!important;font-size:.72rem!important}.promo-banner__code{background:#fff!important;color:#1d1b1b!important;border-radius:var(--bwk-radius)!important;font-size:.8rem!important;font-weight:700!important;letter-spacing:.1em!important;padding:6px 14px!important}.promo-banner__copy{background:#1fa552!important;color:#fff!important;border-radius:var(--bwk-radius)!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.06em!important}.scrolling-text-wrap{background:#1d1b1b!important}.scrolling-text,.scrolling-text__item{color:#fff!important;font-size:.7rem!important;font-weight:500!important;letter-spacing:.08em!important;text-transform:uppercase!important}.usp-bar{background:#fff!important;border-top:1px solid #f0f0f0!important;border-bottom:1px solid #f0f0f0!important}.usp-bar__item{border-right:1px solid #f0f0f0}.usp-bar__title{font-size:.78rem!important;font-weight:700!important;color:#1d1b1b!important}.usp-bar__text{font-size:.68rem!important;color:#878787!important}.usp-bar__link{font-size:.65rem!important;color:var(--color-accent)!important;font-weight:600!important}.usp-bar__icon{color:#1d1b1b!important}.usp-bar__icon svg{stroke:#1d1b1b!important}.hero-slide__btn{background:#fff!important;color:#1d1b1b!important;border-radius:var(--bwk-btn-radius)!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border:none!important;padding:12px 30px!important;transition:background .18s,color .18s!important}.hero-slide__btn:hover{background:#1d1b1b!important;color:#fff!important}.hero-slide__btn--secondary{background:transparent!important;color:#fff!important;border:2px solid rgba(255,255,255,.6)!important}.hero-slide__btn--secondary:hover{background:#fff!important;color:#1d1b1b!important}.newsletter{background:#f5f5f5!important}.newsletter__title{font-size:clamp(1.1rem,2.5vw,1.8rem)!important;font-weight:800!important;color:#1d1b1b!important;text-transform:uppercase!important}.newsletter__subtitle{color:#ee4d37!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}.newsletter__desc{color:#878787!important;font-size:.8rem!important}.newsletter__input{border:1.5px solid #e8e8e8!important;border-radius:var(--bwk-btn-radius)!important;font-size:.8rem!important;padding:12px 16px!important;color:#1d1b1b!important}.newsletter__input:focus{border-color:#1d1b1b!important;outline:none!important;box-shadow:none!important}.newsletter__btn{background:#1d1b1b!important;color:#fff!important;border-radius:var(--bwk-btn-radius)!important;font-size:.75rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;border:none!important;padding:12px 24px!important;transition:background .18s!important}.newsletter__btn:hover{background:#333!important}.testimonial-card{background:#fff!important;border:1px solid #f0f0f0!important;border-top:none!important;border-radius:var(--bwk-radius)!important;padding:20px!important;box-shadow:0 1px 4px #0000000f!important;transition:box-shadow .2s!important}.testimonial-card:hover{box-shadow:0 4px 16px #0000001a!important;transform:none!important}.testimonial-card:before{display:none!important}.testimonial-card__quote{color:#ee4d37!important;font-size:2rem!important}.testimonial-card__stars{color:#f5a623!important}.testimonial-card__text{font-size:.8rem!important;color:#424553!important;font-style:normal!important;line-height:1.65!important}.testimonial-card__name{font-size:.78rem!important;font-weight:700!important;color:#1d1b1b!important}.testimonial-card__role{font-size:.65rem!important;color:#878787!important}.testimonial-card__avatar-placeholder{background:#1d1b1b!important;color:#fff!important}.img-grid-section{padding:20px 0 24px!important}.img-grid-section__head{text-align:center;margin-bottom:16px}.img-grid-section__title{font-size:clamp(1.2rem,4vw,1.8rem);font-weight:400;color:#1d1b1b;line-height:1.2;margin-bottom:6px}.img-grid-section__title-bold{font-weight:800;color:#1d1b1b}.img-grid-section__title-normal{font-weight:400;color:#424553}.img-grid-section__sub{font-size:.9rem;color:#424553;font-weight:400;margin:0;line-height:1.5}.img-grid-section__sub-highlight{font-weight:600;color:#1d1b1b;position:relative;display:inline-block;text-decoration:underline;text-decoration-color:#f5c518;text-underline-offset:3px;text-decoration-thickness:2px}.img-grid-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.img-grid-card{position:relative;display:block;overflow:hidden;border-radius:8px;aspect-ratio:3/4;cursor:pointer;text-decoration:none;background:#f0f0f0}.img-grid-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.img-grid-card__media img,.img-grid-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.img-grid-card:hover .img-grid-card__media img{transform:scale(1.05)}.img-grid-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#0000000d 40% 60%,#00000073);z-index:1}.img-grid-card__top{position:absolute;top:12px;left:12px;z-index:2}.img-grid-card__label{display:block;font-size:.88rem;font-weight:700;color:#fff;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.4);padding-bottom:4px;border-bottom:2px solid #f5c518}.img-grid-card__bottom{position:absolute;bottom:12px;left:12px;z-index:2;display:flex;align-items:center;gap:8px}.img-grid-card__arrow{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff;color:#1d1b1b;flex-shrink:0;transition:background .2s,transform .2s;box-shadow:0 2px 8px #0003}.img-grid-card:hover .img-grid-card__arrow{background:#1d1b1b;color:#fff;transform:scale(1.1)}.img-grid-card:hover .img-grid-card__arrow svg{stroke:#fff}.img-grid-card--explore .img-grid-card__top{display:none}.img-grid-card--explore .img-grid-card__bottom{bottom:16px;left:12px;right:12px;flex-direction:column;align-items:flex-start;gap:6px}.img-grid-card__explore-text{font-size:1rem;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5);display:block}.img-grid-card--explore .img-grid-card__bottom .img-grid-card__arrow{order:-1}@media(min-width:769px){.img-grid-section__grid{gap:8px}.img-grid-card__label{font-size:1rem}.img-grid-card__arrow{width:36px;height:36px}.img-grid-card__arrow svg{width:18px;height:18px}}.trending-cats-section{padding:20px 0 28px!important}.trending-cats-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.trending-cats-section__title{font-size:clamp(1.1rem,3.5vw,1.5rem);line-height:1.2;color:#1d1b1b;margin:0}.trending-cats-section__title-bold{font-weight:800;color:#1d1b1b}.trending-cats-section__title-normal{font-weight:400;color:#424553}.trending-cats-section__emoji{font-style:normal;margin-left:4px;font-size:.95em}.trending-cats-section__view-all{font-size:.75rem;font-weight:700;color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.trending-cats-section__scroll-outer{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 clamp(12px,4vw,40px)}.trending-cats-section__scroll-outer::-webkit-scrollbar{display:none}.trending-cats-section__track{display:flex;gap:10px;width:max-content;padding-bottom:4px}.trending-cat-card{position:relative;display:block;flex-shrink:0;width:calc((100vw - clamp(24px,8vw,80px) - 20px) / 2.7);border-radius:14px;overflow:hidden;text-decoration:none;background:#f0f0f0;cursor:pointer}@media(max-width:400px){.trending-cat-card{width:calc((100vw - 34px) / 2.4)}}@media(min-width:600px)and (max-width:1024px){.trending-cat-card{width:calc((100vw - 80px) / 3.3)}}@media(min-width:1025px){.trending-cat-card{width:220px}}.trending-cat-card__media{width:100%;padding-top:130%;position:relative;overflow:hidden}.trending-cat-card__media img,.trending-cat-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s ease;display:block}.trending-cat-card:hover .trending-cat-card__media img{transform:scale(1.06)}.trending-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.62) 100%);border-radius:14px;z-index:1;pointer-events:none}.trending-cat-card__label{position:absolute;bottom:12px;left:12px;right:12px;z-index:2;font-size:.82rem;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.4);line-height:1.2}@media(min-width:769px){.trending-cat-card__label{font-size:.88rem;bottom:14px;left:14px}}@media(min-width:600px)and (max-width:768px){.hero-slide__title{font-size:clamp(1.8rem,5vw,2.6rem)!important}.hero-slide__btn{padding:15px 36px!important;font-size:.7rem!important}.hero-slide__subtitle{font-size:.62rem!important;letter-spacing:.25em!important}}@media(min-width:769px)and (max-width:1024px){.hero-slide__title{font-size:clamp(2rem,4.5vw,3.2rem)!important}.hero-slider__arrow{width:44px!important;height:44px!important}}@media(min-width:769px)and (max-width:1024px){.product-card__info{padding:10px 12px 0!important}.product-card__title{font-size:.8rem!important}.product-card__price{font-size:.95rem!important}}@media(min-width:769px){.product-card__quick-add{position:absolute!important;left:10px;right:10px;bottom:10px;margin:0!important;padding:0!important;z-index:3;opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s cubic-bezier(.16,1,.3,1);pointer-events:none}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:translateY(0);pointer-events:auto}.product-card__quick-add-btn{width:100%!important;padding:11px 14px!important;background:#fff!important;color:#1d1b1b!important;border:1.5px solid #1d1b1b!important;border-radius:8px!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase!important;box-shadow:0 4px 14px #0000001a!important;transition:all .15s ease!important}.product-card__quick-add-btn:hover{background:#1d1b1b!important;color:#fff!important;box-shadow:0 6px 18px #00000026!important;transform:translateY(-1px)}.product-card__media-wrap{position:relative}}@media(max-width:768px){.product-card__quick-add{position:absolute!important;right:8px;bottom:8px;left:auto!important;margin:0!important;padding:0!important;z-index:3}.product-card__quick-add-btn{width:auto!important;height:32px!important;padding:0 12px!important;background:#fff!important;color:#1d1b1b!important;border:1.5px solid #1d1b1b!important;border-radius:18px!important;font-size:.66rem!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;box-shadow:0 2px 8px #0000001f!important;gap:4px!important;min-height:32px!important}.product-card__quick-add-btn:active{transform:scale(.96)}.product-card__quick-add-btn svg{width:12px!important;height:12px!important}.product-card__quick-add-btn span{font-size:.66rem}}@media(max-width:380px){.product-card__quick-add-btn{padding:0 10px!important;height:30px!important;font-size:.62rem!important}.product-card__quick-add-btn svg{width:11px!important;height:11px!important}}.size-sheet{border-radius:18px 18px 0 0!important;padding:0 1.25rem 1.25rem!important;padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px))!important;max-height:72vh!important}.size-sheet:before{content:"";display:block;width:36px;height:4px;background:#ececec;border-radius:2px;margin:10px auto 0}.size-sheet__header{padding:.85rem 0 .75rem!important;border-bottom:1px solid #f3f3f3!important;margin-bottom:1rem!important}.size-sheet__title{font-size:.95rem!important;font-weight:700!important;text-transform:none!important;letter-spacing:-.01em!important;color:#1d1b1b!important;font-family:var(--font-body)!important}.size-sheet__close{width:34px!important;height:34px!important;border-radius:50%!important;color:#878787!important;background:#fafafa!important}.size-sheet__close:hover{background:#ececec!important;color:#1d1b1b!important}.size-sheet__sizes{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(56px,1fr))!important;gap:8px!important;margin-bottom:1.25rem!important}.size-sheet__size{padding:0!important;height:48px!important;border:1.5px solid #ececec!important;border-radius:8px!important;font-size:.84rem!important;font-weight:600!important;color:#1d1b1b!important;background:#fff!important;transition:all .15s!important;display:flex!important;align-items:center!important;justify-content:center!important;letter-spacing:0!important;min-width:0!important}.size-sheet__size:hover{border-color:#1d1b1b!important;background:#fafafa!important}.size-sheet__size.selected{background:#1d1b1b!important;color:#fff!important;border-color:#1d1b1b!important;box-shadow:0 4px 12px #00000026!important}.size-sheet__size.unavailable{background:#fafafa!important;color:#bdbdbd!important;border-color:#f0f0f0!important;text-decoration:line-through!important;pointer-events:none;opacity:1!important}.size-sheet__add{height:52px!important;border-radius:8px!important;font-size:.82rem!important;font-weight:700!important;letter-spacing:.12em!important;background:#1d1b1b!important;color:#fff!important;width:100%!important}.size-sheet__add:disabled{background:#ececec!important;color:#878787!important;cursor:not-allowed}.size-sheet__add:not(:disabled):hover{background:#000!important}.hero-slide__overlay{background:linear-gradient(180deg,#00000040,#0000000d 35%,#00000026 60%,#000000a6)!important;z-index:1!important}.hero-slider__viewport:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.18) 100%);pointer-events:none;z-index:1}.hero-slide__content{padding-bottom:clamp(56px,8vw,96px)!important;text-shadow:0 2px 24px rgba(0,0,0,.35)}.hero-slide__subtitle{background:#ffffff14;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:6px 16px;border-radius:99px;border:1px solid rgba(255,255,255,.18);color:#fff!important;letter-spacing:.22em!important;font-weight:500!important;font-size:.66rem!important;text-shadow:none}.hero-slide__subtitle:before,.hero-slide__subtitle:after{display:none!important}.hero-slide__title{font-weight:500!important;letter-spacing:.04em!important;line-height:1.08!important;max-width:840px!important}.hero-slide__btn{background:#fff!important;color:#1d1b1b!important;border-radius:99px!important;padding:15px 40px!important;font-weight:700!important;letter-spacing:.12em!important;font-size:.74rem!important;box-shadow:0 8px 28px #0000002e!important;border:none!important;transition:transform .2s ease,box-shadow .25s ease,background .2s ease!important}.hero-slide__btn:after{display:none!important}.hero-slide__btn:hover{background:#1d1b1b!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 12px 36px #00000047!important}.hero-slider__arrow{background:#ffffff1f!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff!important;width:44px!important;height:44px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.2)!important;transition:background .2s,transform .2s!important}.hero-slider__arrow:hover{background:#ffffff38!important;color:#fff!important;transform:translateY(-50%) scale(1.05)!important}.hero-slider__dots{padding:0 16px}.hero-slider__dot{background:#fff6!important;width:8px!important;height:8px!important;border-radius:50%!important;transition:width .3s,background .2s!important}.hero-slider__dot.active{background:#fff!important;width:24px!important;border-radius:4px!important}.hero-slider__progress{background:#ffffff26!important;height:2px!important}.hero-slider__progress-bar{background:#fff!important}@media(max-width:640px){.hero-slide__content{padding-bottom:48px!important}.hero-slide__subtitle{font-size:.58rem!important;padding:5px 12px!important}.hero-slide__btn{padding:13px 28px!important;font-size:.68rem!important}.hero-slider__arrow{width:36px!important;height:36px!important}}.promo-banner{background:var(--promo-bg,#0c0c0c)!important;padding:clamp(14px,2vw,22px) 0!important;position:relative;overflow:hidden!important;border-radius:0!important;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}.promo-banner:before{content:"";position:absolute;top:50%;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(251,100,27,.18),transparent 70%);transform:translateY(-50%);pointer-events:none}.promo-banner__inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:clamp(16px,3vw,32px)!important;flex-wrap:wrap!important;position:relative;z-index:2}.promo-banner__left{flex:1;min-width:200px;display:flex;flex-direction:column;gap:4px}.promo-banner__eyebrow{display:inline-flex!important;align-items:center;gap:6px;font-size:.6rem!important;text-transform:uppercase!important;letter-spacing:.18em!important;color:#fb641b!important;font-weight:700!important;margin-bottom:2px!important;width:fit-content}.promo-banner__eyebrow:before{content:"";width:6px;height:6px;background:#fb641b;border-radius:50%;box-shadow:0 0 8px #fb641b99;animation:promoPulse 1.6s ease-in-out infinite}@keyframes promoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}.promo-banner__main{font-size:clamp(1rem,2.6vw,1.45rem)!important;font-weight:700!important;color:#fff!important;letter-spacing:-.005em!important;line-height:1.15!important;text-transform:none!important;margin:0!important}.promo-banner__sub{font-size:.78rem!important;color:#ffffff8c!important;margin-top:4px!important;font-weight:400!important}.promo-banner__right{display:flex!important;align-items:center!important;gap:14px!important;flex-shrink:0!important}.promo-banner__code-box{background:#fff!important;border-radius:8px!important;padding:10px 18px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;min-width:140px!important;position:relative!important;border:1.5px dashed rgba(0,0,0,.16)!important}.promo-banner__code-box:before,.promo-banner__code-box:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:12px;height:12px;background:var(--promo-bg,#0c0c0c);border-radius:50%}.promo-banner__code-box:before{left:-6px}.promo-banner__code-box:after{right:-6px}.promo-banner__code-label{font-size:.55rem!important;text-transform:uppercase!important;letter-spacing:.16em!important;color:#878787!important;font-weight:700!important}.promo-banner__code-value{font-size:1.05rem!important;font-weight:700!important;color:#1d1b1b!important;letter-spacing:.16em!important;font-family:SF Mono,Menlo,monospace!important;margin-top:0!important;line-height:1.1!important}.promo-banner__copy-btn{position:absolute!important;top:6px!important;right:6px!important;background:#0000000f!important;border:none!important;border-radius:5px!important;padding:4px!important;color:#1d1b1b!important;cursor:pointer!important;transition:background .15s!important;line-height:0!important}.promo-banner__copy-btn:hover{background:#0000001f!important}.promo-banner__copy-btn.copied{background:#16a34a!important;color:#fff!important}.promo-banner__deco{color:#ffffff14!important;flex-shrink:0!important}@media(max-width:560px){.promo-banner__inner{flex-direction:row!important;align-items:center!important;gap:12px!important}.promo-banner__deco{display:none!important}.promo-banner__main{font-size:.92rem!important}.promo-banner__sub{font-size:.7rem!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.promo-banner__code-box{min-width:110px!important;padding:8px 14px!important}.promo-banner__code-value{font-size:.92rem!important;letter-spacing:.12em!important}}@media(max-width:380px){.promo-banner__code-label{font-size:.5rem!important}.promo-banner__copy-btn{top:4px!important;right:4px!important;padding:3px!important}.promo-banner__copy-btn svg{width:11px;height:11px}}@media(prefers-reduced-motion:reduce){.promo-banner__eyebrow:before{animation:none!important}.hero-slide--active .hero-slide__media img{animation:none!important}}.trending-cats-section{padding:clamp(28px,4vw,52px) 0 clamp(20px,3vw,32px)!important}.trending-cats-section__head{display:flex!important;align-items:baseline!important;justify-content:space-between!important;margin-bottom:clamp(16px,2.2vw,26px)!important;gap:1rem!important}.trending-cats-section__title{font-size:clamp(1.2rem,2.4vw,1.7rem)!important;font-weight:700!important;letter-spacing:-.01em!important;line-height:1.2!important;margin:0!important;color:#1d1b1b!important;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.trending-cats-section__title-bold{font-weight:700!important;color:#1d1b1b!important}.trending-cats-section__title-normal{font-weight:400!important;color:#878787!important}.trending-cats-section__emoji{font-size:1.1em;line-height:1}.trending-cats-section__view-all{font-size:.74rem!important;font-weight:600!important;color:#1d1b1b!important;text-decoration:none!important;letter-spacing:.04em!important;padding:4px 0!important;border-bottom:1.5px solid #1d1b1b!important;transition:gap .15s,border-color .15s!important;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.trending-cats-section__view-all:after{content:"\2192";font-size:.9em;transition:transform .2s ease}.trending-cats-section__view-all:hover:after{transform:translate(3px)}.trending-cats-section__scroll-outer{position:relative!important;overflow-x:auto!important;overflow-y:visible!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:6px 0 10px!important;margin:0 -1px!important}.trending-cats-section__track{display:flex!important;gap:clamp(10px,1.4vw,16px)!important;padding:0 clamp(14px,4vw,32px)!important;align-items:stretch}.trending-cat-card{position:relative!important;display:block!important;flex-shrink:0!important;text-decoration:none!important;color:#fff!important;border-radius:14px!important;overflow:hidden!important;background:#f5f5f5!important;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease!important;box-shadow:0 2px 8px #0000000a!important;aspect-ratio:3/4!important}.trending-cat-card:hover{transform:translateY(-4px)!important;box-shadow:0 12px 32px #0000001f!important}.trending-cat-card:focus-visible{outline:2px solid #1d1b1b!important;outline-offset:3px!important}.trending-cat-card{width:160px!important}@media(max-width:768px){.trending-cat-card{width:140px!important}}@media(max-width:480px){.trending-cat-card{width:calc((100vw - 60px) / 2.4)!important;max-width:160px!important}}@media(min-width:1025px){.trending-cat-card{width:200px!important}}.trending-cat-card__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:14px!important;overflow:hidden!important}.trending-cat-card__media img,.trending-cat-card__placeholder{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .6s cubic-bezier(.16,1,.3,1)!important}.trending-cat-card:hover .trending-cat-card__media img{transform:scale(1.08)!important}.trending-cat-card__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0000 40%,#0000008c)!important;z-index:1!important;pointer-events:none!important;border-radius:14px!important;transition:background .3s ease!important}.trending-cat-card:hover .trending-cat-card__overlay{background:linear-gradient(180deg,#0000001a,#000000b3)!important}.trending-cat-card__label{position:absolute!important;bottom:12px!important;left:12px!important;right:12px!important;z-index:2!important;font-size:.78rem!important;font-weight:600!important;color:#fff!important;letter-spacing:.01em!important;line-height:1.25!important;text-shadow:0 1px 6px rgba(0,0,0,.3)!important;transition:transform .25s ease!important}.trending-cat-card:hover .trending-cat-card__label{transform:translateY(-2px)}@media(min-width:1025px){.trending-cat-card__label{bottom:14px!important;left:14px!important;font-size:.86rem!important}}@media(max-width:480px){.trending-cat-card__label{bottom:10px!important;left:10px!important;right:10px!important;font-size:.72rem!important}}.trending-cat-card:after{content:"";position:absolute;bottom:12px;right:12px;width:28px;height:28px;border-radius:50%;background:#fffffff2 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d1b1b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14M13 5l7 7-7 7'/></svg>") center/12px no-repeat;z-index:3;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s cubic-bezier(.16,1,.3,1);pointer-events:none}.trending-cat-card:hover:after{opacity:1;transform:translateY(0)}@media(hover:none){.trending-cat-card:after{display:none}}.trending-cats-section__scroll-outer:before,.trending-cats-section__scroll-outer:after{content:"";position:absolute;top:0;bottom:0;width:32px;z-index:3;pointer-events:none}.trending-cats-section__scroll-outer:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.trending-cats-section__scroll-outer:after{right:0;background:linear-gradient(to left,#fff,#fff0)}@media(max-width:640px){.trending-cats-section__scroll-outer:before,.trending-cats-section__scroll-outer:after{display:none}}.img-grid-section{padding:clamp(28px,4vw,52px) 0!important}.img-grid-section__head{text-align:center!important;margin-bottom:clamp(18px,2.4vw,28px)!important}.img-grid-section__title{font-size:clamp(1.3rem,2.6vw,1.8rem)!important;font-weight:500!important;color:#1d1b1b!important;line-height:1.2!important;margin:0 0 .4rem!important;letter-spacing:-.005em!important;display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:center}.img-grid-section__title-bold{font-weight:700!important}.img-grid-section__title-normal{font-weight:400!important;color:#878787!important}.img-grid-section__sub{font-size:.86rem!important;color:#535766!important;line-height:1.55!important;margin:0 auto!important;max-width:48ch}.img-grid-section__sub-highlight{font-weight:600!important;color:#1d1b1b!important;text-decoration:underline!important;text-decoration-color:#fb641b!important;text-decoration-thickness:2px!important;text-underline-offset:4px!important}.img-grid-section__grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}@media(min-width:769px){.img-grid-section__grid{grid-template-columns:repeat(3,1fr)!important;gap:14px!important}}@media(min-width:1200px){.img-grid-section__grid{gap:18px!important}}.img-grid-section__grid--4{grid-template-columns:1fr 1fr!important}@media(min-width:769px){.img-grid-section__grid--4{grid-template-columns:repeat(4,1fr)!important}}@media(min-width:769px){.img-grid-section__grid--6{grid-template-columns:repeat(3,1fr)!important}}.img-grid-card{position:relative!important;display:block!important;overflow:hidden!important;border-radius:12px!important;aspect-ratio:3/4!important;background:#f4f4f4!important;text-decoration:none!important;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease!important;box-shadow:0 2px 8px #0000000a!important}.img-grid-card:hover{transform:translateY(-4px)!important;box-shadow:0 14px 36px #00000024!important}.img-grid-card:focus-visible{outline:2px solid #1d1b1b!important;outline-offset:3px!important}.img-grid-card__media,.img-grid-card__media img,.img-grid-card__placeholder{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:12px!important}.img-grid-card__media img,.img-grid-card__placeholder{transition:transform .7s cubic-bezier(.16,1,.3,1)!important}.img-grid-card:hover .img-grid-card__media img{transform:scale(1.08)!important}.img-grid-card__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#00000026,#0000 40% 55%,#0000008c)!important;z-index:1!important;pointer-events:none!important;transition:background .3s ease!important;border-radius:12px!important}.img-grid-card:hover .img-grid-card__overlay{background:linear-gradient(180deg,#0003,#0000000d 40%,#0000001a 55%,#000000a6)!important}.img-grid-card__top{position:absolute!important;top:14px!important;left:14px!important;right:14px!important;z-index:2!important}.img-grid-card__label{display:inline-block!important;font-size:.74rem!important;font-weight:600!important;color:#fff!important;line-height:1.25!important;text-shadow:0 1px 4px rgba(0,0,0,.25)!important;padding-bottom:4px!important;border-bottom:1.5px solid rgba(255,255,255,.55)!important;letter-spacing:.01em!important;transition:border-color .2s ease!important}.img-grid-card:hover .img-grid-card__label{border-bottom-color:#fff!important}.img-grid-card__bottom{position:absolute!important;bottom:14px!important;left:14px!important;right:14px!important;z-index:2!important;display:flex!important;align-items:center!important;gap:10px!important}.img-grid-card__arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#fffffff2!important;color:#1d1b1b!important;flex-shrink:0!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 2px 8px #00000026!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.img-grid-card__arrow svg{stroke:currentColor!important;transition:transform .2s ease!important}.img-grid-card:hover .img-grid-card__arrow{background:#1d1b1b!important;color:#fff!important}.img-grid-card:hover .img-grid-card__arrow svg{stroke:#fff!important;transform:translate(2px)!important}.img-grid-card--explore{background:linear-gradient(135deg,#1d1b1b,#2a2828)!important}.img-grid-card--explore .img-grid-card__media,.img-grid-card--explore .img-grid-card__overlay,.img-grid-card--explore .img-grid-card__top{display:none!important}.img-grid-card--explore .img-grid-card__bottom{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;padding:18px!important;text-align:center}.img-grid-card__explore-text{font-size:.92rem!important;font-weight:700!important;color:#fff!important;letter-spacing:.02em!important;text-shadow:none!important;text-transform:uppercase;letter-spacing:.12em!important}.img-grid-card--explore .img-grid-card__arrow{width:44px!important;height:44px!important;background:#ffffff1f!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;order:-1;box-shadow:none!important}.img-grid-card--explore:hover{transform:translateY(-4px) scale(1.01)!important}.img-grid-card--explore:hover .img-grid-card__arrow{background:#fff!important;color:#1d1b1b!important;border-color:#fff!important}.img-grid-card--explore:hover .img-grid-card__arrow svg{stroke:#1d1b1b!important}@media(max-width:480px){.img-grid-section__grid{gap:6px!important}.img-grid-card{border-radius:10px!important}.img-grid-card__label{font-size:.7rem!important}.img-grid-card__top,.img-grid-card__bottom{left:10px!important;right:10px!important}.img-grid-card__top{top:10px!important}.img-grid-card__bottom{bottom:10px!important}.img-grid-card__arrow{width:30px!important;height:30px!important}.img-grid-card__arrow svg{width:14px;height:14px}}.savings-corner-section{padding:clamp(28px,4vw,52px) 0!important;background:linear-gradient(180deg,#fff7eb,#fff)}.savings-corner-section__head{text-align:center!important;margin-bottom:clamp(18px,2.4vw,28px)!important;display:flex;flex-direction:column;align-items:center;gap:6px}.savings-corner-section__title{font-size:clamp(1.3rem,2.6vw,1.8rem)!important;font-weight:500!important;color:#1d1b1b!important;letter-spacing:-.005em!important;line-height:1.2!important;margin:0!important;display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap;justify-content:center}.savings-corner-section__title-bold{font-weight:700!important;color:#1d1b1b!important}.savings-corner-section__title-normal{font-weight:400!important;color:#878787!important}.savings-corner-section__emoji{font-size:1.05em;line-height:1}.savings-corner-section__grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}@media(min-width:769px){.savings-corner-section__grid{grid-template-columns:repeat(4,1fr)!important;gap:18px!important}}@media(min-width:769px){.savings-corner-section__grid--2{grid-template-columns:repeat(2,1fr)!important}.savings-corner-section__grid--3{grid-template-columns:repeat(3,1fr)!important}}.savings-card{position:relative!important;display:block!important;overflow:hidden!important;border-radius:14px!important;background:#fff!important;text-decoration:none!important;aspect-ratio:1/1!important;box-shadow:0 2px 8px #0000000d!important;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease!important;border:1px solid #ececec!important}.savings-card:hover{transform:translateY(-4px)!important;box-shadow:0 14px 36px #0000001f!important;border-color:transparent!important}.savings-card:focus-visible{outline:2px solid #1d1b1b!important;outline-offset:3px!important}.savings-card__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.savings-card__media img,.savings-card__placeholder{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .7s cubic-bezier(.16,1,.3,1)!important}.savings-card:hover .savings-card__media img{transform:scale(1.08)!important}.savings-card__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,#0000 35%,#00000073 75%,#000000c7)!important;z-index:1!important;pointer-events:none!important;transition:background .3s ease!important}.savings-card:hover .savings-card__overlay{background:linear-gradient(180deg,#0000 30%,#0000008c 70%,#000000d9)!important}.savings-card__content{position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;z-index:2!important;display:flex;flex-direction:column;gap:4px;transition:transform .25s ease!important}.savings-card:hover .savings-card__content{transform:translateY(-2px)}.savings-card__eyebrow{display:inline-block;width:fit-content;font-size:.58rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:#fff!important;background:#fb641bf2!important;padding:3px 8px!important;border-radius:4px!important;margin-bottom:4px;line-height:1.3;box-shadow:0 1px 4px #fb641b59}.savings-card__heading{font-size:.92rem!important;font-weight:700!important;color:#fff!important;line-height:1.25!important;letter-spacing:0!important;text-shadow:0 1px 6px rgba(0,0,0,.35)!important;display:block}.savings-card__price{font-size:.78rem!important;font-weight:600!important;color:#ffffffeb!important;letter-spacing:0!important;text-shadow:0 1px 4px rgba(0,0,0,.3)!important;display:flex;align-items:center;gap:6px}.savings-card__price:after{content:"\2192";font-size:.95em;transition:transform .2s ease;display:inline-block}.savings-card:hover .savings-card__price:after{transform:translate(3px)}@media(max-width:480px){.savings-card{border-radius:10px!important}.savings-card__content{left:10px!important;right:10px!important;bottom:10px!important}.savings-card__heading{font-size:.82rem!important}.savings-card__price{font-size:.7rem!important}.savings-card__eyebrow{font-size:.54rem!important;padding:2px 6px!important;letter-spacing:.12em!important}}.img-grid-section--compact .img-grid-section__head{margin-bottom:18px}.img-grid-section--compact .img-grid-section__title{font-size:clamp(18px,2.2vw,24px)}.img-grid-section--compact .img-grid-section__sub{font-size:13px}.img-grid-section--compact .img-grid-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(min-width:768px){.img-grid-section--compact .img-grid-section__grid{grid-template-columns:repeat(5,1fr);gap:12px}}@media(min-width:1100px){.img-grid-section--compact .img-grid-section__grid{grid-template-columns:repeat(6,1fr);gap:14px}}@media(max-width:480px){.img-grid-section--compact .img-grid-section__grid{grid-template-columns:repeat(2,1fr);gap:8px}}.img-grid-section--compact .img-grid-card{border-radius:10px}.img-grid-section--compact .img-grid-card__media{aspect-ratio:1/1.15}.img-grid-section--compact .img-grid-card__label{font-size:11px;padding:3px 8px;letter-spacing:.02em}.img-grid-section--compact .img-grid-card__top{top:8px;left:8px;right:8px}.img-grid-section--compact .img-grid-card__bottom{bottom:8px;right:8px}.img-grid-section--compact .img-grid-card__arrow{width:26px;height:26px}.img-grid-section--compact .img-grid-card__arrow svg{width:13px;height:13px}.img-grid-section--compact .img-grid-card__explore-text{font-size:11px}.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--5,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--6,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--7,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--8{grid-template-columns:repeat(3,1fr)}@media(min-width:768px){.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--5,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--6,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--7,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--8{grid-template-columns:repeat(5,1fr)}}@media(min-width:1100px){.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--5,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--6,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--7,.img-grid-section--compact .img-grid-section__grid.img-grid-section__grid--8{grid-template-columns:repeat(6,1fr)}}.hero-slider{position:relative;margin:0!important}.hero-slider__viewport{border-radius:0!important;overflow:hidden;position:relative}.hero-slide{position:relative}.hero-slide__media img,.hero-slide__media video{width:100%!important;height:auto!important;object-fit:cover!important;aspect-ratio:16/7}@media(max-width:768px){.hero-slide__media img,.hero-slide__media video{aspect-ratio:4/5}}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 40%,#00000073);pointer-events:none}.hero-slide__content{position:absolute;left:50%;bottom:8%;transform:translate(-50%);text-align:center;z-index:2;max-width:90%}.hero-slide__subtitle{display:inline-block;padding:4px 12px;background:#fffffff2;color:#111;font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border-radius:99px;margin-bottom:14px}.hero-slide__title{font-size:clamp(28px,5vw,56px)!important;font-weight:800!important;letter-spacing:-.02em!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.3);line-height:1.05!important;margin:0 0 18px!important}.hero-slide__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px!important;background:#fff!important;color:#111!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase;border-radius:99px!important;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s,color .2s;box-shadow:0 6px 20px #0000002e}.hero-slide__btn:hover{background:#111!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 10px 28px #00000047}.hero-slider__dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:inline-flex;gap:8px;z-index:3}.hero-slider__dot{width:7px;height:7px;background:#ffffff80;border:0;padding:0;border-radius:99px;cursor:pointer;transition:width .25s ease,background .25s ease}.hero-slider__dot.active{width:22px;background:#fff}.hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#ffffffd9;border:0;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#111;cursor:pointer;z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s,color .15s}.hero-slider__arrow:hover{background:#111;color:#fff}.hero-slider__arrow--prev{left:18px}.hero-slider__arrow--next{right:18px}@media(max-width:600px){.hero-slide__content{bottom:6%}.hero-slide__subtitle{font-size:10.5px;padding:3px 10px;margin-bottom:10px}.hero-slide__btn{padding:12px 22px!important;font-size:12px!important}.hero-slider__arrow{width:36px;height:36px}.hero-slider__arrow--prev{left:10px}.hero-slider__arrow--next{right:10px}}.product-card{position:relative;background:#fff!important;border-radius:8px!important;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-2px)}.product-card__media-wrap{position:relative;border-radius:8px;overflow:hidden;background:#f7f7f8}.product-card__media{display:block;aspect-ratio:3/4;position:relative;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card__badge{position:absolute;top:8px;left:8px;padding:3px 7px!important;font-size:10px!important;font-weight:700!important;letter-spacing:.05em!important;border-radius:3px!important;text-transform:uppercase;z-index:2}.product-card__badge--sale{background:#dc2626!important;color:#fff!important}.product-card__badge--new{background:#111!important;color:#fff!important}.product-card__badge--soldout{background:#000000bf!important;color:#fff!important}.product-card__wishlist{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#fffffff2!important;border:0!important;border-radius:50%!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#1a1a1a;box-shadow:0 2px 8px #0000001a;transition:background .15s,color .15s,transform .15s;z-index:2}.product-card__wishlist:hover{background:#fff!important;color:#ff3e6c;transform:scale(1.08)}.product-card__wishlist.wishlisted{background:#ff3e6c!important;color:#fff!important}.product-card__wishlist.wishlisted svg{fill:#fff}.product-card__info{padding:10px 4px 6px!important;display:flex;flex-direction:column;gap:4px}.product-card__vendor{font-size:11px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase;color:#7e8290!important;margin:0!important}.product-card__title{font-size:13px!important;font-weight:500!important;color:#1a1a1a!important;line-height:1.35!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__title-link{text-decoration:none}.product-card__rating{display:inline-flex;align-items:center;gap:3px;align-self:flex-start;padding:2px 6px;background:#16a34a;border-radius:3px;font-size:10.5px;font-weight:700;color:#fff;margin-top:2px}.product-card__star{width:9px!important;height:9px!important;color:#fff}.product-card__rating-value{color:#fff}.product-card__rating-count{color:#ffffffd9;font-weight:500;margin-left:1px}.product-card__price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-top:3px}.product-card__price{font-size:14px!important;font-weight:700!important;color:#111!important;font-variant-numeric:tabular-nums}.product-card__price--sale{color:#111!important}.product-card__price--compare{font-size:12px!important;font-weight:400!important;color:#9aa0aa!important;text-decoration:line-through}.product-card__price-off{font-size:12px!important;font-weight:700!important;color:#dc2626!important}.product-card__swatches{display:flex;gap:4px;padding-top:4px;flex-wrap:wrap}.product-card__swatch{width:14px;height:14px;border-radius:50%;border:1px solid #d4d4d8;cursor:pointer;padding:0!important;transition:transform .15s,border-color .15s}.product-card__swatch:hover,.product-card__swatch.active{transform:scale(1.15);border-color:#111}.newsletter{background:linear-gradient(135deg,#fff8f0,#ffeed4)!important;padding:32px 0!important;margin:28px 0 0!important;border-top:1px solid #ffd8b8;border-bottom:1px solid #ffd8b8}.newsletter .container{max-width:680px!important;padding:0 clamp(14px,3vw,28px)!important}.newsletter .section-header{text-align:center;margin-bottom:24px!important}.newsletter .section-header__subtitle{font-size:11px!important;font-weight:700!important;letter-spacing:.18em!important;text-transform:uppercase;color:#3ccbe0!important;margin-bottom:10px!important}.newsletter .section-header__title{font-size:clamp(24px,3.5vw,36px)!important;font-weight:800!important;letter-spacing:-.02em!important;color:#111!important;margin:0 0 10px!important;line-height:1.15!important}.newsletter .section-header__description{font-size:14px!important;color:#4a4a4a!important;line-height:1.55!important;max-width:480px;margin:0 auto!important}.newsletter__form{display:flex!important;gap:8px;max-width:480px;margin:0 auto;background:#fff;padding:6px;border-radius:99px;border:1px solid #ffd8b8;box-shadow:0 4px 14px #ff6a0014}.newsletter__input{flex:1;background:transparent!important;border:0!important;padding:10px 14px!important;font-size:14px!important;color:#111!important;outline:none!important}.newsletter__input::placeholder{color:#9aa0aa}.newsletter__submit{padding:10px 26px!important;background:#111!important;color:#fff!important;border:0!important;border-radius:99px!important;font-size:12.5px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase;cursor:pointer;transition:background .15s,transform .15s;flex-shrink:0}.newsletter__submit:hover{background:#3ccbe0!important;transform:translateY(-1px)}@media(max-width:600px){.newsletter{padding:40px 0!important}.newsletter__form{flex-direction:column!important;border-radius:14px;padding:10px;gap:6px}.newsletter__input{text-align:center;padding:10px!important}.newsletter__submit{width:100%;padding:12px!important;border-radius:8px!important}}.testimonial-card{background:#fff!important;border:1px solid #ececec!important;border-radius:14px!important;padding:24px!important;position:relative;transition:border-color .18s,transform .18s,box-shadow .18s}.testimonial-card:hover{border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 8px 22px #0000000d}.testimonial-card__quote{position:absolute;top:-2px;left:14px;font-size:64px;line-height:1;color:#3ccbe0;font-family:Georgia,serif;font-weight:700;opacity:.28;pointer-events:none}.testimonial-card__stars{display:inline-flex;gap:2px;margin-bottom:10px;position:relative;z-index:1}.testimonial-card__stars svg{width:14px;height:14px;color:#ffc043;fill:#ffc043}.testimonial-card__text{font-size:14px!important;line-height:1.6!important;color:#1a1a1a!important;margin:0 0 16px!important;font-style:italic;position:relative;z-index:1}.testimonial-card__author{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid #f5f5f7}.testimonial-card__avatar,.testimonial-card__avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3ccbe0,#7de5f0);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;object-fit:cover;flex-shrink:0}.testimonial-card__name{font-size:13.5px!important;font-weight:600!important;color:#111!important;line-height:1.2}.testimonial-card__location,.testimonial-card__role{display:block;font-size:11.5px;color:#7e8290;margin-top:1px;font-weight:500}.category-strip,.trending-categories{padding:36px 0!important;background:#fff}.category-strip__head,.trending-categories__head{text-align:center;margin-bottom:24px}.category-strip__title,.trending-categories__title,.featured-collection__title,.tabbed-collections__title{font-size:clamp(20px,2.4vw,26px)!important;font-weight:800!important;letter-spacing:-.015em!important;color:#111!important;margin:0 0 6px!important;position:relative;display:inline-block;padding-bottom:8px}.category-strip__title:after,.trending-categories__title:after,.featured-collection__title:after,.tabbed-collections__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:3px;background:#3ccbe0;border-radius:2px}.category-strip__subtitle,.trending-categories__subtitle,.featured-collection__subtitle{font-size:13px;color:#6b6f7d;margin:8px 0 0}.category-strip__grid,.trending-categories__grid{display:grid!important;grid-template-columns:repeat(6,1fr)!important;gap:14px}@media(max-width:900px){.category-strip__grid,.trending-categories__grid{grid-template-columns:repeat(4,1fr)!important}}@media(max-width:480px){.category-strip__grid,.trending-categories__grid{grid-template-columns:repeat(3,1fr)!important;gap:10px}}.category-strip__item,.trending-categories__item{display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;color:#1a1a1a;transition:transform .18s ease}.category-strip__item:hover,.trending-categories__item:hover{transform:translateY(-3px)}.category-strip__img-wrap,.trending-categories__img-wrap{width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#f5f5f7;border:2px solid transparent;transition:border-color .18s ease}.category-strip__item:hover .category-strip__img-wrap,.trending-categories__item:hover .trending-categories__img-wrap{border-color:#3ccbe0}.category-strip__img-wrap img,.trending-categories__img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.category-strip__label,.trending-categories__label{font-size:12.5px!important;font-weight:600!important;color:#1a1a1a!important;text-align:center;line-height:1.3}.savings-corner-section,.promo-banner{padding:36px 0!important}.savings-corner__card,.promo-banner__card{background:linear-gradient(135deg,#1a1a1a,#2a2a2a)!important;color:#fff!important;border-radius:14px!important;padding:32px!important;display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;position:relative;overflow:hidden}.savings-corner__card:before,.promo-banner__card:before{content:"";position:absolute;top:-30%;right:-15%;width:60%;aspect-ratio:1;background:radial-gradient(circle,rgba(255,106,0,.18),transparent 70%);pointer-events:none}.savings-corner__eyebrow,.promo-banner__eyebrow{font-size:11px!important;font-weight:700!important;letter-spacing:.14em!important;text-transform:uppercase;color:#ffc043!important;margin-bottom:8px!important}.savings-corner__title,.promo-banner__title{font-size:clamp(22px,3.5vw,32px)!important;font-weight:800!important;letter-spacing:-.02em!important;color:#fff!important;margin:0 0 8px!important;line-height:1.15!important}.savings-corner__sub,.promo-banner__sub{font-size:14px!important;color:#cfcfd2!important;margin:0!important;line-height:1.5}.savings-corner__cta,.promo-banner__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px!important;background:#3ccbe0!important;color:#fff!important;font-size:13px!important;font-weight:700!important;letter-spacing:.06em!important;text-transform:uppercase;border-radius:99px!important;text-decoration:none!important;transition:background .15s,transform .15s;white-space:nowrap;flex-shrink:0}.savings-corner__cta:hover,.promo-banner__cta:hover{background:#ff5722!important;transform:translateY(-2px)}@media(max-width:600px){.savings-corner__card,.promo-banner__card{grid-template-columns:1fr!important;padding:24px!important;text-align:center}}.usp-bar{background:#fafafa!important;border-top:1px solid #ececec;border-bottom:1px solid #ececec;padding:14px 0!important}.usp-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:768px){.usp-bar__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.usp-bar__grid{grid-template-columns:1fr}}.usp-bar__item{display:flex;align-items:center;gap:10px;font-size:12.5px;color:#1a1a1a;line-height:1.3}.usp-bar__item-icon{width:32px;height:32px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ececec;border-radius:50%;color:#3ccbe0}.usp-bar__item strong{display:block;font-weight:700;color:#111}.scrolling-text{background:#111!important;color:#fff!important;padding:10px 0!important;overflow:hidden;font-size:12.5px!important;font-weight:600!important;letter-spacing:.04em!important}.scrolling-text__track{display:flex;align-items:center;gap:48px;white-space:nowrap;animation:sk-ann-scroll 28s linear infinite}.scrolling-text__sep{color:#ffc043}.social-proof{padding:clamp(24px,4vw,40px) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.social-proof--light{background:#fff}.social-proof--surface{background:var(--color-surface)}.social-proof--accent{background:rgba(var(--color-accent-rgb),.06)}.social-proof--dark{background:#111;border-color:#222}.social-proof__heading{text-align:center;font-size:clamp(1rem,2.4vw,1.4rem);font-weight:800;letter-spacing:-.01em;color:var(--color-heading);margin:0 0 clamp(16px,3vw,28px)}.social-proof--dark .social-proof__heading{color:#fff}.social-proof__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.social-proof__item{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 18px;position:relative}.social-proof__item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:42px;background:var(--color-border)}.social-proof--dark .social-proof__item:not(:last-child):after{background:#2a2a2a}.social-proof__icon{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--color-accent-rgb),.1);color:var(--color-accent)}.social-proof__icon svg{width:20px;height:20px}.social-proof--dark .social-proof__icon{background:#ffffff14}.social-proof__text{display:flex;flex-direction:column;line-height:1.15;min-width:0}.social-proof__number{font-size:clamp(1.15rem,2.6vw,1.6rem);font-weight:800;color:var(--color-heading);letter-spacing:-.02em;font-variant-numeric:tabular-nums}.social-proof--dark .social-proof__number{color:#fff}.social-proof__label{font-size:clamp(.66rem,1.4vw,.8rem);font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-top:3px}.social-proof--dark .social-proof__label{color:#9a9a9a}@media(max-width:768px){.social-proof{padding:18px 0}.social-proof__list{grid-template-columns:repeat(2,1fr);gap:18px 0}.social-proof__item{gap:9px;padding:6px 10px;justify-content:flex-start}.social-proof__item:not(:last-child):after{height:32px}.social-proof__item:nth-child(2n):after{display:none}.social-proof__icon{width:32px;height:32px}.social-proof__icon svg{width:17px;height:17px}}@media(max-width:380px){.social-proof__icon{width:28px;height:28px}.social-proof__icon svg{width:15px;height:15px}}.hero-slide,.hero-slide__media{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}.hero-slide__media img,.hero-slide__media video{width:100%!important;height:100%!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center top;display:block!important}.product-card__badge{display:none!important}.product-card{position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;border:none!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transition:none!important;transform:none!important}.product-card:hover{transform:none!important;box-shadow:none!important}.product-card__media-wrap{position:relative!important;overflow:hidden!important;border-radius:8px!important;background:#f5f5f5!important;flex-shrink:0!important}.product-card__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .55s cubic-bezier(.25,.46,.45,.94)!important;will-change:transform!important}.product-card__image--hover{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transition:opacity .42s ease!important}.product-card:hover .product-card__image{transform:scale(1.06)!important}.product-card__rating-pill{position:absolute!important;left:8px!important;bottom:8px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:3px!important;padding:3px 7px!important;background:#fffffff2!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border-radius:20px!important;font-size:11px!important;font-weight:600!important;line-height:1!important;pointer-events:none!important;box-shadow:0 1px 4px #0000001f!important}.product-card__collection-pill{position:absolute!important;top:8px!important;right:8px!important;background:#ffffffeb!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;color:#444!important;font-size:9px!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important;padding:3px 8px!important;border-radius:20px!important;z-index:2!important;max-width:90px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;line-height:1.5!important;pointer-events:none!important;box-shadow:0 1px 4px #0000001a!important}.product-card__info{display:flex!important;flex-direction:column!important;flex:1!important;padding:9px 2px 4px!important;gap:0!important;background:#fff!important}.product-card__vendor-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;margin-bottom:3px!important;min-height:18px!important}.product-card__vendor{font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.09em!important;color:#9aa0aa!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1!important;min-width:0!important}.product-card__wishlist-inline{width:20px!important;height:20px!important;background:none!important;border:none!important;padding:0!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:transform .2s ease!important}.product-card__wishlist-inline svg{width:14px!important;height:14px!important;stroke:#c8c8c8!important;fill:none!important;stroke-width:1.8!important;transition:stroke .18s ease,fill .18s ease!important}.product-card__wishlist-inline:hover{transform:scale(1.15)!important}.product-card__wishlist-inline:hover svg{stroke:#ff3e6c!important}.product-card__wishlist-inline.wishlisted svg{stroke:#ff3e6c!important;fill:#ff3e6c!important}.product-card__title{font-size:13px!important;font-weight:400!important;line-height:1.45!important;color:#1a1a1a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0 0 5px!important;letter-spacing:.01em!important}.product-card__price-row{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:4px!important;margin-bottom:6px!important}.product-card__price--sale{font-size:14px!important;font-weight:800!important;color:#111!important}.product-card__price--compare{font-size:11.5px!important;font-weight:400!important;color:#bbb!important;text-decoration:line-through!important}.product-card__pct-off{font-size:11.5px!important;font-weight:700!important;color:#38b000!important;letter-spacing:.01em!important}.product-card__swatches{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;margin-bottom:6px!important}.product-card__swatch{width:14px!important;height:14px!important;border-radius:50%!important;border:1.5px solid #e0e0e0!important;cursor:pointer!important;transition:border-color .18s,transform .18s!important;flex-shrink:0!important;box-shadow:inset 0 0 0 1px #0000000a!important}.product-card__swatch:hover,.product-card__swatch.active{border-color:#111!important;transform:scale(1.2)!important}.product-card__swatch-more{font-size:10px!important;font-weight:600!important;color:#9aa0aa!important;letter-spacing:.02em!important;background:none!important;border:none!important;padding:0!important}.product-card__sizes{display:flex!important;flex-wrap:wrap!important;gap:3px!important;margin-bottom:6px!important}.product-card__size{font-size:10px!important;font-weight:500!important;padding:2px 6px!important;border:1px solid #e8e8e8!important;border-radius:3px!important;color:#555!important;line-height:1.4!important;letter-spacing:.02em!important;transition:border-color .15s,color .15s!important}.product-card__size--oos{opacity:.35!important;text-decoration:line-through!important;cursor:default!important}.product-card__quick-add{margin-top:auto!important;padding:4px 0 2px!important;position:static!important;transform:none!important;opacity:1!important}.product-card__quick-add-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;padding:9px 12px!important;background:#111!important;color:#fff!important;font-size:10px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border:none!important;border-radius:6px!important;cursor:pointer!important;transition:background .18s ease!important;min-height:36px!important;line-height:1!important;font-family:inherit!important}.product-card__quick-add-btn:hover{background:#333!important}.product-card__quick-add-btn:active{background:#000!important}.product-card__quick-add-btn svg{width:13px!important;height:13px!important;stroke:#fff!important;flex-shrink:0!important}@media(max-width:768px){.product-card__quick-add{padding:4px 0 0!important}.product-card__quick-add-btn{font-size:9.5px!important;min-height:32px!important;padding:8px 10px!important;border-radius:5px!important}}.featured-carousel .product-card,.carousel__track .product-card{border:none!important;box-shadow:none!important;border-radius:0!important}.featured-carousel .product-card__media-wrap{border-radius:0!important}.product-card{position:relative!important;display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;border-radius:12px!important;overflow:hidden!important;border:1px solid #f0f0f0!important;box-shadow:none!important;transition:box-shadow .3s ease,transform .3s cubic-bezier(.16,1,.3,1),border-color .25s ease!important;transform:translateZ(0)!important}.product-card:hover{box-shadow:0 8px 32px #0000001a!important;transform:translateY(-3px)!important;border-color:transparent!important}@media(max-width:768px){.product-card{border-radius:10px!important}.product-card:hover{transform:none!important;box-shadow:none!important;border-color:#f0f0f0!important}.product-card:active{transform:scale(.98)!important;box-shadow:0 4px 12px #00000014!important}}.product-card__media-wrap{position:relative!important;overflow:hidden!important;border-radius:0!important;background:#f5f5f5!important;flex-shrink:0!important}.product-card__media{display:block!important;aspect-ratio:3/4!important;overflow:hidden!important;position:relative!important;background:#f5f5f5!important}@media(max-width:480px){.product-card__media{aspect-ratio:2/3!important}}.product-card__image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .6s cubic-bezier(.25,.46,.45,.94)!important;will-change:transform!important}.product-card__image--hover{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:0!important;transition:opacity .45s ease!important}.product-card:hover .product-card__image{transform:scale(1.07)!important}.product-card:hover .product-card__image--hover{opacity:1!important}@media(max-width:768px){.product-card:hover .product-card__image{transform:none!important}.product-card:active .product-card__image{transform:scale(1.03)!important}}.product-card__media:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(to top,rgba(0,0,0,.18) 0%,transparent 42%)!important;opacity:0!important;transition:opacity .35s ease!important;pointer-events:none!important;z-index:1!important}.product-card:hover .product-card__media:after{opacity:1!important}.product-card__badge{position:absolute!important;top:10px!important;left:10px!important;z-index:3!important;display:inline-flex!important;align-items:center!important;gap:0!important;font-size:10px!important;font-weight:800!important;line-height:1!important;padding:4px 8px!important;border-radius:6px!important;letter-spacing:.04em!important;pointer-events:none!important}.product-card__badge svg{display:none!important}.product-card__badge--sale{background:var(--color-accent)!important;color:#fff!important}.product-card__badge--new{background:#16a34a!important;color:#fff!important}.product-card__badge--soldout{background:#0000008c!important;color:#fff!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}@media(max-width:480px){.product-card__badge{font-size:9px!important;padding:3px 7px!important;top:8px!important;left:8px!important}}.product-card__wishlist-img{position:absolute!important;top:10px!important;right:10px!important;z-index:3!important;width:32px!important;height:32px!important;border-radius:50%!important;background:#ffffffeb!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;border:none!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 2px 10px #00000024!important;opacity:0!important;transform:scale(.85)!important;transition:opacity .22s ease,transform .22s ease,background .18s ease!important}.product-card:hover .product-card__wishlist-img,.product-card__wishlist-img.wishlisted{opacity:1!important;transform:scale(1)!important}.product-card__wishlist-img:hover{background:#fff!important;transform:scale(1.12)!important}.product-card__wishlist-img:active{transform:scale(.95)!important}.product-card__wishlist-img svg{width:15px!important;height:15px!important;stroke:#aaa!important;fill:none!important;stroke-width:1.8!important;transition:stroke .18s ease,fill .18s ease!important;flex-shrink:0!important}.product-card__wishlist-img:hover svg{stroke:#ff3e6c!important}.product-card__wishlist-img.wishlisted svg{stroke:#ff3e6c!important;fill:#ff3e6c!important}@media(max-width:768px){.product-card__wishlist-img{opacity:1!important;transform:scale(1)!important;width:30px!important;height:30px!important;top:8px!important;right:8px!important}}.product-card__rating-pill{position:absolute!important;left:8px!important;bottom:8px!important;z-index:2!important;display:inline-flex!important;align-items:center!important;gap:3px!important;padding:3px 8px!important;background:#fffffff2!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border-radius:20px!important;font-size:11px!important;font-weight:600!important;line-height:1!important;pointer-events:none!important;box-shadow:0 1px 4px #0000001f!important}.product-card__rating-pill svg{width:10px!important;height:10px!important;color:#f59e0b!important;flex-shrink:0!important}.product-card__rating-pill-value{color:#111!important;font-weight:700!important}.product-card__rating-pill-divider{color:#d0d0d0!important;margin:0 1px!important}.product-card__rating-pill-count{color:#888!important;font-weight:500!important}.product-card__info{display:flex!important;flex-direction:column!important;flex:1!important;padding:10px 12px!important;gap:0!important;background:#fff!important}@media(max-width:480px){.product-card__info{padding:8px!important}}.product-card__vendor{font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:#b0b5bf!important;line-height:1!important;margin-bottom:4px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.product-card__vendor-row{display:none!important}.product-card__title-link{text-decoration:none!important;display:block!important}.product-card__title{font-size:13px!important;font-weight:500!important;line-height:1.45!important;color:#1a1a1a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0 0 6px!important;letter-spacing:.01em!important}@media(max-width:480px){.product-card__title{font-size:12px!important}}.product-card__price-row{display:flex!important;align-items:baseline!important;flex-wrap:wrap!important;gap:4px!important;margin-bottom:7px!important}.product-card__price{font-size:14px!important;font-weight:800!important;color:#111!important;line-height:1!important;letter-spacing:-.01em!important}.product-card__price--sale{font-size:15px!important;font-weight:800!important;color:#111!important}.product-card__price--compare{font-size:11.5px!important;font-weight:400!important;color:silver!important;text-decoration:line-through!important}.product-card__pct-off{font-size:11px!important;font-weight:700!important;color:#38b000!important;letter-spacing:.01em!important}.product-card__swatches{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:5px!important;margin-bottom:7px!important}.product-card__swatch{width:16px!important;height:16px!important;border-radius:50%!important;border:2px solid #e8e8e8!important;cursor:pointer!important;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;flex-shrink:0!important}.product-card__swatch:hover,.product-card__swatch.active{border-color:#111!important;transform:scale(1.2)!important;box-shadow:0 0 0 1.5px #00000014!important}.product-card__swatch-more{font-size:10px!important;font-weight:600!important;color:#9aa0aa!important;letter-spacing:.02em!important}@media(max-width:480px){.product-card__swatch{width:14px!important;height:14px!important}}.product-card__sizes{display:flex!important;flex-wrap:wrap!important;gap:3px!important;margin-bottom:7px!important}.product-card__size{font-size:9.5px!important;font-weight:500!important;padding:2px 6px!important;border:1px solid #ececec!important;border-radius:4px!important;color:#666!important;line-height:1.4!important;letter-spacing:.02em!important;transition:border-color .15s,color .15s!important}.product-card__size:hover{border-color:#111!important;color:#111!important}.product-card__size--oos{opacity:.3!important;text-decoration:line-through!important;cursor:default!important}@media(max-width:768px){.product-card__sizes{display:none!important}}.product-card__quick-add{margin-top:auto!important;padding:5px 0 0!important}.product-card__quick-add-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;padding:10px 12px!important;background:var(--color-accent)!important;color:#fff!important;font-size:10px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important;border:none!important;border-radius:8px!important;cursor:pointer!important;min-height:36px!important;line-height:1!important;font-family:inherit!important;position:relative!important;overflow:hidden!important;transition:background .2s ease,transform .15s ease,box-shadow .2s ease!important}.product-card__quick-add-btn:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent)!important;transform:translate(-100%)!important;transition:transform .5s ease!important}.product-card__quick-add-btn:hover:after{transform:translate(100%)!important}.product-card__quick-add-btn:hover{background:var(--color-accent-dark)!important;transform:translateY(-1px)!important;box-shadow:0 4px 14px rgba(var(--color-accent-rgb),.35)!important}.product-card__quick-add-btn:active{transform:translateY(0)!important;box-shadow:none!important}.product-card__quick-add-btn svg{width:13px!important;height:13px!important;stroke:#fff!important;fill:none!important;flex-shrink:0!important}@media(max-width:768px){.product-card__quick-add{padding:4px 0 0!important}.product-card__quick-add-btn{font-size:9.5px!important;min-height:34px!important;padding:9px 10px!important;border-radius:7px!important}}.featured-carousel .product-card,.carousel__track .product-card{border-radius:0!important;border:none!important;box-shadow:none!important;transform:none!important}.featured-carousel .product-card:hover,.carousel__track .product-card:hover{transform:none!important;box-shadow:none!important}.featured-carousel .product-card__media-wrap,.carousel__track .product-card__media-wrap{border-radius:0!important}.grid .product-card{height:100%!important}.product-card__image.placeholder-svg{width:100%!important;height:100%!important;object-fit:cover!important;opacity:.25!important}.product-card{border:none!important;border-radius:14px!important;box-shadow:0 2px 12px #00000012,0 0 0 1px #0000000a!important;transition:box-shadow .28s ease,transform .28s ease!important;background:#fff!important;overflow:hidden!important}.product-card:hover{box-shadow:0 8px 28px #0000001f,0 0 0 1px #0000000a!important;transform:translateY(-3px)!important}.product-card__media-wrap{border-radius:0!important}.product-card__info{padding:10px 12px 12px!important;gap:0!important}.product-card__vendor{font-size:.55rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:var(--color-accent)!important;margin-bottom:4px!important}.product-card__title{font-size:.8rem!important;font-weight:500!important;line-height:1.35!important;margin-bottom:6px!important;color:var(--color-heading)!important;-webkit-line-clamp:2!important;line-clamp:2!important}.product-card__price-row{margin-bottom:8px!important;gap:5px!important;align-items:center!important}.product-card__price{font-size:.95rem!important;font-weight:800!important}.product-card__price--sale{color:var(--color-heading)!important}.product-card__price--compare{font-size:.72rem!important;color:#999!important}.product-card__pct-off{font-size:.65rem!important;font-weight:700!important;color:#16a34a!important;background:#f0fdf4!important;padding:2px 6px!important;border-radius:4px!important;letter-spacing:.03em!important}.product-card__swatches{margin-bottom:7px!important;gap:5px!important}.product-card__swatch{width:18px!important;height:18px!important;border-radius:50%!important;border:2px solid #e5e5e5!important;box-shadow:inset 0 0 0 1px #0000000f!important;transition:transform .18s,border-color .18s!important}.product-card__swatch:hover,.product-card__swatch.active{border-color:var(--color-accent)!important;transform:scale(1.2)!important}.product-card__sizes{display:flex!important;flex-wrap:wrap!important;gap:4px!important;margin-bottom:8px!important}.product-card__size{font-size:.55rem!important;padding:3px 7px!important;border:1px solid #e5e5e5!important;border-radius:4px!important;color:var(--color-heading)!important;font-weight:600!important;letter-spacing:.03em!important;line-height:1.4!important;background:#fafaf8!important;transition:border-color .15s,color .15s!important}.product-card__size--oos{opacity:.35!important;text-decoration:line-through!important}.product-card__quick-add{margin-top:auto!important;padding:0!important}.product-card__quick-add-btn{width:100%!important;padding:11px 12px!important;border-radius:8px!important;font-size:.66rem!important;font-weight:700!important;letter-spacing:.09em!important;background:var(--color-heading)!important;color:#fff!important;gap:6px!important;min-height:38px!important;border:none!important;transition:background .2s,transform .15s,box-shadow .2s!important}.product-card__quick-add-btn:hover{background:var(--color-accent)!important;box-shadow:0 4px 14px rgba(var(--color-accent-rgb),.32)!important;transform:none!important}.product-card__quick-add-btn:active{transform:scale(.97)!important}@media(max-width:480px){.product-card{border-radius:12px!important}.product-card__info{padding:8px 10px 10px!important}.product-card__title{font-size:.76rem!important}.product-card__price{font-size:.88rem!important}.product-card__quick-add-btn{padding:10px!important;font-size:.62rem!important;min-height:36px!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme-sections.css.map */
