.announcement-bar{background-color:var(--ann-bg);color:var(--ann-color);text-align:center;padding:.625rem 1rem;font-size:.8125rem;font-weight:500;letter-spacing:.02em}.announcement-bar__text{margin:0}.announcement-bar a{color:inherit;text-decoration:none}.announcement-bar a:hover{text-decoration:underline}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.email-signup{background-color:#0a0a0a;color:#fff;position:relative}.email-signup--textured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--texture-url);background-size:cover;background-position:center;opacity:.22;pointer-events:none;filter:grayscale(1)}.email-signup__video{display:none}@media(min-width:1024px){.email-signup__video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:grayscale(1);transition:opacity 1.2s ease}.email-signup__video.is-playing{opacity:.28}}@media(prefers-reduced-motion:reduce){.email-signup__video{display:none}}.email-signup__inner{padding:var(--section-pad) var(--page-margin);max-width:640px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.email-signup__heading{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.15}.email-signup__subheading{font-size:1rem;line-height:1.7;color:#ffffffb3;max-width:500px}.email-signup__form{display:flex;gap:0;width:100%;max-width:480px;margin-top:.5rem;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.email-signup__input{flex:1;padding:.9375rem 1.25rem;background-color:#ffffff0f;border:none;color:#fff;font-size:.9375rem;outline:none;border-radius:0}.email-signup__input::placeholder{color:#ffffff73}.email-signup__input:focus{background-color:#ffffff1a}.email-signup__button{padding:.9375rem 1.75rem;background-color:#fff;color:#0a0a0a;border:none;font-weight:600;font-size:.875rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:background-color .2s ease;border-radius:0}.email-signup__button:hover{background-color:#e8e8e8}.email-signup__disclaimer{font-size:.75rem;color:#fff6;margin-top:.25rem}.email-signup__success{background-color:#ffffff1a;border:1px solid #FFFFFF;color:#fff;padding:1rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:500;margin-top:.5rem}.email-signup__error{color:#ff8080;font-size:.875rem}@media(max-width:480px){.email-signup__form{flex-direction:column;border-radius:6px}.email-signup__input,.email-signup__button{border-radius:0}.email-signup__button{padding:1rem}}.faq{padding:var(--section-pad) 0;max-width:780px;margin:0 auto}.faq__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.faq__list{display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(0,0,0,.1)}.faq__item{border-bottom:1px solid rgba(0,0,0,.1)}.faq__question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.375rem 0;font-size:1rem;font-weight:600;cursor:pointer;list-style:none;color:#0a0a0a;transition:color .2s ease}.faq__question::-webkit-details-marker{display:none}.faq__question:hover{color:#6f6f6f}.faq__icon{flex-shrink:0;width:20px;height:20px;position:relative}.faq__icon:before,.faq__icon:after{content:"";position:absolute;background-color:currentColor;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.faq__icon:before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.faq__icon:after{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}details[open] .faq__icon:after{transform:translate(-50%) scaleY(0);opacity:0}.faq__answer{padding:0 0 1.375rem;font-size:.9375rem;line-height:1.75;color:#6f6f6f;max-width:680px}.featured-collection{background-color:#f5f5f4;position:relative}.featured-collection--textured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--texture-url);background-size:cover;background-position:center;opacity:.18;pointer-events:none;filter:grayscale(1)}.featured-collection__inner{padding:var(--section-pad) var(--page-margin);max-width:var(--page-width);margin:0 auto;position:relative;z-index:1}.featured-collection__video{display:none}@media(min-width:1024px){.featured-collection__video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:0;filter:grayscale(1);transition:opacity 1.2s ease}.featured-collection__video.is-playing{opacity:.22}}@media(prefers-reduced-motion:reduce){.featured-collection__video{display:none}}.featured-collection__title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.featured-collection__grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--fc-columns) - 1) * 1.75rem) / var(--fc-columns));gap:1.75rem;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:calc(var(--fc-columns) * 26rem);margin-inline:auto}.featured-collection__grid::-webkit-scrollbar{display:none}.featured-collection__grid>.product-card{scroll-snap-align:start}.featured-collection__grid.is-dragging{scroll-snap-type:none}@media(hover:hover)and (pointer:fine){.featured-collection__grid{cursor:grab}.featured-collection__grid.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}}@media(max-width:768px){.featured-collection__grid{grid-auto-columns:74%;gap:1rem}}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__media{border-radius:12px;overflow:hidden;background:#f0f0ef;aspect-ratio:3 / 4}.product-card__media{position:relative}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;display:block}.product-card__image--alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease,transform .4s ease}@media(hover:hover)and (pointer:fine){.product-card:hover .product-card__image{transform:scale(1.04)}.product-card:hover .product-card__image--alt{opacity:1}}.product-card__placeholder{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1rem .25rem 0}.product-card__name{font-size:.9375rem;font-weight:600;margin-bottom:.375rem;line-height:1.4}.product-card__price{font-size:.875rem;color:#0a0a0a;font-weight:500;display:flex;gap:.5rem;align-items:center}.product-card__price--compare{text-decoration:line-through;color:#a3a3a3;font-weight:400}.featured-collection__cta{text-align:center;margin-top:3.5rem}.featured-collection__view-all{display:inline-block;padding:.9375rem 2.5rem;border:2px solid #0A0A0A;color:#0a0a0a;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;transition:background-color .2s ease,color .2s ease}.featured-collection__view-all:hover{background-color:#0a0a0a;color:#fff}.site-footer{background-color:#0a0a0a;color:#ffffffbf;margin-top:auto}.site-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding:4rem var(--page-margin) 3rem;max-width:var(--page-width);margin:0 auto}@media(max-width:768px){.site-footer__inner{grid-template-columns:1fr;gap:2rem;padding:3rem var(--page-margin) 2rem}}.site-footer .lx-logo{color:#fff;margin-bottom:1rem}.site-footer__logo-link{display:inline-block;margin-bottom:1rem}.site-footer__tagline{font-size:.8125rem;font-weight:500;color:#a3a3a3;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.625rem}.site-footer__description{font-size:.875rem;line-height:1.7;color:#ffffff8c}.site-footer__col-heading{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:1.25rem}.site-footer__links-col nav{display:flex;flex-direction:column;gap:.625rem}.site-footer__link{font-size:.9375rem;color:#ffffffbf;text-decoration:none;transition:color .2s}.site-footer__link:hover{color:#fff}.site-footer__social-links{display:flex;gap:1rem;margin-bottom:1.25rem}.site-footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#ffffffbf;text-decoration:none;transition:background-color .2s,color .2s}.site-footer__social-link:hover{background:#fff;color:#0a0a0a}.site-footer__contact{font-size:.875rem;color:#ffffff8c}.site-footer__contact a{color:inherit;text-decoration:none;transition:color .2s}.site-footer__contact a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem var(--page-margin);max-width:var(--page-width);margin:0 auto;gap:1rem;flex-wrap:wrap}.site-footer__copyright{font-size:.8125rem;color:#fff6}.site-footer__payment{display:flex;gap:.5rem;align-items:center}.site-footer__payment svg{height:24px;width:auto;opacity:.5}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:4rem;padding:0 var(--page-margin);max-width:var(--page-width);margin:0 auto}.site-header__logo{display:flex;align-items:center}.site-header__logo a{text-decoration:none}.site-header__logo img{display:block;height:2rem;width:auto}.site-header__wordmark{font-size:1.125rem;font-weight:800;letter-spacing:-.03em;color:#0a0a0a;text-transform:uppercase}.site-header__nav{display:flex;align-items:center;gap:2rem}.site-header__nav-link{font-size:.8125rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a;text-decoration:none;transition:color .2s;position:relative}.site-header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1px;background:#0a0a0a;transform:scaleX(0);transition:transform .2s}.site-header__nav-link:hover:after,.site-header__nav-link--active:after{transform:scaleX(1)}.site-header__actions{display:flex;align-items:center;gap:1rem;justify-content:flex-end}.site-header__icon{display:flex;align-items:center;justify-content:center;color:#0a0a0a;text-decoration:none;transition:color .2s;position:relative}.site-header__icon:hover{color:#6f6f6f}.site-header__cart-count{position:absolute;top:-8px;right:-8px;background:#0a0a0a;color:#fff;font-size:.625rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.site-header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:2px;color:#0a0a0a;align-items:center;justify-content:center}.mobile-nav{display:none;background:#fff;border-top:1px solid rgba(0,0,0,.08);padding:1rem 0}.mobile-nav--open{display:block}.mobile-nav__links{display:flex;flex-direction:column;padding:0 var(--page-margin);max-width:var(--page-width);margin:0 auto}.mobile-nav__link{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;color:#0a0a0a;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.06);letter-spacing:.03em;text-transform:uppercase}.mobile-nav__link:last-child{border-bottom:none}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr;column-gap:1rem}.site-header__logo{min-width:0}.site-header__nav{display:none}.site-header__hamburger{display:flex}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#0a0a0a}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transform:scale(1.15);will-change:transform}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(1)}.hero__video{display:none}@media(min-width:1024px){.hero__video{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.2s ease;filter:grayscale(1)}.hero__video.is-playing{opacity:1}}@media(prefers-reduced-motion:reduce){.hero__video{display:none}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:rgba(0,0,0,var(--hero-overlay))}.hero__content{position:relative;z-index:3;text-align:center;padding:6rem 2rem;max-width:740px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero__heading{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1;color:#fff;letter-spacing:-.02em}.hero__subheading{font-size:clamp(1rem,2vw,1.125rem);line-height:1.7;color:#ffffffd1;max-width:560px}.hero__button{display:inline-block;padding:.9375rem 2.5rem;background-color:#fff;color:#0a0a0a;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;border-radius:6px;transition:background-color .2s ease,transform .15s ease}.hero__button:hover{background-color:#e8e8e8;transform:translateY(-1px)}.iwt{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;padding:var(--section-pad) 0}.iwt--no-media{grid-template-columns:1fr;max-width:44rem;margin-inline:auto;text-align:center}.iwt--no-media .iwt__content{align-items:center}.iwt--no-media .iwt__button{align-self:center}.iwt--image-right .iwt__media{order:2}.iwt--image-right .iwt__content{order:1}@media(max-width:768px){.iwt{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0}.iwt--image-right .iwt__media,.iwt--image-right .iwt__content{order:unset}}.iwt__media{border-radius:16px;overflow:hidden;aspect-ratio:4 / 5;background:#f0f0ef}.js .iwt__media[data-reveal=wipe]{clip-path:inset(0 0 0 100%);transition:clip-path .9s cubic-bezier(.65,0,.35,1)}.js .iwt--image-right .iwt__media[data-reveal=wipe]{clip-path:inset(0 100% 0 0)}.js .iwt__media[data-reveal=wipe].is-revealed{clip-path:inset(0 0 0 0)}@media(prefers-reduced-motion:reduce){.js .iwt__media[data-reveal=wipe]{transition:none;clip-path:inset(0 0 0 0)}}.iwt__image{width:100%;height:100%;object-fit:cover;display:block}.iwt__placeholder{width:100%;height:100%}.iwt__content{display:flex;flex-direction:column;gap:1.25rem}.iwt__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6f6f6f}.iwt__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#0a0a0a}.iwt__body{font-size:1rem;line-height:1.75;color:#6f6f6f}.iwt__body p{margin-bottom:.75rem}.iwt__button{display:inline-block;padding:.9375rem 2rem;background-color:#0a0a0a;color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;align-self:flex-start;transition:background-color .2s ease,transform .15s ease}.iwt__button:hover{background-color:#2e2e2e;transform:translateY(-1px)}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6rem var(--page-margin);min-height:50vh;gap:1.25rem}.not-found__code{font-size:7rem;font-weight:800;letter-spacing:-.05em;line-height:1;color:#f0f0ef;margin:0}.not-found__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;color:#0a0a0a;margin:0}.not-found__message{font-size:1rem;color:#a3a3a3;max-width:400px;line-height:1.6}.not-found__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.not-found__btn{display:inline-block;padding:.9375rem 2rem;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;transition:all .2s}.not-found__btn--primary{background:#0a0a0a;color:#fff}.not-found__btn--primary:hover{background:#2e2e2e}.not-found__btn--secondary{background:transparent;color:#0a0a0a;border:1.5px solid #0A0A0A}.not-found__btn--secondary:hover{background:#0a0a0a;color:#fff}.cart-page{padding:2rem 0 5rem}.cart-page__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:2rem;color:#0a0a0a}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:5rem 0;text-align:center}.cart-empty__text{font-size:1.125rem;color:#a3a3a3}.cart-empty__btn{display:inline-block;padding:.9375rem 2.5rem;background:#0a0a0a;color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;transition:background-color .2s}.cart-empty__btn:hover{background:#2e2e2e}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}@media(max-width:900px){.cart-layout{grid-template-columns:1fr;gap:2rem}}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.cart-item:first-child{border-top:1px solid rgba(0,0,0,.08)}.cart-item__img-link{display:block;border-radius:10px;overflow:hidden;background:#f0f0ef;aspect-ratio:3 / 4}.cart-item__img{width:100%;height:100%;object-fit:cover;display:block}.cart-item__img-placeholder{width:100%;height:100%}.cart-item__info{display:flex;flex-direction:column;justify-content:space-between;gap:.75rem}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-item__title{font-size:.9375rem;font-weight:600;color:#0a0a0a;text-decoration:none;line-height:1.35}.cart-item__title:hover{color:#6f6f6f}.cart-item__variant{font-size:.8125rem;color:#a3a3a3;margin-top:.25rem}.cart-item__selling-plan{font-size:.8125rem;color:#6f6f6f}.cart-item__line-price{font-size:1rem;font-weight:700;color:#0a0a0a;white-space:nowrap}.cart-item__footer{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cart-item__qty{display:flex;align-items:center;border:1.5px solid rgba(0,0,0,.2);border-radius:6px;overflow:hidden}.cart-qty-btn{background:none;border:none;width:32px;height:32px;font-size:1rem;cursor:pointer;color:#0a0a0a;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-qty-btn:hover{background:#0000000d}.cart-qty-input{width:40px;height:32px;text-align:center;border:none;border-left:1.5px solid rgba(0,0,0,.12);border-right:1.5px solid rgba(0,0,0,.12);font-size:.875rem;font-weight:500;color:#0a0a0a;background:#fff;-moz-appearance:textfield}.cart-qty-input::-webkit-outer-spin-button,.cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.cart-item__unit-price{font-size:.8125rem;color:#a3a3a3}.cart-item__remove{font-size:.8125rem;color:#a3a3a3;text-decoration:underline;text-decoration-color:transparent;transition:color .2s,text-decoration-color .2s;margin-left:auto}.cart-item__remove:hover{color:#c00;text-decoration-color:#c00}.cart-summary__box{background:#fafafa;border-radius:12px;padding:1.75rem;position:sticky;top:5rem}.cart-summary__heading{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.25rem;color:#0a0a0a}.cart-summary__rows{display:flex;flex-direction:column;gap:.625rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9375rem;color:#0a0a0a}.cart-summary__row--muted{color:#a3a3a3;font-size:.875rem}.cart-summary__row--total{font-size:1.0625rem;font-weight:700}.cart-summary__divider{height:1px;background:#0000001a;margin:1rem 0}.cart-summary__discounts{margin-top:.5rem}.cart-summary__discount{display:flex;justify-content:space-between;font-size:.875rem;color:#6f6f6f;font-weight:500}.cart-checkout-btn{display:block;width:100%;padding:1.0625rem;background:#0a0a0a;color:#fff;text-decoration:none;text-align:center;font-weight:700;font-size:.9375rem;letter-spacing:.06em;text-transform:uppercase;border-radius:6px;margin-top:1.5rem;transition:background-color .2s}.cart-checkout-btn:hover{background:#2e2e2e}.cart-summary__note{text-align:center;font-size:.75rem;color:#a3a3a3;margin-top:.75rem}.cart-summary__alt-checkout{margin-top:1rem}.cart-continue{display:block;text-align:center;margin-top:1rem;font-size:.875rem;color:#6f6f6f;text-decoration:none;transition:color .2s}.cart-continue:hover{color:#6f6f6f}.collection-header{padding:2.5rem 0 2rem}.collection-header__banner{position:relative;min-height:320px;display:flex;align-items:flex-end;overflow:hidden;border-radius:0;margin-bottom:2rem}.collection-header__banner-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transform:scale(1.15);will-change:transform}.collection-header__banner-img{width:100%;height:100%;object-fit:cover}.collection-header__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,#0009,#0000001a 60%)}.collection-header__banner-content{position:relative;z-index:2;padding:2.5rem var(--page-margin);max-width:var(--page-width);width:100%;margin:0 auto}.collection-header__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.02em;color:#0a0a0a;margin-bottom:.5rem}.collection-header__title--light{color:#fff}.collection-header__description{font-size:1rem;color:#6f6f6f;max-width:600px;line-height:1.65}.collection-header__description--light{color:#ffffffd9}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0 1.5rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.collection-toolbar__count{font-size:.875rem;color:#a3a3a3}.collection-toolbar__right{display:flex;align-items:center;gap:.625rem}.collection-toolbar__sort-label{font-size:.8125rem;font-weight:500;color:#6f6f6f;white-space:nowrap}.collection-toolbar__sort{padding:.5rem 2rem .5rem .75rem;border:1.5px solid rgba(0,0,0,.2);border-radius:6px;font-size:.875rem;font-weight:500;color:#0a0a0a;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230A0A0A' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right .625rem center;-webkit-appearance:none;cursor:pointer}.collection-grid{display:grid;grid-template-columns:repeat(var(--cols),1fr);gap:2rem 1.5rem;padding-bottom:4rem}@media(max-width:900px){.collection-grid{--cols: 2 !important;gap:1.5rem 1rem}}@media(max-width:480px){.collection-grid{--cols: 1 !important}}.coll-card{display:flex;flex-direction:column;position:relative;transition:transform .3s ease}.coll-card:hover{transform:translateY(-4px)}.coll-card__media{box-shadow:0 0 #0a0a0a00;transition:box-shadow .3s ease}.coll-card:hover .coll-card__media{box-shadow:0 16px 32px -12px #0a0a0a38}.coll-card__link{text-decoration:none;color:inherit;display:block;flex:1}.coll-card__media{border-radius:12px;overflow:hidden;background:#f0f0ef;aspect-ratio:3 / 4;position:relative;margin-bottom:1rem}.coll-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .4s ease,transform .5s ease;position:absolute;top:0;right:0;bottom:0;left:0}.coll-card__image--hover{opacity:0}@media(hover:hover)and (pointer:fine){.coll-card:hover .coll-card__image:not(.coll-card__image--hover){opacity:0}.coll-card:hover .coll-card__image--hover{opacity:1}.coll-card:hover .coll-card__image{transform:scale(1.04)}}.coll-card__placeholder{width:100%;height:100%}.coll-card__badge{position:absolute;top:.75rem;left:.75rem;background:#0a0a0a;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px}.coll-card__info{display:flex;flex-direction:column;gap:.25rem}.coll-card__title{font-size:.9375rem;font-weight:600;line-height:1.35;color:#0a0a0a}.coll-card__vendor{font-size:.75rem;color:#a3a3a3;text-transform:uppercase;letter-spacing:.05em}.coll-card__price{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.coll-card__price-current{font-size:.9375rem;font-weight:700;color:#0a0a0a}.coll-card__price-compare{font-size:.875rem;text-decoration:line-through;color:#a3a3a3;font-weight:400}.coll-card__quick-add{margin-top:.75rem;width:100%;padding:.625rem;background:transparent;border:1.5px solid #0A0A0A;border-radius:6px;font-size:.8125rem;font-weight:600;letter-spacing:.05em;color:#0a0a0a;cursor:pointer;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s,background-color .2s,color .2s}.coll-card:hover .coll-card__quick-add{opacity:1;transform:translateY(0)}.coll-card__quick-add:hover{background:#0a0a0a;color:#fff}.collection-empty{grid-column:1 / -1;text-align:center;padding:4rem;color:#a3a3a3;font-size:1.125rem}.collection-pagination{text-align:center;padding:2rem 0 4rem;display:flex;justify-content:center;gap:.375rem;flex-wrap:wrap}.collection-pagination .page,.collection-pagination .prev,.collection-pagination .next{display:inline-flex;align-items:center;justify-content:center}.collection-pagination a,.collection-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;color:#0a0a0a;border:1.5px solid transparent;transition:all .2s}.collection-pagination a:hover{border-color:#0a0a0a}.collection-pagination .current span{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.page-content{padding:3rem 0 5rem}.page-content__inner{max-width:760px}.page-content__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:2rem;color:#0a0a0a}.page-content__body.rte{font-size:1.0625rem;line-height:1.8;color:#6f6f6f}.page-content__body.rte h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:.75rem;color:#0a0a0a}.page-content__body.rte h3{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-top:2rem;margin-bottom:.5rem;color:#0a0a0a}.page-content__body.rte p{margin-bottom:1.25rem}.page-content__body.rte a{color:#0a0a0a;text-decoration:underline;text-underline-offset:2px}.page-content__body.rte a:hover{color:#6f6f6f}.page-content__body.rte ul,.page-content__body.rte ol{padding-left:1.5rem;margin-bottom:1.25rem}.page-content__body.rte li{margin-bottom:.375rem}.page-content__body.rte img{border-radius:12px;max-width:100%}.page-content__body.rte blockquote{border-left:3px solid #0A0A0A;padding-left:1.25rem;margin-left:0;font-style:italic;color:#6f6f6f}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#a3a3a3;margin-bottom:2rem;flex-wrap:wrap}.product-breadcrumb a{color:inherit;text-decoration:none;transition:color .2s}.product-breadcrumb a:hover{color:#0a0a0a}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:2rem 0 5rem}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2rem}}.product-gallery__main{border-radius:16px;overflow:hidden;background:#f0f0ef;aspect-ratio:1 / 1;position:relative}.product-gallery__main-img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.product-gallery__placeholder{width:100%;height:100%}.product-gallery__thumbs{display:flex;gap:.625rem;margin-top:.75rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .2s}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb--active{border-color:#0a0a0a}.product-gallery__thumb:hover{border-color:#a3a3a3}.product-info{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:5rem}@media(max-width:900px){.product-info{position:static}}.product-info__header{display:flex;flex-direction:column;gap:1.25rem}.product-info__vendor{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6f6f6f;margin:0}.product-info__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:#0a0a0a}.product-info__price{display:flex;align-items:center;gap:.75rem}.product-price__current{font-size:1.5rem;font-weight:700;color:#0a0a0a}.product-price__compare{font-size:1rem;text-decoration:line-through;color:#a3a3a3;font-weight:400}.product-price__badge{background:#0a0a0a;color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:4px}.product-option{display:flex;flex-direction:column;gap:.625rem}.product-option__label-row{display:flex;justify-content:space-between;align-items:center}.product-option__label{font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a}.product-option__size-guide{font-size:.75rem;color:#6f6f6f;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}.product-option__size-guide:hover{text-decoration-color:#6f6f6f}.product-option__pills{display:flex;gap:.5rem;flex-wrap:wrap}.variant-pill{padding:.5rem 1.125rem;border:1.5px solid rgba(0,0,0,.2);border-radius:6px;background:#fff;font-size:.875rem;font-weight:500;color:#0a0a0a;cursor:pointer;transition:all .15s ease;white-space:nowrap}.variant-pill:hover{border-color:#0a0a0a}.variant-pill:active{transform:scale(.96)}.variant-pill--selected{background:#0a0a0a;border-color:#0a0a0a;color:#fff}.product-quantity{display:flex;flex-direction:column;gap:.5rem}.product-quantity__label{font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0a0a0a}.product-quantity__stepper{display:inline-flex;align-items:center;border:1.5px solid rgba(0,0,0,.2);border-radius:6px;overflow:hidden;width:fit-content}.qty-btn{background:none;border:none;width:40px;height:44px;font-size:1.125rem;cursor:pointer;color:#0a0a0a;transition:background-color .15s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:#0000000d}.qty-input{width:48px;height:44px;text-align:center;border:none;border-left:1.5px solid rgba(0,0,0,.12);border-right:1.5px solid rgba(0,0,0,.12);font-size:.9375rem;font-weight:500;color:#0a0a0a;background:#fff;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.add-to-cart-btn{width:100%;padding:1.0625rem;background:#0a0a0a;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background-color .2s,transform .15s}.add-to-cart-btn:hover:not(:disabled){background:#2e2e2e;transform:translateY(-1px)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0) scale(.98)}.add-to-cart-btn:disabled{background:#a3a3a3;cursor:not-allowed}.product-trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08)}.trust-badge{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#6f6f6f}.product-accordions{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1)}.product-accordion{border-bottom:1px solid rgba(0,0,0,.1)}.js .product-accordion.is-animating{overflow:hidden}.product-accordion__trigger{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:.875rem;font-weight:600;color:#0a0a0a;cursor:pointer;list-style:none;transition:color .2s}.product-accordion__trigger::-webkit-details-marker{display:none}.product-accordion__trigger:hover{color:#6f6f6f}.accordion-chevron{transition:transform .3s ease;flex-shrink:0}details[open] .accordion-chevron{transform:rotate(180deg)}.product-accordion__body{padding:0 0 1.25rem;font-size:.9375rem;line-height:1.75;color:#6f6f6f}.product-accordion__body p{margin-bottom:.5rem}.shopify-payment-button{margin-top:.75rem}.shopify-payment-button__more-options{display:none}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;display:none;align-items:center;gap:.75rem;padding:.625rem var(--page-margin);padding-bottom:calc(.625rem + env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 -8px 24px #00000014;transform:translateY(100%);visibility:hidden;transition:transform .25s cubic-bezier(.23,1,.32,1),visibility .25s}@media(max-width:900px){.sticky-atc{display:flex}}.sticky-atc.is-visible{transform:translateY(0);visibility:visible}@media(prefers-reduced-motion:reduce){.sticky-atc{transform:none;opacity:0;transition:opacity .2s ease,visibility .2s}.sticky-atc.is-visible{opacity:1}}.sticky-atc__thumb{width:44px;height:55px;object-fit:cover;border-radius:6px;flex-shrink:0}.sticky-atc__meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.sticky-atc__title{font-size:.8125rem;font-weight:600;color:#0a0a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.8125rem;color:#6f6f6f}.sticky-atc__btn{padding:.75rem 1.25rem;background:#0a0a0a;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.sticky-atc__btn:disabled{background:#a3a3a3;cursor:not-allowed}.search-page{padding:2.5rem 0 5rem}.search-page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:2rem;color:#0a0a0a}.search-form{margin-bottom:2.5rem}.search-form__inner{display:flex;border:2px solid rgba(0,0,0,.2);border-radius:8px;overflow:hidden;max-width:600px;transition:border-color .2s}.search-form__inner:focus-within{border-color:#0a0a0a}.search-form__input{flex:1;padding:1rem 1.25rem;border:none;font-size:1rem;color:#0a0a0a;background:#fff;outline:none}.search-form__btn{padding:0 1.25rem;background:#0a0a0a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.search-form__btn:hover{background:#2e2e2e}.search-count{font-size:.9375rem;color:#a3a3a3;margin-bottom:2rem}.search-empty{padding:3rem 0}.search-empty__text{font-size:1.125rem;color:#0a0a0a;margin-bottom:.75rem}.search-empty__suggest{font-size:.9375rem;color:#a3a3a3}.search-empty__suggest a{color:#0a0a0a;text-decoration:underline}.search-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}@media(max-width:768px){.search-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.search-grid{grid-template-columns:1fr}}.search-card__link{text-decoration:none;color:inherit;display:block}.search-card__media{border-radius:12px;overflow:hidden;background:#f0f0ef;aspect-ratio:3 / 4;margin-bottom:.875rem}.search-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.search-card:hover .search-card__image{transform:scale(1.04)}.search-card__placeholder{width:100%;height:100%}.search-card__title{font-size:.9375rem;font-weight:600;color:#0a0a0a;margin-bottom:.25rem;line-height:1.35}.search-card__price{font-size:.9375rem;font-weight:700;color:#0a0a0a}.search-pagination{text-align:center;padding:3rem 0 1rem;display:flex;justify-content:center;gap:.375rem;flex-wrap:wrap}.search-pagination a,.search-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;color:#0a0a0a;border:1.5px solid transparent;transition:all .2s}.search-pagination a:hover{border-color:#0a0a0a}.search-pagination .current span{background:#0a0a0a;color:#fff}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.multicolumn{background-color:#f0f0ef;position:relative}.multicolumn--textured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--texture-url);background-size:cover;background-position:center;opacity:.16;pointer-events:none;filter:grayscale(1)}.multicolumn__inner{padding:var(--section-pad) var(--page-margin);max-width:var(--page-width);margin:0 auto;position:relative;z-index:1}.multicolumn__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:3rem;letter-spacing:-.02em}.multicolumn__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}@media(max-width:768px){.multicolumn__grid{grid-template-columns:1fr;gap:2rem}}.multicolumn__item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.875rem}.multicolumn__icon{font-size:2.5rem;line-height:1;margin-bottom:.25rem}.multicolumn__heading{font-size:1.0625rem;font-weight:700;letter-spacing:-.01em;color:#0a0a0a}.multicolumn__body{font-size:.9375rem;line-height:1.7;color:#6f6f6f;max-width:280px}.scroll-story{background:#fff}.scroll-story__track{height:300vh}.scroll-story__stage{position:sticky;top:0;height:100dvh;overflow:hidden;display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;padding:0 var(--page-margin);max-width:var(--page-width);margin:0 auto}.scroll-story__eyebrow{position:absolute;top:2.5rem;left:var(--page-margin);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6f6f6f}.scroll-story__word{position:absolute;inset:auto 0 -.06em 0;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;font-size:clamp(4.5rem,19vw,16rem);font-weight:800;letter-spacing:-.04em;line-height:.85;text-transform:uppercase;-webkit-user-select:none;user-select:none}.scroll-story__word-outline{position:relative;color:transparent;-webkit-text-stroke:2px rgba(10,10,10,.16)}.scroll-story__word-fill{position:absolute;top:0;right:0;bottom:0;left:0;color:#0a0a0a;-webkit-text-stroke:0;clip-path:inset(0 100% 0 0)}.scroll-story__media{grid-column:2;position:relative;z-index:1;justify-self:center;width:min(58vw,44rem);max-height:76dvh;aspect-ratio:3 / 4;border-radius:16px;overflow:hidden;background:#f0f0ef;transform:scale(.82);will-change:transform}.scroll-story__image,.scroll-story__placeholder{width:100%;height:100%;object-fit:cover;display:block}.scroll-story__callouts{grid-column:1;grid-row:1;position:relative;z-index:2;min-height:12rem}.scroll-story__callout{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:translateY(18px);transition:opacity .5s cubic-bezier(.23,1,.32,1),transform .5s cubic-bezier(.23,1,.32,1);pointer-events:none}.scroll-story__callout.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-story__stat{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;letter-spacing:-.03em;line-height:1;color:#0a0a0a;margin-bottom:.75rem}.scroll-story__body{font-size:1rem;line-height:1.7;color:#6f6f6f;max-width:26rem;text-wrap:pretty}.scroll-story__button{position:absolute;top:calc(100% + 1.5rem);left:0;display:inline-block;padding:.9375rem 2rem;background-color:#0a0a0a;color:#fff;text-decoration:none;font-weight:600;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;opacity:0;transform:translateY(18px);transition:opacity .5s cubic-bezier(.23,1,.32,1),transform .5s cubic-bezier(.23,1,.32,1),background-color .2s ease;pointer-events:none}.scroll-story__button.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-story__button:hover{background-color:#2e2e2e}@media(max-width:768px){.scroll-story__track{height:260vh}.scroll-story__stage{grid-template-columns:1fr;grid-template-rows:1fr auto;align-content:center;padding-top:5rem;padding-bottom:2rem}.scroll-story__word{top:0;right:0;bottom:0;left:0;align-items:flex-start;padding-top:4.5rem;line-height:1}.scroll-story__media{grid-column:1;grid-row:1;width:min(78vw,24rem);max-height:58dvh;align-self:end}.scroll-story__callouts{grid-column:1;grid-row:2;min-height:11rem;margin-top:1.5rem}.scroll-story__button{top:auto;bottom:0}}html:not(.js) .scroll-story__track,.scroll-story.is-static .scroll-story__track{height:auto}html:not(.js) .scroll-story__stage,.scroll-story.is-static .scroll-story__stage{position:static;height:auto;padding-top:5rem;padding-bottom:5rem}html:not(.js) .scroll-story__media,.scroll-story.is-static .scroll-story__media{transform:none}html:not(.js) .scroll-story__word-fill,.scroll-story.is-static .scroll-story__word-fill{clip-path:inset(0 0 0 0)}html:not(.js) .scroll-story__word,.scroll-story.is-static .scroll-story__word{position:static;order:-1}html:not(.js) .scroll-story__callout,.scroll-story.is-static .scroll-story__callout{position:static;opacity:1;transform:none;pointer-events:auto;margin-bottom:2rem}html:not(.js) .scroll-story__button,.scroll-story.is-static .scroll-story__button{position:static;opacity:1;transform:none;pointer-events:auto}.set-builder{background:#fff;border-top:1px solid rgba(0,0,0,.08)}.set-builder__inner{box-sizing:border-box;max-width:640px;margin:0 auto;padding-left:var(--page-margin);padding-right:var(--page-margin)}.set-builder__heading{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;margin:0}.set-builder__intro{margin:.5rem 0 0;font-size:.875rem;line-height:1.5;color:#6f6f6f;max-width:46ch}.set-builder__list{list-style:none;margin:1.5rem 0 0;padding:0;border-top:1px solid rgba(0,0,0,.08)}.set-builder__row{display:grid;grid-template-columns:auto 80px 1fr;align-items:start;gap:1rem;padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.set-builder__row[data-unavailable]{opacity:.45}.set-builder__pick{display:flex;align-items:center;padding-top:.25rem;cursor:pointer}.set-builder__row[data-unavailable] .set-builder__pick{cursor:not-allowed}.set-builder__check{position:absolute;opacity:0;width:0;height:0}.set-builder__box{display:block;width:20px;height:20px;border:1px solid #0A0A0A;border-radius:2px;position:relative;transition:background .15s}.set-builder__check:checked+.set-builder__box{background:#0a0a0a}.set-builder__check:checked+.set-builder__box:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.set-builder__check:focus-visible+.set-builder__box{outline:2px solid #0A0A0A;outline-offset:2px}.set-builder__thumb{display:block;width:80px;background:#f4f4f4}.set-builder__thumb img{display:block;width:100%;height:auto}.set-builder__title{display:block;font-size:.9375rem;font-weight:600;color:#0a0a0a;text-decoration:none;line-height:1.3}.set-builder__title:hover{text-decoration:underline}.set-builder__price{margin-top:.25rem;font-size:.875rem;color:#6f6f6f}.set-builder__controls{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.set-builder__pending{font-size:.8125rem;color:#6f6f6f}.set-builder__matched{font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase;color:#0a0a0a;border:1px solid rgba(0,0,0,.15);border-radius:var(--style-border-radius-inputs, 0px);padding:.35rem .6rem}.set-builder__field{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#6f6f6f}.set-builder__select{font:inherit;font-size:.8125rem;letter-spacing:.04em;text-transform:uppercase;color:#0a0a0a;background:#fff;border:1px solid rgba(0,0,0,.25);border-radius:var(--style-border-radius-inputs, 0px);padding:.35rem 1.75rem .35rem .6rem;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none' stroke='%230A0A0A' stroke-width='1.5'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center}.set-builder__select:disabled{color:#9b9b9b;cursor:not-allowed}.set-builder__soldout{font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:#6f6f6f}.set-builder__foot{margin-top:1.5rem}.set-builder__submit{width:100%;background:#0a0a0a;color:#fff;border:1px solid #0A0A0A;border-radius:var(--style-border-radius-inputs, 0px);font:inherit;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:1rem 1.25rem;cursor:pointer;transition:opacity .15s}.set-builder__submit:hover:not(:disabled){opacity:.85}.set-builder__submit:disabled{background:#e4e4e4;border-color:#e4e4e4;color:#8a8a8a;cursor:not-allowed}.set-builder__note{margin:.75rem 0 0;font-size:.8125rem;line-height:1.5;color:#6f6f6f}@media(max-width:600px){.set-builder__row{grid-template-columns:auto 64px 1fr;gap:.75rem}.set-builder__thumb{width:64px}.set-builder__controls{flex-direction:column;align-items:flex-start}}.range{background:#fff}.range__inner{box-sizing:border-box;max-width:var(--page-width);margin:0 auto;padding-left:var(--page-margin);padding-right:var(--page-margin)}.range__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1rem;margin-bottom:1.5rem}.range__head--second{margin-top:3.5rem}.range__heading{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#0a0a0a;margin:0}.range__intro{margin:0;font-size:.875rem;line-height:1.5;color:#6f6f6f;max-width:44ch}.range__viewall{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#0a0a0a;text-decoration:none;border-bottom:1px solid #0A0A0A;padding-bottom:1px}.range__grid,.range__products{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.range__tile{display:block;text-decoration:none;color:#0a0a0a}.range__media{display:block;aspect-ratio:5 / 6;background:#f4f4f4;overflow:hidden}.range__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.16,1,.3,1)}.range__tile:hover .range__media img{transform:scale(1.03)}.range__label{display:block;margin-top:.625rem}.range__name{display:block;font-size:.875rem;font-weight:600;letter-spacing:.01em;line-height:1.3}.range__count{display:block;margin-top:.125rem;font-size:.8125rem;color:#6f6f6f}@media(max-width:900px){.range__grid,.range__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.range__grid,.range__products{gap:.75rem}}.trust-strip{background-color:#0a0a0a}.trust-strip__inner{padding:1.5rem var(--page-margin);max-width:var(--page-width);margin:0 auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75rem 2.5rem}.trust-strip__item{font-size:.8125rem;font-weight:500;letter-spacing:.02em;color:#fff;margin:0;white-space:nowrap}.trust-strip__item:not(:last-child){position:relative;padding-right:2.5rem}.trust-strip__item:not(:last-child):after{content:"";position:absolute;right:-1.25rem;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#fff6}@media(max-width:600px){.trust-strip__inner{flex-direction:column;gap:.625rem}.trust-strip__item:not(:last-child){padding-right:0}.trust-strip__item:not(:last-child):after{display:none}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/21/compiled_assets/styles.css.map */
