.navbar{width:100vw;height:50px;background:#0d1120d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;padding:calc(.85rem + env(safe-area-inset-top)) 0rem .7rem 0;top:0;z-index:105}.navbar-content{display:flex;align-items:center;gap:.75rem;height:100%;padding:0rem 1rem}.navbar-logo{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.navbar-logo img{height:45px;max-width:100px}.navbar-search{position:relative;flex:1;min-width:0}.navbar-search-input{width:100%;padding:.45rem 2rem .45rem .75rem;border:1px solid var(--border);border-radius:8px;background:#ffffff0f;color:#e5e7eb;font-size:.85rem;outline:none;transition:border-color .2s;box-sizing:border-box}.navbar-search-input::placeholder{color:#6b7280}.navbar-search-input:focus{border-color:#064688}.navbar-search-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#888;font-size:1.2rem;cursor:pointer;padding:0 .25rem;line-height:1}.navbar-search-clear:hover{color:#eaeaea}.navbar-menu{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.navbar-icon-cart img{width:35px}.navbar-fullscreen-dropdown{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-one);border-left:1px solid var(--border);z-index:106;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.77,0,.18,1);opacity:0;pointer-events:none;overflow-y:auto}.navbar-fullscreen-dropdown.open{transform:translate(0);opacity:1;pointer-events:auto}.navbar-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:calc(1rem + env(safe-area-inset-top)) 1.25rem 1rem 1.25rem;border-bottom:1px solid var(--border)}.navbar-dropdown-header h3{margin:0;font-size:1rem;color:var(--text)}.navbar-close{background:none;border:none;color:#9ca3af;font-size:1.3rem;cursor:pointer;padding:.25rem}.navbar-fullscreen-items{display:flex;flex-direction:column;flex:1;padding:1.25rem;gap:.25rem}.navbar-dropdown-item{display:flex;align-items:center;gap:1rem;border:none;text-align:left}.navbar-fullscreen-dropdown .navbar-dropdown-item{font-size:.95rem;color:var(--text);background:none;border:none;border-bottom:1px solid var(--border);text-align:left;width:100%;cursor:pointer;padding:1rem .5rem;text-decoration:none;transition:color .2s}.navbar-fullscreen-dropdown .navbar-dropdown-item:hover{color:var(--accent-light, #1a8aff)}.navbar-dropdown-icon{width:28px;height:28px;flex-shrink:0}.navbar-logout{display:flex;align-items:center;gap:1rem;font-family:inherit;border:none;border-bottom:1px solid var(--border);background:none;color:var(--text);font-size:.95rem;padding:1rem .5rem;cursor:pointer;width:100%;text-align:left;transition:color .2s}.navbar-logout:hover{color:var(--accent-light, #1a8aff);background:none}.cart-icon-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.cart-counter{position:absolute;top:5px;right:3rem;background:var(--accent);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:900;min-width:20px;z-index:10}.cart-dropdown-wrapper{position:relative;display:flex;align-items:center;gap:1rem;width:100%}.cart-counter-dropdown{position:absolute;top:-5px;left:25px;background:#f44;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:bolder;min-width:16px;z-index:10}.cart-counter:not(:empty){min-width:18px;padding:0 3px;border-radius:9px}.cart-counter-dropdown:not(:empty){min-width:16px;padding:0 3px;border-radius:8px}@media (min-width: 992px){.navbar{padding:0rem;height:60px;position:sticky;top:0;z-index:105}.navbar-menu{gap:1.5rem}.navbar-icon-orders,.navbar-icon-cart,.navbar-icon-support{display:flex;align-items:center;justify-content:center;color:var(--text-color);text-decoration:none;font-size:.75rem;gap:.5rem;transition:transform .2s ease,color .2s ease}.navbar-icon-orders:hover,.navbar-icon-support:hover,.navbar-icon:hover{color:#064688;transform:scale(1.08)}.navbar-fullscreen-dropdown{inset:0 0 0 auto;width:360px;height:100vh;border-left:1px solid var(--border);box-shadow:-4px 0 16px #0006;transform:translate(100%)}.navbar-fullscreen-dropdown.open{transform:translate(0)}.navbar-search{max-width:500px;margin:0 auto;flex:0 1 500px}.navbar-logo{flex:1}.navbar-logo img{height:55px;max-width:120px}.navbar-menu{flex:1;justify-content:flex-end}.cart-counter{right:4rem}}.registerLogin-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:450px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box;min-height:100vh;text-align:center;background:transparent}.reg-logo{max-width:250px;max-height:250px}.app-form{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;box-sizing:border-box}.app-form input{border:1px solid var(--border);border-radius:8px;background-color:#ffffff0f;box-shadow:none;color:#e5e7eb;width:100%;box-sizing:border-box;font-size:1.125rem;padding:1rem}.app-form input:focus{outline:none;box-shadow:0 0 0 3px #06468833;border-color:var(--accent);color:#e5e7eb}.app-form select,.app-select{border:1px solid var(--border);border-radius:8px;background-color:#ffffff0f;padding:1rem;box-shadow:none;color:#e5e7eb;width:100%;box-sizing:border-box;font-size:1.125rem;font-family:inherit;appearance:auto}.app-form select:focus{outline:none;box-shadow:0 0 0 3px #06468833;border-color:var(--accent);color:#e5e7eb}#driver-login-input{color:#e5e7eb}.help-cta{color:var(--accent);cursor:pointer}.app-btn{background-color:var(--accent);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;padding:.75rem .5rem;font-family:inherit;font-weight:700;font-size:large;width:100%;box-sizing:border-box}.google-btn{background:none;border:none;margin-top:1rem;display:inline-flex;align-items:center;justify-content:center}.app-btn:hover,.google-btn:hover{background-color:var(--accent-light, #1a8aff);color:#fff}.register-user,.login-redirect-user{margin-top:1rem}.register-user a,.login-redirect-user a{text-decoration:none;color:var(--accent)}.forgot-password-link,.cancel-btn{background:none;border:none;font-family:inherit;cursor:pointer;font-size:1rem;color:#9ca3af;margin-top:1rem}.forgot-password-link:hover,.forgot-password-link:focus{color:var(--accent)}@media (min-width: 992px){.registerLogin-container{max-width:600px;height:fit-content;box-shadow:0 4px 20px #0006;padding:1rem 2rem;background-color:#ffffff08;border:1px solid var(--border);position:relative;z-index:1;border-radius:10px;margin:0 auto}}.homepage-container{display:flex;flex-direction:column;margin:0 auto;box-sizing:border-box;align-items:stretch;max-width:100%;width:100%}.storefront-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#ffffff08;border-bottom:1px solid var(--border)}.storefront-header-info{display:flex;align-items:center;gap:14px;min-width:0}.storefront-header-logo{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center}.storefront-header-logo img{width:100%;height:100%;object-fit:cover}.storefront-header-logo-fallback{font-size:1.4rem;font-weight:700;color:#fff;background:var(--accent, #064688)}.storefront-header-details{min-width:0}.storefront-header-name{margin:0;font-size:1rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storefront-header-address{margin:2px 0 0;font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storefront-header-phone{margin:2px 0 0;font-size:.75rem;color:#9ca3af}.storefront-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}@media (max-width: 480px){.storefront-header{flex-direction:column;align-items:flex-start;gap:12px}.storefront-header-actions{width:100%}.storefront-header-actions .store-follow-btn{flex:1}.storefront-header-name{white-space:normal}}.products-section{box-sizing:border-box;width:100%;padding:1rem;margin:0;min-width:0;gap:1rem}.products-category-group{margin:0 auto;align-self:start}.followed-stores-section{padding:16px 12px 8px}.followed-stores-title{font-size:.82rem;color:#fff;margin:0 0 10px;font-weight:600}.followed-stores-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.followed-stores-row::-webkit-scrollbar{display:none}.followed-store-chip{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;flex-shrink:0;width:64px}.followed-store-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#fff;border:2px solid var(--accent);display:flex;align-items:center;justify-content:center}.followed-store-avatar img{width:100%;height:100%;object-fit:cover}.followed-store-name{font-size:.62rem;color:#e5e7eb;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:64px}.follow-cta-section{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;background:#0646881a;border:1px solid var(--accent-border);border-radius:10px;margin-bottom:8px}.follow-cta-text{margin:0;font-size:.78rem;color:#e5e7eb}.follow-cta-btn{padding:6px 16px;background:#064688;color:#fff;border-radius:20px;text-decoration:none;font-size:.78rem;font-weight:600;white-space:nowrap;transition:background .2s}.follow-cta-btn:hover{background:#053a70}.stores-header{text-align:center;padding:24px 0 16px}.stores-header h2{margin:0 0 4px;font-size:1rem;color:#fff}.stores-header p{margin:0;color:#9ca3af;font-size:.75rem}.stores-search{position:relative;max-width:400px;margin:12px auto 0}.stores-search-input{width:100%;padding:.55rem 2rem .55rem .85rem;border:1px solid var(--border);border-radius:10px;font-size:.75rem;font-family:inherit;color:#e5e7eb;background:#ffffff0f;outline:none;box-sizing:border-box;transition:border-color .2s;box-shadow:none}.stores-search-input:focus{border-color:var(--accent)}.stores-search-input::placeholder{color:#6b7280}.stores-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;font-size:1.2rem;cursor:pointer;padding:0 .25rem;line-height:1}.stores-search-clear:hover{color:#fff}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:0 4px}.store-card{display:flex;align-items:center;gap:14px;background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:16px;text-decoration:none;color:inherit;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.store-card:hover{box-shadow:0 4px 20px #0646884d;transform:translateY(-2px);border-color:#ffffff1f}.store-card-logo{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#fff;display:flex;align-items:center;justify-content:center}.store-card-logo img{width:100%;height:100%;object-fit:cover}.store-card-info h3{margin:0 0 4px;font-size:.85rem;color:#fff}.store-card-city{margin:0;font-size:.75rem;color:#9ca3af}.store-card-type{display:inline-block;margin-top:4px;font-size:.5rem;background:var(--accent);color:#fff;padding:2px 8px;border-radius:4px}.store-follow-btn{margin-left:auto;flex-shrink:0;padding:6px 14px;border-radius:20px;border:1.5px solid var(--accent, #064688);background:transparent;color:var(--accent, #064688);font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.store-follow-btn:hover{background:var(--accent, #064688);color:#fff}.store-follow-btn.following{background:var(--accent, #064688);color:#fff;border-color:var(--accent, #064688)}.store-follow-btn.following:hover{background:#064688;border-color:#064688}.store-follow-btn:disabled{opacity:.5;cursor:default}.promo-banner{width:100%;border-radius:10px;overflow:hidden;margin-bottom:.75rem}.promo-banner-img{width:100%;height:auto;display:block;object-fit:cover;max-height:180px;border-radius:10px}@media (min-width: 992px){.promo-banner-img{max-height:250px}}.products-loading{display:flex;align-items:center;justify-content:center;min-height:80vh;width:100%}.products-loading-logo{width:80px;height:80px;animation:pulse-logo 1.5s ease-in-out infinite}@keyframes pulse-logo{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}}.business-details-section{background:#ffffff08;border-bottom:1px solid var(--border);color:#e5e7eb;padding-bottom:2rem;text-align:center}.business-logo-placeholder{width:80px;height:80px;border-radius:10px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;margin:1rem auto;overflow:hidden}.business-logo-placeholder img{width:80px;height:80px}.business-name{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.business-address,.business-phone{color:#fff;font-size:.95rem;margin-bottom:1.5rem}.business-map-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.6rem 1.25rem;background:#ffffff1a;color:#fff;border-radius:10px;text-decoration:none;font-size:.9rem;font-weight:500;transition:background .2s}.business-map-btn:hover{background:#ffffff26}.business-map-icon{width:22px;height:22px}.brand-products{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0 auto;box-sizing:border-box;width:100%}.view-more-btn{display:block;margin:1rem auto;padding:.5rem 1.5rem;border:1px solid var(--border);background:#ffffff08;color:#e5e7eb;box-shadow:none;border-radius:6px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .2s,color .2s}.view-more-btn:hover{background-color:var(--accent);color:#fff;border-color:var(--accent)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 600px){.request-input-group{flex-direction:column}.request-button{width:100%;padding:.75rem}}@media (min-width: 992px){.category-brands{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;margin-left:25px}.brand-group{display:flex;flex-direction:column}.brand-products{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}}.pro-pitch-section{margin:2.5rem 0 1.5rem;padding:2rem 1.25rem;background:linear-gradient(145deg,#6366f114,#8b5cf60f);border:1px solid rgba(99,102,241,.18);border-radius:1rem}.pro-pitch-content h2{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.5rem}.pro-pitch-lead{font-size:.95rem;color:#d1d5db;line-height:1.6;margin-bottom:1.25rem}.pro-pitch-lead strong{color:#a78bfa}.pro-pitch-features{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.pro-pitch-feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.88rem;color:#e5e7eb;line-height:1.5}.pro-pitch-icon{color:#34d399;font-weight:700;flex-shrink:0;margin-top:1px}.pro-pitch-upgrade{margin-top:1.5rem;padding:1.25rem;background:#ffffff0a;border:1px solid rgba(139,92,246,.15);border-radius:.75rem;margin-bottom:1.25rem}.pro-pitch-upgrade h3{font-size:1.1rem;font-weight:600;color:#a78bfa;margin-bottom:.4rem}.pro-pitch-upgrade p{font-size:.88rem;color:#d1d5db;line-height:1.6}.pro-pitch-upgrade strong{color:#c4b5fd}.pro-pitch-closing{font-weight:600;color:#fff!important;margin-top:.5rem}.pro-pitch-btn{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:600;font-size:.95rem;border-radius:.5rem;text-decoration:none;transition:transform .15s,box-shadow .15s}.pro-pitch-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6366f159}.homepage-footer{background:#ffffff08;border-top:1px solid var(--border);color:#e5e7eb;padding:2rem 1rem;text-align:center}.footer-brand{margin-bottom:1.25rem}.footer-logo-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:.75rem}.footer-logo{color:#fff;font-size:1.5rem;margin:0 0 .25rem}.footer-tagline{color:#9ca3af;font-size:.95rem;margin:0 0 .25rem}.footer-service{color:#6b7280;font-size:.85rem;margin:0}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.25rem}.footer-link{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#06468826;color:var(--accent-light, #1a8aff);border:1px solid var(--accent-border);border-radius:10px;text-decoration:none;font-size:.85rem;font-weight:500;transition:background .2s}.footer-link:hover{background:#06468840}.footer-copy{color:#6b7280;font-size:.75rem;margin:0}.cart-container,.checkout-page,.order-confirmation-wrapper,.shared-cart-page{min-height:100vh;max-width:100vw;padding-bottom:1rem}.shared-cart-page h1{text-align:center;color:#fff}.shared-cart-page{padding:0rem 1rem}.shared-item-meta{margin-top:.5rem;margin-bottom:1rem}.favorites-section,.cart-section,.order-confirmation-content{padding:0rem 1rem}.favorites-list,.cart-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.favorites-item,.cart-item{display:flex;flex-direction:column}.cart-item-details{display:flex;align-items:center;justify-content:space-between;gap:8px}.cart-item-action,.checkout-btn,.clearcart-btn,.sharecart-btn,.savecart-btn,.share-button{border:none;border-radius:5px;background:#ffffff0f;color:#e5e7eb;padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.checkout-btn,.clearcart-btn{font-size:1.125rem;padding:.75rem 1rem;background-color:var(--accent);color:#fff;transition:background .3s ease,color .3s ease}.checkout-btn:hover,.clearcart-btn:hover,.checkout-btn:focus,.clearcart-btn:focus{background:var(--accent-light, #1a8aff);color:#fff}.cart-item-action:hover,.cart-item-action:focus,.sharecart-btn:hover,.sharecart-btn:focus,.share-button:hover,.share-button:focus{background:var(--accent);color:#fff}.sharecart-btn{height:50px;cursor:pointer}.savecart-btn{margin-left:auto;margin-right:auto;height:50px;width:100%;min-width:320px;max-width:300px;cursor:pointer;background:#064688;color:#fff}.savecart-btn:hover,.savecart-btn:focus{background:#ffb803;color:#191919}.save-cart-msg{font-size:.85rem;color:#064688;margin-left:8px}.share-link-block{display:flex;flex-direction:column;align-items:center}.share-link-input{width:80%;padding:.5rem;font-size:1rem;border:1px solid var(--border);border-radius:5px;margin-top:.5rem;background:#ffffff0f;color:#e5e7eb}.share-link-btns{display:flex;margin-top:.5rem}.cart-section h2{text-align:center;font-size:1.5rem;color:#fff}.shared-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;margin-bottom:1rem}.cart-summary{display:flex;flex-direction:column;margin-top:2rem;gap:12px}.cart-summary-total{font-size:1.5rem;font-weight:900;color:#fff;text-align:center}.cart-counter-total{font-family:Orbitron,monospace;background:#1a1f2b;color:#3f6;padding:.75rem 1rem;border-radius:8px;text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:2px;border:1px solid #2a3040;box-shadow:inset 0 2px 8px #00000080,0 1px 3px #33ff661a;text-shadow:0 0 8px rgba(51,255,102,.4)}.empty-cart-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:2rem}.favorites-remove{width:50%;border:none;background:var(--accent);color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.75rem}.favorites-remove:hover{background:#ffb803;color:#191919}.cart-grouped{display:flex;flex-direction:column;gap:1.5rem}.cart-wholesaler-group{background:#ffffff08;border:1px solid var(--border);border-radius:12px;padding:.75rem}.cart-wholesaler-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .25rem .75rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.cart-wholesaler-info{display:flex;flex-direction:column;gap:2px}.cart-wholesaler-name{font-weight:600;font-size:.95rem;color:#fff;text-decoration:none}a.cart-wholesaler-name:hover{color:var(--accent-light, #1a8aff);text-decoration:underline}.cart-wholesaler-count{font-size:.75rem;color:#9ca3af}.cart-wholesaler-total{font-family:Orbitron,monospace;font-weight:700;font-size:.95rem;color:#3f6;letter-spacing:1px;text-shadow:0 0 6px rgba(51,255,102,.3)}.cart-banner{margin-top:1rem;text-align:center}.cart-banner-img{width:100%;max-width:700px;border-radius:10px;object-fit:cover}.checkout-page h1{text-align:center;color:#ffb803}.checkout-items h2,.checkout-form h2,.order-details-section h2{text-align:center}.checkout-list,.checkout-item,.billing-summary{margin:0 auto;padding:.5rem}.money-back-summary{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#212121,#2a2a2a);border-radius:10px;box-shadow:0 4px 12px #ffb80333}.money-back-summary h3{text-align:center;color:#ffb803;margin-bottom:.75rem}.money-back-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.money-back-header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.money-back-icon{width:32px;height:32px}.money-back-button{display:flex;align-items:center;justify-content:center;background-color:#ffb803;color:#212121;border:2px solid #FFB803;gap:8px;border-radius:8px;cursor:pointer;transition:all .3s ease;padding:.75rem 1rem;font-family:inherit;font-weight:700;font-size:.875rem;flex:1;box-shadow:0 2px 6px #ffb8034d;max-height:50px}.money-back-button:hover:not(:disabled){background:#212121;color:#ffb803;border-color:#ffb803;transform:translateY(-2px);box-shadow:0 4px 12px #ffb80366}.money-back-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.money-back-button img{width:28px;height:28px}.money-back-amount{background:linear-gradient(135deg,#212529,#212121);color:#ffb803;padding:.75rem 1rem;font-size:1rem;font-weight:900;border-radius:8px;flex:1;margin:0;text-align:center;box-shadow:0 2px 6px #0003;border:2px solid #212121;display:flex;align-items:center;justify-content:center;max-height:50px}.discount-applied-info{margin-top:.75rem;padding:.75rem;background:#4caf501a;border-left:4px solid #4caf50;border-radius:6px}.discount-applied-info p{margin:0 0 .25rem;color:#4caf50;font-weight:700;font-size:.95rem}.discount-applied-info small{color:#ffb803;font-size:.75rem;font-weight:500}.discount-deduction{margin:.75rem 0;padding:.75rem;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:8px;color:#fff;font-weight:700;text-align:center;font-size:1rem;box-shadow:0 2px 6px #4caf504d}.total-bill,.cost-row.total{margin-top:.5rem;font-size:1.5rem;font-weight:900;color:#ffb803;text-align:center}.checkout-form{margin:0 auto;padding:.5rem;display:flex;flex-direction:column}.checkout-form label{text-align:center;padding:.5rem 0rem}.checkout-form input{width:100%;max-width:520px;box-sizing:border-box;border:1px solid var(--border);border-radius:8px;background-color:#ffffff0f;padding:.9rem .75rem;font-size:1.125rem;color:#e5e7eb;outline:none}.checkout-form input:focus{box-shadow:0 0 0 3px #ffb8031f;border-color:#ffb80399}.checkout-actions{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.place-order-button,.cancel-button{background-color:var(--bg-gray, #1a1f2b);color:#ffb803;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;padding:.75rem .5rem;font-family:inherit;font-weight:700;font-size:large}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:#ffb803;color:#212529}.continue-shopping-btn,.view-orders-button{display:inline-block;background-color:var(--bg-gray, #1a1f2b);color:#ffb803;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;padding:.75rem .5rem;font-family:inherit;font-weight:700;font-size:large;text-decoration:none;text-align:center}.place-order-button:hover,.cancel-button:hover,.place-order-button:focus,.cancel-button:focus,.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:#ffb803;color:#212529}.order-confirmation-wrapper h1{text-align:center;color:#ffb803}.order-actions{display:flex;flex-direction:column;justify-content:center;gap:1rem;text-align:center;margin-bottom:1rem}.shop-link{text-decoration:none;color:#e5e7eb}.continue-shopping-btn,.view-orders-button,.shop-link{text-decoration:none;font-size:1.125rem}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus,.shop-link:focus,.shop-link:hover{color:#064688}.error-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:50%;padding:1rem .5rem}.redirect-button{text-decoration:none;color:#e5e7eb}.redirect-button:focus,.redirect-button:hover{font-size:1.125rem}.product-image{width:100px;height:auto}.ozow-information{font-size:.875rem;text-align:center;margin-top:1rem;color:#9ca3af}.ozow-logos{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.ozow-logo{width:100px;height:auto;margin-top:.5rem}.shared-items-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;align-items:start;margin-top:1rem}.shared-item{background:#ffffff08;border:1px solid var(--border);border-radius:8px;padding:.75rem;box-shadow:0 2px 6px #00000040}.shared-item-card{display:flex;flex-direction:column;gap:.5rem;align-items:center}.shared-item-left{display:flex;flex-direction:column;gap:.25rem}.shared-item-title{font-weight:700;color:#ffb803}.shared-item-meta{color:#9ca3af;font-size:.9rem}.shared-actions{margin-top:.5rem}.shared-item .product-card{width:100%;max-width:320px}@media (min-width: 992px){.cart-container{margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:700px;padding-bottom:2rem}.cart-section{margin-top:1rem;box-shadow:0 4px 20px #0000004d;border:1px solid var(--border);padding:1rem 1.25rem;border-radius:10px}.cart-item{align-items:center}.cart-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.favorites-list{display:flex;flex-wrap:wrap;gap:1.5rem}.cart-item-details{font-size:.5rem}.cart-item-action{font-size:.5rem;padding:.5rem}.checkout-btn,.clearcart-btn,.sharecart-btn{min-width:300px;margin-right:auto;margin-left:auto}.checkout-list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.billing-summary,.order-costs{text-align:center}.checkout-form{max-width:600px;margin:0 auto;padding:1rem;gap:1rem;display:flex;flex-direction:column;align-items:center}.checkout-form input{max-width:500px}.place-order-button,.cancel-button{width:300px;margin:0 auto}.order-date{text-align:start}.order-items-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.continue-shopping-btn,.view-orders-button{width:300px;margin:0 auto;display:block;color:#ffb803}.continue-shopping-btn:hover,.view-orders-button:hover,.continue-shopping-btn:focus,.view-orders-button:focus{background:var(--accent);color:#fff}.shared-items-list{grid-template-columns:repeat(4,1fr);gap:1.5rem}.shared-item{padding:1rem}.shared-item .product-card{max-width:none}.shared-cart-page{max-width:1200px;margin:0 auto;padding:2rem 1rem}}.products-list{display:grid;grid-template-columns:repeat(1,1fr);list-style:none;padding:0;margin:0;box-sizing:border-box}.product-detail-error,.product-detail-empty{min-height:100vh;padding:1rem}.products-list-item{padding:0;margin:0;box-sizing:border-box}.product-card{width:100%;min-height:100px;text-align:left;box-shadow:none;border:1px solid var(--border);background:#ffffff08;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.75rem;align-items:center;cursor:pointer;box-sizing:border-box;margin-bottom:.5rem;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.product-card:hover{border-color:#06468866;transform:translateY(-3px);box-shadow:0 4px 20px #06468833}.product-card.product-card-special{background:#1a8aff0f;border:1.5px solid rgba(26,138,255,.5);position:relative;box-shadow:0 0 12px #1a8aff40,0 0 24px #06468826;animation:special-glow 2.5s ease-in-out infinite alternate}@keyframes special-glow{0%{box-shadow:0 0 10px #1a8aff33,0 0 20px #0646881a}to{box-shadow:0 0 16px #1a8aff66,0 0 32px #06468833}}.product-card-special-badge{position:absolute;top:6px;left:6px;background:linear-gradient(135deg,#1a8aff,#064688);color:#fff;font-size:.6rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;z-index:1;box-shadow:0 2px 8px #1a8aff66}.product-card-original-price{font-size:.72rem;color:#6b7280;text-decoration:line-through}.product-card.product-card-unavailable{opacity:.55;pointer-events:none;position:relative}.product-card-unavailable-badge{position:absolute;top:6px;right:6px;background:#ffffff1a;color:#9ca3af;font-size:.6rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.product-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;flex-shrink:0}.product-card-body{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.products-category-title{font-size:1rem}.product-card-name{font-size:.75rem;font-weight:600;color:var(--text)}.product-card-price{font-size:1rem;color:#fff;font-weight:900}.product-card-brand{font-size:.75rem;color:#9ca3af}.brand-title{font-size:.875rem;font-weight:700;color:var(--accent);margin-bottom:1rem}.add-to-cart-btn{margin-top:.85rem;width:100%;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center}.add-to-cart-icon{width:24px;height:24px}.cart-qty-controls{margin-top:.85rem;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.cart-qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--accent);background:transparent;color:var(--accent-light, #1a8aff);font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.cart-qty-btn:hover{background:var(--accent);color:#fff}.cart-qty-value{font-size:.9rem;font-weight:700;min-width:1.5rem;text-align:center}.product-subtotal{font-size:.8rem;font-weight:600;color:var(--accent);text-align:center;margin-top:.25rem}.product-detail-page{padding:1rem;max-width:1100px;margin:0 auto;box-sizing:border-box;min-height:100vh}.product-detail-back{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--accent-light, #1a8aff);font-size:1rem;margin-bottom:1rem;gap:.5rem;cursor:pointer}.product-detail-grid{display:grid;flex-direction:column;gap:1rem;align-items:start}.product-detail-image{width:100%;height:auto;border-radius:8px;object-fit:cover;box-shadow:0 8px 20px #1010101a;transition:box-shadow .18s ease,transform .18s ease}.product-detail-image:hover{box-shadow:0 14px 36px #10101024;transform:translateY(-2px)}.product-modal-title{font-size:1rem;font-weight:700}.product-modal-subtext .link-button{font-size:.875rem;color:var(--accent-light, #1a8aff);background:none;border:none;font-family:inherit;cursor:pointer}.product-modal-subtext .link-button:hover,.product-modal-subtext .link-button:focus{color:var(--accent-light, #1a8aff)}.product-modal-description{font-size:.75rem}.product-modal-subtext strong{color:#e5e7eb}.product-modal-price{color:var(--accent-light, #1a8aff);font-size:1rem;font-weight:700}.product-card-unit-price{margin-top:.5rem}.product-card-unit-price,.product-modal-unitprice{font-size:.75rem;color:#9ca3af}.product-detail-info{color:#9ca3af}.product-detail-actions{text-align:center}.decrease-qty,.increase-qty,.remove-from-cart{border:none;border-radius:5px;background:#191919;color:var(--accent-light, #1a8aff);padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.decrease-qty:hover,.increase-qty:hover,.remove-from-cart:hover,.decrease-qty:focus,.increase-qty:focus,.remove-from-cart:focus{background:var(--accent, #064688);color:#fff;transition:background .3s ease,color .3s ease}.add-to-cart{border:none;border-radius:5px;background:#191919;color:var(--accent-light, #1a8aff);padding:.5rem 1rem;font-family:inherit;margin-left:.4rem}.product-card{position:relative;overflow:visible}.product-card-media{position:relative}.favorite-btn{position:absolute;top:8px;right:8px;border-radius:8px;border:none;padding:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.favorite-btn svg{display:block}.favorite-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #1010101f}.favorite-btn.favorited svg{fill:#064688;stroke:none}.suggested-products-section{margin-top:1rem;padding-top:.5rem;border-top:1px solid var(--border)}.suggested-products-section h2{color:var(--accent);margin-bottom:1.5rem;text-align:center;font-size:1.5rem}.suggested-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;margin:0 auto}@media (min-width: 992px){.product-thumb{width:150px;height:150px}.product-card{width:200px;min-height:350px;max-height:350px;flex-direction:column}.product-card-name{font-size:.6rem}.product-card-price{font-size:1rem}.product-detail-page{max-width:100vw}.product-detail-grid{display:flex;flex-direction:row}.product-detail-image{width:350px;height:350px}.suggested-products-grid,.related-products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}}.filter-fab{position:fixed;bottom:1rem;left:1rem;width:50px;height:50px;border-radius:50%;background:var(--accent);border:none;box-shadow:0 2px 8px #0006;cursor:pointer;z-index:200;display:flex;align-items:center;justify-content:center;transition:transform .2s}.filter-fab:hover{background:var(--accent-light, #1a8aff);transform:scale(1.1)}.filter-fab img{width:28px;height:28px}.filter-modal-overlay{position:fixed;inset:0;background:#0006;z-index:300}.filter-modal{position:fixed;inset:0;background:var(--bg-one);z-index:301;display:flex;flex-direction:column;overflow-y:auto}.filter-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border);color:var(--text)}.filter-modal-header h3{margin:0;font-size:1rem;color:var(--text)}.filter-modal-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#9ca3af;padding:.25rem}.filter-modal-body{flex:1;padding:1.25rem;overflow-y:auto}.filter-search{margin-bottom:1.25rem}.filter-search-input{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:8px;font-size:.9rem;outline:none;background:#ffffff0f;color:#e5e7eb;box-sizing:border-box;transition:background-color .2s,color .2s}.filter-search-input:focus{border-color:var(--accent)}.filter-search-input::placeholder{color:#6b7280}.filter-section{margin-bottom:1.5rem}.filter-section h4.category-divider{color:#e5e7eb;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.4rem .9rem;border-radius:20px;border:1px solid var(--border);background:#ffffff08;color:#e5e7eb;font-size:.85rem;cursor:pointer;transition:all .15s}.filter-chip.active{background:#06468826;border-color:var(--accent);color:var(--accent-light, #1a8aff);font-weight:600}.filter-chip:hover{border-color:var(--accent)}.filter-modal-footer{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid var(--border)}.filter-clear-btn{flex:1;padding:.65rem;border:1px solid var(--border);background:#ffffff08;color:#e5e7eb;border-radius:8px;font-size:.9rem;cursor:pointer}.filter-clear-btn:hover{border:1px solid rgba(255,255,255,.12)}.filter-apply-btn{flex:1;padding:.65rem;border:none;background:#064688;color:var(--bg-one);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.filter-apply-btn:hover{background:#05376b}@media (min-width: 992px){.filter-modal{inset:0 auto 0 0;width:360px;border-right:1px solid var(--border);box-shadow:4px 0 16px #0006}.filter-fab{bottom:30px;left:30px;width:56px;height:56px}.filter-fab img{width:32px;height:32px}}
