.Navbar-module__dVeNwG__navbar{background-color:var(--bg-primary);box-shadow:var(--shadow);z-index:1000;padding:0;position:sticky;top:0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.5rem 1.5rem;display:flex}.Navbar-module__dVeNwG__logoContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__dVeNwG__logo{object-fit:contain;width:120px;height:120px}.Navbar-module__dVeNwG__logoText{color:var(--primary-color);font-size:1.25rem;font-weight:600;display:none}.Navbar-module__dVeNwG__navLinks{align-items:center;gap:2rem;list-style:none;display:flex}.Navbar-module__dVeNwG__navLink{color:var(--text-primary);padding:.5rem 0;font-weight:500;transition:color .3s;position:relative}.Navbar-module__dVeNwG__navLink:hover,.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active{color:var(--primary-color)}.Navbar-module__dVeNwG__navLink.Navbar-module__dVeNwG__active:after{content:"";background-color:var(--primary-color);height:2px;position:absolute;bottom:0;left:0;right:0}.Navbar-module__dVeNwG__rightActions,.Navbar-module__dVeNwG__userMenu{align-items:center;gap:1rem;display:flex}.Navbar-module__dVeNwG__userEmail{color:var(--text-secondary);font-size:.9rem;display:none}.Navbar-module__dVeNwG__greeting{color:var(--text-primary);white-space:nowrap;font-size:.95rem;font-weight:500}.Navbar-module__dVeNwG__ordersLink{color:var(--text-primary);border:1px solid var(--border-color);background-color:#0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s}.Navbar-module__dVeNwG__ordersLink:hover{background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.Navbar-module__dVeNwG__adminLink{background-color:var(--primary-color);color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .3s}.Navbar-module__dVeNwG__adminLink:hover{background-color:var(--secondary-color)}.Navbar-module__dVeNwG__signInButton{background-color:var(--primary-color);color:#fff;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .3s}.Navbar-module__dVeNwG__signInButton:hover{background-color:var(--secondary-color)}.Navbar-module__dVeNwG__signOutButton{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;background-color:#0000;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.Navbar-module__dVeNwG__signOutButton:hover{background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.Navbar-module__dVeNwG__cartButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex;position:relative}.Navbar-module__dVeNwG__cartButton:hover{color:var(--primary-color)}.Navbar-module__dVeNwG__cartIcon{width:24px;height:24px}.Navbar-module__dVeNwG__cartBadge{background-color:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-5px;right:-5px}.Navbar-module__dVeNwG__mobileMenuButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__dVeNwG__mobileMenu{display:none}@media (max-width:768px){.Navbar-module__dVeNwG__container{flex-wrap:wrap;padding:.5rem 1rem}.Navbar-module__dVeNwG__logo{width:100px;height:100px}.Navbar-module__dVeNwG__logoText{display:none}.Navbar-module__dVeNwG__mobileMenuButton{order:3;margin-left:auto;display:block}.Navbar-module__dVeNwG__navLinks{display:none}.Navbar-module__dVeNwG__rightActions{order:2;gap:.5rem}.Navbar-module__dVeNwG__userMenu,.Navbar-module__dVeNwG__ordersLink,.Navbar-module__dVeNwG__adminLink,.Navbar-module__dVeNwG__signInButton,.Navbar-module__dVeNwG__signOutButton{display:none}.Navbar-module__dVeNwG__cartButton{padding:.4rem}.Navbar-module__dVeNwG__mobileMenu{background-color:var(--bg-primary);box-shadow:var(--shadow-lg);z-index:999;max-height:calc(100vh - 60px);padding:1rem;display:block;position:fixed;top:60px;left:0;right:0;overflow-y:auto}.Navbar-module__dVeNwG__mobileMenu.Navbar-module__dVeNwG__open{display:block}.Navbar-module__dVeNwG__mobileNavLinks{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Navbar-module__dVeNwG__mobileNavLink{color:var(--text-primary);border-bottom:1px solid var(--border-color);padding:.75rem;font-weight:500;transition:background-color .3s;display:block}.Navbar-module__dVeNwG__mobileNavLink:hover{background-color:var(--bg-secondary)}.Navbar-module__dVeNwG__mobileNavLink.Navbar-module__dVeNwG__active{color:var(--primary-color);background-color:#2d50160d}.Navbar-module__dVeNwG__mobileSignOut{width:100%;color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;text-align:left;background-color:#0000;border-radius:6px;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .3s}.Navbar-module__dVeNwG__mobileSignOut:hover{background-color:var(--bg-secondary);border-color:var(--primary-color);color:var(--primary-color)}.Navbar-module__dVeNwG__userEmail{color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding:.75rem;font-size:.9rem;display:block}.Navbar-module__dVeNwG__greeting{display:none}.Navbar-module__dVeNwG__mobileGreeting{color:var(--primary-color);border-bottom:1px solid var(--border-color);margin-bottom:.5rem;padding:.75rem;font-size:1rem;font-weight:600}}@media (min-width:769px) and (max-width:1024px){.Navbar-module__dVeNwG__container{padding:1rem 1.5rem}.Navbar-module__dVeNwG__navLinks{gap:1.5rem}}
.CartDrawer-module__sfpqaa__overlay{z-index:2000;opacity:0;background-color:#00000080;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__sfpqaa__overlay.CartDrawer-module__sfpqaa__open{opacity:1}.CartDrawer-module__sfpqaa__drawer{background-color:var(--bg-primary);width:100%;max-width:450px;box-shadow:var(--shadow-lg);z-index:2001;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;transform:translate(100%)}.CartDrawer-module__sfpqaa__drawer.CartDrawer-module__sfpqaa__open{transform:translate(0)}.CartDrawer-module__sfpqaa__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__sfpqaa__title{color:var(--text-primary);font-size:1.5rem;font-weight:600}.CartDrawer-module__sfpqaa__closeButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .3s;display:flex}.CartDrawer-module__sfpqaa__closeButton:hover{color:var(--primary-color)}.CartDrawer-module__sfpqaa__closeIcon{width:24px;height:24px}.CartDrawer-module__sfpqaa__content{flex:1;padding:1rem;overflow-y:auto}.CartDrawer-module__sfpqaa__emptyCart{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.CartDrawer-module__sfpqaa__emptyCartIcon{width:80px;height:80px;color:var(--text-secondary);margin-bottom:1rem}.CartDrawer-module__sfpqaa__emptyCartText{color:var(--text-secondary);font-size:1.1rem}.CartDrawer-module__sfpqaa__cartItems{flex-direction:column;gap:1rem;display:flex}.CartDrawer-module__sfpqaa__cartItem{border:1px solid var(--border-color);background-color:var(--bg-secondary);border-radius:8px;gap:1rem;padding:1rem;display:flex}.CartDrawer-module__sfpqaa__itemImage{object-fit:cover;background-color:var(--bg-primary);border-radius:4px;width:80px;height:80px}.CartDrawer-module__sfpqaa__itemDetails{flex-direction:column;flex:1;gap:.5rem;display:flex}.CartDrawer-module__sfpqaa__itemName{color:var(--text-primary);font-size:1rem;font-weight:600}.CartDrawer-module__sfpqaa__itemWeight{color:var(--text-secondary);font-size:.9rem}.CartDrawer-module__sfpqaa__itemPrice{color:var(--primary-color);font-size:1rem;font-weight:600}.CartDrawer-module__sfpqaa__itemActions{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.CartDrawer-module__sfpqaa__quantityButton{border:1px solid var(--border-color);background-color:var(--bg-primary);cursor:pointer;width:32px;height:32px;color:var(--text-primary);border-radius:4px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.CartDrawer-module__sfpqaa__quantityButton:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.CartDrawer-module__sfpqaa__quantity{text-align:center;min-width:40px;font-weight:600}.CartDrawer-module__sfpqaa__removeButton{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.9rem;transition:color .3s}.CartDrawer-module__sfpqaa__removeButton:hover{color:#b91c1c}.CartDrawer-module__sfpqaa__footer{border-top:1px solid var(--border-color);background-color:var(--bg-primary);padding:1.5rem}.CartDrawer-module__sfpqaa__total{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CartDrawer-module__sfpqaa__totalLabel{color:var(--text-primary);font-size:1.2rem;font-weight:600}.CartDrawer-module__sfpqaa__totalAmount{color:var(--primary-color);font-size:1.5rem;font-weight:700}.CartDrawer-module__sfpqaa__checkoutButton{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:background-color .3s}.CartDrawer-module__sfpqaa__checkoutButton:hover{background-color:var(--secondary-color)}.CartDrawer-module__sfpqaa__checkoutButton:disabled{background-color:var(--text-secondary);cursor:not-allowed}@media (max-width:768px){.CartDrawer-module__sfpqaa__drawer{width:100%;max-width:100%}.CartDrawer-module__sfpqaa__header{padding:1rem}.CartDrawer-module__sfpqaa__title{font-size:1.25rem}.CartDrawer-module__sfpqaa__content{padding:.75rem}.CartDrawer-module__sfpqaa__cartItem{flex-direction:column;gap:.75rem;padding:.75rem}.CartDrawer-module__sfpqaa__itemImage{object-fit:cover;width:100%;height:150px}.CartDrawer-module__sfpqaa__itemDetails{width:100%}.CartDrawer-module__sfpqaa__itemActions{flex-wrap:wrap;gap:.5rem}.CartDrawer-module__sfpqaa__removeButton{text-align:center;width:100%;padding:.5rem}.CartDrawer-module__sfpqaa__footer{padding:1rem}.CartDrawer-module__sfpqaa__total{margin-bottom:.75rem}.CartDrawer-module__sfpqaa__totalLabel{font-size:1.1rem}.CartDrawer-module__sfpqaa__totalAmount{font-size:1.3rem}.CartDrawer-module__sfpqaa__checkoutButton{padding:.875rem;font-size:1rem}}
