.Navbar-module__cJzEcG__navbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0ad9;height:68px;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;gap:2rem;height:100%;display:flex}.Navbar-module__cJzEcG__logo{color:var(--text-primary);letter-spacing:-.5px;flex-shrink:0;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;display:flex}.Navbar-module__cJzEcG__logoAccent{color:var(--primary)}.Navbar-module__cJzEcG__navLinks{flex:1;justify-content:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);border-radius:8px;padding:.4rem .9rem;font-size:.9rem;font-weight:500;transition:all .15s}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary);background:var(--bg-card)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--primary);background:#d4a01714}.Navbar-module__cJzEcG__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__cartBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex;position:relative}.Navbar-module__cJzEcG__cartBtn:hover{color:var(--primary);border-color:var(--primary);background:#d4a01714}.Navbar-module__cJzEcG__cartBadge{background:var(--primary);color:#000;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.Navbar-module__cJzEcG__userMenu{position:relative}.Navbar-module__cJzEcG__userBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:10px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.Navbar-module__cJzEcG__userBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.Navbar-module__cJzEcG__dropdown{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;min-width:180px;animation:.15s Navbar-module__cJzEcG__fadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #00000080}.Navbar-module__cJzEcG__dropdownItem{color:var(--text-secondary);align-items:center;gap:.6rem;width:100%;padding:.7rem 1rem;font-size:.875rem;transition:all .1s;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background:var(--bg-card-hover);color:var(--text-primary)}.Navbar-module__cJzEcG__dropdownDivider{background:var(--border);height:1px;margin:.25rem 0}.Navbar-module__cJzEcG__dropdownItemDanger{color:var(--error);text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;width:100%;padding:.7rem 1rem;font-size:.875rem;transition:all .1s;display:flex}.Navbar-module__cJzEcG__dropdownItemDanger:hover{background:#ef44441a}@media (max-width:640px){.Navbar-module__cJzEcG__navLinks{display:none}}
.CartDrawer-module__wN0dRW__overlay{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;position:fixed;inset:0}.CartDrawer-module__wN0dRW__drawer{background:var(--bg-dark);border-left:1px solid var(--border);z-index:201;flex-direction:column;width:380px;max-width:95vw;animation:.25s CartDrawer-module__wN0dRW__slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes CartDrawer-module__wN0dRW__slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__wN0dRW__header h3{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.CartDrawer-module__wN0dRW__closeBtn:hover{color:var(--text-primary);border-color:var(--text-muted)}.CartDrawer-module__wN0dRW__body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;padding:3rem 0;display:flex}.CartDrawer-module__wN0dRW__empty p{color:var(--text-secondary);font-weight:600}.CartDrawer-module__wN0dRW__empty span{color:var(--text-muted);font-size:.85rem}.CartDrawer-module__wN0dRW__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.CartDrawer-module__wN0dRW__item{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.6rem;padding:.9rem 1rem;display:flex}.CartDrawer-module__wN0dRW__itemInfo{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.CartDrawer-module__wN0dRW__itemName{color:var(--text-primary);font-size:.9rem;font-weight:500;line-height:1.3}.CartDrawer-module__wN0dRW__itemPrice{color:var(--primary);white-space:nowrap;font-size:.9rem;font-weight:700}.CartDrawer-module__wN0dRW__itemActions{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__qtyControl{background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;align-items:center;gap:0;display:flex;overflow:hidden}.CartDrawer-module__wN0dRW__qtyControl button{color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:28px;font-size:1rem;transition:all .1s;display:flex}.CartDrawer-module__wN0dRW__qtyControl button:hover{background:var(--bg-card-hover);color:var(--primary)}.CartDrawer-module__wN0dRW__qtyControl span{color:var(--text-primary);white-space:nowrap;padding:0 .5rem;font-size:.8rem;font-weight:600}.CartDrawer-module__wN0dRW__removeBtn{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.CartDrawer-module__wN0dRW__removeBtn:hover{color:var(--error);border-color:var(--error);background:#ef44441a}.CartDrawer-module__wN0dRW__footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__wN0dRW__total{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__wN0dRW__total span{color:var(--text-secondary);font-size:.9rem}.CartDrawer-module__wN0dRW__total strong{color:var(--primary);font-size:1.2rem;font-weight:700}.CartDrawer-module__wN0dRW__checkoutBtn{justify-content:center;width:100%}
