:root{--zg-text: var(--green-deep);--zg-text-mid: var(--green-deep);--zg-text-muted: var(--olive-soft);--smoke: #DDD7C6;--graphite: #C4BDB0;--stone-mid: #3E4B3C;--cream: #1C261B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{background:var(--paper);color:var(--zg-text);font-family:var(--sans);font-weight:400;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.cursor-ready{cursor:none}body.is-loading{overflow:hidden}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{background:none;border:none;font:inherit}body.cursor-ready button{cursor:none}input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--olive);outline-offset:2px;box-shadow:0 0 0 5px rgba(var(--paper-rgb),.85)}.skip-to-content{position:fixed;top:-100px;left:1rem;z-index:9999;background:var(--zg-text);color:var(--paper);padding:10px 18px;border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:top .25s ease}.skip-to-content:focus{top:1rem;outline:2px solid var(--gold);outline-offset:2px}.loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:var(--paper);display:grid;place-items:center}.loader__inner{text-align:center;display:grid;gap:1rem;justify-items:center}.loader__wordmark{height:clamp(72px,15vw,132px);width:auto;opacity:0;transform:translateY(24px)}.loader__line{width:0;height:1px;background:var(--gold)}.loader__tagline{font-size:var(--text-xs);letter-spacing:.4em;text-transform:uppercase;color:var(--gold);opacity:0;transform:translateY(10px)}.cursor{position:fixed;top:0;left:0;z-index:9999;pointer-events:none}.cursor__logo{position:absolute;width:32px;height:32px;top:0;left:0;will-change:transform}.cursor__logo svg{display:block;transition:transform .38s cubic-bezier(.34,1.56,.64,1),filter .3s,opacity .25s}body.cursor-hover .cursor__logo svg{transform:rotate(15deg) scale(1.1);filter:drop-shadow(0 0 5px rgba(var(--gold-rgb),.55))}body.is-loading .cursor__logo svg{animation:cursor-spin 2s linear infinite}@keyframes cursor-spin{to{transform:rotate(360deg)}}body.cursor-text .cursor__logo{opacity:0}body.cursor-text{cursor:text!important}.cursor__ring{position:absolute;width:48px;height:48px;border-radius:50%;border:1px solid rgba(var(--gold-rgb),.22);top:0;left:0;transition:width .55s var(--ease-lux),height .55s var(--ease-lux),border-color .35s;will-change:transform}body.cursor-hover .cursor__ring{width:64px;height:64px;border-color:rgba(var(--gold-rgb),.45)}@media(hover:none){.cursor{display:none}body,a,button{cursor:auto}button,a{cursor:pointer}}h1,h2,h3,h4{font-family:var(--serif);font-weight:400;line-height:1}.display{font-size:var(--text-hero);line-height:.88;letter-spacing:-.02em}.h1{font-size:var(--text-5xl)}.h2{font-size:var(--text-4xl)}.h3{font-size:var(--text-3xl)}.kicker{font-size:var(--text-xs);letter-spacing:var(--zg-track-eyebrow, .22em);text-transform:uppercase;color:var(--gold-text);font-family:var(--sans);font-weight:400;display:block}.lux-hero .kicker,.lux-parallax .kicker,.story-panel__content .kicker,.lux-newsletter .kicker,.lux-bf__content .kicker,.col-hero__content .kicker,.col-editorial__body .kicker,.lux-es__feature-overlay .kicker{color:var(--gold-bright)}.reveal-line{overflow:hidden;display:block}.reveal-line__inner{display:block;transform:translateY(105%);transition:transform 1.1s var(--ease-lux)}.is-revealed .reveal-line__inner{transform:translateY(0)}.reveal-fade{opacity:0;transform:translateY(28px);transition:opacity var(--zg-dur-reveal, 1s) var(--ease-lux),transform var(--zg-dur-reveal, 1s) var(--ease-lux)}.reveal-fade.is-revealed{opacity:1;transform:translateY(0)}.reveal-clip{clip-path:inset(0 100% 0 0);transition:clip-path 1.2s var(--ease-lux)}.reveal-clip.is-revealed{clip-path:inset(0 0% 0 0)}.delay-1{transition-delay:.1s!important}.delay-2{transition-delay:.22s!important}.delay-3{transition-delay:.36s!important}.delay-4{transition-delay:.52s!important}.delay-5{transition-delay:.7s!important}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 2rem;height:var(--zg-btn-h, 50px);font-size:var(--zg-btn-fs, .72rem);letter-spacing:var(--zg-track-btn, .12em);text-transform:uppercase;font-family:var(--sans);font-weight:600;border-radius:var(--radius-pill);border:none;cursor:pointer;white-space:nowrap;text-decoration:none;position:relative;overflow:hidden;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.btn:after{content:"";position:absolute;top:-4px;right:0;bottom:-4px;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.22) 50%,transparent 100%);transform:translate(-110%) skew(-12deg);transition:transform .9s ease;pointer-events:none}@media(hover:hover){.btn:hover:after{transform:translate(110%) skew(-12deg)}}.btn:hover{transform:translateY(-2px);opacity:.9}.btn:active{transform:translateY(0);opacity:1}.btn--dark{background:var(--green-surface);color:var(--paper);box-shadow:var(--zg-shadow-soft)}.btn--gold{background:var(--gold);color:var(--olive);box-shadow:var(--zg-glow-gold)}.btn--gold:hover{opacity:1;background:var(--gold-bright);transform:translateY(-2px)}.btn--outline{background:transparent;color:inherit;border:1.5px solid currentColor;border-color:color-mix(in srgb,currentColor 50%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn--outline:hover{border-color:currentColor}.btn--outline-dark{background:transparent;color:var(--olive);border:1px solid rgba(var(--green-deep-rgb),.34)}.btn--outline-dark:hover{border-color:var(--olive)}.btn--full{width:100%}.btn--ghost{height:auto;padding:0;font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--zg-text-mid);display:inline-flex;align-items:center;gap:.75rem;background:none;border:none;border-radius:0;box-shadow:none;transition:color .3s,gap .4s var(--ease-lux)}.btn--ghost:hover{transform:none;opacity:1;color:var(--zg-text);gap:1.2rem}.btn--ghost:after{content:"\2192";display:inline-block;transition:transform .4s var(--ease-lux)}.site-header{position:fixed;top:var(--announce-h, 0px);left:0;right:0;z-index:var(--z-header);transition:background .65s var(--ease-lux),border-color .65s var(--ease-lux),backdrop-filter .5s}.site-header.is-filled,body .site-header{background:#e7dfd1f0;border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(24px) saturate(1.3);backdrop-filter:blur(24px) saturate(1.3)}body .site-header .header-nav a{color:var(--zg-text-mid)}body .site-header .header-nav a:hover{color:var(--zg-text)}body .site-header .menu-btn span{background:var(--zg-text-mid)}.header-inner{max-width:1680px;margin:0 auto;height:clamp(68px,6.5vw,88px);padding:0 clamp(1.5rem,4vw,4rem);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(.8rem,2vw,2rem);position:relative}.header-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,2.4vw,3rem);grid-column:1 / -1;justify-self:center;position:absolute;left:50%;transform:translate(-50%)}.header-nav a{font-family:var(--sans, sans-serif);font-size:clamp(.76rem,.78vw,.9rem);font-weight:700;letter-spacing:.16em;line-height:1;text-transform:uppercase;color:rgba(var(--paper-rgb),.88);transition:color .3s,opacity .3s;position:relative;white-space:nowrap}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease-lux)}.header-nav a:hover{color:var(--paper-soft);opacity:1}.header-nav a:hover:after{transform:scaleX(1)}.footer-col__links a{position:relative}.footer-col__links a:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease-lux)}.footer-col__links a:hover:after{transform:scaleX(1)}.site-header.is-filled .header-nav a{color:var(--zg-text-mid)}.site-header.is-filled .header-nav a:hover{color:var(--zg-text)}.header-wordmark{justify-self:start;grid-column:1;display:flex;flex-direction:column;align-items:flex-start;text-decoration:none}.header-wordmark img{height:clamp(44px,5vw,68px);width:auto;display:block;transition:opacity .3s,filter .3s}.header-wordmark:hover img{opacity:.75}.header-wordmark__tagline{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--paper-rgb),.5);margin-top:3px;font-family:var(--sans, sans-serif);line-height:1;transition:color .3s}.site-header.is-filled .header-wordmark__tagline,body .site-header .header-wordmark__tagline{color:var(--zg-text-muted)}.is-home .header-wordmark img{height:clamp(57px,6.5vw,88px);filter:brightness(0) invert(1)}.is-home .site-header.is-filled .header-wordmark img{filter:none}.header-utils{display:flex;align-items:center;justify-content:flex-end;gap:clamp(1rem,1.6vw,1.6rem);grid-column:3}.header-util-item{display:flex;align-items:center;gap:7px;color:rgba(var(--paper-rgb),.88);transition:color .3s;text-decoration:none;white-space:nowrap;background:none;border:none;cursor:pointer;padding:0}.header-util-item:hover{color:rgba(var(--paper-rgb),1)}.site-header.is-filled .header-util-item,body .site-header .header-util-item{color:var(--zg-text-mid)}.site-header.is-filled .header-util-item:hover,body .site-header .header-util-item:hover{color:var(--zg-text)}.header-util-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;display:block}.header-bag-icon-wrap{position:relative;display:flex;align-items:center}.header-wishlist{gap:0}@keyframes zagara-cart-pulse{0%{transform:scale(1)}40%{transform:scale(1.3)}to{transform:scale(1)}}.menu-btn{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center}.menu-btn span{display:block;width:22px;height:1px;background:rgba(var(--paper-rgb),.88);transition:transform .4s var(--ease-lux),opacity .3s,width .4s}.site-header.is-filled .menu-btn span{background:var(--zg-text-mid)}.menu-is-open .menu-btn span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-is-open .menu-btn span:nth-child(2){opacity:0;width:0}.menu-is-open .menu-btn span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-mobile-nav);background:var(--paper);padding:calc(var(--announce-h, 0px) + clamp(6.5rem,18vw,9rem)) clamp(1.5rem,6vw,5rem) 3rem;overflow-y:auto;transform:translate(-100%);transition:transform .65s var(--ease-lux)}.menu-is-open .mobile-nav{transform:translate(0)}.menu-is-open .site-header{background:var(--paper);border-bottom:1px solid var(--hairline)}.menu-is-open .site-header .header-wordmark img{filter:none}.menu-is-open .site-header .header-wordmark__tagline{color:var(--zg-text-muted)}.menu-is-open .site-header .header-nav a,.menu-is-open .site-header .header-util-item,.menu-is-open .site-header .header-search-toggle,.menu-is-open .site-header .lang-toggle{color:var(--zg-text-mid)}.menu-is-open .site-header .menu-btn span{background:var(--zg-text-mid)}.mobile-nav__links{display:grid}.mobile-nav__links a{display:block;padding:.9rem 0;border-bottom:1px solid rgba(var(--green-deep-rgb),.07);font-family:var(--serif);font-size:clamp(1.35rem,5vw,2.05rem);line-height:1.08;color:var(--zg-text-mid);opacity:0;transform:translate(-24px);transition:opacity .5s var(--ease-lux),transform .5s var(--ease-lux),color .3s}.mobile-nav__links a:hover{color:var(--gold)}.menu-is-open .mobile-nav__links a{opacity:1;transform:translate(0)}.menu-is-open .mobile-nav__links a:nth-child(1){transition-delay:.12s}.menu-is-open .mobile-nav__links a:nth-child(2){transition-delay:.18s}.menu-is-open .mobile-nav__links a:nth-child(3){transition-delay:.24s}.menu-is-open .mobile-nav__links a:nth-child(4){transition-delay:.3s}.mobile-nav__sub{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem}.mobile-nav__sub a{font-family:var(--sans, sans-serif);font-size:clamp(.68rem,1.1vw,.76rem);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--zg-text-muted);transition:color .3s}.mobile-nav__sub a:hover{color:var(--zg-text)}.lux-hero{position:relative;height:100svh;min-height:700px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(ellipse at 50% 35%,#34402f,#232c1f 55%,#161d12)}.hero-veil{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 25%,rgba(var(--green-deep-rgb),.75) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;width:min(92vw,1200px);padding:0 1rem}.hero-eyebrow{margin-bottom:2rem;opacity:0;transform:translateY(14px);transition:opacity .8s var(--ease-lux),transform .8s var(--ease-lux)}.hero-title{font-family:var(--serif);font-size:var(--text-hero);line-height:.88;color:var(--zg-text);margin-bottom:2.5rem;font-weight:300;letter-spacing:-.02em}.hero-title em{font-style:italic;color:var(--gold)}.hero-subtitle{max-width:520px;margin:0 auto 3rem;color:var(--zg-text-mid);font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.85;opacity:0;transform:translateY(14px);transition:opacity .9s var(--ease-lux),transform .9s var(--ease-lux)}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;transform:translateY(14px);transition:opacity .8s var(--ease-lux),transform .8s var(--ease-lux)}.hero-scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--zg-text-muted);font-size:.56rem;letter-spacing:.45em;text-transform:uppercase;opacity:0;transition:opacity .6s var(--ease-lux)}.hero-scroll-cue.is-visible{opacity:1}.hero-scroll-cue__line{width:1px;height:0;background:linear-gradient(var(--gold),transparent);animation:scl 2.8s ease-in-out infinite}@keyframes scl{0%{height:0;opacity:1}to{height:56px;opacity:0}}.lux-brand-story{background:var(--paper-deep);overflow:hidden}.story-panel{min-height:100svh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:clamp(5rem,10vw,10rem) clamp(2rem,7vw,9rem);gap:clamp(3rem,6vw,8rem)}.story-panel:nth-child(2n) .story-panel__media{order:2}.story-panel__media{aspect-ratio:3 / 4;overflow:hidden;position:relative;background:var(--smoke)}.story-panel__media img{width:100%;height:100%;object-fit:cover;transform:scale(1.12);transition:transform 1.8s var(--ease-lux)}.story-panel__media.is-revealed img{transform:scale(1)}.story-panel__content{display:grid;gap:2rem;max-width:540px}.story-panel__number{font-family:var(--serif);font-size:clamp(5rem,12vw,11rem);line-height:1;color:rgba(var(--gold-rgb),.08);font-weight:300;pointer-events:none;margin-bottom:-.5rem}.story-panel__content h2{color:var(--zg-text)}.story-panel__content p{color:var(--zg-text-mid);font-size:clamp(.9rem,1.4vw,1.05rem);line-height:1.85}.lux-featured{background:var(--paper);padding:clamp(2rem,4vw,4rem) clamp(1.5rem,4vw,4rem)}.featured-header{max-width:1620px;margin:0 auto clamp(1.5rem,3vw,3rem);display:grid;grid-template-columns:1fr auto;align-items:end;gap:2rem}.featured-header h2{color:var(--zg-text)}.lux-parallax{position:relative;height:clamp(520px,82vh,1100px);overflow:hidden}.parallax-media{position:absolute;top:-22%;right:-22%;bottom:-22%;left:-22%;z-index:0}.parallax-media img{width:100%;height:100%;object-fit:cover;will-change:transform}.parallax-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,#080808e0,#08080880 55%,#08080826)}.parallax-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;padding:0 clamp(2rem,9vw,12rem);max-width:900px}.parallax-content .kicker{margin-bottom:1.5rem}.parallax-content h2{color:var(--zg-text);font-size:clamp(2.5rem,5.5vw,6.5rem);margin-bottom:2rem}.parallax-content p{color:var(--zg-text-mid);font-size:clamp(.9rem,1.4vw,1.1rem);max-width:460px;margin-bottom:3rem;line-height:1.85}.lux-testimonials{background:var(--paper-deep);padding:clamp(3.5rem,6vw,7rem) clamp(1.5rem,4vw,4rem);overflow:hidden}.lux-newsletter{background:var(--paper);padding:clamp(3.5rem,6vw,7rem) clamp(1.5rem,4vw,4rem);text-align:center;position:relative;overflow:hidden}.newsletter-inner{position:relative;z-index:1;max-width:620px;margin:0 auto}.newsletter-inner h2{color:var(--zg-text);margin-bottom:1.25rem}.newsletter-inner>p{color:var(--zg-text-mid);margin-bottom:2.5rem;font-size:clamp(.9rem,1.4vw,1.05rem)}.newsletter-form{display:flex;gap:.75rem}.lux-footer{background:var(--paper-deep);border-top:1px solid rgba(var(--gold-rgb),.08);padding:clamp(2.5rem,4vw,4rem) clamp(1.5rem,4vw,4rem) 1.5rem}.footer-grid{max-width:1620px;margin:0 auto clamp(2rem,3vw,2.5rem);display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:clamp(2rem,5vw,7rem)}.footer-brand__wordmark{height:clamp(28px,3.5vw,40px);width:auto;margin-bottom:.9rem;display:block}.footer-brand__desc{color:var(--zg-text-muted);font-size:var(--text-sm);line-height:1.75;max-width:300px;margin-bottom:1.1rem}.footer-brand__social{display:flex;gap:.75rem}.footer-social-link{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(var(--gold-rgb),.18);color:var(--zg-text-mid);font-size:var(--text-xs);letter-spacing:.08em;transition:border-color .3s,color .3s,transform .4s var(--ease-lux)}.footer-social-link:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-3px)}.footer-col__title{font-size:var(--text-xs);letter-spacing:var(--zg-track-eyebrow, .22em);text-transform:uppercase;color:var(--zg-text-mid);margin-bottom:1rem}.footer-col__links{display:grid;gap:.8rem}.footer-col__links a{font-size:var(--text-sm);color:var(--zg-text-muted);transition:color .3s,transform .35s var(--ease-lux);display:inline-block}.footer-col__links a:hover{color:var(--zg-text);transform:translate(5px)}.footer-bottom{max-width:1620px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(var(--gold-rgb),.07)}.footer-bottom p{font-size:var(--text-xs);color:var(--zg-text-muted);letter-spacing:.12em}.footer-bottom nav{display:flex;gap:2rem;flex-wrap:wrap}.footer-bottom nav a{font-size:var(--text-xs);color:var(--zg-text-muted);letter-spacing:.12em;transition:color .3s}.footer-bottom nav a:hover{color:var(--zg-text)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:.9rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(var(--gold-rgb),.07)}.cart-item__image{aspect-ratio:1;overflow:hidden;background:var(--smoke)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-family:var(--serif);font-size:1.15rem;color:var(--zg-text);line-height:1.2}.cart-item__variant{font-size:var(--text-xs);color:var(--zg-text-muted);margin-top:.3rem;letter-spacing:.1em}.cart-item__remove{font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--zg-text-muted);background:none;border:none;margin-top:.65rem;display:block;transition:color .3s;cursor:pointer;padding:0}.cart-item__remove:hover{color:var(--zg-text)}.cart-item__price{font-size:var(--text-sm);color:var(--gold);white-space:nowrap}.cart-empty{display:grid;place-items:center;min-height:200px;text-align:center;gap:1.5rem}.cart-empty p{color:var(--zg-text-muted);font-size:var(--text-sm);letter-spacing:.1em}#cartTotal{font-family:var(--serif);font-size:1.6rem;color:var(--zg-text)}.lux-product{background:var(--paper);color:var(--zg-text);min-height:100svh;padding-top:clamp(7.5rem,13vw,11rem)}.product-breadcrumb-back{display:none;font-size:var(--text-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--zg-text-muted);text-decoration:none;margin-bottom:1.5rem;transition:color .25s}.product-breadcrumb-back:hover{color:var(--zg-text)}@media(max-width:767px){.product-breadcrumb-back{display:block}}.col-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:var(--paper)}.col-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.col-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:center}.col-hero__bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 40%,rgba(var(--gold-rgb),.12) 0%,var(--paper) 70%)}.col-hero__vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(var(--green-deep-rgb),.94),rgba(var(--green-deep-rgb),.55) 40%,rgba(var(--green-deep-rgb),.22),rgba(var(--green-deep-rgb),0))}.col-hero__content{position:relative;z-index:2;padding:clamp(6rem,12vw,10rem) clamp(1.5rem,5vw,6rem) clamp(4rem,7vw,7rem);max-width:1600px}.col-hero__top-row{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.col-hero__count{font-size:var(--text-xs);letter-spacing:.24em;text-transform:uppercase;color:var(--zg-text-muted)}.col-hero__title{font-family:var(--serif);font-size:clamp(2.8rem,6.5vw,5.5rem);font-weight:300;line-height:.9;letter-spacing:-.01em;word-spacing:.18em;color:var(--zg-text);margin-bottom:2rem;max-width:900px}.col-hero__desc{font-size:clamp(1rem,1.6vw,1.2rem);color:var(--zg-text-mid);max-width:520px;line-height:1.75;margin-bottom:2.5rem}.col-hero__actions{display:flex;gap:1rem;align-items:center}.col-hero__scroll-cue{position:absolute;bottom:clamp(1.5rem,3vw,2.5rem);right:clamp(1.5rem,5vw,6rem);z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem}.col-hero__scroll-line{width:1px;height:60px;background:linear-gradient(to bottom,rgba(var(--gold-rgb),.6),transparent);transform-origin:top}.lxf-bar{position:fixed;top:calc(var(--announce-h, 0px) + clamp(68px,6.5vw,88px));left:0;right:0;z-index:var(--z-filter-bar);background:var(--paper);border-bottom:1px solid var(--hairline);transform:translateY(-110%);transition:none}.lxf-bar--visible{transition:transform .5s var(--ease-lux)}.lxf-bar--visible{transform:translateY(0)}.lxf-bar__inner{display:flex;align-items:center;max-width:1600px;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);min-height:56px;gap:0}@media(max-width:700px){.lxf-bar__inner{flex-wrap:wrap;row-gap:.15rem;padding:.35rem clamp(1rem,4vw,1.5rem);min-height:0}.lxf-sep{display:none}.lxf-btn{padding:.35rem .7rem}.lxf-bar .lxf-group{position:static}.lxf-bar .lxf-dropdown{left:clamp(.75rem,4vw,1.5rem);right:clamp(.75rem,4vw,1.5rem);top:calc(100% + 1px);min-width:0;max-height:60vh;overflow-y:auto}}.lxf-group{position:relative}.lxf-btn{display:flex;align-items:center;gap:.45rem;padding:0 1.1rem;height:56px;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:var(--stone-mid);cursor:pointer!important;background:none;border:none;border-radius:0;transition:color .2s;white-space:nowrap}.lxf-btn:hover,.lxf-btn--active{color:var(--zg-text)}.lxf-btn--active{font-weight:600}.lxf-chevron{width:13px;height:13px;flex-shrink:0;transition:transform .25s var(--ease-lux)}.lxf-group--open .lxf-chevron{transform:rotate(180deg)}.lxf-dropdown{position:absolute;top:calc(100% + 1px);left:0;min-width:220px;background:var(--paper);border:1px solid rgba(var(--green-deep-rgb),.14);border-top:2px solid var(--gold);border-radius:0 0 10px 10px;padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.55rem;box-shadow:var(--zg-shadow-lifted);z-index:var(--z-filter-dropdown)}.lxf-dropdown[hidden]{display:none}.lxf-check{display:flex;align-items:center;gap:.65rem;cursor:pointer!important;font-size:.78rem;color:var(--stone-mid);transition:color .2s;-webkit-user-select:none;user-select:none}.lxf-check:hover{color:var(--zg-text)}.lxf-check input[type=checkbox]{width:16px;height:16px;flex-shrink:0;border:1px solid rgba(var(--green-deep-rgb),.3);border-radius:3px;-webkit-appearance:none;appearance:none;cursor:pointer!important;background:#fff;transition:background .15s,border-color .15s;position:relative}.lxf-check input[type=checkbox]:checked{background:var(--zg-text);border-color:var(--zg-text)}.lxf-check input[type=checkbox]:checked:after{content:"";position:absolute;left:3px;top:1px;width:8px;height:5px;border-left:1.5px solid #f0ede6;border-bottom:1.5px solid #f0ede6;transform:rotate(-45deg)}.lxf-sep{width:1px;height:18px;background:rgba(var(--green-deep-rgb),.15);flex-shrink:0}.lxf-spacer{flex:1}.lxf-results{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--zg-text-muted);white-space:nowrap;padding-right:1.25rem}.lxf-sort-wrap{position:relative;flex-shrink:0}.lxf-sort{-webkit-appearance:none;appearance:none;background:none;border:none;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--stone-mid);cursor:pointer!important;padding:0 1.4rem 0 .25rem;font-family:inherit;font-weight:500;transition:color .2s}.lxf-sort:focus-visible{color:var(--zg-text)}.lxf-sort-chevron{position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:12px;color:var(--zg-text-muted);pointer-events:none}.col-products{background:#1c2820;padding:clamp(3rem,6vw,5rem) clamp(1rem,4vw,4rem) clamp(5rem,10vw,9rem);max-width:1620px;margin:0 auto}.col-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(.6rem,1.2vw,1.1rem)}.col-card{position:relative;display:flex;flex-direction:column;background:var(--paper-deep);transform-style:preserve-3d;will-change:transform;transition:box-shadow .5s var(--ease-lux)}.col-card:hover{box-shadow:var(--zg-shadow-lifted),var(--zg-glow-gold);z-index:2}.col-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;background:var(--smoke)}.col-card__badge{position:absolute;top:1rem;left:1rem;z-index:5;padding:.25rem .75rem;font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border-radius:1px}.col-card__badge--new{background:var(--gold);color:var(--paper)}.col-card__badge--sold{background:#080808b3;color:var(--zg-text-mid);border:1px solid var(--glass-border)}.col-card__badge--sale{background:rgba(var(--gold-rgb),.15);color:var(--gold);border:1px solid rgba(var(--gold-rgb),.3)}.col-card__badge--best{background:var(--hairline);color:var(--zg-text);border:1px solid rgba(var(--green-deep-rgb),.25)}.col-card__wishlist{position:absolute;top:.75rem;right:.75rem;z-index:6;width:36px;height:36px;border-radius:50%;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:grid;place-items:center;border:none;box-shadow:var(--zg-shadow-soft);transition:transform .35s var(--ease-lux),background .25s,box-shadow .25s;flex-shrink:0}.col-card__wishlist:hover{transform:scale(1.12);background:#fff;box-shadow:var(--zg-shadow-soft)}.col-card__wishlist svg{width:16px;height:16px;fill:none;stroke:#999;stroke-width:1.5;transition:fill .25s,stroke .25s}.col-card__wishlist--active svg{fill:#e04040;stroke:#e04040}.col-card__wishlist--active:hover svg{fill:#c03030;stroke:#c03030}.col-card__title{font-family:var(--serif);font-size:clamp(.85rem,1.1vw,1.05rem);font-weight:400;line-height:1.25;color:var(--zg-text);margin-bottom:.45rem}.col-card__price{font-size:.72rem;color:var(--zg-text-mid);letter-spacing:.06em}.col-card__quick-add{width:100%;justify-content:center;position:relative;overflow:hidden}.col-card__add-text{transition:opacity .3s}.col-card__add-check{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:18px;opacity:0;transition:opacity .3s}.col-card__quick-add--loading{opacity:.65;pointer-events:none}.col-load-more{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-top:clamp(3rem,6vw,5rem);padding-top:2.5rem;border-top:1px solid var(--glass-border)}.col-load-more__track{width:200px;height:1px;background:rgba(var(--green-deep-rgb),.1);border-radius:1px;overflow:hidden}.col-load-more__bar{height:100%;background:var(--gold);transition:width .6s var(--ease-lux)}.col-load-more__label{font-size:var(--text-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--zg-text-muted)}.col-load-more__btn{position:relative;color:var(--zg-text)!important;border-color:rgba(var(--green-deep-rgb),.3)!important}.col-load-more__btn:hover{border-color:var(--zg-text)!important}.col-load-more__spin{display:none;width:16px;height:16px;border:2px solid rgba(var(--gold-rgb),.3);border-top-color:var(--gold);border-radius:50%;animation:spin .7s linear infinite}.col-load-more__btn--loading .col-load-more__spin{display:block}.col-load-more__btn--loading span{opacity:0}@keyframes spin{to{transform:rotate(360deg)}}.col-editorial{position:relative;min-height:80svh;display:flex;align-items:center;overflow:hidden}.col-editorial__media{position:absolute;top:0;right:0;bottom:0;left:0}.col-editorial__media img{width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:center}.col-editorial__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(var(--green-deep-rgb),.88),rgba(var(--green-deep-rgb),.6) 55%,rgba(var(--green-deep-rgb),.22))}.col-editorial__body{position:relative;z-index:2;padding:clamp(5rem,10vw,9rem) clamp(2rem,8vw,10rem);max-width:700px;display:grid;gap:1.5rem}.col-editorial__title{font-family:var(--serif);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:.95;letter-spacing:-.02em;color:var(--zg-text)}.col-editorial__text{font-size:clamp(1rem,1.5vw,1.1rem);color:var(--zg-text-mid);line-height:1.8}.qv-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem)}.qv-modal--open{pointer-events:auto}.qv-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--green-deep-rgb),0);transition:background .5s var(--ease-lux);cursor:pointer}.qv-modal--open .qv-modal__overlay{background:rgba(var(--green-deep-rgb),.82)}.qv-modal__panel{position:relative;z-index:1;width:min(92vw,880px);max-height:88svh;background:var(--paper-deep);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--graphite) transparent;opacity:0;transform:scale(.95) translateY(20px);transition:opacity .4s var(--ease-lux),transform .4s var(--ease-lux)}.qv-modal--open .qv-modal__panel{opacity:1;transform:scale(1) translateY(0)}.qv-modal__close{position:absolute;top:1rem;right:1rem;z-index:10;width:34px;height:34px;display:grid;place-items:center;background:rgba(var(--green-deep-rgb),.1);border-radius:50%;border:1px solid var(--glass-border);color:var(--zg-text-mid);transition:color .25s,background .25s}.qv-modal__close:hover{color:var(--zg-text);background:rgba(var(--green-deep-rgb),.22)}.qv-modal__close svg{width:15px;height:15px;fill:none;stroke:currentColor}.qv-product{display:grid;grid-template-columns:1fr 1fr;min-height:420px}.qv-product__gallery{background:var(--smoke);overflow:hidden;display:grid}.qv-product__gallery img{width:100%;height:100%;object-fit:cover;display:block}.qv-product__info{padding:clamp(2.5rem,6%,3.5rem);display:flex;flex-direction:column;gap:1.1rem}.qv-product__vendor{font-size:var(--text-xs);letter-spacing:var(--zg-track-eyebrow, .22em);text-transform:uppercase;color:var(--gold)}.qv-product__title{font-family:var(--serif);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;color:var(--zg-text);line-height:1.12}.qv-product__price{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.6rem);color:var(--zg-text)}.qv-product__stock{display:flex;align-items:center;gap:.5rem;font-size:var(--text-sm);color:var(--zg-text-mid)}.qv-product__stock-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.qv-product__stock-dot--in{background:#55b562}.qv-product__stock-dot--out{background:var(--zg-text-muted)}.qv-product__variant-label{font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--zg-text-muted);display:block;margin-bottom:.4rem}.qv-product__select{width:100%;height:46px;padding:0 1rem;background:rgba(var(--green-deep-rgb),.06);border:1px solid rgba(var(--gold-rgb),.2);color:var(--zg-text);font-size:var(--text-sm);-webkit-appearance:none;appearance:none;cursor:pointer;outline:none;transition:border-color .3s}.qv-product__select:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(var(--green-deep-rgb),.12)}.qv-product__select option{background:var(--paper-deep);color:var(--zg-text)}.qv-product__qty{display:flex;align-items:stretch;height:46px;border:1px solid rgba(var(--gold-rgb),.22);width:fit-content}.qv-product__qty-btn{width:44px;display:grid;place-items:center;font-size:1.15rem;line-height:1;color:var(--zg-text-mid);background:none;border:none;transition:color .25s,background .25s}.qv-product__qty-btn:hover{color:var(--zg-text);background:rgba(var(--green-deep-rgb),.08)}.qv-product__qty-val{width:44px;display:grid;place-items:center;font-size:var(--text-sm);color:var(--zg-text);letter-spacing:.1em;border-left:1px solid rgba(var(--gold-rgb),.22);border-right:1px solid rgba(var(--gold-rgb),.22)}.qv-product__add{width:100%;height:var(--zg-btn-h-lg, 54px);margin-top:auto}.qv-product__link{display:block;text-align:center;font-size:var(--text-xs);letter-spacing:.22em;text-transform:uppercase;color:var(--zg-text-muted);text-decoration:underline;text-underline-offset:4px;transition:color .3s}.qv-product__link:hover{color:var(--zg-text)}.qv-loader{display:grid;place-items:center;min-height:340px}.qv-loader__ring{width:36px;height:36px;border:2px solid rgba(var(--gold-rgb),.2);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}.qv-fallback{display:grid;place-items:center;min-height:300px;gap:1.5rem;text-align:center;padding:2rem}@media(max-width:600px){.qv-modal{padding:0;align-items:flex-end}.qv-modal__panel{width:100%;max-height:92svh;border-radius:0}.qv-product{grid-template-columns:1fr}.qv-product__gallery{aspect-ratio:4/3}}.lux-cart{background:var(--zg-text);color:var(--paper-deep);padding:clamp(8rem,14vw,12rem) clamp(1.5rem,4vw,4rem) clamp(6rem,10vw,10rem);min-height:100svh;max-width:1620px;margin:0 auto}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.section-pad{padding:clamp(3.5rem,6vw,7rem) clamp(1.5rem,4vw,4rem)}.page-transition{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;background:var(--paper);transform:scaleY(0);transform-origin:bottom;pointer-events:none}@media(max-width:1100px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}.story-panel{grid-template-columns:1fr;min-height:auto;padding:clamp(4rem,8vw,7rem) clamp(2rem,5vw,5rem)}.story-panel:nth-child(2n) .story-panel__media{order:0}.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.col-product-grid{grid-template-columns:repeat(3,1fr)}.cart-layout{grid-template-columns:1fr}.cart-summary-box{position:static}.testimonials-track{grid-template-columns:1fr;max-width:700px}}@media(max-width:767.98px){.menu-btn{display:flex}.mobile-nav{display:block}.newsletter-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.parallax-overlay{background:rgba(var(--green-deep-rgb),.65)}.parallax-content{max-width:none}.header-inner{grid-template-columns:44px 1fr auto;height:56px;padding:0 .75rem;gap:0}.header-utils>*{flex-shrink:0}.header-wordmark{grid-column:2;justify-self:start;margin-left:.25rem;flex-direction:row}.header-wordmark__tagline{display:none}.header-wordmark img{height:40px!important;width:auto!important}.is-home .header-wordmark img{height:40px!important}.header-nav{display:none}.menu-btn{display:flex;position:absolute;left:.75rem;top:50%;transform:translateY(-50%);z-index:2}.header-utils{grid-column:3;justify-content:flex-end;gap:1.05rem;padding-right:.35rem}.lang-select>summary{padding:6px 4px;gap:3px}.lang-form{margin-right:-.6rem}.lang-current{font-size:1.15rem}.lang-caret{width:12px;height:12px}.header-search-toggle{width:40px;height:40px}.header-wishlist{width:40px;height:40px;justify-content:center}.header-utils{gap:.25rem}.header-bag-btn{width:40px;height:40px;justify-content:center}.lux-cart{padding-left:1.25rem;padding-right:1.25rem}.col-hero__title{font-size:clamp(2rem,7vw,3rem)}.featured-header{flex-direction:column;align-items:flex-start;gap:.75rem}.featured-header__right{width:100%}}@media(max-width:480px){.hero-actions{flex-direction:column;align-items:center}.col-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem}.col-hero__content{padding:1.25rem!important}.col-hero__title{font-size:clamp(1.7rem,8vw,2.4rem)}.col-hero__desc{font-size:.88rem}.lux-gb__heading,.lux-cgrid__heading{font-size:clamp(1.6rem,6vw,2rem)}.lux-cart{padding-left:1rem;padding-right:1rem}.parallax-content h2{font-size:clamp(2rem,8vw,3rem)}.lux-footer{padding:1.5rem 1.25rem 1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.25rem}.footer-brand{grid-column:1 / -1;display:flex;align-items:center;gap:1rem}.footer-brand__wordmark{height:22px;margin-bottom:0}.footer-brand__desc{display:none}.footer-brand__social{margin-left:auto}.footer-social-link{width:28px;height:28px}.footer-col__title{font-size:.6rem;letter-spacing:.22em;margin-bottom:.6rem}.footer-col__links{gap:.55rem}.footer-col__links a{font-size:.78rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.6rem;padding-top:1rem}.footer-bottom nav{gap:1rem}.footer-bottom p,.footer-bottom nav a{font-size:.68rem;letter-spacing:.08em}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.lux-hero,.col-hero,.lux-parallax,.col-editorial{--zg-text: #f0ebe0;--zg-text-mid: #b8b4ae;--zg-text-muted: #9a9690;color:#f0ebe0}.lux-hero .kicker,.col-hero .kicker,.col-editorial .kicker{color:var(--gold)}.col-hero__title,.col-hero__desc,.col-hero__count,.col-editorial__title,.col-editorial__text{color:#f0ebe0}@media(max-width:600px){.story-panel__number{font-size:clamp(2rem,9vw,4rem)}body .lxf-btn,body .lxf-sort{font-size:.72rem}body .lux-es__nav-link{font-size:clamp(.75rem,.9vw,.82rem)}body .lux-proof__label{font-size:clamp(11px,1.2vw,13px)}}body .zg-builder,body .zg-panel,body .zg-summary,body .zg-limit,body .zg-ship-info,body .zg-ship-faq__grid{border-radius:var(--radius-lg)}body .col-card,body .zg-choice,body .zg-product,body .zg-ready-grid,body .zg-how-grid,body .lux-about-card,body .lux-about-category-grid,body .zg-ship-card,body .cp-summary,body .cp-free-ship,body .fc-card,body .zg-step-progress,body .lang-menu,body .lcd-dropdown,body .wl-panel,body .lxf-dropdown{border-radius:var(--radius-md)}body .col-card,body .zg-product,body .fc-card,body .zg-ready-grid,body .zg-how-grid,body .lux-about-category-grid,body .zg-step-progress,body .lang-menu,body .lcd-dropdown,body .wl-panel{overflow:hidden}body .col-card__frame,body .lux-about-do__media,body .zg-hero__media,body .zg-image-wide,body .zg-image-strip,body .cp-item__media,body .lcd-sugg-card__media,body .ls-prod-card__media,body .ls-trend-card__media,body .wl-item__thumb,body .fc-card__cover{border-radius:var(--radius-md);overflow:hidden}body .lux-about-trust__panel>img{border-radius:var(--radius-md)}body .ls-input,body .qv-product__select,body .cp-promo-input,body .zg-custom-grid input,body .zg-custom-grid select,body .zg-custom-grid textarea,body .zg-form-grid input,body .zg-form-grid select,body .zg-form-grid textarea{border-radius:var(--radius-sm)}body .btn--ghost,body .zg-add-product,body .footer-social-link{border-radius:var(--radius-pill)}body .lcd-panel{border-radius:var(--radius-md) 0 0 var(--radius-md)}body .lux-about-card,body .lux-about-do__media,body .zg-choice,body .zg-product,body .zg-panel,body .zg-summary,body .zg-limit,body .zg-ship-card,body .zg-ship-info,body .zg-ship-faq__grid,body .col-card{border-color:var(--hairline)}body .lux-about-category-grid,body .zg-how-grid,body .zg-ready-grid{background:var(--hairline)}body .lux-about-trust__grid,body .lux-about-trust__grid span{border-color:var(--hairline-on-dark)}body .zg-bulk__media,body .zg-faq__media,body .zg-product__media,body .lux-bf__media,body .lux-cat__card-media,body .lux-bs__media,body .fc-card__media,body .lux-cat__card,body .zg-final img,body .zg-review img{border-radius:var(--radius-md);overflow:hidden}body .zg-bulk-request form{border-radius:var(--radius-lg)}body .lux-assr__inner{border-radius:var(--radius-md);overflow:hidden;border-color:var(--hairline-on-dark)}body .lux-assr__item{border-color:var(--hairline-on-dark)}body .zr-info,body .zr-faq__grid{border-radius:var(--radius-lg);overflow:hidden}body .zr-card,body .zr-nav,body .zg-ship-nav,body .zp-registry-card,body .zp-principles article{border-radius:var(--radius-md);overflow:hidden}body .zp-product-mini{border-radius:var(--radius-sm)}.lx-search-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:clamp(.7rem,1.2vw,1.1rem);align-items:stretch}@media(max-width:700px){.lx-search-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.col-card{--card-bg: #ece4d4;--card-media-bg: #FFFFFF;position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-md);background:var(--card-bg);isolation:isolate;box-shadow:var(--zg-shadow-soft);transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .5s cubic-bezier(.2,.7,.2,1)}.col-card__frame{position:relative;aspect-ratio:3 / 4;overflow:hidden;background:var(--card-media-bg, #FFFFFF)}.col-card:hover{transform:translateY(-4px);box-shadow:var(--zg-shadow-lifted)}.col-card__cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;text-indent:-9999px;overflow:hidden;background:transparent}.col-card__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;background:var(--card-media-bg, #FFFFFF)}.col-card__bg,.col-card__bg-placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s var(--zg-ease)}.col-card:hover .col-card__bg{transform:scale(1.04)}.col-card__shine{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;pointer-events:none;opacity:0}.col-card__badge{position:absolute;top:12px;left:12px;z-index:6;padding:5px 10px;border-radius:var(--radius-pill);font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;background:#ffffffeb;color:var(--green-deep);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.col-card__badge--sale{background:var(--error);color:#fff}.col-card__badge--sold{background:#141414c7;color:#f0ede6}.col-card__wishlist{position:absolute;top:10px;right:10px;z-index:6;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;border:none;background:#ffffffeb;color:#4a4a48;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .2s,color .2s,transform .25s cubic-bezier(.2,.7,.2,1)}.col-card__wishlist svg{width:15px;height:15px}.col-card__wishlist:hover{background:#fff;color:var(--error);transform:scale(1.08)}.col-card__wishlist[aria-pressed=true],.col-card__wishlist--active{color:var(--error)}.col-card__wishlist[aria-pressed=true] svg,.col-card__wishlist--active svg{fill:var(--error);stroke:var(--error)}.col-card__info{flex:1 1 auto;padding:12px 12px 14px;background:var(--card-bg, #ece4d4);text-align:left;display:flex;flex-direction:column;gap:3px}.col-card__title{font-family:var(--font-heading, Georgia, serif);font-size:clamp(1rem,1.1vw,1.18rem);font-weight:500;line-height:1.2;color:var(--olive, #333D2C);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.4em}.fc-slide{display:flex}.fc-slide>.col-card{width:100%}.col-card__title a{color:inherit;text-decoration:none}.col-card__meta{margin:0;font-family:var(--sans);font-size:.72rem;letter-spacing:.06em;color:var(--olive-soft, #535D46)}.col-card__priceRow{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:8px}.col-card__price{font-family:var(--sans);font-weight:600;font-size:.92rem;color:var(--olive, #333D2C);white-space:nowrap}.col-card__price .col-card__price-compare{margin-left:5px;color:rgba(var(--green-deep-rgb),.75);text-decoration:line-through;font-weight:400;font-size:.82rem}.col-card__btn-thin{display:inline-flex;align-items:center;justify-content:center;gap:5px;flex-shrink:0;width:auto;height:auto;border:1px solid var(--gold, #C9A961);border-radius:var(--radius-pill);background:transparent;color:var(--olive, #333D2C);padding:6px 14px;font-family:var(--sans);font-size:var(--text-xs, .64rem);font-weight:700;letter-spacing:var(--zg-track-btn, .12em);text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .2s,color .2s}.col-card__btn-thin:hover{background:var(--gold, #C9A961);color:var(--green-deep)}.col-card__btn-thin:disabled{opacity:.5;cursor:not-allowed}@media(max-width:374.98px){.col-card__priceRow{flex-wrap:wrap;gap:6px}.col-card__btn-thin{width:100%;justify-content:center}}.col-card__btn-thin .col-card__add-check{width:13px;height:13px;opacity:0;transition:opacity .2s}.col-card__quick-add--done .col-card__add-text{opacity:0}.col-card__quick-add--done .col-card__add-check{opacity:1}.col-card__quick-add--loading{opacity:.7}@media(pointer:coarse){.header-nav a,.footer-col__links a,.footer-bottom nav a,.mobile-nav__sub a{display:inline-block;padding:12px 10px;margin:-12px -10px}.site-header button,.footer-social-link,.col-card__wishlist,.wl-item__remove,.lcd-sugg__arrow,.lcd-head__close,.geo-modal__close,.lux-exit__close,.fc-arrow,.ls-head__close{min-width:44px;min-height:44px}.lcd-qty-pill__btn,.cp-qty__btn,.fp-qty__btn{min-width:44px}.lcd-dd-item__remove,.cp-item__remove,.wl-clear{min-height:40px;display:inline-flex;align-items:center}.ls-pill,.lxf-chip{min-height:40px}.lxf-grid-btn{width:40px;min-height:40px}.t-dot{position:relative}.t-dot:after{content:"";position:absolute;top:-17px;right:-17px;bottom:-17px;left:-17px}}.nl-input:focus,.footer-newsletter__input:focus,.fp-notify__input:focus,.cfaq-input:focus,.cfaq-textarea:focus,.cfaq-select:focus,.cp-promo-input:focus,.wl-page__sort:focus,.ls-input:focus,.qv-product__select:focus,.fp-select:focus,.geo-select:focus,.zg-custom-grid input:focus,.zg-custom-grid select:focus,.zg-custom-grid textarea:focus,.zg-form-grid input:focus,.zg-form-grid select:focus,.zg-form-grid textarea:focus{border-color:var(--olive);box-shadow:0 0 0 3px rgba(var(--green-deep-rgb),.12);outline:none}.nl-input::placeholder,.footer-newsletter__input::placeholder,.fp-notify__input::placeholder,.cp-promo-input::placeholder,.zg-custom-grid input::placeholder,.zg-form-grid input::placeholder,.zg-custom-grid textarea::placeholder,.zg-form-grid textarea::placeholder{color:rgba(var(--green-deep-rgb),.75);font-style:italic}.lux-faq__a-inner,.cfaq-item__a-inner,.fp-accordion__body,.zr-info,.zg-ship-info,.hero-subtitle,.story-panel__text,.zp-editorial p,.zp-closing p,.ze-lead,.zpd-lead,.lux-about-hero__text,.lux-about-hero__sub{max-width:70ch}body .lux-about-hero__title,body .zg-hero__title,body .cfaq-hero__title,body .zg-ship-hero__title,body .zr-hero__title,body .zp-hero h1,body .zpd-hero h1,body .ze-hero h1,body .zg-pp__hero-title,body .col-hero__title,body .lx-search-page__title,body .lx-cart-page__title,body .wl-page__title{font-family:var(--font-heading, Georgia, serif)!important;font-size:var(--zg-type-page-title)!important;font-weight:var(--zg-display-weight, 400)!important;line-height:var(--zg-display-leading, .92)!important;letter-spacing:var(--zg-display-tight, -.045em)!important}body .h1{font-size:var(--zg-type-page-title)!important}body .h2{font-size:var(--zg-type-section-title)!important}body .h3{font-size:var(--zg-type-panel-title)!important}body .lux-about-hero__text,body .lux-about-hero__sub,body .zg-hero__text,body .zg-hero__sub,body .cfaq-hero__sub,body .zg-ship-hero__text,body .zg-ship-hero__sub,body .zr-hero__text,body .zr-hero__sub,body .col-hero__desc,body .zp-hero p:not(.zp-eyebrow),body .zpd-hero__lead,body .ze-hero__lead,body .zg-pp__hero-lead,body .lx-search-page__subtitle,body .lx-cart-page__delivery-note,body .wl-page__count{font-family:var(--font-body, Inter, system-ui, sans-serif)!important;font-size:var(--zg-type-subtitle)!important;font-weight:400!important;line-height:1.72!important;letter-spacing:0!important}body .lux-about__heading,body .lux-about-cta__title,body .zg-heading,body .zg-section-head h2,body .zg-ship-heading,body .zg-ship-info h2,body .zg-ship-cta h2,body .zr-heading,body .zr-info h2,body .zr-cta h2,body .cfaq-faq__title,body .cfaq-form-section__title,body .zp-section-head h2,body .zp-editorial h2,body .zp-featured h2,body .zp-house h2,body .zp-closing h2,body .zpd-intro h2,body .zpd-section-head h2,body .zpd-products h2,body .zpd-closing h2,body .ze-intro h2,body .ze-section-head h2,body .ze-products h2,body .ze-closing h2,body .zg-pp__h2,body .col-editorial__title,body .lux-cat__heading,body .lux-cgrid__heading,body .lux-bs__title,body .lux-bf__title,body .lux-es__heading,body .newsletter-inner h2,body .parallax-content h2,body .qv-product__title,body .lxg__view-title,body .lxg__intro .h2,body .zg-review h3,body .zg-summary h2,body .lux-product__title,body .fp-title{font-family:var(--font-heading, Georgia, serif)!important;font-size:var(--zg-type-section-title)!important;font-weight:var(--zg-display-weight, 400)!important;line-height:.98!important;letter-spacing:var(--zg-display-tight, -.045em)!important}body .cfaq-row__title,body .lux-about-card h3,body .zg-ship-card h3,body .zr-card h3,body .zg-ready-grid h3,body .zg-how-grid h3,body .zg-bundle__body h3,body .zp-principles h3,body .zpd-story-grid span,body .ze-story-grid span,body .zg-pp__card-title,body .zg-pp__raw-title,body .zg-pp__coll-title,body .lx-search-empty__title,body .lx-search-info__title,body .cp-summary__title,body .col-card__title{font-family:var(--font-heading, Georgia, serif)!important;font-size:var(--zg-type-card-title)!important;font-weight:500!important;line-height:1.12!important;letter-spacing:0!important}body .lux-about-do__copy p,body .lux-about-life p,body .lux-about-coming__copy p,body .lux-about-trust__copy p,body .lux-about-cta p,body .zg-lead,body .zg-ship-info p,body .zg-ship-info li,body .zg-ship-card p,body .zg-ship-cta p,body .zg-ship-faq p,body .zr-info p,body .zr-info li,body .zr-card p,body .zr-cta p,body .zr-faq p,body .cfaq-row__text,body .cfaq-form-section__sub,body .zp-editorial p,body .zp-house__story p,body .zp-featured__body p,body .zp-closing p:not(.zp-eyebrow),body .zpd-copy,body .zpd-story-grid p,body .zpd-products__head p:last-child,body .zpd-closing p,body .ze-copy,body .ze-story-grid p,body .ze-products__head p:last-child,body .ze-closing p,body .zg-pp__body,body .zg-pp__card p,body .zg-pp__raw p:last-child,body .col-editorial__text,body .lx-search-empty__sub,body .lx-search-info__sub{font-family:var(--font-body, Inter, system-ui, sans-serif)!important;font-size:var(--zg-type-body)!important;line-height:1.72!important;letter-spacing:0!important}body .kicker,body .zp-eyebrow,body .zpd-eyebrow,body .ze-eyebrow,body .zg-pp__eyebrow,body .zg-pp__card-k,body .zg-pp__coll-note,body .col-hero__count,body .lx-search-info__kicker,body .ls-sec__title{font-family:var(--font-body, Inter, system-ui, sans-serif)!important;font-size:var(--zg-type-small)!important;font-weight:700!important;line-height:1.35!important;letter-spacing:var(--zg-track-eyebrow, .22em)!important;text-transform:uppercase!important}
/*# sourceMappingURL=/cdn/shop/t/79/assets/luxury.css.map */
