.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh}.login-card{animation:fadeIn .6s ease;background:#fff;border-radius:12px;box-shadow:0 15px 40px #0003;padding:30px;text-align:center;width:360px}.login-card h2{color:#333;margin-bottom:5px}.input-group input{border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;padding:12px;transition:border .3s;width:100%}.input-group input:focus{border-color:#667eea}.login-btn{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:12px;transition:.3s;width:100%}.login-btn:hover{background:#5a67d8}.links{margin-top:12px}.links a{color:#667eea;font-size:14px;text-decoration:none}.register-text{font-size:14px;margin-top:15px}.register-text a{color:#764ba2;font-weight:600;margin-left:5px}.register-page{align-items:center;background:linear-gradient(135deg,#43cea2,#185a9d);display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh}.register-card{animation:fadeIn .6s ease;background:#fff;border-radius:12px;box-shadow:0 15px 40px #0003;padding:30px;text-align:center;width:380px}.register-card h2{color:#333;margin-bottom:5px}.input-group{margin-bottom:15px}.input-group input,.otp-box input{border:1px solid #ddd;border-radius:8px;font-size:14px;outline:none;padding:12px;transition:border .3s;width:100%}.input-group input:focus,.otp-box input:focus{border-color:#43cea2}.otp-box input{font-size:18px;letter-spacing:4px;text-align:center}.register-btn{background:#43cea2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:12px;transition:.3s;width:100%}.register-btn:hover{background:#2fb98e}.resend{color:#185a9d;cursor:pointer;font-size:14px;margin-top:12px}.login-link{font-size:14px;margin-top:18px}.login-link a{color:#185a9d;font-weight:600;margin-left:5px}.forgot-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh}.forgot-card{animation:slideUp .5s ease;background:#fff;border-radius:12px;box-shadow:0 15px 40px #00000040;padding:30px;text-align:center;width:360px}.forgot-card h2{color:#333;margin-bottom:5px}.subtitle{color:#777;font-size:14px;margin-bottom:20px}.forgot-card input{border:1px solid #ddd;border-radius:8px;font-size:14px;margin-bottom:14px;outline:none;padding:12px;transition:border .3s;width:100%}.forgot-card input:focus{border-color:#667eea}.otp-input{font-size:18px;letter-spacing:4px;text-align:center}.forgot-card button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;padding:12px;transition:.3s;width:100%}.forgot-card button:hover{background:#5563c1}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.admin-container{background:#f5f6fa;font-family:Arial,sans-serif;min-height:100vh}.sidebar{background:#111827;color:#fff;padding:20px;width:230px}.logo{font-size:25px;font-weight:700;margin-bottom:25px;text-align:center}.sidebar-item{border-radius:6px;color:#d1d5db;display:block;margin:10px 0;padding:12px;text-decoration:none}.sidebar-item.active,.sidebar-item:hover{background:#1f2937;color:#fff}.logout{background:#b91c1c;margin-top:30px}.main-content{flex:1 1;padding:25px}.title{font-size:28px}.card,.title{margin-bottom:20px}.card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:18px}.form-card input,.form-card textarea{border:1px solid #ccc;border-radius:6px;margin:7px 0;padding:12px;width:100%}.btn-primary{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:12px 20px}.product-grid{grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.product-card{text-align:center}.product-img{border-radius:10px;cursor:pointer;height:170px;object-fit:cover;width:100%}.price{font-weight:700;margin:10px 0}.actions{display:flex;justify-content:space-between}.btn-edit{background:#16a34a}.btn-delete,.btn-edit{border:none;border-radius:5px;color:#fff;padding:8px 15px}.btn-delete{background:#dc2626}.modal{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;position:fixed}.modal-img{border-radius:10px;max-height:90%;max-width:90%}.sidebar{height:100vh;left:0;position:fixed;top:0;width:240px;z-index:1000}.main-content{margin-left:260px}.admin-container,.search-row{display:flex}.search-row{gap:10px;margin-bottom:15px}.search-row input{padding:6px;width:200px}.order-card{background:#fff;border-radius:8px;box-shadow:0 2px 6px #00000014;margin-bottom:12px;padding:12px}.order-head{display:flex;font-size:14px;justify-content:space-between}.product-row{display:flex;gap:8px;margin:8px 0}.product-row img{border-radius:5px;height:60px;object-fit:cover;width:60px}.address{color:#555;font-size:13px}.shipping-box{display:flex;gap:10px;margin-top:8px}.shipping-box input{padding:6px;width:180px}:root{--primary:#3b82f6;--primary-dark:#2563eb;--secondary:#8b5cf6;--accent:#10b981;--light:#f8fafc;--dark:#1e293b;--gray:#64748b;--gray-light:#e2e8f0;--border-radius:8px;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-hover:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.homepage-container{max-width:100%;overflow-x:hidden}.home-header{background:linear-gradient(135deg,#1e293b,#0f172a);background:linear-gradient(135deg,var(--dark) 0,#0f172a 100%);border-bottom:3px solid #3b82f6;border-bottom:3px solid var(--primary);color:#fff;overflow:hidden;padding:.75rem 0;position:relative}.header-content{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 1.5rem}.header-content,.logo{align-items:center;display:flex}.logo{color:#fff;font-size:1.5rem;font-weight:800;gap:.5rem}.logo:before{content:"👑";font-size:1.75rem}.header-subtitle{color:#cbd5e1;font-size:.75rem;margin-top:.25rem}.header-features{display:flex;font-size:.75rem;gap:1rem}.header-features span{align-items:center;background:#ffffff1a;border-radius:15px;display:flex;gap:.375rem;padding:.375rem .75rem}.coupon-banner{background:linear-gradient(90deg,#ff6b6b,orange);font-size:.875rem;font-weight:500;overflow:hidden;padding:.5rem 1.5rem;position:relative}.top-filter-bar{background:#f0baba;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px 0 #0000000d;padding:.5rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.filter-sections{align-items:center;display:flex;gap:2rem}.filter-section{flex:1 1;min-width:0}.filter-title{align-items:center;color:#64748b;color:var(--gray);display:flex;font-size:.7rem;font-weight:600;gap:.375rem;letter-spacing:.5px;margin-bottom:.375rem;text-transform:uppercase}.filter-title span{font-size:.9rem}.category-scroll{display:flex;gap:.375rem;overflow-x:auto;padding-bottom:.125rem;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-btn{background:#fff;border:1px solid #e5e7eb;border-radius:15px;cursor:pointer;flex-shrink:0;font-size:.75rem;font-weight:500;padding:.375rem .75rem;transition:all .15s ease;white-space:nowrap}.category-btn:hover{border-color:#3b82f6;border-color:var(--primary);transform:translateY(-1px)}.category-btn.active{border-color:#0000;box-shadow:0 2px 4px #0000001a;color:#fff;font-weight:600}.category-btn.active[data-category=all]{background:linear-gradient(135deg,#3b82f6,#60a5fa);background:linear-gradient(135deg,var(--primary),#60a5fa)}.category-btn.active[data-category*=electronics],.category-btn.active[data-category*=tech]{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.category-btn.active[data-category*=clothing],.category-btn.active[data-category*=fashion]{background:linear-gradient(135deg,#ec4899,#8b5cf6)}.category-btn.active[data-category*=home],.category-btn.active[data-category*=kitchen]{background:linear-gradient(135deg,#10b981,#3b82f6)}.category-btn.active[data-category*=books],.category-btn.active[data-category*=stationery]{background:linear-gradient(135deg,#f59e0b,#ec4899)}.category-btn.active[data-category*=fitness],.category-btn.active[data-category*=sports]{background:linear-gradient(135deg,#10b981,#3b82f6)}.category-btn.active[data-category*=beauty],.category-btn.active[data-category*=health]{background:linear-gradient(135deg,#ec4899,#f59e0b)}.sort-buttons{display:flex;flex-wrap:wrap;gap:.375rem}.sort-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:15px;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;transition:all .15s ease;white-space:nowrap}.sort-btn:hover{border-color:#3b82f6;border-color:var(--primary);transform:translateY(-1px)}.sort-btn.active{border-color:#0000;box-shadow:0 2px 4px #0000001a;color:#fff;font-weight:600}.sort-btn.active[data-sort=featured]{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.sort-btn.active[data-sort=price-low]{background:linear-gradient(135deg,#10b981,#34d399)}.sort-btn.active[data-sort=price-high]{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.sort-btn.active[data-sort=rating]{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.mobile-filter-toggle{background:#3b82f6;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:none;font-size:.75rem;font-weight:600;margin-top:.375rem;padding:.5rem;transition:all .15s ease;width:100%}.mobile-filter-toggle:hover{background:#2563eb;background:var(--primary-dark)}.mobile-filter-menu{background:#fff;bottom:0;display:none;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;transform:translateX(-100%);transition:transform .2s ease;z-index:1000}.mobile-filter-menu.open{transform:translateX(0)}.mobile-categories{margin-bottom:1.5rem}.mobile-categories h3,.mobile-sort h3{align-items:center;color:#1e293b;color:var(--dark);display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.mobile-category-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:block;font-size:.75rem;margin-bottom:.375rem;padding:.5rem .75rem;text-align:left;transition:all .15s ease;width:100%}.mobile-category-btn.active{background:#3b82f6;background:var(--primary);border-color:#3b82f6;border-color:var(--primary);color:#fff}.mobile-sort-options{display:flex;flex-direction:column;gap:.375rem}.mobile-sort-option{align-items:center;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;transition:all .15s ease}.mobile-sort-option:hover{border-color:#3b82f6;border-color:var(--primary)}.mobile-sort-option input[type=radio]{accent-color:#3b82f6;accent-color:var(--primary);height:.875rem;width:.875rem}.mobile-sort-option span{flex:1 1;font-size:.75rem}.main-content{margin:0 auto;max-width:1400px;padding:1.25rem 1.5rem}.search-container{margin-bottom:1.5rem;position:relative}.search-box{margin:0 auto .75rem;max-width:500px;position:relative;width:100%}.search-icon{color:#64748b;color:var(--gray);font-size:.875rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:25px;color:#1e293b;color:var(--dark);font-size:.875rem;padding:.625rem 1rem .625rem 2.5rem;transition:all .15s ease;width:100%}.search-input:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.result-count{color:#64748b;color:var(--gray);font-size:.75rem;font-weight:500;text-align:center}.product-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);width:100%}.product-card{background:#f5d4d4;border:1px solid #ddfe9c;border-radius:8px;border-radius:var(--border-radius);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .2s ease}.product-card:hover{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.product-image{background:#f6bbda;height:160px;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:contain;padding:1rem;transition:transform .2s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.03)}.discount-badge{background:#ef4444;border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;left:.5rem;padding:.125rem .5rem}.discount-badge,.wishlist-btn{position:absolute;top:.5rem;z-index:2}.wishlist-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);cursor:pointer;display:flex;font-size:.875rem;height:28px;justify-content:center;right:.5rem;transition:all .15s ease;width:28px}.wishlist-btn:hover{background:#3b82f6;background:var(--primary);color:#fff}.product-info{display:flex;flex:1 1;flex-direction:column;padding:.75rem}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;color:var(--dark);display:-webkit-box;font-size:.875rem;font-weight:600;height:2.3em;line-height:1.3;margin-bottom:.375rem;overflow:hidden}.product-category{align-self:flex-start;background:#f1f5f9;border-radius:10px;color:#64748b;color:var(--gray);display:inline-block;font-size:.7rem;font-weight:500;margin-bottom:.5rem;padding:.125rem .5rem}.price-section{align-items:center;display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem}.original-price{color:#64748b;color:var(--gray);font-size:.7rem;font-weight:500;text-decoration:line-through}.discounted-price{color:#dc2626;font-size:1rem;font-weight:700}.current-price{color:#1e293b;color:var(--dark);font-size:1rem;font-weight:700}.stock-status{align-items:center;display:flex;font-size:.7rem;font-weight:500;gap:.25rem;margin-bottom:.5rem}.in-stock{color:#10b981;color:var(--accent)}.out-of-stock{color:#dc2626}.action-buttons{display:flex;gap:.375rem;margin-bottom:.5rem;margin-top:auto}.add-to-cart-btn,.buy-now-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.7rem;font-weight:600;padding:.5rem;transition:all .15s ease}.add-to-cart-btn{background:#3b82f6;background:var(--primary);color:#fff}.add-to-cart-btn:hover:not(:disabled){background:#2563eb;background:var(--primary-dark)}.buy-now-btn{background:#8b5cf6;background:var(--secondary);color:#fff}.buy-now-btn:hover:not(:disabled){background:#7c3aed}.add-to-cart-btn:disabled,.buy-now-btn:disabled{cursor:not-allowed;opacity:.5}.description-toggle{background:none;border:none;color:#3b82f6;color:var(--primary);cursor:pointer;font-size:.7rem;font-weight:500;margin-top:.375rem;padding:.25rem 0;text-align:left;transition:color .15s ease}.description-toggle:hover{color:#2563eb;color:var(--primary-dark)}.product-description{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;color:#1e293b;color:var(--dark);font-size:.7rem;line-height:1.4;margin-top:.5rem;padding:.5rem}.image-preview-modal{align-items:center;animation:fadeIn .3s ease;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{align-items:center;animation:zoomIn .3s ease;display:flex;height:auto;justify-content:center;max-height:95%;max-width:95%;position:relative;width:auto}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-content img{border-radius:8px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:100%;object-fit:contain}.close-modal{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;padding:.5rem;position:fixed;right:1.5rem;top:1.5rem;transition:all .2s ease;width:50px;z-index:10000}.close-modal:hover{background:#fff3;transform:scale(1.1)}.loading-container{grid-column:1/-1;padding:3rem 1rem;text-align:center}.loader{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#3b82f6;border-top:2px solid var(--primary);height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.no-products{grid-column:1/-1;padding:3rem 1rem;text-align:center}.no-products p{color:#64748b;color:var(--gray);font-size:1rem;margin-bottom:1rem}.reset-btn{background:#3b82f6;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;transition:all .15s ease}.reset-btn:hover{background:#2563eb;background:var(--primary-dark)}@media (min-width:1600px){.product-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.header-content{flex-direction:column;text-align:center}.header-features{justify-content:center}.modal-content img{max-height:85vh}}@media (max-width:768px){.product-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.top-filter-bar{padding:.375rem 1rem}.filter-sections{display:none}.mobile-filter-menu,.mobile-filter-toggle{display:block}.product-image{height:140px}.action-buttons{flex-direction:column}.add-to-cart-btn,.buy-now-btn{width:100%}.modal-content img{max-height:80vh}.close-modal{font-size:1.5rem;height:40px;right:1rem;top:1rem;width:40px}}@media (max-width:480px){.main-content{padding:1rem}.product-grid{gap:.5rem;grid-template-columns:repeat(2,1fr)}.product-image{height:120px}.product-info{padding:.5rem}.product-title{font-size:.75rem}.current-price,.discounted-price{font-size:.875rem}.search-input{font-size:.75rem;padding:.5rem .75rem .5rem 2.25rem}.search-icon{left:.75rem}.logo{font-size:1.25rem}.header-features,.header-subtitle{font-size:.7rem}.modal-content{max-height:100%;max-width:100%}.modal-content img{max-height:75vh}.close-modal{font-size:1.25rem;height:35px;right:.75rem;top:.75rem;width:35px}}@media (max-width:360px){.product-grid{grid-template-columns:1fr}.main-content{padding:.75rem}.product-card{margin:0 auto;max-width:260px}.modal-content img{max-height:70vh}}.coupon-banner{align-items:center;background:linear-gradient(90deg,#ff9800,#ff5722);border-radius:0;box-shadow:0 4px 10px #00000026;color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:center;letter-spacing:.5px;margin:0;padding:14px 15px;text-align:center;width:100%}
/*# sourceMappingURL=main.e6b5b5cf.css.map*/