:root{--nx-bg: #FAFAF7;--nx-ink: #111111;--nx-accent: #2A4A3E;--nx-soft: #E8E4DC;--nx-alert: #C8553D;--nx-white: #ffffff;--nx-ink-muted: #5A5A5A;--nx-border: #E2DDD6;--nx-radius-card: 12px;--nx-radius-btn: 8px;--nx-radius-pill: 999px;--nx-shadow: 0 1px 2px rgba(0,0,0,.04);--nx-shadow-md: 0 4px 12px rgba(0,0,0,.07);--nx-font-head: "Fraunces", Georgia, serif;--nx-font-body: "Inter", system-ui, -apple-system, sans-serif;--nx-max-width: 1280px;--nx-gutter: 1.5rem;--nx-header-h: 72px;--nx-announce-h: 40px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--nx-bg);color:var(--nx-ink);font-family:var(--nx-font-body);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--nx-font-head);font-weight:600;line-height:1.2}input,select,textarea,button{font:inherit}svg{display:block}fieldset{border:none;padding:0}.container{max-width:var(--nx-max-width);margin-inline:auto;padding-inline:var(--nx-gutter)}.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}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--nx-accent);color:var(--nx-white);padding:.5rem 1rem;border-radius:var(--nx-radius-btn);z-index:10000;font-weight:500;transition:top .2s}.skip-link:focus{top:1rem}.text-center{text-align:center}.section-title{font-size:clamp(1.5rem,3vw,2rem)}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;gap:1rem}.section-link{font-size:.9375rem;font-weight:500;color:var(--nx-accent);border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap;flex-shrink:0}.section-link:hover{opacity:.8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--nx-radius-btn);font-weight:500;font-size:.9375rem;line-height:1;transition:opacity .18s,background .18s,color .18s;cursor:pointer;text-align:center}.btn:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px}.btn-primary{background:var(--nx-accent);color:var(--nx-white)}.btn-primary:hover{opacity:.88}.btn-secondary{background:transparent;color:var(--nx-ink);border:1.5px solid var(--nx-ink)}.btn-secondary:hover{background:var(--nx-ink);color:var(--nx-white)}.btn-white{background:var(--nx-white);color:var(--nx-accent)}.btn-white:hover{opacity:.9}.btn-pill{border-radius:var(--nx-radius-pill)}.btn-full{width:100%}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn:disabled{opacity:.5;pointer-events:none}.announcement-bar{background:var(--nx-accent);color:var(--nx-white);height:var(--nx-announce-h);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;overflow:hidden;position:sticky;top:0;z-index:200;letter-spacing:.01em}.announcement-bar__item{white-space:nowrap;text-align:center}.site-header{position:sticky;top:var(--nx-announce-h);z-index:100;background:var(--nx-bg);border-bottom:1px solid var(--nx-border);height:var(--nx-header-h)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:100%;gap:1rem;padding-inline:var(--nx-gutter);max-width:var(--nx-max-width);margin-inline:auto}.site-header__nav{display:flex;gap:1.75rem;align-items:center}.site-header__nav a{font-size:.9375rem;font-weight:500;color:var(--nx-ink);transition:color .15s}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:var(--nx-accent)}.site-header__logo{justify-self:center}.site-header__logo img,.site-header__logo svg{height:36px;width:auto;display:block}.site-header__actions{display:flex;align-items:center;gap:.875rem;justify-content:flex-end}.site-header__actions a,.site-header__actions button{display:flex;align-items:center;gap:.25rem;color:var(--nx-ink);transition:color .15s;position:relative}.site-header__actions a:hover,.site-header__actions button:hover{color:var(--nx-accent)}.site-header__actions a:focus-visible,.site-header__actions button:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px;border-radius:4px}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--nx-alert);color:#fff;border-radius:999px;font-size:.625rem;font-weight:700;width:16px;height:16px;display:flex;align-items:center;justify-content:center;line-height:1}.nav-toggle{display:none}.nav-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;visibility:hidden;pointer-events:none}.nav-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;transition:opacity .3s}.nav-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:min(320px,88vw);background:var(--nx-bg);transform:translate(-100%);transition:transform .3s ease;padding:1.5rem;overflow-y:auto;pointer-events:all}.nav-drawer.is-open{visibility:visible;pointer-events:all}.nav-drawer.is-open .nav-drawer__overlay{opacity:1}.nav-drawer.is-open .nav-drawer__panel{transform:translate(0)}.nav-drawer__close{position:absolute;top:1rem;right:1rem}.nav-drawer__logo{margin-bottom:2.5rem}.nav-drawer__logo img,.nav-drawer__logo svg{height:32px}.nav-drawer__nav{display:flex;flex-direction:column;gap:0}.nav-drawer__nav a{font-size:1.0625rem;font-weight:500;padding-block:.875rem;border-bottom:1px solid var(--nx-border);display:block}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000047}.hero__content{position:relative;z-index:1;max-width:640px;color:#fff;padding-block:5rem}.hero__eyebrow{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;opacity:.85}.hero__headline{font-size:clamp(2.25rem,5vw,4rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem}.hero__sub{font-size:1.0625rem;opacity:.9;margin-bottom:2rem;max-width:480px;line-height:1.65}.value-props{padding-block:4.5rem}.value-props__grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-prop{text-align:center;padding:2rem 2.5rem;border-right:1px solid var(--nx-border)}.value-prop:last-child{border-right:none}.value-prop__icon{width:40px;height:40px;margin-inline:auto;margin-bottom:1.25rem;color:var(--nx-accent)}.value-prop__title{font-family:var(--nx-font-head);font-size:1.0625rem;font-weight:600;margin-bottom:.5rem}.value-prop__text{font-size:.9375rem;color:var(--nx-ink-muted);line-height:1.6}.featured-collection{padding-block:4rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{border-radius:var(--nx-radius-card);overflow:hidden;background:var(--nx-white);box-shadow:var(--nx-shadow);transition:box-shadow .22s;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--nx-shadow-md)}.product-card__media{aspect-ratio:1;overflow:hidden;position:relative;background:var(--nx-soft)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.product-card__img-secondary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s}.product-card:hover .product-card__img-secondary{opacity:1}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--nx-alert);color:#fff;font-size:.6875rem;font-weight:700;padding:.2em .6em;border-radius:var(--nx-radius-pill);text-transform:uppercase;letter-spacing:.06em;z-index:1}.product-card__body{padding:1rem;flex:1;display:flex;flex-direction:column}.product-card__vendor{font-size:.75rem;color:var(--nx-ink-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.product-card__title{font-size:.9375rem;font-weight:500;margin-bottom:.5rem;line-height:1.35;flex:1}.product-card__price{display:flex;align-items:center;gap:.5rem;margin-top:auto}.price{font-weight:500;font-size:.9375rem}.price--on-sale{color:var(--nx-alert)}.price--compare{font-size:.8125rem;color:var(--nx-ink-muted);text-decoration:line-through;font-weight:400}.price--badge{background:var(--nx-alert);color:#fff;padding:.15em .5em;border-radius:var(--nx-radius-pill);font-size:.6875rem;font-weight:700}.editorial-split{display:grid;grid-template-columns:1fr 1fr}.editorial-split--reverse .editorial-split__media{order:2}.editorial-split--reverse .editorial-split__content{order:1}.editorial-split__media{overflow:hidden;min-height:520px}.editorial-split__media img{width:100%;height:100%;object-fit:cover;display:block}.editorial-split__content{display:flex;flex-direction:column;justify-content:center;padding:4rem;background:var(--nx-soft)}.editorial-split__eyebrow{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:var(--nx-accent);margin-bottom:1rem;font-weight:500}.editorial-split__headline{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.25rem}.editorial-split__text{font-size:1.0625rem;color:var(--nx-ink-muted);line-height:1.7;margin-bottom:2rem}.testimonials{padding-block:5rem;background:var(--nx-soft)}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__carousel{position:relative;overflow:hidden}.testimonials__track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonial-card{flex:0 0 calc(33.333% - 1rem);margin-right:1.5rem;background:var(--nx-white);border-radius:var(--nx-radius-card);padding:2rem;box-shadow:var(--nx-shadow)}.testimonial-card__stars{display:flex;gap:2px;color:#f5a623;margin-bottom:1rem}.testimonial-card__quote{font-size:.9375rem;line-height:1.7;color:var(--nx-ink);margin-bottom:1.25rem;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--nx-soft);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:var(--nx-accent)}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-weight:600;font-size:.875rem}.testimonial-card__handle{font-size:.8125rem;color:var(--nx-ink-muted)}.testimonials__controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.carousel-btn{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--nx-border);display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s,color .15s}.carousel-btn:hover{background:var(--nx-accent);border-color:var(--nx-accent);color:#fff}.carousel-btn:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px}.carousel-btn:disabled{opacity:.35;pointer-events:none}.carousel-dots{display:flex;gap:6px;align-items:center}.carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--nx-border);transition:background .2s,width .25s;cursor:pointer;border:none;padding:0}.carousel-dot.is-active{width:24px;border-radius:var(--nx-radius-pill);background:var(--nx-accent)}.newsletter{padding-block:4.5rem;background:var(--nx-accent);color:var(--nx-white);text-align:center}.newsletter__title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:.75rem}.newsletter__sub{font-size:1rem;opacity:.85;margin-bottom:2rem}.newsletter__form{display:flex;max-width:440px;margin-inline:auto;border-radius:var(--nx-radius-btn);overflow:hidden;box-shadow:0 2px 8px #0000002e}.newsletter__input{flex:1;padding:.875rem 1.25rem;border:none;font-size:.9375rem;background:#ffffff24;color:#fff;outline:none;min-width:0}.newsletter__input::placeholder{color:#ffffff8c}.newsletter__input:focus{background:#fff3}.newsletter__submit{background:var(--nx-white);color:var(--nx-accent);padding:.875rem 1.5rem;font-weight:600;font-size:.9375rem;transition:opacity .18s;white-space:nowrap;cursor:pointer;border:none}.newsletter__submit:hover{opacity:.9}.newsletter__privacy{margin-top:1rem;font-size:.8125rem;opacity:.6}.faq{padding-block:4.5rem}.faq__header{text-align:center;margin-bottom:3rem}.faq__grid{max-width:720px;margin-inline:auto}.faq-item{border-bottom:1px solid var(--nx-border)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding-block:1.25rem;font-size:1rem;font-weight:500;text-align:left;gap:1rem;transition:color .15s;cursor:pointer}.faq-item__trigger:hover{color:var(--nx-accent)}.faq-item__trigger:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px;border-radius:4px}.faq-item__icon{flex-shrink:0;width:20px;height:20px;transition:transform .25s}.faq-item.is-open .faq-item__icon{transform:rotate(45deg)}.faq-item__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item.is-open .faq-item__body{grid-template-rows:1fr}.faq-item__inner{overflow:hidden}.faq-item__text{padding-bottom:1.25rem;font-size:.9375rem;color:var(--nx-ink-muted);line-height:1.7}.site-footer{background:var(--nx-ink);color:var(--nx-white);padding-block:3.5rem}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-brand__logo{height:32px;margin-bottom:1.25rem}.footer-brand__logo img,.footer-brand__logo svg{height:32px;filter:invert(1) brightness(2)}.footer-brand__desc{font-size:.875rem;opacity:.55;line-height:1.7;max-width:260px}.footer-col__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.45;margin-bottom:1.25rem}.footer-col__links{display:flex;flex-direction:column;gap:.875rem}.footer-col__links a{font-size:.9375rem;opacity:.7;transition:opacity .15s}.footer-col__links a:hover{opacity:1}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;opacity:.45;flex-wrap:wrap;gap:1rem}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);transition:border-color .15s,opacity .15s;opacity:.65}.footer-social a:hover{opacity:1;border-color:#ffffff80}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:5rem;padding-block:3rem;align-items:start}.product-gallery{position:sticky;top:calc(var(--nx-header-h) + var(--nx-announce-h) + 1.5rem)}.product-gallery__main{aspect-ratio:1;border-radius:var(--nx-radius-card);overflow:hidden;background:var(--nx-soft);margin-bottom:.875rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.625rem;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex-shrink:0;width:72px;height:72px;border-radius:8px;overflow:hidden;background:var(--nx-soft);border:2px solid transparent;cursor:pointer;transition:border-color .15s}.product-gallery__thumb.is-active{border-color:var(--nx-accent)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--nx-ink-muted);margin-bottom:.625rem}.product-info__title{font-size:clamp(1.5rem,3vw,2.125rem);margin-bottom:1rem}.product-info__price-row{display:flex;align-items:center;gap:.875rem;margin-bottom:1.75rem}.product-info__price-row .price{font-size:1.25rem}.product-info__sale-badge{background:var(--nx-alert);color:#fff;font-size:.75rem;font-weight:700;padding:.2em .6em;border-radius:var(--nx-radius-pill)}.product-info__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem;color:var(--nx-ink-muted)}.product-info__stars{color:#f5a623;display:flex;gap:1px}.variant-picker{margin-bottom:1.5rem}.variant-picker__label{font-size:.875rem;font-weight:500;margin-bottom:.625rem;display:block}.variant-picker__label-value{font-weight:400;color:var(--nx-ink-muted);margin-left:.375rem}.variant-swatch-list,.variant-btn-list{display:flex;flex-wrap:wrap;gap:.5rem}.variant-swatch{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .15s;padding:2px;background:transparent}.variant-swatch.is-active{border-color:var(--nx-accent)}.variant-swatch__inner{width:100%;height:100%;border-radius:50%;display:block}.variant-btn{padding:.4rem .875rem;border-radius:6px;border:1.5px solid var(--nx-border);font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s,background .15s,color .15s;background:transparent;color:var(--nx-ink)}.variant-btn.is-active{border-color:var(--nx-accent);background:var(--nx-accent);color:#fff}.variant-btn:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px}.variant-btn.is-unavailable{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-form__controls{display:flex;gap:.875rem;margin-bottom:.875rem}.qty-stepper{display:flex;align-items:center;border:1.5px solid var(--nx-border);border-radius:var(--nx-radius-btn);overflow:hidden;flex-shrink:0}.qty-stepper__btn{width:42px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:background .15s}.qty-stepper__btn:hover{background:var(--nx-soft)}.qty-stepper__btn:focus-visible{outline:2px solid var(--nx-accent);outline-offset:-2px}.qty-stepper__input{width:44px;height:48px;text-align:center;border:none;border-inline:1.5px solid var(--nx-border);font-size:.9375rem;font-weight:500;background:transparent;-moz-appearance:textfield}.qty-stepper__input::-webkit-inner-spin-button,.qty-stepper__input::-webkit-outer-spin-button{-webkit-appearance:none}.atc-btn{flex:1;background:var(--nx-accent);color:#fff;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;border-radius:var(--nx-radius-btn);transition:opacity .18s;letter-spacing:.01em;border:none;cursor:pointer}.atc-btn:hover{opacity:.88}.atc-btn:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px}.atc-btn:disabled{opacity:.5;cursor:not-allowed}.trust-badges{display:flex;align-items:stretch;justify-content:space-between;border:1px solid var(--nx-border);border-radius:var(--nx-radius-btn);padding:.875rem 1rem;margin-bottom:1.5rem;gap:.5rem}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.375rem;font-size:.6875rem;text-align:center;color:var(--nx-ink-muted);flex:1;border-right:1px solid var(--nx-border);padding-inline:.5rem}.trust-badge:last-child{border-right:none}.trust-badge svg{color:var(--nx-accent);width:20px;height:20px}.product-collapsibles{border-top:1px solid var(--nx-border);margin-top:.5rem}.collapsible{border-bottom:1px solid var(--nx-border)}.collapsible__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding-block:1rem;font-size:.9375rem;font-weight:500;text-align:left;transition:color .15s;gap:1rem;cursor:pointer}.collapsible__trigger:hover{color:var(--nx-accent)}.collapsible__trigger:focus-visible{outline:2px solid var(--nx-accent);outline-offset:3px;border-radius:4px}.collapsible__icon{transition:transform .25s;flex-shrink:0;width:18px;height:18px}.collapsible.is-open .collapsible__icon{transform:rotate(45deg)}.collapsible__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.collapsible.is-open .collapsible__body{grid-template-rows:1fr}.collapsible__inner{overflow:hidden}.collapsible__text{padding-bottom:1rem;font-size:.9375rem;color:var(--nx-ink-muted);line-height:1.7}.collapsible__text p+p{margin-top:.75rem}.collapsible__text ul{list-style:disc;padding-left:1.25rem}.collapsible__text li{margin-bottom:.25rem}.collapsible__text a{color:var(--nx-accent);text-decoration:underline}.cross-sell{padding-block:3.5rem;border-top:1px solid var(--nx-border)}.cross-sell .products-grid{grid-template-columns:repeat(4,1fr)}.collection-hero{padding-block:3rem;border-bottom:1px solid var(--nx-border)}.collection-hero--with-image{position:relative;min-height:320px;display:flex;align-items:flex-end;color:#fff;padding-bottom:2rem}.collection-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.collection-hero__bg img{width:100%;height:100%;object-fit:cover}.collection-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.collection-hero__text{position:relative;z-index:1}.collection-hero__title{font-size:clamp(1.75rem,4vw,3rem);margin-bottom:.5rem}.collection-hero__desc{font-size:1rem;opacity:.85;max-width:560px;margin-top:.5rem}.collection-layout{display:grid;grid-template-columns:220px 1fr;gap:3rem;padding-block:2.5rem;align-items:start}.filters-sidebar{position:sticky;top:calc(var(--nx-header-h) + var(--nx-announce-h) + 1rem)}.filters-sidebar__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.5rem;gap:.5rem}.filters-sidebar__title{font-size:.9375rem;font-weight:600}.filters-clear-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;color:var(--nx-alert);text-decoration:underline;transition:opacity .15s;white-space:nowrap}.filters-clear-link:hover{opacity:.75}.filters-clear-badge{background:var(--nx-alert);color:#fff;border-radius:999px;font-size:.625rem;font-weight:700;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.filters-empty{font-size:.875rem;color:var(--nx-ink-muted)}.filter-group{margin-bottom:0;border-bottom:1px solid var(--nx-border)}.filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding-block:.875rem;background:none;border:none;cursor:pointer;gap:.5rem;transition:color .15s}.filter-group__toggle:hover{color:var(--nx-accent)}.filter-group__toggle[aria-expanded=false] .filter-group__chevron{transform:rotate(-90deg)}.filter-group__chevron{transition:transform .25s ease;flex-shrink:0}.filter-group__title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:inherit;text-align:left}.filter-group__body{padding-bottom:.875rem}.filter-option{display:flex;align-items:center;gap:.625rem;padding-block:.3rem;cursor:pointer;font-size:.9375rem;color:var(--nx-ink);transition:color .15s}.filter-option input[type=checkbox]{accent-color:var(--nx-accent);width:16px;height:16px;flex-shrink:0;cursor:pointer}.filter-option:hover{color:var(--nx-accent)}.filter-option--disabled{opacity:.4;pointer-events:none}.filter-option__label{flex:1;line-height:1.3}.filter-option__count{font-size:.8125rem;color:var(--nx-ink-muted)}.filter-price-range{padding-top:.25rem}.filter-price-inputs{display:flex;align-items:flex-end;gap:.625rem;margin-bottom:.75rem}.filter-price-sep{font-size:.875rem;color:var(--nx-ink-muted);padding-bottom:.375rem}.filter-price-input{display:flex;flex-direction:column;gap:.25rem}.filter-price-input__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--nx-ink-muted)}.filter-price-input__field{width:72px;padding:.375rem .5rem;border:1.5px solid var(--nx-border);border-radius:6px;font-size:.875rem;background:var(--nx-bg);color:var(--nx-ink);transition:border-color .15s}.filter-price-input__field:focus{outline:none;border-color:var(--nx-accent)}.filter-price-apply{padding:.5rem 1rem;background:var(--nx-accent);color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:opacity .15s;width:100%}.filter-price-apply:hover{opacity:.88}.collection-main{min-width:0}.collection-main__toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.collection-sort{display:flex;align-items:center;gap:.625rem}.collection-count{font-size:.875rem;color:var(--nx-ink-muted)}.sort-select{padding:.5rem 2.25rem .5rem .75rem;border:1.5px solid var(--nx-border);border-radius:var(--nx-radius-btn);font-size:.875rem;background:var(--nx-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23555'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;-webkit-appearance:none;cursor:pointer;color:var(--nx-ink);transition:border-color .15s}.sort-select:focus{outline:none;border-color:var(--nx-accent)}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-empty{text-align:center;padding-block:4rem;font-size:1rem;color:var(--nx-ink-muted);line-height:1.6}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding-inline:.75rem;border:1.5px solid var(--nx-border);border-radius:var(--nx-radius-btn);font-size:.875rem;font-weight:500;transition:border-color .15s,background .15s,color .15s}.pagination-btn:hover,.pagination-btn.is-active{background:var(--nx-accent);border-color:var(--nx-accent);color:#fff}.pagination-btn--ellipsis{border-color:transparent;pointer-events:none}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;padding-block:3rem;align-items:start}.cart-page-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:2rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:96px 1fr;gap:1.25rem;align-items:start;padding-bottom:1.5rem;border-bottom:1px solid var(--nx-border)}.cart-item__img{border-radius:8px;overflow:hidden;background:var(--nx-soft);aspect-ratio:1}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:.375rem}.cart-item__title{font-size:.9375rem;font-weight:500;line-height:1.35}.cart-item__variant{font-size:.8125rem;color:var(--nx-ink-muted)}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;gap:1rem}.cart-item__remove{font-size:.8125rem;color:var(--nx-ink-muted);text-decoration:underline;transition:color .15s;cursor:pointer;background:none;border:none}.cart-item__remove:hover{color:var(--nx-alert)}.cart-item__price{font-weight:500;font-size:.9375rem}.cart-summary{position:sticky;top:calc(var(--nx-header-h) + var(--nx-announce-h) + 1rem);background:var(--nx-white);border-radius:var(--nx-radius-card);padding:1.75rem;box-shadow:var(--nx-shadow-md)}.cart-summary__title{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.cart-summary__line{display:flex;justify-content:space-between;font-size:.9375rem;margin-bottom:.75rem;align-items:baseline}.cart-summary__line--total{font-weight:600;font-size:1rem;padding-top:1rem;border-top:1px solid var(--nx-border);margin-top:.5rem}.cart-summary__note{font-size:.8125rem;color:var(--nx-ink-muted);margin-top:1rem;text-align:center}.cart-checkout-btn{width:100%;background:var(--nx-accent);color:#fff;padding:1rem;font-size:1rem;font-weight:600;border-radius:var(--nx-radius-btn);margin-top:1.25rem;transition:opacity .18s;border:none;cursor:pointer;display:block;text-align:center}.cart-checkout-btn:hover{opacity:.88}.cart-empty{text-align:center;padding-block:6rem}.cart-empty__title{font-size:1.5rem;margin-bottom:1rem}.cart-empty__text{font-size:1rem;color:var(--nx-ink-muted);margin-bottom:2rem}.free-shipping-bar{margin-bottom:1.25rem}.free-shipping-bar__label{font-size:.8125rem;margin-bottom:.5rem;text-align:center;line-height:1.4}.free-shipping-bar__track{background:var(--nx-border);border-radius:999px;height:6px;overflow:hidden}.free-shipping-bar__fill{height:100%;border-radius:999px;background:var(--nx-accent);transition:width .5s ease}.page-main{max-width:720px;margin-inline:auto;padding-block:4rem}.page-main h1{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:2rem}.page-main .rte{font-size:1rem;line-height:1.75;color:var(--nx-ink-muted)}.page-main .rte h2{font-size:1.375rem;margin-top:2rem;margin-bottom:.75rem;color:var(--nx-ink)}.page-main .rte h3{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.5rem;color:var(--nx-ink)}.page-main .rte p+p{margin-top:1rem}.page-main .rte a{color:var(--nx-accent);text-decoration:underline}.page-main .rte ul{list-style:disc;padding-left:1.5rem;margin-top:.75rem}.page-main .rte ol{list-style:decimal;padding-left:1.5rem;margin-top:.75rem}.page-main .rte li{margin-bottom:.375rem}.not-found{text-align:center;padding-block:7rem}.not-found__code{font-size:6rem;font-weight:600;color:var(--nx-soft);line-height:1;margin-bottom:1rem}.not-found__title{font-size:1.75rem;margin-bottom:1rem}.not-found__text{font-size:1rem;color:var(--nx-ink-muted);margin-bottom:2.5rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.site-header__nav{display:none}.nav-toggle{display:flex}.product-main{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cross-sell .products-grid{grid-template-columns:repeat(3,1fr)}.site-footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){:root{--nx-gutter: 1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.value-props__grid{grid-template-columns:1fr}.value-prop{border-right:none;border-bottom:1px solid var(--nx-border);padding:1.75rem 1rem}.value-prop:last-child{border-bottom:none}.editorial-split{grid-template-columns:1fr}.editorial-split--reverse .editorial-split__media,.editorial-split--reverse .editorial-split__content{order:unset}.editorial-split__media{min-height:280px}.editorial-split__content{padding:2rem var(--nx-gutter)}.testimonial-card{flex:0 0 calc(100% - 1.5rem)}.collection-layout{grid-template-columns:1fr}.filters-sidebar{position:static}.collection-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero{min-height:65vh}.newsletter__form{flex-direction:column;border-radius:var(--nx-radius-btn);overflow:visible;box-shadow:none;gap:.75rem}.newsletter__input,.newsletter__submit{border-radius:var(--nx-radius-btn)}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__bottom{flex-direction:column;text-align:center}.cross-sell .products-grid{grid-template-columns:repeat(2,1fr)}.trust-badges{flex-wrap:wrap}.cart-layout{gap:2rem}}@media(max-width:480px){.products-grid{gap:.75rem}.site-footer__top,.coll-list-grid{grid-template-columns:1fr}}.coll-list-grid{list-style:none;padding:0;margin:3rem 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.coll-card{display:flex;flex-direction:column;border-radius:var(--nx-radius-card);overflow:hidden;background:var(--nx-white);border:1px solid var(--nx-border);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.coll-card:hover{transform:translateY(-4px);box-shadow:var(--nx-shadow-md)}.coll-card__img{aspect-ratio:3/2;overflow:hidden;background:var(--nx-soft)}.coll-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.coll-card:hover .coll-card__img img{transform:scale(1.04)}.coll-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--nx-ink-muted)}.coll-card__body{padding:1.25rem;flex:1;display:flex;flex-direction:column;gap:.25rem}.coll-card__title{font-family:var(--nx-font-head);font-size:1.125rem;font-weight:600;color:var(--nx-ink);margin:0}.coll-card__count{font-size:.875rem;color:var(--nx-ink-muted);margin:0}.coll-card__cta{margin-top:auto;padding-top:.75rem;font-size:.875rem;font-weight:500;color:var(--nx-accent)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
