@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary-gold:#d4af37;--primary-gold-rgb:212, 175, 55;--bg-dark:#0a0a0a;--bg-light:#f5f5f7;--text-main:#fff;--text-muted:#a1a1aa;--accent-red:#ff4d4d;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-blur:blur(12px);--radius-xl:32px;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-dark);max-width:100vw;color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border)}.gold-gradient{color:#000;background:linear-gradient(135deg,#d4af37 0%,#b8860b 100%)}.gold-text{background:linear-gradient(135deg,#d4af37 0%,#f5e6ab 50%,#b8860b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600}section{max-width:1200px;margin:0 auto;padding:80px 24px}@media (max-width:768px){section{padding:40px 20px}}
.Navbar-module__cJzEcG__navbar{border-radius:var(--radius-xl);z-index:1000;align-items:center;width:calc(100% - 48px);max-width:1200px;height:72px;padding:0 32px;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;display:flex}.Navbar-module__cJzEcG__logo a{flex-direction:column;line-height:1;display:flex}.Navbar-module__cJzEcG__logo span:first-child{letter-spacing:.1em;font-size:24px;font-weight:800}.Navbar-module__cJzEcG__logoSub{letter-spacing:.4em;color:var(--text-muted);margin-top:2px;font-size:10px;font-weight:500}.Navbar-module__cJzEcG__navLinks{gap:32px;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--text-muted);transition:var(--transition);font-size:14px;font-weight:500}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--text-main)}.Navbar-module__cJzEcG__actions{align-items:center;gap:16px;display:flex}.Navbar-module__cJzEcG__iconBtn{color:var(--text-main);cursor:pointer;transition:var(--transition);opacity:.8;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__iconBtn:hover{opacity:1;transform:translateY(-2px)}.Navbar-module__cJzEcG__mobileMenu{display:none}@media (max-width:1024px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenu{display:flex}}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{width:calc(100% - 24px);padding:0 20px;top:12px}}
.CartDrawer-module__wN0dRW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;width:100vw;height:100vh;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__drawer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--glass-border);z-index:101;background:#0f0f0ff2;flex-direction:column;width:100%;max-width:450px;height:100vh;animation:.3s cubic-bezier(.2,.8,.2,1) CartDrawer-module__wN0dRW__slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #00000080}@keyframes CartDrawer-module__wN0dRW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:24px;display:flex}.CartDrawer-module__wN0dRW__header h2{margin:0;font-size:24px}.CartDrawer-module__wN0dRW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{color:var(--text-main);background:#ffffff1a}.CartDrawer-module__wN0dRW__itemsList{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyCart{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.CartDrawer-module__wN0dRW__shopBtn{cursor:pointer;border:none;border-radius:24px;padding:12px 24px;font-weight:600}.CartDrawer-module__wN0dRW__cartItem{border-bottom:1px solid #ffffff0d;gap:16px;padding-bottom:20px;display:flex;position:relative}.CartDrawer-module__wN0dRW__itemImageWrap{background:#ffffff0d;border-radius:12px;width:80px;height:80px;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__itemImage{object-fit:cover}.CartDrawer-module__wN0dRW__itemDetails{flex:1}.CartDrawer-module__wN0dRW__itemDetails h4{margin:0 0 4px;font-size:16px}.CartDrawer-module__wN0dRW__itemVariant{color:var(--text-muted);margin:0 0 12px;font-size:13px}.CartDrawer-module__wN0dRW__itemActions{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__quantityControl{background:#ffffff0d;border-radius:16px;align-items:center;gap:12px;padding:4px 8px;display:flex}.CartDrawer-module__wN0dRW__quantityControl button{color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.CartDrawer-module__wN0dRW__quantityControl button:hover{color:var(--primary-gold)}.CartDrawer-module__wN0dRW__quantityControl span{text-align:center;min-width:16px;font-size:14px;font-weight:600}.CartDrawer-module__wN0dRW__itemPrice{color:var(--primary-gold);margin:0;font-weight:700}.CartDrawer-module__wN0dRW__deleteBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;top:0;right:0}.CartDrawer-module__wN0dRW__deleteBtn:hover{color:#ff4d4d}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--glass-border);background:#0a0a0af2;padding:24px}.CartDrawer-module__wN0dRW__totalRow{justify-content:space-between;align-items:center;margin-bottom:20px;font-size:18px;font-weight:600;display:flex}.CartDrawer-module__wN0dRW__totalPrice{color:var(--primary-gold);font-size:24px}.CartDrawer-module__wN0dRW__checkoutBtn{cursor:pointer;border:none;border-radius:30px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:transform .2s}.CartDrawer-module__wN0dRW__checkoutBtn:hover{transform:translateY(-2px)}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--glass-border);background:#000;margin-top:80px;padding:80px 24px 40px}.Footer-module__S6Hkya__container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;max-width:1200px;margin:0 auto;display:grid}.Footer-module__S6Hkya__brand .Footer-module__S6Hkya__logo{flex-direction:column;margin-bottom:24px;line-height:1;display:flex}.Footer-module__S6Hkya__brand .Footer-module__S6Hkya__logo span:first-child{letter-spacing:.1em;font-size:28px;font-weight:800}.Footer-module__S6Hkya__brand .Footer-module__S6Hkya__logoSub{letter-spacing:.4em;color:var(--text-muted);margin-top:4px;font-size:11px;font-weight:500}.Footer-module__S6Hkya__description{color:var(--text-muted);max-width:300px;margin-bottom:32px;line-height:1.6}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socials a{background:var(--glass-bg);width:40px;height:40px;transition:var(--transition);border:1px solid var(--glass-border);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socials a:hover{background:var(--primary-gold);color:#000;transform:translateY(-4px)}.Footer-module__S6Hkya__links h4,.Footer-module__S6Hkya__contact h4{color:var(--text-main);margin-bottom:24px;font-size:18px}.Footer-module__S6Hkya__links ul,.Footer-module__S6Hkya__contact ul{list-style:none}.Footer-module__S6Hkya__links li,.Footer-module__S6Hkya__contact li{margin-bottom:12px}.Footer-module__S6Hkya__links a{color:var(--text-muted);transition:var(--transition)}.Footer-module__S6Hkya__links a:hover{color:var(--primary-gold)}.Footer-module__S6Hkya__contact li{color:var(--text-muted);align-items:center;gap:12px;display:flex}.Footer-module__S6Hkya__contact svg{color:var(--primary-gold)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--glass-border);text-align:center;max-width:1200px;color:var(--text-muted);margin:60px auto 0;padding-top:40px;font-size:14px}@media (max-width:1024px){.Footer-module__S6Hkya__container{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:640px){.Footer-module__S6Hkya__container{grid-template-columns:1fr;gap:40px}}
