:root{--cream: #F8F7F3;--cream-2: #F0EFE9;--cream-3: #E8E6DE;--black: #0B0B0B;--charcoal: #232323;--charcoal-2:#3A3A3A;--muted: #7A7A78;--subtle: #ABABAA;--divider: rgba(11,11,11,.09);--divider-2: rgba(11,11,11,.16);--gold: #C6A86B;--gold-dark: #A88845;--gold-faint:#F5EDD9;--surface: #FFFFFF;--surface-2: #F8F7F3;--dm-bg: #0B0B0B;--dm-bg2: #141414;--dm-bg3: #1C1C1C;--dm-surface: #1A1A1A;--dm-text: #F8F7F3;--dm-text2: #C8C7C2;--dm-muted: #7A7A78;--dm-border: rgba(248,247,243,.09);--serif: "Playfair Display", Georgia, "Times New Roman", serif;--sans: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--sp-xs: 4px;--sp-sm: 8px;--sp-md: 16px;--sp-lg: 24px;--sp-xl: 40px;--sp-2xl: 64px;--sp-3xl: 96px;--max-w: 1280px;--gutter: 24px;--ease: cubic-bezier(.4,0,.2,1);--ease-out: cubic-bezier(0,0,.2,1);--dur-fast: .18s;--dur: .26s;--dur-slow: .5s}[data-theme=dark]{--cream: var(--dm-bg);--cream-2: var(--dm-bg2);--cream-3: var(--dm-bg3);--surface: var(--dm-surface);--surface-2:var(--dm-bg2);--black: #F8F7F3;--charcoal: #E0DFD9;--charcoal-2:#C8C7C2;--muted: #7A7A78;--divider: var(--dm-border);--divider-2:rgba(248,247,243,.18);--gold: #D4B87A;--gold-faint:#1E1A10}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--sans);font-size:14px;line-height:1.7;color:var(--charcoal-2);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--dur) var(--ease),color var(--dur) var(--ease)}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:var(--sans)}ul,ol{list-style:none}input,select,textarea{font-family:var(--sans)}h1,h2,h3,h4,h5,h6{font-family:var(--serif);font-weight:400;line-height:1.12;color:var(--black)}h1{font-size:clamp(36px,5.5vw,68px);letter-spacing:-.025em}h2{font-size:clamp(26px,3.5vw,46px);letter-spacing:-.018em}h3{font-size:clamp(20px,2.2vw,30px);letter-spacing:-.01em}h4{font-size:clamp(17px,1.6vw,22px)}p{color:var(--charcoal-2);line-height:1.8}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.section{padding:var(--sp-3xl) 0}.section-md{padding:var(--sp-2xl) 0}.section-sm{padding:var(--sp-xl) 0}.section-dark{background:var(--black)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:var(--cream)}.section-warm{background:var(--cream-2)}.sr-skip{position:absolute;top:-100%;left:16px;background:var(--gold);color:var(--black);padding:8px 16px;z-index:9999;border-radius:2px;font-size:13px}.sr-skip:focus{top:16px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.reveal{opacity:0;transform:translateY(18px);transition:opacity .72s var(--ease-out),transform .72s var(--ease-out)}.reveal.in{opacity:1;transform:none}.reveal-left{opacity:0;transform:translate(-20px);transition:opacity .72s var(--ease-out),transform .72s var(--ease-out)}.reveal-left.in{opacity:1;transform:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes slideRight{0%{transform:translate(110%)}to{transform:none}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollPulse{0%,to{top:-100%}50%{top:100%}}.topbar{background:var(--black);color:#f8f7f3b3;overflow:hidden;white-space:nowrap;height:34px;display:flex;align-items:center}.topbar__track{display:inline-flex;gap:48px;animation:marqueeScroll 30s linear infinite;flex-shrink:0}.topbar__item{font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:400;display:flex;align-items:center;gap:10px}.topbar__sep{color:var(--gold);font-size:8px;opacity:.6}.site-header{position:sticky;top:0;z-index:200;background:var(--cream);border-bottom:1px solid var(--divider);transition:background var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}.site-header.scrolled{box-shadow:0 1px 24px #0b0b0b12}.site-header.hidden{transform:translateY(-100%)}.header-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:60px;max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.header-nav{display:flex;align-items:center;gap:24px}.header-nav__link{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--charcoal-2);transition:color var(--dur-fast);font-weight:600;white-space:nowrap;position:relative}.header-nav__link:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--gold);transform:scaleX(0);transition:transform var(--dur) var(--ease)}.header-nav__link:hover{color:var(--black)}.header-nav__link:hover:after{transform:scaleX(1)}.header-logo{font-family:var(--serif);font-size:22px;letter-spacing:.22em;text-transform:uppercase;color:var(--black);display:flex;align-items:center;justify-content:center}.header-logo img{height:34px;width:auto}.header-logo span{color:var(--gold)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.hbtn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color var(--dur-fast),background var(--dur-fast);border-radius:50%;position:relative}.hbtn:hover{color:var(--black);background:var(--cream-2)}.hbtn svg{width:19px;height:19px;stroke-width:1.4}.cart-pip{position:absolute;top:7px;right:7px;width:7px;height:7px;background:var(--gold);border-radius:50%;display:none}.cart-pip.show{display:block}.cart-num{position:absolute;top:5px;right:5px;background:var(--gold);color:var(--black);font-size:8px;font-weight:600;width:15px;height:15px;border-radius:50%;display:none;align-items:center;justify-content:center;line-height:1}.cart-num.show{display:flex}.mob-toggle{display:none}@media(max-width:1024px){.header-nav{display:none}.header-wrap{grid-template-columns:auto 1fr auto}.header-logo{justify-content:center}.mob-toggle{display:flex}}.mob-menu{position:fixed;inset:0 auto 0 0;width:min(300px,100vw);background:var(--surface);z-index:500;transform:translate(-110%);transition:transform var(--dur) var(--ease);display:flex;flex-direction:column;overflow-y:auto}.mob-menu.open{transform:none;animation:none}.mob-head{display:flex;align-items:center;justify-content:space-between;padding:18px var(--sp-lg);border-bottom:1px solid var(--divider);flex-shrink:0}.mob-head-logo{font-family:var(--serif);font-size:20px;letter-spacing:.2em;text-transform:uppercase;color:var(--black)}.mob-head-logo span{color:var(--gold)}.mob-close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:var(--muted)}.mob-close svg{width:18px;height:18px}.mob-nav{flex:1;padding:8px 0}.mob-nav a{display:flex;align-items:center;justify-content:space-between;padding:13px var(--sp-lg);font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--charcoal-2);border-bottom:1px solid var(--divider);transition:color var(--dur-fast),background var(--dur-fast)}.mob-nav a:hover{color:var(--gold);background:var(--cream-2)}.mob-nav a svg{width:14px;height:14px;opacity:.35}.mob-foot{padding:var(--sp-lg);border-top:1px solid var(--divider)}.mob-foot p{font-size:12px;color:var(--muted);line-height:1.8}.mob-foot a{color:var(--gold)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0b0b73;z-index:400;opacity:0;pointer-events:none;transition:opacity var(--dur) var(--ease);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.overlay.show{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(400px,100vw);background:var(--surface);z-index:500;transform:translate(110%);transition:transform var(--dur) var(--ease);display:flex;flex-direction:column;box-shadow:-4px 0 32px #0b0b0b1f}.cart-drawer.open{transform:none}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--divider);flex-shrink:0}.cart-title{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--black)}.cart-close{width:34px;height:34px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color var(--dur-fast)}.cart-close:hover{color:var(--black)}.cart-close svg{width:18px;height:18px}.cart-body{flex:1;overflow-y:auto;padding:0 20px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 0;text-align:center;gap:16px}.cart-empty p{color:var(--muted);font-size:14px}.cart-item{display:flex;gap:14px;padding:18px 0;border-bottom:1px solid var(--divider)}.cart-item__img{width:76px;height:96px;flex-shrink:0;background:var(--cream-2);overflow:hidden}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__body{flex:1;min-width:0}.cart-item__vendor{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.cart-item__name{font-size:13px;color:var(--black);line-height:1.4;margin-bottom:4px;display:block}.cart-item__variant{font-size:11px;color:var(--muted);margin-bottom:10px}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.cart-item__price{font-family:var(--serif);font-size:15px;color:var(--black)}.cart-item__remove{font-size:10px;color:var(--subtle);text-decoration:underline;background:none;border:none;cursor:pointer;margin-top:8px;padding:0;letter-spacing:.04em;transition:color var(--dur-fast)}.cart-item__remove:hover{color:#b44}.cart-foot{padding:18px 20px;border-top:1px solid var(--divider);flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.cart-subtotal span:first-child{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.cart-amount{font-family:var(--serif);font-size:22px;color:var(--black)}.cart-note-txt{font-size:11px;color:var(--subtle);margin-bottom:16px;letter-spacing:.03em}.qty{display:inline-flex;align-items:center;border:1px solid var(--divider-2);height:34px}.qty__btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:17px;color:var(--charcoal-2);transition:background var(--dur-fast)}.qty__btn:hover{background:var(--cream-2)}.qty__input{width:38px;height:34px;text-align:center;border:none;border-left:1px solid var(--divider);border-right:1px solid var(--divider);background:transparent;font-size:13px;color:var(--black)}.qty__input:focus{outline:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:13px 30px;transition:all var(--dur) var(--ease);cursor:pointer;font-family:var(--sans);border:1px solid transparent;white-space:nowrap;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:currentColor;opacity:0;transition:opacity var(--dur-fast)}.btn:hover:before{opacity:.06}.btn-gold{background:var(--gold);color:var(--black);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.btn-dark{background:var(--black);color:var(--cream)}.btn-dark:hover{background:var(--charcoal)}.btn-outline{background:transparent;color:var(--black);border-color:var(--divider-2)}.btn-outline:hover{border-color:var(--black)}.btn-outline-light{background:transparent;color:#f8f7f3d9;border-color:#f8f7f347}.btn-outline-light:hover{border-color:var(--gold);color:var(--gold)}.btn-ghost{background:transparent;color:var(--black);border:none;padding:0;letter-spacing:.06em}.btn-ghost:hover{color:var(--gold)}.btn-sm{padding:9px 18px;font-size:10px}.btn-lg{padding:16px 40px;font-size:12px}.btn-full{width:100%}.btn-group{display:flex;gap:10px;flex-wrap:wrap}.hero{position:relative;min-height:92svh;display:flex;align-items:flex-end;overflow:hidden;background:var(--black)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,11,11,.82) 0%,rgba(11,11,11,.2) 55%,transparent 100%)}.hero__content{position:relative;z-index:2;padding:var(--sp-2xl) var(--gutter);max-width:var(--max-w);margin:0 auto;width:100%}.hero__kicker{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;display:flex;align-items:center;gap:12px}.hero__kicker:before{content:"";width:28px;height:1px;background:var(--gold)}.hero__title{color:var(--cream);max-width:660px;margin-bottom:16px}.hero__title em{font-style:italic;color:var(--gold)}.hero__sub{color:#f8f7f380;font-size:15px;max-width:420px;margin-bottom:32px;font-weight:300;line-height:1.85}.hero__scroll{position:absolute;bottom:28px;right:var(--gutter);z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;color:#f8f7f359;font-size:9px;letter-spacing:.2em;text-transform:uppercase}.hero__line{width:1px;height:44px;background:#f8f7f32e;position:relative;overflow:hidden}.hero__line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--gold);animation:scrollPulse 1.8s ease-in-out infinite}@media(max-width:768px){.hero{min-height:82svh}.hero__scroll{display:none}}.trust{background:var(--cream-2);border-bottom:1px solid var(--divider)}.trust__inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max-w);margin:0 auto;padding:0 var(--gutter)}.trust__item{display:flex;align-items:center;gap:12px;padding:18px 0;border-right:1px solid var(--divider)}.trust__item:last-child{border-right:none}.trust__icon{width:36px;height:36px;background:var(--gold-faint);display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%}.trust__icon svg{width:17px;height:17px;color:var(--gold);stroke-width:1.4}.trust__label{font-size:12px;font-weight:500;color:var(--black);line-height:1.3}.trust__sub{font-size:10px;color:var(--muted);margin-top:1px}@media(max-width:768px){.trust__inner{grid-template-columns:repeat(2,1fr)}.trust__item{border-right:none;border-bottom:1px solid var(--divider)}.trust__item:nth-child(odd){border-right:1px solid var(--divider)}}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:var(--sp-xl);gap:16px}.sec-eyebrow{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:8px;display:block}.sec-link{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:6px;transition:color var(--dur-fast);padding-bottom:2px;border-bottom:1px solid var(--divider-2)}.sec-link:hover{color:var(--gold);border-bottom-color:var(--gold)}.sec-link svg{width:12px;height:12px}@media(max-width:640px){.sec-head{flex-direction:column;align-items:flex-start;margin-bottom:var(--sp-lg)}}.cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2px}.cat-tile{position:relative;aspect-ratio:3/4;overflow:hidden;display:block;background:var(--cream-3)}.cat-tile__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.cat-tile:hover .cat-tile__img{transform:scale(1.05)}.cat-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(11,11,11,.72) 0%,transparent 60%);transition:background var(--dur) var(--ease)}.cat-tile:hover .cat-tile__overlay{background:linear-gradient(to top,#0b0b0bd1,#0b0b0b1a 60%)}.cat-tile__body{position:absolute;bottom:0;left:0;right:0;padding:18px 16px 20px}.cat-tile__name{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--cream);display:block;margin-bottom:4px;line-height:1.1}.cat-tile__sub{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:#f8f7f380;opacity:0;transform:translateY(6px);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease)}.cat-tile:hover .cat-tile__sub{opacity:1;transform:none}.cat-tile__arrow{position:absolute;top:16px;right:16px;width:30px;height:30px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:opacity var(--dur) var(--ease),transform var(--dur) var(--ease)}.cat-tile:hover .cat-tile__arrow{opacity:1;transform:scale(1)}.cat-tile__arrow svg{width:12px;height:12px;color:var(--black);stroke-width:2}@media(max-width:640px){.cat-grid{grid-template-columns:repeat(2,1fr)}.cat-tile{aspect-ratio:2/3}.cat-tile__name{font-size:17px}}.prod-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media(max-width:1100px){.prod-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.prod-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.pcard{position:relative;background:var(--surface)}.pcard__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--cream-2)}.pcard__img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.pcard__img2{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--dur-slow) var(--ease)}.pcard:hover .pcard__img{transform:scale(1.04)}.pcard:hover .pcard__img2{opacity:1}.pcard__tags{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:1}.pcard__tag{font-size:9px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;padding:3px 8px}.pcard__tag-new{background:var(--gold);color:var(--black)}.pcard__tag-sale{background:var(--black);color:#f8f7f3cc}.pcard__tag-hot{background:#c44;color:#fff}.pcard__wish{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#f8f7f3eb;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--dur),background var(--dur-fast);z-index:1}.pcard:hover .pcard__wish,.pcard__wish.active{opacity:1}.pcard__wish:hover{background:var(--cream)}.pcard__wish svg{width:14px;height:14px;stroke-width:1.5;color:var(--black)}.pcard__wish.active svg{fill:#c44;stroke:#c44}.pcard__add{position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);transition:transform var(--dur) var(--ease);z-index:1}.pcard:hover .pcard__add{transform:none}.pcard__info{padding:12px 0 0}.pcard__vendor{font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.pcard__name{font-size:13px;color:var(--black);line-height:1.4;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcard__prices{display:flex;align-items:center;gap:7px}.pcard__price{font-family:var(--serif);font-size:15px;color:var(--black);font-weight:600;letter-spacing:-.01em}.pcard__price.s{color:#c44}.pcard__was{font-size:12px;color:var(--subtle);text-decoration:line-through;font-weight:400}@media(max-width:768px){.pcard__add{display:none}.pcard__wish{opacity:1}}.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.editorial__media{overflow:hidden;background:var(--cream-2)}.editorial__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.editorial:hover .editorial__media img{transform:scale(1.03)}.editorial__body{display:flex;flex-direction:column;justify-content:center;padding:var(--sp-2xl)}.editorial__kicker{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px}.editorial__title{margin-bottom:16px}.editorial__text{color:var(--muted);font-size:14px;line-height:1.9;margin-bottom:28px;max-width:360px}.editorial--reverse{direction:rtl}.editorial--reverse>*{direction:ltr}.editorial--dark .editorial__body{background:var(--black)}.editorial--dark .editorial__title{color:var(--cream)}.editorial--dark .editorial__text{color:#f8f7f380}@media(max-width:768px){.editorial{grid-template-columns:1fr}.editorial__body{padding:var(--sp-xl) var(--gutter)}.editorial--reverse{direction:ltr}}.newsletter{background:var(--cream-2);padding:var(--sp-3xl) 0;text-align:center}.newsletter__inner{max-width:500px;margin:0 auto}.newsletter__chip{display:inline-block;border:1px solid var(--gold);color:var(--gold);font-size:9px;letter-spacing:.18em;text-transform:uppercase;padding:5px 14px;margin-bottom:20px;font-weight:500}.newsletter__form{display:flex;gap:0;margin:24px 0 10px}.newsletter__input{flex:1;padding:12px 16px;background:var(--surface);border:1px solid var(--divider-2);border-right:none;font-size:13px;color:var(--black);font-family:var(--sans)}.newsletter__input::placeholder{color:var(--subtle)}.newsletter__input:focus{outline:none;border-color:var(--gold)}.newsletter__submit{padding:12px 22px;background:var(--black);color:var(--cream);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;border:1px solid var(--black);cursor:pointer;font-family:var(--sans);transition:background var(--dur)}.newsletter__submit:hover{background:var(--charcoal)}.newsletter__note{font-size:11px;color:var(--subtle)}@media(max-width:480px){.newsletter__form{flex-direction:column}.newsletter__input{border-right:1px solid var(--divider-2);border-bottom:none}}.coll-hero{background:var(--black);padding:68px 0;text-align:center}.coll-hero h1{color:var(--cream);margin-bottom:10px}.coll-hero p{color:#f8f7f373;max-width:460px;margin:0 auto}.coll-layout{display:grid;grid-template-columns:200px 1fr;gap:36px;padding:var(--sp-2xl) 0 var(--sp-3xl)}.coll-sidebar{position:sticky;top:76px;align-self:start}.filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--divider)}.filter-group:last-child{border:none}.filter-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--black);font-weight:500;margin-bottom:12px}.filter-option{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--charcoal-2);cursor:pointer;margin-bottom:7px}.filter-option input{accent-color:var(--gold)}.coll-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--divider)}.coll-count{font-size:12px;color:var(--muted)}.coll-sort{font-size:12px;color:var(--charcoal-2);border:1px solid var(--divider-2);padding:7px 28px 7px 10px;background:transparent;cursor:pointer;font-family:var(--sans);-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 5 5-5z' fill='%237A7A78'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.coll-sort:focus{outline:none;border-color:var(--gold)}@media(max-width:900px){.coll-layout{grid-template-columns:1fr}.coll-sidebar{display:none}}.prod-page{padding:var(--sp-2xl) 0 var(--sp-3xl)}.prod-layout{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}.gallery{position:sticky;top:72px}.gallery__main{aspect-ratio:3/4;overflow:hidden;background:var(--cream-2);margin-bottom:10px;cursor:zoom-in;position:relative}.gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease)}.gallery__main:hover img{transform:scale(1.04)}.gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gallery__thumb{aspect-ratio:1;overflow:hidden;background:var(--cream-2);cursor:pointer;border:2px solid transparent;transition:border-color var(--dur-fast)}.gallery__thumb.active{border-color:var(--gold)}.gallery__thumb img{width:100%;height:100%;object-fit:cover}.prod-info{padding-top:6px}.prod-vendor{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.prod-title{margin-bottom:14px}.prod-prices{display:flex;align-items:baseline;gap:10px;margin-bottom:22px}.prod-price{font-family:var(--serif);font-size:28px;color:var(--black)}.prod-price.sale{color:#c44}.prod-was{font-size:16px;color:var(--subtle);text-decoration:line-through}.prod-save{font-size:11px;background:#fef2f2;color:#c44;padding:3px 8px;font-weight:500}.prod-variants{margin-bottom:22px}.variant-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;display:flex;align-items:center;gap:6px}.variant-label strong{color:var(--black);font-weight:500}.variant-btns{display:flex;gap:7px;flex-wrap:wrap}.vbtn{min-width:42px;height:42px;padding:0 12px;border:1px solid var(--divider-2);font-size:12.5px;color:var(--charcoal-2);transition:all var(--dur-fast);display:flex;align-items:center;justify-content:center}.vbtn:hover{border-color:var(--black)}.vbtn.active{background:var(--black);color:var(--cream);border-color:var(--black)}.vbtn.na{opacity:.3;cursor:not-allowed;text-decoration:line-through}.prod-actions{display:flex;gap:8px;margin-bottom:18px}.prod-actions .qty{flex-shrink:0}.prod-actions .btn{flex:1}.prod-wish{width:48px;height:48px;border:1px solid var(--divider-2);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--dur-fast)}.prod-wish:hover{border-color:var(--black)}.prod-wish.active svg{fill:#c44;stroke:#c44}.prod-wish svg{width:18px;height:18px;stroke-width:1.4}.prod-trust{display:flex;flex-direction:column;gap:7px;margin-bottom:22px}.prod-trust-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--charcoal-2)}.prod-trust-item svg{width:16px;height:16px;color:var(--gold);stroke-width:1.4;flex-shrink:0}.tabs{border-bottom:1px solid var(--divider);margin-bottom:18px}.tabs__nav{display:flex}.tab-btn{padding:11px 20px;font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--dur-fast),border-color var(--dur-fast)}.tab-btn:hover{color:var(--black)}.tab-btn.active{color:var(--black);border-bottom-color:var(--gold)}.tab-panel{display:none;font-size:13.5px;color:var(--charcoal-2);line-height:1.85}.tab-panel.active{display:block}.tab-panel p{margin-bottom:10px}.tab-panel ul{padding-left:16px;margin-bottom:10px}.tab-panel li{list-style:disc;margin-bottom:5px}@media(max-width:1024px){.prod-layout{grid-template-columns:1fr}.gallery{position:static}}.cart-page{padding:var(--sp-2xl) 0 var(--sp-3xl)}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:36px;align-items:start}.cart-line{display:flex;gap:18px;padding:22px 0;border-bottom:1px solid var(--divider)}.cart-line__img{width:96px;height:118px;flex-shrink:0;background:var(--cream-2);overflow:hidden;display:block}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__body{flex:1}.cart-line__vendor{font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:3px}.cart-line__name{font-size:14px;color:var(--black);margin-bottom:3px;display:block}.cart-line__variant{font-size:11px;color:var(--muted);margin-bottom:12px}.cart-line__row{display:flex;align-items:center;justify-content:space-between}.cart-line__price{font-family:var(--serif);font-size:17px;color:var(--black)}.cart-line__remove{font-size:10px;color:var(--subtle);text-decoration:underline;margin-top:8px;display:block;cursor:pointer;border:none;background:none;padding:0;transition:color var(--dur-fast)}.cart-line__remove:hover{color:#b44}.cart-summary{background:var(--cream-2);padding:24px;position:sticky;top:76px}.cart-summary h3{font-family:var(--serif);font-size:20px;margin-bottom:18px}.summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--charcoal-2);margin-bottom:8px}.summary-divider{height:1px;background:var(--divider);margin:14px 0}.summary-total{display:flex;justify-content:space-between;align-items:baseline}.summary-total span:first-child{font-size:13px;font-weight:500}.summary-total__amt{font-family:var(--serif);font-size:22px}@media(max-width:900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}.page-hero{background:var(--black);padding:64px 0;text-align:center}.page-hero h1{color:var(--cream);margin-bottom:10px}.page-hero .eyebrow-center{display:flex;justify-content:center;margin-bottom:14px}.page-body{max-width:740px;margin:0 auto;padding:56px var(--gutter) 80px}.page-body h2{font-size:clamp(19px,2vw,26px);margin:28px 0 12px}.page-body h3{font-size:18px;margin:20px 0 8px}.page-body p{margin-bottom:14px;font-size:14.5px;line-height:1.85}.page-body ul,.page-body ol{padding-left:20px;margin-bottom:14px}.page-body li{list-style:disc;margin-bottom:6px;font-size:14.5px;color:var(--charcoal-2)}.page-body a{color:var(--gold);text-decoration:underline}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--subtle);padding:14px 0;letter-spacing:.03em}.breadcrumb a:hover{color:var(--gold)}.bc-sep{opacity:.35}.search-modal{position:fixed;top:0;left:0;right:0;background:var(--surface);z-index:600;padding:16px var(--gutter);transform:translateY(-110%);transition:transform var(--dur) var(--ease);box-shadow:0 4px 24px #0b0b0b14}.search-modal.open{transform:none}.search-form{display:flex;align-items:center;max-width:560px;margin:0 auto;border-bottom:2px solid var(--black)}.search-input{flex:1;padding:10px 0;font-size:16px;background:transparent;border:none;color:var(--black);font-family:var(--sans)}.search-input::placeholder{color:var(--subtle)}.search-input:focus{outline:none}.search-submit,.search-x{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color var(--dur-fast)}.search-submit:hover,.search-x:hover{color:var(--black)}.search-submit svg,.search-x svg{width:18px;height:18px}.site-footer{background:var(--black);color:#f8f7f373;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:52px}.footer-brand__logo{font-family:var(--serif);font-size:22px;letter-spacing:.2em;text-transform:uppercase;color:var(--cream);margin-bottom:14px;display:block}.footer-brand__logo span{color:var(--gold)}.footer-brand__copy{font-size:12.5px;color:#f8f7f359;line-height:1.85;margin-bottom:18px;max-width:260px}.footer-social{display:flex;gap:8px}.social-ico{width:34px;height:34px;border:1px solid rgba(248,247,243,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#f8f7f359;transition:all var(--dur-fast)}.social-ico:hover{border-color:var(--gold);color:var(--gold)}.social-ico svg{width:14px;height:14px}.footer-col-head{font-size:9.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:16px;font-weight:500}.footer-links{display:flex;flex-direction:column;gap:9px}.footer-links a{font-size:12.5px;color:#f8f7f366;transition:color var(--dur-fast)}.footer-links a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(248,247,243,.07);padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-copy{font-size:11px;color:#f8f7f338}.footer-copy a{color:var(--gold)}.footer-policies{display:flex;gap:16px;flex-wrap:wrap}.footer-policies a{font-size:11px;color:#f8f7f338;transition:color var(--dur-fast)}.footer-policies a:hover{color:#f8f7f399}@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:640px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.cookie{position:fixed;bottom:20px;left:20px;right:20px;max-width:440px;background:var(--black);padding:16px 18px;z-index:8000;display:flex;align-items:center;gap:14px;box-shadow:0 4px 32px #00000059;animation:fadeUp .4s var(--ease) both}.cookie p{font-size:12px;line-height:1.7;color:#f8f7f399;flex:1;margin:0}.cookie a{color:var(--gold)}.cookie__accept{background:var(--gold);color:var(--black);border:none;padding:8px 16px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:var(--sans);font-weight:500;white-space:nowrap;transition:background var(--dur-fast)}.cookie__accept:hover{background:var(--gold-dark)}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(60px);background:var(--black);color:var(--cream);padding:11px 20px;font-size:12.5px;z-index:9999;transition:transform var(--dur) var(--ease);border-radius:2px;white-space:nowrap}.toast.show{transform:translate(-50%)}.pagination{display:flex;justify-content:center;gap:6px;margin-top:var(--sp-2xl)}.pagination a,.pagination span{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid var(--divider-2);font-size:13px;color:var(--charcoal-2);transition:all var(--dur-fast)}.pagination a:hover,.pagination .current{background:var(--gold);border-color:var(--gold);color:var(--black)}.nf{min-height:68vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px var(--gutter)}.nf__num{font-family:var(--serif);font-size:clamp(80px,14vw,160px);color:var(--cream-3);line-height:1}.nf h1{margin:-14px 0 12px}.nf p{color:var(--muted);max-width:340px;margin:0 auto 28px}.related{background:var(--cream-2);padding:var(--sp-2xl) 0 var(--sp-3xl)}.text-center{text-align:center}.text-gold{color:var(--gold)}@media(max-width:640px){:root{--gutter: 16px }.section{padding:56px 0}.section-md{padding:40px 0}}.cat-slider-wrap{position:relative;overflow:hidden}.cat-slider{display:flex;gap:2px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cat-slider::-webkit-scrollbar{display:none}.cat-slide{scroll-snap-align:start;flex:0 0 calc(20% - 2px);min-width:calc(20% - 2px)}.cat-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:space-between;left:0;right:0;pointer-events:none;padding:0 12px}.cat-nav-btn{width:44px;height:44px;background:#f8f7f3eb;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:all;cursor:pointer;border:none;box-shadow:0 2px 12px #0b0b0b1f;transition:all var(--dur-fast);color:var(--black)}.cat-nav-btn:hover{background:var(--gold);color:var(--black)}.cat-nav-btn svg{width:18px;height:18px;stroke-width:2}.cat-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.cat-dot{width:6px;height:6px;border-radius:50%;background:var(--divider-2);transition:all var(--dur)}.cat-dot.active{background:var(--gold);width:20px;border-radius:3px}@media(max-width:1024px){.cat-slide{flex:0 0 calc(33.33% - 2px);min-width:calc(33.33% - 2px)}}@media(max-width:640px){.cat-slide{flex:0 0 calc(50% - 1px);min-width:calc(50% - 1px)}}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:88svh;overflow:hidden}.hero-split__left{position:relative;background:var(--black);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--sp-2xl);overflow:hidden}.hero-split__left-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.4}.hero-split__left-img img{width:100%;height:100%;object-fit:cover}.hero-split__left-content{position:relative;z-index:2}.hero-split__right{display:grid;grid-template-rows:1fr 1fr}.hero-split__right-top{position:relative;overflow:hidden;background:var(--cream-3)}.hero-split__right-top img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow)}.hero-split__right-top:hover img{transform:scale(1.04)}.hero-split__right-bottom{display:grid;grid-template-columns:1fr 1fr}.hero-split__cell{position:relative;overflow:hidden;background:var(--cream-2)}.hero-split__cell img{width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow)}.hero-split__cell:hover img{transform:scale(1.05)}.hero-split__cell-label{position:absolute;bottom:14px;left:14px;background:#f8f7f3eb;padding:6px 12px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--black)}.hero-split__tag{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;display:flex;align-items:center;gap:10px}.hero-split__tag:before{content:"";width:24px;height:1px;background:var(--gold)}.hero-split__title{font-family:var(--serif);font-size:clamp(32px,3.5vw,54px);color:var(--cream);margin-bottom:14px;line-height:1.08;letter-spacing:-.02em}.hero-split__title em{color:var(--gold);font-style:italic}.hero-split__sub{font-size:14px;color:#f8f7f380;margin-bottom:28px;line-height:1.8;max-width:340px;font-weight:300}@media(max-width:900px){.hero-split{grid-template-columns:1fr;grid-template-rows:60svh auto}.hero-split__right{grid-template-rows:240px}.hero-split__right-bottom{display:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/zouqly.css.map */
