.Navbar-module__cJzEcG__navbar{background-color:var(--surface);border-bottom:1px solid var(--border-color);z-index:50;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.Navbar-module__cJzEcG__brand{align-items:center;gap:.5rem;display:flex}.Navbar-module__cJzEcG__logoText{letter-spacing:-.05em;color:var(--text-main);text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navItem{color:var(--text-muted);font-family:Inter,sans-serif;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navItem:hover{color:var(--primary)}.Navbar-module__cJzEcG__actions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__cartBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;display:flex}.Navbar-module__cJzEcG__cartCount{background-color:var(--primary);color:var(--background);border-radius:10px;padding:.1rem .5rem;font-size:.75rem;font-weight:800}.Navbar-module__cJzEcG__loginBtn{color:var(--primary);border:1px solid var(--primary);background-color:#0000;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:all .2s}.Navbar-module__cJzEcG__loginBtn:hover{background-color:var(--primary);color:var(--background)}
.CartDrawer-module__wN0dRW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;opacity:0;pointer-events:none;background-color:#000000b3;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.CartDrawer-module__wN0dRW__overlayOpen{opacity:1;pointer-events:auto}.CartDrawer-module__wN0dRW__drawer{background-color:var(--surface);border-left:1px solid var(--border-color);z-index:1000;flex-direction:column;width:420px;max-width:90vw;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #000c}.CartDrawer-module__wN0dRW__drawerOpen{transform:translate(0)}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__title{text-transform:uppercase;color:var(--text-main);align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.CartDrawer-module__wN0dRW__itemCount{background-color:var(--primary);color:var(--background);border-radius:12px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:color .2s}.CartDrawer-module__wN0dRW__closeBtn:hover{color:var(--primary)}.CartDrawer-module__wN0dRW__itemList{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.CartDrawer-module__wN0dRW__emptyState{height:100%;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.CartDrawer-module__wN0dRW__emptyIcon{opacity:.4;font-size:3rem}.CartDrawer-module__wN0dRW__itemCard{background-color:var(--surface-elevated);border:1px solid var(--border-color);border-radius:8px;gap:1rem;padding:1rem;display:flex}.CartDrawer-module__wN0dRW__itemInfo{flex-direction:column;flex:1;display:flex}.CartDrawer-module__wN0dRW__itemBrand{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.CartDrawer-module__wN0dRW__itemTitle{color:var(--text-main);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.CartDrawer-module__wN0dRW__itemPrice{color:var(--primary);margin-bottom:.5rem;font-size:1rem;font-weight:800}.CartDrawer-module__wN0dRW__itemControls{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__qtyControls{border:1px solid var(--border-color);border-radius:4px;align-items:center;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{color:var(--text-main);cursor:pointer;background:0 0;border:none;width:28px;height:28px;font-weight:700}.CartDrawer-module__wN0dRW__qtyVal{padding:0 .5rem;font-size:.85rem;font-weight:600}.CartDrawer-module__wN0dRW__deleteBtn{color:var(--error);cursor:pointer;background:0 0;border:none;font-size:.8rem}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--border-color);background-color:var(--surface);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__deliverySelector{background-color:var(--surface-elevated);border-radius:6px;gap:.5rem;padding:.25rem;display:flex}.CartDrawer-module__wN0dRW__deliveryOption{text-align:center;cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;flex:1;padding:.5rem;font-size:.8rem;font-weight:600;transition:all .2s}.CartDrawer-module__wN0dRW__deliveryOptionActive{background-color:var(--primary);color:var(--background)}.CartDrawer-module__wN0dRW__pointsToggle{border:1px dashed var(--primary);background-color:#ff8c001a;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.85rem;display:flex}.CartDrawer-module__wN0dRW__summaryRow{color:var(--text-muted);justify-content:space-between;font-size:.9rem;display:flex}.CartDrawer-module__wN0dRW__totalRow{color:var(--text-main);border-top:1px solid var(--border-color);justify-content:space-between;padding-top:.75rem;font-size:1.25rem;font-weight:800;display:flex}.CartDrawer-module__wN0dRW__checkoutBtn{background-color:var(--primary);color:var(--background);text-transform:uppercase;cursor:pointer;text-align:center;border:none;border-radius:8px;width:100%;padding:1rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800;text-decoration:none;transition:background-color .2s}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background-color:var(--primary-hover)}
.Footer-module__S6Hkya__footer{background-color:var(--surface);border-top:1px solid var(--border-color);margin-top:4rem;padding:3rem 2rem 1.5rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto 2rem;display:grid}.Footer-module__S6Hkya__col{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__col h4{color:var(--primary);text-transform:uppercase;margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:800}.Footer-module__S6Hkya__col p,.Footer-module__S6Hkya__col span{color:var(--text-muted);font-size:.85rem}.Footer-module__S6Hkya__col a{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__col a:hover{color:var(--primary)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-color);max-width:1200px;color:var(--text-muted);justify-content:space-between;margin:0 auto;padding-top:1.5rem;font-size:.8rem;display:flex}@media (max-width:600px){.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:.5rem}}
:root{--background:#18191a;--surface:#242526;--surface-elevated:#3a3b3c;--primary:#ff8c00;--primary-hover:#e07a00;--secondary:#0071c8;--text-main:#ededed;--text-muted:#a3a3a3;--border-color:#c0c0c026;--error:#ffb4ab;--success:#66bb6a}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;color:var(--text-main);background-color:#2a2a2a;background-image:linear-gradient(#0006,#000c),url(/bg-garage.png);background-position:50%;background-size:cover;background-attachment:fixed;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-family:Montserrat,sans-serif;font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}
