:root{--brand:#111;--brand-hover:#333;--brand-dim:#1111110d;--brand-gold:#111;--bg-base:#fafaf8;--bg-elevated:#f3f3ef;--bg-card:#eeeeea;--bg-raised:#e5e5e1;--bg-overlay:#fafaf8eb;--text-primary:#111;--text-secondary:#4a4a46;--text-muted:#888882;--text-on-brand:#fafaf8;--border:#1111111a;--border-subtle:#1111110f;--success:#3a7d52;--warning:#8a6a20;--error:#8a3030;--discount:#8a3030;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-10:2.5rem;--sp-12:3rem;--sp-16:4rem;--sp-20:5rem;--sp-24:6rem;--max-w:1280px;--pad-x:clamp(1rem, 4vw, 2rem);--header-h:64px;--sidebar-w:240px;--r-sm:4px;--r-md:8px;--r-lg:12px;--r-xl:20px;--r-full:9999px;--shadow-card:0 1px 8px #0000000f;--shadow-card-hover:0 4px 20px #0000001a;--shadow-drawer:-2px 0 20px #00000012;--shadow-dropdown:0 4px 16px #00000014;--t-fast:.15s ease;--t-normal:.25s ease;--t-slow:.4s ease;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--text-7xl:4.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-base);min-height:100vh;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}input,select,textarea{font:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg-elevated)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--r-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--bg-raised);color:var(--text-primary)}.container{width:100%;max-width:var(--max-w);padding-inline:var(--pad-x);margin-inline:auto}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes cartBounce{0%,to{transform:scale(1)}50%{transform:scale(1.45)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Header-module__KHjLKa__header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);background:#fafaf8e0;position:sticky;top:0}.Header-module__KHjLKa__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__KHjLKa__logo{letter-spacing:.08em;transition:opacity var(--t-fast);align-items:baseline;gap:2px;display:flex}.Header-module__KHjLKa__logo:hover{opacity:.8}.Header-module__KHjLKa__logoMark{font-family:var(--font-display);color:var(--text-primary);text-transform:uppercase;letter-spacing:.12em;font-size:1.5rem;font-weight:700}.Header-module__KHjLKa__logoTag{font-size:var(--text-xs);color:var(--brand);letter-spacing:.05em;text-transform:uppercase;margin-left:var(--sp-2);border:1px solid var(--brand);border-radius:var(--r-sm);padding:2px 6px;font-weight:500;line-height:1.4}.Header-module__KHjLKa__nav{align-items:center;gap:var(--sp-6);display:flex}.Header-module__KHjLKa__navLink{font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;transition:color var(--t-fast);font-weight:500;position:relative}.Header-module__KHjLKa__navLink:after{content:"";background:var(--brand);width:0;height:1px;transition:width var(--t-normal);position:absolute;bottom:-2px;left:0}.Header-module__KHjLKa__navLink:hover{color:var(--text-primary)}.Header-module__KHjLKa__navLink:hover:after{width:100%}.Header-module__KHjLKa__navLinkActive{color:var(--text-primary)}.Header-module__KHjLKa__navLinkActive:after{width:100%}.Header-module__KHjLKa__actions{align-items:center;gap:var(--sp-2);display:flex}.Header-module__KHjLKa__iconBtn{border-radius:var(--r-md);width:40px;height:40px;color:var(--text-secondary);transition:color var(--t-fast), background var(--t-fast);justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__iconBtn:hover{color:var(--text-primary);background:var(--bg-raised)}.Header-module__KHjLKa__cartBtn{position:relative}.Header-module__KHjLKa__cartCount{background:var(--brand);min-width:16px;height:16px;color:var(--text-on-brand);border-radius:var(--r-full);justify-content:center;align-items:center;padding:0 3px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:4px;right:4px}.Header-module__KHjLKa__cartCountBounce{animation:.3s Header-module__KHjLKa__cartBounce}.Header-module__KHjLKa__burger{display:none}.Header-module__KHjLKa__burgerLine{background:var(--text-primary);height:1.5px;transition:transform var(--t-normal), opacity var(--t-normal)}.Header-module__KHjLKa__mobileNav{z-index:200;flex-direction:column;display:flex;position:fixed;inset:0}.Header-module__KHjLKa__mobileNavOverlay{animation:Header-module__KHjLKa__fadeIn var(--t-normal);background:#11111159;position:absolute;inset:0}.Header-module__KHjLKa__mobileNavDrawer{background:var(--bg-elevated);width:280px;height:100%;padding:var(--sp-6) var(--sp-6);gap:var(--sp-8);animation:Header-module__KHjLKa__slideInRight var(--t-normal);flex-direction:column;animation-name:none;display:flex;position:relative;overflow-y:auto;transform:none}.Header-module__KHjLKa__mobileNavClose{color:var(--text-secondary);align-self:flex-end}.Header-module__KHjLKa__mobileNavLinks{gap:var(--sp-4);flex-direction:column;display:flex}.Header-module__KHjLKa__mobileNavLink{font-family:var(--font-display);font-size:var(--text-2xl);text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);transition:color var(--t-fast);font-weight:600}.Header-module__KHjLKa__mobileNavLink:hover{color:var(--text-primary)}@media (max-width:768px){.Header-module__KHjLKa__nav{display:none}.Header-module__KHjLKa__burger{display:flex}}
.Footer-module__yg9ahW__footer{margin-top:var(--sp-24);border-top:1px solid var(--border);background:var(--bg-elevated)}.Footer-module__yg9ahW__top{padding:var(--sp-16) 0 var(--sp-12);gap:var(--sp-10);grid-template-columns:1fr 1fr 1fr 1fr;display:grid}.Footer-module__yg9ahW__brandName{font-family:var(--font-display);font-size:var(--text-2xl);letter-spacing:.12em;text-transform:uppercase;color:var(--text-primary);margin-bottom:var(--sp-3);font-weight:700}.Footer-module__yg9ahW__brandDesc{font-size:var(--text-sm);color:var(--text-muted);max-width:240px;line-height:1.7}.Footer-module__yg9ahW__colTitle{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--sp-4);font-weight:600}.Footer-module__yg9ahW__colLinks{gap:var(--sp-3);flex-direction:column;display:flex}.Footer-module__yg9ahW__colLink{font-size:var(--text-sm);color:var(--text-secondary);transition:color var(--t-fast)}.Footer-module__yg9ahW__colLink:hover{color:var(--text-primary)}.Footer-module__yg9ahW__social{gap:var(--sp-3);margin-top:var(--sp-2);display:flex}.Footer-module__yg9ahW__socialLink{align-items:center;gap:var(--sp-2);font-size:var(--text-sm);color:var(--text-secondary);padding:var(--sp-2) var(--sp-3);border:1px solid var(--border);border-radius:var(--r-md);transition:color var(--t-fast), border-color var(--t-fast), background var(--t-fast);display:flex}.Footer-module__yg9ahW__socialLink:hover{color:var(--text-primary);border-color:var(--brand);background:var(--brand-dim)}.Footer-module__yg9ahW__bottom{border-top:1px solid var(--border-subtle);padding:var(--sp-6) 0;justify-content:space-between;align-items:center;display:flex}.Footer-module__yg9ahW__copy{font-size:var(--text-sm);color:var(--text-muted)}.Footer-module__yg9ahW__city{font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--brand);font-weight:600}@media (max-width:768px){.Footer-module__yg9ahW__top{gap:var(--sp-8);grid-template-columns:1fr 1fr}.Footer-module__yg9ahW__brand{grid-column:1/-1}.Footer-module__yg9ahW__bottom{gap:var(--sp-3);text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__yg9ahW__top{grid-template-columns:1fr}}
.CartItem-module__sVqlWW__item{gap:var(--sp-3);padding:var(--sp-3) 0;border-bottom:1px solid var(--border-subtle);grid-template-columns:72px 1fr;display:grid}.CartItem-module__sVqlWW__item:last-child{border-bottom:none}.CartItem-module__sVqlWW__imageWrap{border-radius:var(--r-md);background:var(--bg-card);flex-shrink:0;width:72px;height:96px;position:relative;overflow:hidden}.CartItem-module__sVqlWW__image{object-fit:cover}.CartItem-module__sVqlWW__info{gap:var(--sp-1);flex-direction:column;min-width:0;display:flex}.CartItem-module__sVqlWW__name{font-size:var(--text-sm);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.CartItem-module__sVqlWW__meta{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.CartItem-module__sVqlWW__price{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);margin-top:auto;font-weight:600}.CartItem-module__sVqlWW__controls{align-items:center;gap:var(--sp-2);margin-top:var(--sp-1);display:flex}.CartItem-module__sVqlWW__qtyBtn{border:1px solid var(--border);border-radius:var(--r-sm);width:28px;height:28px;color:var(--text-secondary);font-size:var(--text-lg);transition:color var(--t-fast), border-color var(--t-fast);justify-content:center;align-items:center;line-height:1;display:flex}.CartItem-module__sVqlWW__qtyBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.CartItem-module__sVqlWW__qty{font-size:var(--text-sm);color:var(--text-primary);text-align:center;min-width:20px;font-weight:600}.CartItem-module__sVqlWW__removeBtn{color:var(--text-muted);font-size:var(--text-xs);text-underline-offset:2px;transition:color var(--t-fast);margin-left:auto;text-decoration:underline}.CartItem-module__sVqlWW__removeBtn:hover{color:var(--error)}
.CartDrawer-module__xWnuvG__overlay{z-index:200;animation:CartDrawer-module__xWnuvG__fadeIn var(--t-fast);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000a6;position:fixed;inset:0}.CartDrawer-module__xWnuvG__drawer{background:var(--bg-elevated);border-left:1px solid var(--border);z-index:201;width:420px;max-width:100vw;animation:CartDrawer-module__xWnuvG__slideInRight var(--t-normal);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0}.CartDrawer-module__xWnuvG__head{padding:var(--sp-5) var(--sp-6);border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__xWnuvG__headTitle{font-family:var(--font-display);font-size:var(--text-xl);text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);font-weight:700}.CartDrawer-module__xWnuvG__headCount{font-size:var(--text-sm);color:var(--text-muted);margin-left:var(--sp-2)}.CartDrawer-module__xWnuvG__closeBtn{border-radius:var(--r-md);width:36px;height:36px;color:var(--text-muted);transition:color var(--t-fast), background var(--t-fast);justify-content:center;align-items:center;display:flex}.CartDrawer-module__xWnuvG__closeBtn:hover{color:var(--text-primary);background:var(--bg-raised)}.CartDrawer-module__xWnuvG__items{padding:var(--sp-4) var(--sp-6);gap:var(--sp-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.CartDrawer-module__xWnuvG__empty{justify-content:center;align-items:center;gap:var(--sp-4);padding:var(--sp-8);text-align:center;flex-direction:column;flex:1;display:flex}.CartDrawer-module__xWnuvG__emptyIcon{color:var(--text-muted);opacity:.5}.CartDrawer-module__xWnuvG__emptyText{font-size:var(--text-base);color:var(--text-secondary);line-height:1.5}.CartDrawer-module__xWnuvG__emptyLink{font-size:var(--text-sm);color:var(--brand);text-underline-offset:3px;transition:color var(--t-fast);font-weight:600;text-decoration:underline}.CartDrawer-module__xWnuvG__emptyLink:hover{color:var(--brand-hover)}.CartDrawer-module__xWnuvG__foot{padding:var(--sp-5) var(--sp-6);border-top:1px solid var(--border-subtle);gap:var(--sp-3);flex-direction:column;flex-shrink:0;display:flex}.CartDrawer-module__xWnuvG__totalRow{justify-content:space-between;align-items:baseline;display:flex}.CartDrawer-module__xWnuvG__totalLabel{font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.CartDrawer-module__xWnuvG__totalPrice{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-primary);font-weight:700}.CartDrawer-module__xWnuvG__orderSteps{gap:var(--sp-2);padding:var(--sp-3);background:var(--bg-card);border-radius:var(--r-md);border:1px solid var(--border-subtle);flex-direction:column;display:flex}.CartDrawer-module__xWnuvG__orderStep{align-items:flex-start;gap:var(--sp-3);display:flex}.CartDrawer-module__xWnuvG__stepNum{border-radius:var(--r-full);background:var(--brand);width:20px;height:20px;color:var(--text-on-brand);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;font-weight:700;display:flex}.CartDrawer-module__xWnuvG__stepText{font-size:var(--text-xs);color:var(--text-secondary);line-height:1.5}.CartDrawer-module__xWnuvG__orderBtns{gap:var(--sp-2);grid-template-columns:1fr 1fr;display:grid}.CartDrawer-module__xWnuvG__btnVK{justify-content:center;align-items:center;gap:var(--sp-2);padding:var(--sp-3) var(--sp-4);color:#fff;border-radius:var(--r-md);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.04em;transition:background var(--t-fast), transform var(--t-fast);background:#07f;font-weight:700;display:flex}.CartDrawer-module__xWnuvG__btnVK:hover{background:#06d;transform:translateY(-1px)}.CartDrawer-module__xWnuvG__btnTG{justify-content:center;align-items:center;gap:var(--sp-2);padding:var(--sp-3) var(--sp-4);color:#fff;border-radius:var(--r-md);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.04em;transition:background var(--t-fast), transform var(--t-fast);background:#26a5e4;font-weight:700;display:flex}.CartDrawer-module__xWnuvG__btnTG:hover{background:#1e8ac4;transform:translateY(-1px)}.CartDrawer-module__xWnuvG__copyBtn{justify-content:center;align-items:center;gap:var(--sp-2);width:100%;padding:var(--sp-2) var(--sp-4);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--r-md);font-size:var(--text-xs);cursor:pointer;transition:color var(--t-fast), border-color var(--t-fast), background var(--t-fast);background:0 0;font-weight:500;display:flex}.CartDrawer-module__xWnuvG__copyBtn:hover{color:var(--text-secondary);border-color:var(--border);background:var(--bg-card)}.CartDrawer-module__xWnuvG__copyBtnDone{color:var(--success)!important;border-color:var(--success)!important}
