:root{--bg-primary:#0c0c0c;--bg-secondary:#14110f;--bg-tertiary:#1f1b18;--text-primary:#f8f6f4;--text-secondary:#c9bfb5;--gold:#d4af37;--gold-hover:#f3d06c;--gold-dark:#aa8c2c;--gold-glow:#d4af3740;--error:#c33;--success:#2e7d32;--border-color:#d4af3726;--glass-bg:#14110fb3;--glass-border:#d4af371a;--glass-blur:blur(12px);--font-serif:"Cormorant Garamond", serif;--font-sans:"Inter", sans-serif;--max-width:1200px;--transition-smooth:all .3s cubic-bezier(.25, .8, .25, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);max-width:100vw;color:var(--text-primary);font-family:var(--font-sans);scroll-behavior:smooth;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border:2px solid var(--bg-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dark)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:.05em;color:var(--text-primary);font-weight:600}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 2rem}.gold-gradient-text{background:linear-gradient(135deg,#f3d06c 0%,#d4af37 50%,#aa8c2c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gold-border-glow{border:1px solid var(--gold);box-shadow:0 0 15px var(--gold-glow)}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:8px}.btn-primary{background:linear-gradient(135deg, var(--gold-hover) 0%, var(--gold) 50%, var(--gold-dark) 100%);color:var(--bg-primary);font-family:var(--font-serif);letter-spacing:.1em;cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1.1rem;font-weight:700;display:inline-flex;box-shadow:0 4px 15px #d4af3726}.btn-primary:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #d4af374d}.btn-primary:active{transform:translateY(0)}.btn-secondary{color:var(--gold);border:1px solid var(--gold);font-family:var(--font-serif);letter-spacing:.1em;cursor:pointer;transition:var(--transition-smooth);text-transform:uppercase;background:0 0;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1.1rem;font-weight:600;display:inline-flex}.btn-secondary:hover{color:var(--gold-hover);border-color:var(--gold-hover);background:#d4af371a;box-shadow:0 0 10px #d4af371a}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-group label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.85rem}.form-input{width:100%;color:var(--text-primary);transition:var(--transition-smooth);background:#14110f80;border:1px solid #d4af3740;border-radius:4px;padding:.75rem 1rem;font-size:.95rem;display:block}.form-input:focus{border-color:var(--gold);box-shadow:0 0 10px var(--gold-glow);background:#14110fcc;outline:none}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.badge-pending{color:var(--gold);background:#d4af3726;border:1px solid #d4af374d}.badge-success{color:#4caf50;background:#2e7d3226;border:1px solid #4caf504d}.badge-failed{color:#ff5252;background:#cc333326;border:1px solid #ff52524d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.25,.8,.25,1) forwards fadeIn}@media (max-width:768px){.container{padding:0 1rem}}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(15px);z-index:100;background:#0c0c0cd9;border-bottom:1px solid #d4af3726;width:100%;height:80px;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__navContainer{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-serif);letter-spacing:.15em;background:linear-gradient(135deg,#f3d06c 0%,#d4af37 50%,#aa8c2c 100%);-webkit-text-fill-color:transparent;transition:var(--transition-smooth);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.Header-module__hBw1pG__logo:hover{filter:brightness(1.2)}.Header-module__hBw1pG__navLinks{gap:2.5rem;list-style:none;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-serif);letter-spacing:.05em;color:var(--text-secondary);transition:var(--transition-smooth);cursor:pointer;padding:.5rem 0;font-size:1.05rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--gold-hover)}.Header-module__hBw1pG__navLink:after{content:"";background:var(--gold);width:0;height:1px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__activeNavLink{color:var(--gold)}.Header-module__hBw1pG__activeNavLink:after{width:100%}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__iconBtn{color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{color:var(--gold);transform:scale(1.08)}.Header-module__hBw1pG__cartBadge{background:var(--gold);color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.Header-module__hBw1pG__userSection{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex;position:relative}.Header-module__hBw1pG__userSection:hover .Header-module__hBw1pG__userDropdown{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__hBw1pG__userDropdown{background:var(--bg-secondary);border:1px solid var(--border-color);opacity:0;visibility:hidden;width:200px;transition:var(--transition-smooth);z-index:10;border-radius:4px;padding:.5rem 0;list-style:none;position:absolute;top:100%;right:0;transform:translateY(10px);box-shadow:0 10px 25px #00000080}.Header-module__hBw1pG__dropdownItem{transition:var(--transition-smooth);color:var(--text-secondary);align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.Header-module__hBw1pG__dropdownItem:hover{color:var(--gold);background:#d4af371a}.Header-module__hBw1pG__drawerOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;opacity:0;visibility:hidden;width:100vw;height:100vh;transition:var(--transition-smooth);background:#0009;position:fixed;top:0;left:0}.Header-module__hBw1pG__drawerOverlayActive{opacity:1;visibility:visible}.Header-module__hBw1pG__drawer{background:var(--bg-secondary);border-left:1px solid var(--border-color);z-index:160;flex-direction:column;width:450px;max-width:100vw;height:100vh;transition:right .4s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-10px 0 30px #0009}.Header-module__hBw1pG__drawerActive{right:0}.Header-module__hBw1pG__drawerHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Header-module__hBw1pG__drawerTitle{text-transform:uppercase;font-size:1.5rem}.Header-module__hBw1pG__drawerClose{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none}.Header-module__hBw1pG__drawerClose:hover{color:var(--gold)}.Header-module__hBw1pG__drawerContent{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.Header-module__hBw1pG__emptyCart{height:100%;color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__emptyCart p{font-family:var(--font-serif);font-size:1.2rem}.Header-module__hBw1pG__cartItem{border-bottom:1px solid #d4af371a;gap:1rem;padding-bottom:1.5rem;display:flex}.Header-module__hBw1pG__itemImage{object-fit:cover;border:1px solid var(--border-color);background-color:var(--bg-primary);border-radius:4px;width:80px;height:80px}.Header-module__hBw1pG__itemDetails{flex-direction:column;flex:1;justify-content:space-between;display:flex}.Header-module__hBw1pG__itemName{font-family:var(--font-serif);color:var(--text-primary);font-size:1.1rem;font-weight:600}.Header-module__hBw1pG__itemVariation{color:var(--gold);margin-top:.2rem;font-size:.8rem}.Header-module__hBw1pG__itemPrice{color:var(--text-primary);margin-top:.3rem;font-weight:600}.Header-module__hBw1pG__quantityControl{align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.Header-module__hBw1pG__qtyBtn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;width:24px;height:24px;transition:var(--transition-smooth);background:0 0;border-radius:4px;justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__qtyBtn:hover{border-color:var(--gold);color:var(--gold)}.Header-module__hBw1pG__itemQty{font-size:.9rem}.Header-module__hBw1pG__removeItem{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;align-self:flex-start}.Header-module__hBw1pG__removeItem:hover{color:var(--error)}.Header-module__hBw1pG__drawerFooter{border-top:1px solid var(--border-color);background:#0c0c0c80;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.Header-module__hBw1pG__totalRow{font-size:1.2rem;font-family:var(--font-serif);justify-content:space-between;font-weight:600;display:flex}.Header-module__hBw1pG__checkoutBtn{width:100%}.Header-module__hBw1pG__mobileMenuBtn{display:none}@media (max-width:768px){.Header-module__hBw1pG__navLinks{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:block}}.Header-module__hBw1pG__logoImage{object-fit:contain;max-width:250px;display:block;max-height:none!important}.Header-module__hBw1pG__searchForm{border:1px solid var(--border-color);width:260px;transition:var(--transition-smooth);background:#ffffff0d;border-radius:20px;align-items:center;padding:.25rem .75rem .25rem 1rem;display:flex}.Header-module__hBw1pG__searchForm:focus-within{border-color:var(--gold);background:#ffffff14;box-shadow:0 0 10px #d4af3726}.Header-module__hBw1pG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.Header-module__hBw1pG__searchInput::placeholder{color:#c9bfb566}.Header-module__hBw1pG__searchBtn{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.Header-module__hBw1pG__searchBtn:hover{color:var(--gold)}@media (max-width:992px){.Header-module__hBw1pG__searchForm{display:none}}
.Footer-module__S6Hkya__footer{color:var(--text-secondary);background-color:#080808;border-top:1px solid #d4af3726;margin-top:5rem;padding:4rem 0 2rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__brandCol{flex-direction:column;gap:1.2rem;display:flex}.Footer-module__S6Hkya__brandLogo{font-family:var(--font-serif);letter-spacing:.15em;background:linear-gradient(135deg,#f3d06c 0%,#d4af37 50%,#aa8c2c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.Footer-module__S6Hkya__tagline{font-family:var(--font-serif);max-width:350px;font-size:1.1rem;line-height:1.6}.Footer-module__S6Hkya__title{text-transform:uppercase;color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600;display:inline-block;position:relative}.Footer-module__S6Hkya__title:after{content:"";background:var(--gold);width:30px;height:1px;position:absolute;bottom:-6px;left:0}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__link{transition:var(--transition-smooth)}.Footer-module__S6Hkya__link:hover{color:var(--gold);padding-left:4px}.Footer-module__S6Hkya__contactList{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__S6Hkya__contactItem{align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__copyright{border-top:1px solid #d4af370d;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.Footer-module__S6Hkya__copyrightText{color:#c9bfb580}.Footer-module__S6Hkya__paymentIcons{align-items:center;gap:1rem;display:flex}.Footer-module__S6Hkya__paymentIcon{width:40px;height:25px;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__S6Hkya__copyright{text-align:center;flex-direction:column;gap:1rem}}.Footer-module__S6Hkya__logoImage{object-fit:contain;max-width:300px;display:block;max-height:none!important}
