*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-height:100vh;min-height:100svh;font-family:var(--font-body);font-weight:300;font-size:1rem;line-height:1.7;letter-spacing:.02em;color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{max-width:100%;height:auto;display:block}a,button,[role=button],summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,summary:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}h1,h2,h3,h4,h5{font-family:var(--font-heading);font-weight:400;line-height:1.15;letter-spacing:.06em;text-transform:uppercase;margin:0 0 1rem}h1{font-size:clamp(2rem,5vw,3.75rem)}h2{font-size:clamp(1.5rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2.2vw,1.5rem)}h4{font-size:1.05rem}p{margin:0 0 1rem}a{color:inherit;text-decoration:none}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:0;left:0;z-index:999;width:auto;height:auto;clip:auto;margin:0;padding:1rem 1.5rem;background:var(--color-button);color:var(--color-button-text)}.page-width{max-width:var(--page-width);margin:0 auto;padding-inline:var(--gutter)}.section{padding-block:clamp(3rem,7vw,6.25rem)}.section--tight{padding-block:clamp(2rem,4vw,3.5rem)}.section--alt{background:var(--color-background-alt)}.section--dark{background:var(--color-text);color:var(--color-background)}.section-heading{text-align:center;margin-bottom:clamp(2rem,5vw,3.5rem)}.section-heading--left{text-align:left}.eyebrow{display:block;font-family:var(--font-body);font-size:.72rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.9rem}.section--dark .eyebrow{color:#ffffff8c}.button{display:inline-block;padding:1rem 2.6rem;background:var(--color-button);color:var(--color-button-text);border:1px solid var(--color-button);font-family:var(--font-body);font-size:.78rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease}.button:hover{background:transparent;color:var(--color-button)}.button--outline{background:transparent;color:var(--color-text);border-color:currentColor}.button--outline:hover{background:var(--color-button);color:var(--color-button-text)}.button--white{background:#fff;color:#1c1b1a;border-color:#fff}.button--white:hover{background:transparent;color:#fff}.link-underline{font-size:.78rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:.35rem;transition:opacity .2s ease}.link-underline:hover{opacity:.6}.announcement-bar{background:var(--color-text);color:var(--color-background);text-align:center;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;padding:.65rem var(--gutter)}.site-header{position:sticky;top:0;z-index:90;background:var(--color-background);border-bottom:1px solid var(--color-border);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.site-header.is-scrolled{background:color-mix(in srgb,var(--color-background) 92%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 0 var(--color-border)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(.75rem,3vw,2rem);padding:1.1rem var(--gutter);max-width:var(--page-width);margin:0 auto;transition:padding .3s ease}.site-header.is-scrolled .site-header__inner{padding-block:.75rem}.site-header__logo{font-family:var(--font-heading);font-size:clamp(1.05rem,3.4vw,1.5rem);letter-spacing:.18em;text-transform:uppercase;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:480px){.site-header__logo{letter-spacing:.24em}}.site-nav{display:flex;gap:1.8rem}.site-nav__link{font-size:.76rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;padding-block:.4rem;border-bottom:1px solid transparent;transition:border-color .2s ease}.site-nav__link:hover{border-color:currentColor}.site-header__icons{display:flex;justify-content:flex-end;align-items:center;gap:clamp(.7rem,2.5vw,1.2rem)}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:44px;min-height:44px;margin:-.5rem}.site-header__icon svg{width:20px;height:20px}.cart-count{position:absolute;top:-7px;right:-9px;min-width:16px;height:16px;border-radius:50%;background:var(--color-text);color:var(--color-background);font-size:.6rem;line-height:16px;text-align:center;padding-inline:3px}.menu-toggle{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin-left:-.5rem;background:none;border:0;cursor:pointer}.menu-toggle svg{width:22px;height:22px}.mobile-drawer{position:fixed;top:0;right:18%;bottom:0;left:0;min-width:280px;max-width:420px;background:var(--color-background);z-index:100;padding:2rem 1.5rem;padding-top:max(2rem,env(safe-area-inset-top));padding-bottom:max(2rem,env(safe-area-inset-bottom));transform:translate(-102%);transition:transform .35s ease;overflow-y:auto}@media(max-width:480px){.mobile-drawer{top:0;right:12%;bottom:0;left:0}}.mobile-drawer.is-open{transform:translate(0);box-shadow:0 0 60px #00000040}.mobile-drawer__close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;margin:-.5rem 0 1.5rem -.5rem;background:none;border:0;cursor:pointer}.mobile-drawer .site-nav{flex-direction:column;gap:0}.mobile-drawer .site-nav__link{display:block;font-size:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}@media(max-width:900px){.site-nav--desktop{display:none}.menu-toggle{display:inline-flex}}.slideshow{position:relative;overflow:hidden}.slideshow__track{display:flex;transition:transform .6s ease}.slideshow__slide{position:relative;flex:0 0 100%;min-height:clamp(480px,88vh,860px);min-height:clamp(480px,88svh,860px);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;isolation:isolate}.slideshow__media,.banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.slideshow__media img,.banner__media img,.slideshow__media video,.banner__media video{width:100%;height:100%;object-fit:cover}.slideshow__media:after,.banner__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#14121047}.slideshow__content{padding:2rem;max-width:760px}.slideshow__content .eyebrow{color:#ffffffbf}.slideshow__buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem}.slideshow__dots{position:absolute;bottom:1.6rem;left:50%;transform:translate(-50%);display:flex;gap:.2rem}.slideshow__dot{position:relative;width:32px;height:32px;border:0;background:transparent;padding:0;cursor:pointer}.slideshow__dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;border:1px solid #fff;transition:background .2s ease}.slideshow__dot.is-active:after{background:#fff}.banner{position:relative;min-height:clamp(380px,68vh,700px);min-height:clamp(380px,68svh,700px);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;isolation:isolate}.banner--short{min-height:clamp(300px,48vh,480px);min-height:clamp(300px,48svh,480px)}.banner__content{padding:2rem;max-width:720px}.banner__content .eyebrow{color:#ffffffbf}.banner__content .button{margin-top:1.4rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));gap:clamp(1.5rem,4vw,2rem) clamp(1rem,3vw,1.5rem)}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem .85rem}}.card-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(240px,22vw,320px);gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:1rem;scrollbar-width:thin}.card-carousel>*{scroll-snap-align:start}.product-card{position:relative}.product-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--color-background-alt)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .6s ease}.product-card__media img.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:hover .product-card__media img:first-child{transform:scale(1.04)}.product-card__badge{position:absolute;top:.9rem;left:.9rem;background:#fff;color:var(--color-text);font-size:.6rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;padding:.35rem .7rem;z-index:2}.product-card__badge--sale{background:var(--color-sale);color:#fff}.product-card__quick-add{position:absolute;right:.9rem;bottom:.9rem;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:0;border-radius:50%;cursor:pointer;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;z-index:2}.product-card:hover .product-card__quick-add,.product-card__quick-add:focus-visible{opacity:1;transform:translateY(0)}.product-card__quick-add svg{width:16px;height:16px}@media(hover:none),(max-width:900px){.product-card__quick-add{opacity:1;transform:translateY(0)}}.product-card__info{text-align:center;padding-top:1.1rem}.product-card__title{font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.4rem}.price{font-size:.85rem;letter-spacing:.08em}.price__label{display:block;font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.15rem}.price--on-sale .price__current{color:var(--color-sale)}.price__compare{text-decoration:line-through;color:var(--color-text-light);margin-left:.5rem}.collection-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:clamp(1rem,4vw,2rem);margin-bottom:2.5rem}.collection-tabs__tab{background:none;border:0;cursor:pointer;font-family:var(--font-body);font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;color:var(--color-text-light);padding:.7rem .1rem .5rem;border-bottom:1px solid transparent}.collection-tabs__tab.is-active{color:var(--color-text);border-color:currentColor}.collection-tabs__panel[hidden]{display:none}.featured-collection__footer{text-align:center;margin-top:2.5rem}.collection-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:clamp(.85rem,3vw,1.25rem)}@media(max-width:480px){.collection-list{grid-template-columns:repeat(2,1fr)}}.collection-card{position:relative;aspect-ratio:3 / 4;overflow:hidden;display:flex;align-items:flex-end;isolation:isolate}.collection-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,13,11,.55),transparent 55%)}.collection-card__title{color:#fff;padding:1.6rem;margin:0;font-size:1.3rem}.rich-text{text-align:center;max-width:900px;margin-inline:auto}.rich-text h2{font-size:clamp(1.4rem,3vw,2.2rem);line-height:1.4}.rich-text__links{display:flex;gap:2rem;justify-content:center;margin-top:1.8rem;flex-wrap:wrap}.image-with-text{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,6vw,6rem)}.image-with-text--reverse .image-with-text__media{order:2}.image-with-text__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.image-with-text__number{font-family:var(--font-heading);font-size:3rem;color:var(--color-accent);display:block;margin-bottom:1rem}.image-with-text__content .button,.image-with-text__content .link-underline{margin-top:1rem}@media(max-width:800px){.image-with-text{grid-template-columns:1fr}.image-with-text--reverse .image-with-text__media{order:0}}.video-banner__play{width:72px;height:72px;border-radius:50%;border:1px solid #fff;background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:1.6rem;transition:background .25s ease}.video-banner__play:hover{background:#ffffff47}.video-banner__play svg{width:22px;height:22px;margin-left:3px}.shop-the-look{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.shop-the-look__media img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.shop-the-look__product{max-width:340px;margin-inline:auto}@media(max-width:800px){.shop-the-look{grid-template-columns:1fr}}.countdown-banner__timer{display:flex;gap:clamp(1rem,4vw,2.5rem);justify-content:center;margin-top:2rem}.countdown-banner__unit{text-align:center}.countdown-banner__value{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,3rem);display:block}.countdown-banner__label{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:inherit;opacity:.6}.image-duo{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.image-duo__item{text-align:center}.image-duo__item img{aspect-ratio:4 / 5;object-fit:cover;width:100%;margin-bottom:1.2rem}.image-duo__label{font-family:var(--font-heading);letter-spacing:.14em;text-transform:uppercase;font-size:1rem;display:block;margin-bottom:.6rem}@media(max-width:700px){.image-duo{grid-template-columns:1fr}}.before-after{position:relative;aspect-ratio:16 / 9;overflow:hidden;-webkit-user-select:none;user-select:none}.before-after img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.before-after__after{clip-path:inset(0 0 0 50%)}.before-after__handle{position:absolute;top:0;bottom:0;left:50%;width:2px;background:#fff;pointer-events:none}.before-after__handle:after{content:"\2194";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:#1c1b1a;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.before-after__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.article-card__media{aspect-ratio:4 / 3;overflow:hidden;background:var(--color-background-alt);margin-bottom:1.2rem}.article-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.article-card:hover .article-card__media img{transform:scale(1.04)}.article-card__tag{font-size:.62rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-light);display:block;margin-bottom:.5rem}.article-card__title{font-size:1.05rem;margin-bottom:.8rem}.blog-grid-footer{text-align:center;margin-top:3rem}.featured-product{display:grid;grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}.featured-product__media{aspect-ratio:4 / 5;overflow:hidden;background:var(--color-background-alt)}.featured-product__media img{width:100%;height:100%;object-fit:cover}@media(max-width:800px){.featured-product{grid-template-columns:1fr}}.press-quote{text-align:center;max-width:820px;margin-inline:auto}.press-quote blockquote{font-family:var(--font-heading);font-size:clamp(1.2rem,2.6vw,1.8rem);line-height:1.5;margin:0}.press-quote cite{display:block;font-family:var(--font-body);font-style:normal;font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;margin-top:1.5rem;color:var(--color-text-light)}.timeline__years{display:flex;gap:clamp(1rem,4vw,2.6rem);justify-content:center;margin-top:2.6rem;flex-wrap:wrap}.timeline__year{background:none;border:0;cursor:pointer;font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.12em;color:var(--color-text-light);padding:.7rem .15rem .5rem;border-bottom:1px solid transparent}.timeline__year.is-active{color:var(--color-text);border-color:currentColor}.timeline__panel[hidden]{display:none}.timeline__panel{max-width:720px;margin:2rem auto 0;text-align:center}.multicolumn{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2.5rem 2rem}.multicolumn__item{text-align:center}.multicolumn__item svg{width:30px;height:30px;margin-bottom:1.1rem}.multicolumn__item img{aspect-ratio:4 / 3;object-fit:cover;width:100%;margin-bottom:1.2rem}.multicolumn__title{font-size:.95rem;margin-bottom:.6rem}.multicolumn__text{font-size:.9rem;color:var(--color-text-light)}.newsletter{text-align:center;max-width:620px;margin-inline:auto}.newsletter-form{display:flex;margin-top:2rem;border-bottom:1px solid currentColor}.newsletter-form input[type=email]{flex:1;border:0;background:transparent;padding:.9rem 0;font-family:var(--font-body);font-size:.9rem;letter-spacing:.06em;color:inherit;outline:none}.newsletter-form input::placeholder{color:inherit;opacity:.5}.newsletter-form button{background:none;border:0;cursor:pointer;font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:inherit}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem}.gallery-grid a{overflow:hidden;aspect-ratio:1;display:block}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-grid a:hover img{transform:scale(1.06)}.site-footer{background:var(--color-background-alt);padding-top:clamp(3rem,6vw,5rem);font-size:.9rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:clamp(2rem,4vw,4rem);padding-bottom:3rem}@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__heading{font-size:.75rem;letter-spacing:.26em;margin-bottom:1.4rem}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:.7rem}.site-footer a:hover{text-decoration:underline}.site-footer__bottom{border-top:1px solid var(--color-border);padding:1.6rem 0;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.75rem;letter-spacing:.08em;color:var(--color-text-light)}.social-links{display:flex;gap:1.1rem}.social-links svg{width:18px;height:18px}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:clamp(1.5rem,3vw,2.5rem)}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb__sep{opacity:.4}.breadcrumb__current{color:var(--color-text)}.product-page{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(2rem,5vw,5.5rem);align-items:start}@media(max-width:900px){.product-page{grid-template-columns:1fr}}.product-gallery{display:grid;grid-template-columns:84px 1fr;gap:1rem;position:sticky;top:96px}@media(max-width:900px){.product-gallery{grid-template-columns:1fr;position:static}.product-gallery__thumbs{order:2}}.product-gallery__thumbs{display:flex;flex-direction:column;gap:.65rem;max-height:640px;overflow-y:auto;scrollbar-width:thin}@media(max-width:900px){.product-gallery__thumbs{flex-direction:row;max-height:none;overflow-x:auto;padding-top:.85rem}}.product-gallery__thumb{flex:0 0 auto;width:84px;aspect-ratio:3 / 4;padding:0;border:1px solid transparent;outline-offset:2px;background:var(--color-background-alt);cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb:hover{opacity:.85}.product-gallery__thumb.is-active{opacity:1;border-color:var(--color-text)}.product-gallery__main{position:relative}.product-gallery__slide{display:none;aspect-ratio:4 / 5;overflow:hidden;background:var(--color-background-alt);cursor:zoom-in}.product-gallery__slide.is-active{display:block}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-gallery__slide:hover img{transform:scale(1.035)}.product-gallery__slide video{width:100%;height:100%;object-fit:cover}.product-gallery__zoom-btn{position:absolute;right:1rem;bottom:1rem;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;border:0;border-radius:50%;cursor:pointer;transition:background .2s ease}.product-gallery__zoom-btn:hover{background:#fff}.product-gallery__zoom-btn svg{width:17px;height:17px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0f0d0bf5;display:flex;align-items:center;justify-content:center}.lightbox[hidden]{display:none}.lightbox__img-wrap{max-width:90vw;max-height:84vh}.lightbox__img-wrap img{max-width:90vw;max-height:84vh;width:auto;height:auto;object-fit:contain}.lightbox__close,.lightbox__prev,.lightbox__next{position:absolute;background:none;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.lightbox__close:hover,.lightbox__prev:hover,.lightbox__next:hover{border-color:#fff;background:#ffffff14}.lightbox__close{top:1.5rem;right:1.5rem;width:46px;height:46px}.lightbox__close svg{width:18px;height:18px}.lightbox__prev,.lightbox__next{top:50%;transform:translateY(-50%);width:50px;height:50px}.lightbox__prev{left:1.5rem}.lightbox__next{right:1.5rem}.lightbox__prev svg,.lightbox__next svg{width:18px;height:18px}.lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#ffffffa6;font-size:.72rem;letter-spacing:.2em}@media(max-width:700px){.lightbox__prev,.lightbox__next{width:44px;height:44px}.lightbox__prev{left:.6rem}.lightbox__next{right:.6rem}.lightbox__close{top:1rem;right:1rem}}.product-info{padding-top:.25rem}.product-info__vendor{display:block;font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.6rem}.product-info__title{font-size:clamp(1.6rem,3.2vw,2.35rem);letter-spacing:.03em;margin-bottom:.9rem}.product-info .price{font-size:1.15rem;letter-spacing:.1em;margin-bottom:.4rem;display:block}.product-info__sku{font-size:.72rem;color:var(--color-text-light);letter-spacing:.06em;margin-bottom:1.8rem}.product-info__availability{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--color-text-light);margin:0 0 2rem}.product-info__availability-dot{width:7px;height:7px;border-radius:50%;background:#4a7a4a;flex:0 0 auto}.variant-fieldset{border:0;padding:0;margin:0 0 1.8rem}.variant-fieldset legend{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.9rem;padding:0;color:var(--color-text-light)}.variant-options{display:flex;flex-wrap:wrap;gap:.7rem}.variant-options input{position:absolute;opacity:0;width:1px;height:1px}.variant-options label{position:relative;border:1px solid var(--color-border);padding:.7rem 1.4rem;font-size:.8rem;letter-spacing:.08em;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.variant-options input:checked+label{border-color:var(--color-text);background:var(--color-text);color:var(--color-background)}.variant-options input:focus-visible+label{outline:2px solid var(--color-accent);outline-offset:2px}.variant-options--swatch{gap:.6rem}.variant-options--swatch label.swatch{width:34px;height:34px;padding:0;border-radius:50%;border:1px solid var(--color-border);box-shadow:inset 0 0 0 2px var(--color-background);background-clip:padding-box;overflow:hidden}.variant-options--swatch input:checked+label.swatch{border-color:var(--color-text);outline:1px solid var(--color-text);outline-offset:2px;background:inherit}.variant-options--swatch input:focus-visible+label.swatch{outline:2px solid var(--color-accent);outline-offset:2px}.product-form__row{display:flex;align-items:stretch;gap:1rem;margin-bottom:1.4rem}.product-form__buy-now{margin-bottom:1.4rem}.product-form__buy-now:empty{display:none}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);flex:0 0 auto}.quantity-selector button{background:none;border:0;cursor:pointer;width:42px;height:54px;font-size:1.05rem;color:inherit;transition:background .2s ease}.quantity-selector button:hover{background:var(--color-background-alt)}.quantity-selector input{width:42px;height:54px;border:0;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;background:transparent;font-family:var(--font-body);font-size:.9rem;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{flex:1;height:54px;margin-bottom:0;font-size:.82rem}.trust-row-inline{display:flex;flex-direction:column;gap:.9rem;padding:1.4rem 0;margin-bottom:.5rem;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.trust-row-inline__item{display:flex;align-items:center;gap:.8rem;font-size:.8rem;color:var(--color-text-light)}.trust-row-inline__item svg{width:17px;height:17px;flex:0 0 auto;color:var(--color-text)}.product-accordion{margin-top:.5rem}.product-accordion__item{border-bottom:1px solid var(--color-border)}.product-accordion__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 0;cursor:pointer;list-style:none;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.product-accordion__item summary::-webkit-details-marker{display:none}.product-accordion__icon{position:relative;width:14px;height:14px;flex:0 0 auto}.product-accordion__icon:before,.product-accordion__icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--color-text);transform:translate(-50%,-50%)}.product-accordion__icon:before{width:14px;height:1px}.product-accordion__icon:after{width:1px;height:14px;transition:transform .25s ease}.product-accordion__item[open] .product-accordion__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.product-accordion__body{padding:0 0 1.5rem;font-size:.9rem;color:var(--color-text-light);line-height:1.75}.product-accordion__body p:last-child{margin-bottom:0}.sticky-add-bar{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--color-background);border-top:1px solid var(--color-border);box-shadow:0 -8px 30px #00000014;transform:translateY(100%);transition:transform .3s ease}.sticky-add-bar.is-visible{transform:translateY(0)}.sticky-add-bar__inner{display:flex;align-items:center;gap:1.2rem;padding:.85rem var(--gutter);padding-bottom:max(.85rem,env(safe-area-inset-bottom))}.sticky-add-bar__media{width:46px;height:46px;flex:0 0 auto;overflow:hidden;background:var(--color-background-alt)}.sticky-add-bar__media img{width:100%;height:100%;object-fit:cover}.sticky-add-bar__info{flex:1;min-width:0}.sticky-add-bar__title{font-size:.78rem;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-add-bar__price{font-size:.78rem;color:var(--color-text-light)}.sticky-add-bar__submit{flex:0 0 auto;padding:.85rem 1.8rem;font-size:.72rem}@media(max-width:560px){.sticky-add-bar__title{display:none}}.collection-header{text-align:center;padding-block:clamp(2.5rem,5vw,4rem)}.collection-header__count{color:var(--color-text-light);font-size:.85rem}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.6rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border)}.collection-toolbar__filter-toggle{display:inline-flex;align-items:center;gap:.6rem;background:none;border:0;cursor:pointer;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 0}.collection-toolbar__filter-toggle svg{width:16px;height:16px}.collection-toolbar__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 .3rem;border-radius:50%;background:var(--color-text);color:var(--color-background);font-size:.62rem}.collection-toolbar__sort{display:flex;align-items:center;gap:.6rem}.collection-toolbar__sort label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-light)}.collection-toolbar__sort select{border:1px solid var(--color-border);background:var(--color-background);padding:.5rem .8rem;font-family:var(--font-body);font-size:.8rem;color:var(--color-text);cursor:pointer}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:clamp(2rem,4vw,3.5rem);align-items:start}.collection-filters{border:1px solid var(--color-border);padding:1.6rem}.collection-filters[hidden],.collection-filters__head{display:none}.filter-group{padding-bottom:1.4rem;margin-bottom:1.4rem;border-bottom:1px solid var(--color-border)}.filter-group:last-of-type{border-bottom:0;margin-bottom:.5rem;padding-bottom:0}.filter-group__label{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem}.filter-group__options{display:flex;flex-direction:column;gap:.7rem}.filter-option{display:flex;align-items:center;gap:.6rem;font-size:.82rem;cursor:pointer}.filter-option input{width:15px;height:15px;accent-color:var(--color-text);cursor:pointer}.filter-option__count{color:var(--color-text-light);font-size:.74rem;margin-left:auto}.filter-option--disabled{color:var(--color-text-light);opacity:.5;cursor:default}.filter-price{display:flex;gap:.7rem}.filter-price__field{flex:1;display:flex;flex-direction:column;gap:.35rem}.filter-price__field span{font-size:.68rem;color:var(--color-text-light)}.filter-price__field input{border:1px solid var(--color-border);padding:.5rem .6rem;font-family:var(--font-body);font-size:.82rem;width:100%}.filter-clear-all{display:inline-block;font-size:.7rem}.collection-empty{text-align:center;padding-block:4rem}.collection-empty p{margin-bottom:1.4rem;color:var(--color-text-light)}@media(max-width:900px){.collection-layout{grid-template-columns:1fr}.collection-filters{position:fixed;top:0;right:20%;bottom:0;left:0;z-index:120;overflow-y:auto;border:0;background:var(--color-background);padding:1.5rem 1.6rem;box-shadow:4px 0 30px #0000001f}.collection-filters__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.2rem;margin-bottom:1.2rem;border-bottom:1px solid var(--color-border);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}.collection-filters__close{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;margin:-.5rem;background:none;border:0;cursor:pointer}}@media(max-width:480px){.collection-filters{top:0;right:12%;bottom:0;left:0}}.pagination{display:flex;justify-content:center;gap:.6rem;margin-top:3.5rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border:1px solid var(--color-border);font-size:.85rem}.pagination [aria-current]{background:var(--color-text);color:var(--color-background);border-color:var(--color-text)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.68rem;font-weight:400;letter-spacing:.24em;text-transform:uppercase;color:var(--color-text-light);border-bottom:1px solid var(--color-border);padding:0 0 1rem}.cart-table td{padding:1.6rem 1rem 1.6rem 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.cart-table__total{text-align:right}.cart-item__media{width:90px}.cart-item__media img{aspect-ratio:3/4;object-fit:cover}.cart-item__title{font-size:.85rem;letter-spacing:.14em;text-transform:uppercase}.cart-item__remove{font-size:.72rem;color:var(--color-text-light);text-decoration:underline}.cart-footer{display:flex;justify-content:flex-end;margin-top:2.5rem}.cart-footer__box{max-width:380px;width:100%;text-align:right}.cart-footer__subtotal{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:.6rem}.cart-footer__note{font-size:.78rem;color:var(--color-text-light);margin-bottom:1.4rem}.cart-empty{text-align:center;padding-block:5rem}@media(max-width:700px){.cart-table thead{display:none}.cart-table,.cart-table tbody{display:block;width:100%}.cart-table tr{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem 1rem;padding:1.4rem 0;border-bottom:1px solid var(--color-border)}.cart-table td{display:block;border:0;padding:0}.cart-item__media{flex:0 0 84px}.cart-item__media img{width:84px}.cart-table td:nth-child(2){flex:1 1 calc(100% - 100px)}.cart-table td:nth-child(3),.cart-table td:nth-child(4),.cart-table td:nth-child(5){flex:0 0 100%;padding-left:calc(84px + 1rem)}.cart-table td[data-label]:before{content:attr(data-label);display:inline-block;min-width:64px;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-light)}.cart-table__total{text-align:left;font-weight:500}}@media(max-width:480px){.cart-footer__box{text-align:left}.cart-footer__box .button{display:block;width:100%;text-align:center}.cart-footer__box .button:first-of-type{margin:0 0 .75rem!important}}.cart-notification{position:fixed;right:1.5rem;bottom:1.5rem;z-index:120;background:var(--color-text);color:var(--color-background);padding:1.2rem 1.6rem;display:flex;gap:1.4rem;align-items:center;font-size:.85rem;box-shadow:0 10px 40px #00000040}.cart-notification[hidden]{display:none}.cart-notification p{margin:0}.utility-page{text-align:center;padding-block:clamp(4rem,9vw,7rem);max-width:640px;margin-inline:auto}.search-form{display:flex;border-bottom:1px solid currentColor;margin-top:2rem}.search-form input{flex:1;border:0;background:none;padding:.9rem 0;font-family:var(--font-body);font-size:1rem;outline:none}.carousel-nav{display:flex;gap:.6rem;justify-content:flex-end;margin-bottom:1.4rem}.carousel-nav button{width:42px;height:42px;border:1px solid var(--color-border);background:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.carousel-nav button:hover{background:var(--color-text);color:var(--color-background)}.carousel-nav svg{width:14px;height:14px}@media(max-width:700px){.carousel-nav{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
