@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";
.storeRoot{--primary:#c9a84c;--bg-light:#f5f5f3;--text-light:#0a0a0a;--card-light:#fff;--border-light:#e8e8e6;--bg-dark:#0a0a0a;--text-dark:#f5f5f5;--card-dark:#141414;--border-dark:#2a2a2a;--bg:var(--bg-light);--text:var(--text-light);--card:var(--card-light);--border:var(--border-light);--btn-bg:#0a0a0a;--btn-text:#fff;--btn-hover:#333;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--max-width:1400px;--qty-btn-bg:var(--primary);--qty-btn-text:#fff;background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,sans-serif}.storeRoot[data-theme=dark]{--bg:var(--bg-dark);--text:var(--text-dark);--card:var(--card-dark);--border:var(--border-dark);--btn-bg:#fff;--btn-text:#0a0a0a;--btn-hover:#e8e8e6}.storeRoot h1,.storeRoot h2,.storeRoot h3,.storeRoot h4{text-transform:uppercase;letter-spacing:1px;font-family:Bebas Neue,sans-serif}.storeRoot *{box-sizing:border-box}.storeRoot a{color:inherit;text-decoration:none}.storeRoot button{cursor:pointer;font-family:inherit}.storeRoot input,.storeRoot textarea,.storeRoot select{font-family:inherit}.storeRoot input[type=text],.storeRoot input[type=email],.storeRoot input[type=tel],.storeRoot input[type=number],.storeRoot input[type=password],.storeRoot input[type=search],.storeRoot textarea,.storeRoot select{background:0 0;border-radius:0}.storeRoot ::placeholder{color:var(--text);opacity:.4}@media (prefers-reduced-motion:reduce){.storeRoot,.storeRoot *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
