:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-tertiary:#1a1a1a;--bg-elevated:#141414;--gold-primary:#c9a84c;--gold-light:#e8d48b;--gold-dark:#8b7332;--gold-glow:#c9a84c4d;--gold-subtle:#c9a84c14;--amber:#d4a574;--amber-light:#e8c9a8;--text-primary:#f5f0e8;--text-secondary:#a09882;--text-muted:#6b6355;--text-inverse:#0a0a0a;--glass-bg:#ffffff08;--glass-bg-hover:#ffffff0f;--glass-border:#c9a84c26;--glass-border-hover:#c9a84c4d;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-gold:0 4px 20px #c9a84c26;--shadow-gold-lg:0 8px 40px #c9a84c33;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration-fast:.2s;--duration-normal:.3s;--duration-slow:.5s;--duration-slower:.8s;--font-display:"Playfair Display", Georgia, serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent:"Cormorant Garamond", Georgia, serif;--z-base:1;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500;--container-max:1440px;--container-padding:1.5rem}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}*{scrollbar-width:thin;scrollbar-color:var(--gold-dark) var(--bg-primary)}::selection{background:var(--gold-primary);color:var(--bg-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600;line-height:1.2}.text-display-xl{letter-spacing:-.03em;font-size:clamp(3rem,8vw,7rem);font-weight:700;line-height:1}.text-display-lg{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.05}.text-display-md{font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.text-heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600}.text-subheading{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500}.text-body-lg{font-size:1.125rem;line-height:1.7}.text-body{font-size:1rem;line-height:1.6}.text-body-sm{font-size:.875rem;line-height:1.5}.text-caption{letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;line-height:1.4}.text-accent{font-family:var(--font-accent);font-style:italic;font-weight:300}.text-gold{color:var(--gold-primary)}.text-gradient{background:linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 50%, var(--amber) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{width:100%;max-width:var(--container-max);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.container-narrow{max-width:960px}.container-wide{max-width:1600px}.section{padding-top:var(--space-5xl);padding-bottom:var(--space-5xl);position:relative}.section-sm{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.glass:hover{background:var(--glass-bg-hover);border-color:var(--glass-border-hover)}.glass-strong{-webkit-backdrop-filter:blur(40px);border:1px solid var(--glass-border);background:#111c}.gold-line{background:linear-gradient(90deg, var(--gold-primary), var(--gold-light), var(--gold-primary));width:60px;height:2px;margin:var(--space-md) 0;border:none}.gold-line-center{margin-left:auto;margin-right:auto}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.shimmer-text{background:linear-gradient(90deg, var(--gold-dark) 0%, var(--gold-light) 25%, var(--gold-primary) 50%, var(--gold-light) 75%, var(--gold-dark) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite shimmer}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);white-space:nowrap;border:none;padding:.875rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";width:100%;height:100%;transition:left .5s var(--ease-out);background:linear-gradient(90deg,#0000,#ffffff26,#0000);position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg, var(--gold-primary), var(--gold-dark));color:var(--bg-primary)}.btn-primary:hover{background:linear-gradient(135deg, var(--gold-light), var(--gold-primary));box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-secondary{color:var(--gold-primary);border:1px solid var(--gold-primary);background:0 0}.btn-secondary:hover{background:var(--gold-subtle);border-color:var(--gold-light);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn-ghost{color:var(--text-primary);background:0 0;padding:.5rem 1rem}.btn-ghost:hover{color:var(--gold-primary)}.btn-lg{padding:1.125rem 2.75rem;font-size:.9375rem}.btn-sm{padding:.625rem 1.25rem;font-size:.8125rem}.btn-icon{border-radius:var(--radius-full);width:44px;height:44px;padding:0}.card{background:var(--bg-secondary);border-radius:var(--radius-lg);transition:all var(--duration-normal) var(--ease-out);border:1px solid #ffffff0d;overflow:hidden}.card:hover{border-color:var(--glass-border);box-shadow:var(--shadow-gold);transform:translateY(-4px)}.grid-products{gap:var(--space-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.grid-2{gap:var(--space-xl);grid-template-columns:repeat(2,1fr);display:grid}.grid-3{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.grid-4{gap:var(--space-xl);grid-template-columns:repeat(4,1fr);display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col-center{text-align:center;flex-direction:column;align-items:center;display:flex}.input{background:var(--bg-tertiary);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-body);transition:all var(--duration-fast) var(--ease-out);border:1px solid #ffffff14;outline:none;padding:.875rem 1.25rem;font-size:.9375rem}.input:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px var(--gold-subtle)}.input::placeholder{color:var(--text-muted)}.input-label{color:var(--text-secondary);margin-bottom:var(--space-xs);letter-spacing:.03em;text-transform:uppercase;font-size:.8125rem;font-weight:500;display:block}.badge{letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);align-items:center;padding:.25rem .75rem;font-size:.6875rem;font-weight:700;display:inline-flex}.badge-gold{background:linear-gradient(135deg, var(--gold-primary), var(--gold-dark));color:var(--bg-primary)}.badge-outline{border:1px solid var(--gold-primary);color:var(--gold-primary);background:0 0}.badge-new{color:#fff;background:linear-gradient(135deg,#2d8b4e,#1e6b3a)}.divider{background:#ffffff0f;border:none;width:100%;height:1px}.img-wrapper{border-radius:var(--radius-lg);position:relative;overflow:hidden}.img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-out)}.img-wrapper:hover img{transform:scale(1.05)}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);background:#000000b3;position:fixed;inset:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes goldGlow{0%,to{box-shadow:0 0 20px #c9a84c1a}50%{box-shadow:0 0 40px #c9a84c4d}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .6s var(--ease-out) forwards}.animate-fade-in{animation:fadeIn .5s var(--ease-out) forwards}.noise:after{content:"";opacity:.03;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.stars{gap:2px;display:flex}.star{color:var(--gold-primary)}.star-empty{color:var(--text-muted)}.skeleton{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}@media (max-width:1024px){:root{--container-padding:1.25rem}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}.section{padding-top:var(--space-4xl);padding-bottom:var(--space-4xl)}.hide-tablet{display:none!important}}@media (max-width:768px){:root{--container-padding:1rem}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.grid-products{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.section{padding-top:var(--space-3xl);padding-bottom:var(--space-3xl)}.hide-mobile{display:none!important}.show-mobile{display:block!important}}@media (max-width:480px){.grid-products{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--gold-primary);outline-offset:2px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}
.MobileMenu-module__FohhxG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);animation:MobileMenu-module__FohhxG__fadeIn .3s var(--ease-out);background:#0009;position:fixed;inset:0}.MobileMenu-module__FohhxG__menu{background:var(--bg-secondary);width:85%;max-width:400px;z-index:var(--z-modal);transition:transform .5s var(--ease-out);border-right:1px solid var(--glass-border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.MobileMenu-module__FohhxG__menu.MobileMenu-module__FohhxG__open{transform:translate(0)}.MobileMenu-module__FohhxG__menuHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.MobileMenu-module__FohhxG__menuTitle{font-family:var(--font-display);color:var(--gold-primary);font-size:1.25rem;font-weight:600}.MobileMenu-module__FohhxG__closeBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.MobileMenu-module__FohhxG__closeBtn:hover{color:var(--gold-primary);background:var(--gold-subtle)}.MobileMenu-module__FohhxG__menuNav{flex-direction:column;flex:1;gap:0;padding:2rem 1.5rem;display:flex}.MobileMenu-module__FohhxG__menuLink{opacity:0;animation:MobileMenu-module__FohhxG__slideIn .4s var(--ease-out) forwards;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:1.25rem 0;text-decoration:none;display:flex;transform:translate(-20px)}@keyframes MobileMenu-module__FohhxG__slideIn{to{opacity:1;transform:translate(0)}}.MobileMenu-module__FohhxG__menuLinkText{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:500;transition:color .3s}.MobileMenu-module__FohhxG__menuLink:hover .MobileMenu-module__FohhxG__menuLinkText{color:var(--gold-primary)}.MobileMenu-module__FohhxG__menuLinkLine{background:var(--gold-primary);width:0;height:1px;transition:width .4s var(--ease-out)}.MobileMenu-module__FohhxG__menuLink:hover .MobileMenu-module__FohhxG__menuLinkLine{width:40px}.MobileMenu-module__FohhxG__menuFooter{border-top:1px solid #ffffff0f;padding:1.5rem}.MobileMenu-module__FohhxG__socialLinks{gap:1rem;margin-bottom:1rem;display:flex}.MobileMenu-module__FohhxG__socialLink{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-secondary);border:1px solid #ffffff1a;justify-content:center;align-items:center;transition:all .3s;display:flex}.MobileMenu-module__FohhxG__socialLink:hover{border-color:var(--gold-primary);color:var(--gold-primary);background:var(--gold-subtle)}.MobileMenu-module__FohhxG__menuTagline{font-family:var(--font-accent);color:var(--text-muted);font-size:.875rem;font-style:italic}
.Header-module__0xcBsq__header{z-index:var(--z-sticky);transition:all .4s var(--ease-out);background:0 0;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.Header-module__0xcBsq__header.Header-module__0xcBsq__scrolled{-webkit-backdrop-filter:blur(30px);background:#0a0a0ad9;border-bottom:1px solid #c9a84c26;padding:.75rem 0}.Header-module__0xcBsq__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Header-module__0xcBsq__logo{flex-shrink:0;align-items:center;gap:.875rem;text-decoration:none;display:flex}.Header-module__0xcBsq__logoImageWrap{border:1px solid var(--glass-border);width:48px;height:48px;transition:all .3s var(--ease-out);background:#000;border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 0 15px #c9a84c33}.Header-module__0xcBsq__logo:hover .Header-module__0xcBsq__logoImageWrap{border-color:var(--gold-primary);transform:scale(1.05);box-shadow:0 0 25px #c9a84c66}.Header-module__0xcBsq__logoImg{object-fit:contain;width:100%;height:100%}.Header-module__0xcBsq__logoText{flex-direction:column;line-height:1.1;display:flex}.Header-module__0xcBsq__logoBrand{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.04em;font-size:1.125rem;font-weight:600}.Header-module__0xcBsq__logoSub{font-family:var(--font-accent);color:var(--gold-primary);letter-spacing:.15em;text-transform:uppercase;font-size:.75rem;font-style:italic}.Header-module__0xcBsq__nav{align-items:center;gap:2.5rem;display:flex}.Header-module__0xcBsq__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;transition:color .3s var(--ease-out);padding:.25rem 0;font-size:.8125rem;font-weight:500;text-decoration:none;position:relative}.Header-module__0xcBsq__navLink:after{content:"";background:var(--gold-primary);width:0;height:1px;transition:width .3s var(--ease-out);position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Header-module__0xcBsq__navLink:hover{color:var(--gold-primary)}.Header-module__0xcBsq__navLink:hover:after{width:100%}.Header-module__0xcBsq__actions{align-items:center;gap:.25rem;display:flex}.Header-module__0xcBsq__iconBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);transition:all .3s var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Header-module__0xcBsq__iconBtn:hover{color:var(--gold-primary);background:var(--gold-subtle)}.Header-module__0xcBsq__menuBtn{display:none}.Header-module__0xcBsq__cartBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);transition:all .3s var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__0xcBsq__cartBtn:hover{color:var(--gold-primary);background:var(--gold-subtle)}.Header-module__0xcBsq__cartBadge{background:var(--gold-primary);width:18px;height:18px;color:var(--bg-primary);border-radius:var(--radius-full);justify-content:center;align-items:center;font-size:.625rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}@media (max-width:1024px){.Header-module__0xcBsq__nav{display:none}.Header-module__0xcBsq__menuBtn{display:flex}.Header-module__0xcBsq__logoText{display:none}}@media (max-width:480px){.Header-module__0xcBsq__actions{gap:0}.Header-module__0xcBsq__actions .Header-module__0xcBsq__iconBtn:first-child,.Header-module__0xcBsq__actions .Header-module__0xcBsq__iconBtn:nth-child(3){display:none}}
.Footer-module__8IYR7G__footer{background:var(--bg-primary);border-top:1px solid #ffffff0a}.Footer-module__8IYR7G__newsletter{background:var(--bg-secondary);border-bottom:1px solid #ffffff0a;padding:4rem 0}.Footer-module__8IYR7G__newsletterInner{justify-content:space-between;align-items:center;gap:3rem;display:flex}.Footer-module__8IYR7G__newsletterTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.Footer-module__8IYR7G__newsletterText{color:var(--text-secondary);max-width:400px;font-size:.9375rem;line-height:1.6}.Footer-module__8IYR7G__newsletterForm{flex-shrink:0;gap:.75rem;display:flex}.Footer-module__8IYR7G__newsletterInput{background:var(--bg-tertiary);border-radius:var(--radius-sm);width:300px;color:var(--text-primary);font-family:var(--font-body);border:1px solid #ffffff14;outline:none;padding:.875rem 1.25rem;font-size:.875rem;transition:all .3s}.Footer-module__8IYR7G__newsletterInput:focus{border-color:var(--gold-primary);box-shadow:0 0 0 3px #c9a84c14}.Footer-module__8IYR7G__newsletterInput::placeholder{color:var(--text-muted)}.Footer-module__8IYR7G__main{padding:4rem 0}.Footer-module__8IYR7G__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__8IYR7G__brandCol{padding-right:2rem}.Footer-module__8IYR7G__footerLogo{align-items:center;gap:.875rem;margin-bottom:1.25rem;text-decoration:none;display:flex}.Footer-module__8IYR7G__logoImageWrap{border:1px solid var(--glass-border);background:#000;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden;box-shadow:0 0 12px #c9a84c33}.Footer-module__8IYR7G__logoImg{object-fit:contain;width:100%;height:100%}.Footer-module__8IYR7G__logoTextGroup{flex-direction:column;line-height:1.1;display:flex}.Footer-module__8IYR7G__logoBrand{font-family:var(--font-display);color:var(--text-primary);letter-spacing:.04em;font-size:.9375rem;font-weight:600}.Footer-module__8IYR7G__logoSub{font-family:var(--font-accent);color:var(--gold-primary);letter-spacing:.15em;text-transform:uppercase;font-size:.6875rem;font-style:italic}.Footer-module__8IYR7G__brandDescription{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.Footer-module__8IYR7G__socialLinks{gap:.75rem;display:flex}.Footer-module__8IYR7G__socialLink{border-radius:var(--radius-full);width:38px;height:38px;color:var(--text-secondary);transition:all .3s var(--ease-out);border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.Footer-module__8IYR7G__socialLink:hover{border-color:var(--gold-primary);color:var(--gold-primary);background:var(--gold-subtle);transform:translateY(-2px)}.Footer-module__8IYR7G__colTitle{font-family:var(--font-body);color:var(--gold-primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.Footer-module__8IYR7G__linkList{flex-direction:column;gap:.75rem;display:flex}.Footer-module__8IYR7G__link{color:var(--text-secondary);font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__8IYR7G__link:hover{color:var(--gold-primary)}.Footer-module__8IYR7G__contactList{flex-direction:column;gap:.875rem;display:flex}.Footer-module__8IYR7G__contactItem{color:var(--text-secondary);align-items:flex-start;gap:.625rem;font-size:.875rem;display:flex}.Footer-module__8IYR7G__contactItem svg{color:var(--gold-dark);flex-shrink:0;margin-top:2px}.Footer-module__8IYR7G__contactItem a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.Footer-module__8IYR7G__contactItem a:hover{color:var(--gold-primary)}.Footer-module__8IYR7G__bottom{border-top:1px solid #ffffff0a;padding:1.5rem 0}.Footer-module__8IYR7G__bottomInner{justify-content:space-between;align-items:center;display:flex}.Footer-module__8IYR7G__copyright{color:var(--text-muted);font-size:.8125rem}.Footer-module__8IYR7G__tagline{font-family:var(--font-accent);color:var(--text-muted);font-size:.875rem;font-style:italic}@media (max-width:1024px){.Footer-module__8IYR7G__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__8IYR7G__brandCol{grid-column:1/-1;padding-right:0}}@media (max-width:768px){.Footer-module__8IYR7G__newsletterInner{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__8IYR7G__newsletterText{margin-left:auto;margin-right:auto}.Footer-module__8IYR7G__newsletterForm{flex-direction:column;width:100%}.Footer-module__8IYR7G__newsletterInput{width:100%}.Footer-module__8IYR7G__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__8IYR7G__bottomInner{text-align:center;flex-direction:column;gap:.5rem}}
.CartSidebar-module___Wj2zq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-overlay);animation:CartSidebar-module___Wj2zq__fadeIn .3s var(--ease-out);background:#0009;position:fixed;inset:0}@keyframes CartSidebar-module___Wj2zq__fadeIn{0%{opacity:0}to{opacity:1}}.CartSidebar-module___Wj2zq__sidebar{background:var(--bg-secondary);width:420px;max-width:100%;z-index:var(--z-modal);transition:transform .5s var(--ease-out);border-left:1px solid var(--glass-border);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartSidebar-module___Wj2zq__sidebar.CartSidebar-module___Wj2zq__open{transform:translate(0)}.CartSidebar-module___Wj2zq__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartSidebar-module___Wj2zq__title{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.625rem;font-size:1.125rem;font-weight:600;display:flex}.CartSidebar-module___Wj2zq__closeBtn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex}.CartSidebar-module___Wj2zq__closeBtn:hover{color:var(--gold-primary);background:var(--gold-subtle)}.CartSidebar-module___Wj2zq__empty{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.CartSidebar-module___Wj2zq__emptyTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem}.CartSidebar-module___Wj2zq__emptyText{color:var(--text-secondary);max-width:260px;font-size:.875rem;line-height:1.6}.CartSidebar-module___Wj2zq__items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.CartSidebar-module___Wj2zq__item{border-bottom:1px solid #ffffff0a;gap:1rem;padding:1rem 0;display:flex}.CartSidebar-module___Wj2zq__itemImage{border-radius:var(--radius-md);background:var(--bg-tertiary);flex-shrink:0;width:80px;height:80px;overflow:hidden}.CartSidebar-module___Wj2zq__imagePlaceholder{width:100%;height:100%;font-family:var(--font-display);color:var(--gold-primary);background:linear-gradient(135deg, var(--bg-tertiary), var(--bg-elevated));justify-content:center;align-items:center;font-size:1.5rem;display:flex}.CartSidebar-module___Wj2zq__itemInfo{flex:1;min-width:0}.CartSidebar-module___Wj2zq__itemName{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.CartSidebar-module___Wj2zq__itemVolume{color:var(--text-muted);margin-bottom:.375rem;font-size:.75rem}.CartSidebar-module___Wj2zq__itemPrice{color:var(--gold-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.CartSidebar-module___Wj2zq__itemActions{justify-content:space-between;align-items:center;display:flex}.CartSidebar-module___Wj2zq__quantityControl{border-radius:var(--radius-sm);border:1px solid #ffffff1a;align-items:center;gap:0;display:flex}.CartSidebar-module___Wj2zq__qtyBtn{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartSidebar-module___Wj2zq__qtyBtn:hover{color:var(--gold-primary);background:var(--gold-subtle)}.CartSidebar-module___Wj2zq__qtyValue{text-align:center;width:32px;color:var(--text-primary);border-left:1px solid #ffffff1a;border-right:1px solid #ffffff1a;font-size:.8125rem;font-weight:600;line-height:30px}.CartSidebar-module___Wj2zq__removeBtn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.CartSidebar-module___Wj2zq__removeBtn:hover{color:#e53e3e;background:#e53e3e1a}.CartSidebar-module___Wj2zq__footer{background:var(--bg-elevated);border-top:1px solid #ffffff0f;padding:1.5rem}.CartSidebar-module___Wj2zq__subtotalRow{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:.375rem;font-size:.9375rem;display:flex}.CartSidebar-module___Wj2zq__subtotalAmount{color:var(--text-primary);font-size:1.25rem;font-weight:700;font-family:var(--font-display)}.CartSidebar-module___Wj2zq__shippingNote{color:var(--text-muted);margin-bottom:1rem;font-size:.75rem}@media (max-width:480px){.CartSidebar-module___Wj2zq__sidebar{width:100%}}
