.navbar{z-index:1000;box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;width:100%;padding:15px 40px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.navbar h2{color:#222;margin:0;font-size:24px}.nav-links{align-items:center;gap:22px;display:flex}.nav-links a{color:#222;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:#2874f0}.nav-links span{color:#222;font-size:16px;font-weight:500}.logout-btn{color:#fff;cursor:pointer;background:#e53935;border:none;border-radius:5px;padding:8px 14px;font-size:14px}.logout-btn:hover{background:#c62828}@media (width<=768px){.navbar{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 20px}.nav-links{flex-wrap:wrap;gap:12px;width:100%;display:flex}.nav-links a,.nav-links span{font-size:14px}}.cart-page{box-sizing:border-box;background:#f7f8fa;min-height:100vh;padding:45px 8% 70px}.cart-page>h1{color:#111827;margin:0 0 30px;font-size:32px}.cart-container{grid-template-columns:2fr 1fr;align-items:start;gap:30px;display:grid}.cart-products{flex-direction:column;gap:18px;display:flex}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:22px;padding:20px;transition:all .2s;display:flex}.cart-item:hover{box-shadow:0 8px 20px #00000012}.cart-item img{box-sizing:border-box;object-fit:contain;background:#f8fafc;border-radius:8px;width:150px;height:150px;padding:10px}.cart-info{flex:1}.cart-info h3{color:#111827;margin:5px 0 10px;font-size:18px}.cart-info>p{color:#2563eb;margin:0 0 18px;font-size:20px;font-weight:700}.quantity-controls{align-items:center;gap:15px;margin-bottom:18px;display:flex}.quantity-controls button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:5px;width:35px;height:35px;font-size:20px}.quantity-controls button:hover{color:#fff;background:#2563eb;border-color:#2563eb}.quantity-controls span{text-align:center;min-width:25px;font-size:17px;font-weight:700}.remove-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:5px;padding:8px 12px;font-size:13px;font-weight:600}.remove-btn:hover{color:#fff;background:#dc2626}.cart-summary{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:25px;position:sticky;top:85px;box-shadow:0 5px 15px #0000000d}.cart-summary h2{color:#111827;margin-top:0}.cart-summary p{color:#6b7280;justify-content:space-between;gap:20px;margin:18px 0;display:flex}.cart-summary p strong{color:#111827}.cart-summary hr{border:none;border-top:1px solid #eee;margin:20px 0}.cart-summary>h2:last-of-type{color:#111827;justify-content:space-between;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;width:100%;margin-top:15px;padding:14px;font-size:16px;font-weight:600}.checkout-btn:hover{background:#1d4ed8}.cart-page>p{color:#6b7280}.cart-page>a button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:12px 24px;font-weight:600}.cart-page>a button:hover{background:#1d4ed8}@media (width<=800px){.cart-page{padding-left:20px;padding-right:20px}.cart-container{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=550px){.cart-item{flex-direction:column}.cart-item img{width:100%;height:220px}}.home{background:#f7f8fa;min-height:100vh}.hero{color:#fff;background:linear-gradient(120deg,#111827,#2563eb);align-items:center;min-height:420px;padding:40px 8%;display:flex}.hero-content{max-width:650px}.hero-badge{background:#ffffff26;border-radius:20px;padding:8px 14px;font-size:14px;display:inline-block}.hero h1{margin:18px 0;font-size:56px;line-height:1.05}.hero p{color:#e5e7eb;margin-bottom:25px;font-size:19px}.shop-btn{color:#2563eb;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:13px 25px;font-size:16px;font-weight:600}.shop-btn:hover{transform:translateY(-2px)}.categories{padding:45px 8%}.categories h2{margin-bottom:25px}.category-list{flex-wrap:wrap;gap:20px;display:flex}.category{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;align-items:center;gap:10px;min-width:130px;padding:20px;font-size:32px;transition:all .2s;display:flex}.category span{font-size:15px;font-weight:600}.category:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.featured{padding:10px 8% 50px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.section-heading h2{margin:0}.section-heading p{color:#6b7280;margin-top:6px}.section-heading a{color:#2563eb;font-weight:600;text-decoration:none}.home-products{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.home-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .25s;overflow:hidden}.home-product-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.product-image{background:#f8fafc;justify-content:center;align-items:center;height:230px;display:flex;position:relative}.product-image img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:15px;transition:all .3s}.home-product-card:hover .product-image img{transform:scale(1.05)}.discount{z-index:2;color:#fff;background:#16a34a;border-radius:4px;padding:5px 8px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.product-info{padding:16px}.category-name{color:#6b7280;text-transform:capitalize;margin:0 0 7px;font-size:12px}.product-title{color:#111827;text-decoration:none}.product-title h3{height:42px;margin:0;font-size:16px;line-height:21px}.rating{color:#555;margin:12px 0;font-size:13px}.price-row{align-items:center;gap:10px;margin-bottom:15px;display:flex}.price{color:#111827;font-size:19px;font-weight:700}.old-price{color:#9ca3af;font-size:13px;text-decoration:line-through}.view-btn{text-align:center;color:#fff;background:#2563eb;border-radius:5px;padding:10px;font-size:14px;font-weight:600;text-decoration:none;display:block}.view-btn:hover{background:#1d4ed8}.offer-banner{color:#fff;background:#111827;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;margin:20px 8% 60px;padding:35px 40px;display:flex}.offer-banner span{color:#93c5fd;font-size:12px;font-weight:700}.offer-banner h2{max-width:600px;margin:8px 0;font-size:27px}.offer-banner p{color:#d1d5db;margin:0}.offer-banner button{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:6px;padding:12px 20px;font-weight:600}.loading{justify-content:center;align-items:center;min-height:60vh;display:flex}@media (width<=1100px){.home-products{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.hero h1{font-size:42px}.home-products{grid-template-columns:repeat(2,1fr)}.offer-banner{flex-direction:column;align-items:flex-start}}@media (width<=550px){.hero{min-height:350px;padding:30px 20px}.hero h1{font-size:36px}.categories,.featured{padding-left:20px;padding-right:20px}.home-products{grid-template-columns:1fr}.section-heading{align-items:flex-start;gap:10px}.offer-banner{margin-left:20px;margin-right:20px;padding:25px}}.products-page{background:#f7f8fa;min-height:100vh;padding-bottom:60px}.products-header{color:#fff;background:linear-gradient(120deg,#111827,#2563eb);padding:55px 8%}.products-badge{background:#ffffff26;border-radius:20px;padding:7px 13px;font-size:13px;display:inline-block}.products-header h1{margin:15px 0 8px;font-size:45px}.products-header p{color:#dbeafe;margin:0;font-size:17px}.products-controls{align-items:center;gap:15px;width:84%;margin:30px auto 15px;display:flex}.search-box{background:#fff;border:1px solid #ddd;border-radius:7px;flex:1;align-items:center;gap:10px;padding:11px 15px;display:flex}.search-box input{border:none;outline:none;width:100%;font-size:15px}.products-controls select{cursor:pointer;text-transform:capitalize;background:#fff;border:1px solid #ddd;border-radius:7px;outline:none;padding:12px 15px}.product-count{width:84%;margin:0 auto 20px}.product-count p{color:#6b7280;font-size:14px}.products-grid{grid-template-columns:repeat(4,1fr);gap:22px;width:84%;margin:auto;display:grid}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:all .25s;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001a}.product-image-box{background:#f8fafc;justify-content:center;align-items:center;height:235px;display:flex;position:relative}.product-image-box img{object-fit:contain;width:100%;height:100%;padding:15px;transition:all .3s}.product-card:hover .product-image-box img{transform:scale(1.06)}.discount-badge{z-index:2;color:#fff;background:#16a34a;border-radius:4px;padding:5px 8px;font-size:12px;font-weight:600;position:absolute;top:12px;left:12px}.product-card-info{padding:16px}.product-category{color:#6b7280;text-transform:capitalize;margin:0 0 7px;font-size:12px}.product-name{color:#111827;text-decoration:none}.product-name h3{height:40px;margin:0;font-size:17px;line-height:20px}.product-description{color:#6b7280;height:38px;margin:10px 0;font-size:13px;line-height:19px}.product-rating{color:#374151;margin:12px 0;font-size:13px}.product-rating span{color:#6b7280}.product-price-row{align-items:center;gap:10px;margin-bottom:15px;display:flex}.product-price-row strong{color:#111827;font-size:20px}.product-price-row span{color:#9ca3af;font-size:13px;text-decoration:line-through}.details-button{color:#fff;text-align:center;background:#2563eb;border-radius:5px;padding:10px;font-size:14px;font-weight:600;text-decoration:none;display:block}.details-button:hover{background:#1d4ed8}.no-products{text-align:center;background:#fff;border-radius:10px;width:84%;margin:80px auto;padding:50px}.no-products p{color:#6b7280}.products-loading{justify-content:center;align-items:center;min-height:60vh;display:flex}@media (width<=1100px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=800px){.products-controls{flex-wrap:wrap}.search-box{flex-basis:100%}.products-grid{grid-template-columns:repeat(2,1fr)}.products-header h1{font-size:38px}}@media (width<=550px){.products-header{padding:40px 20px}.products-header h1{font-size:32px}.products-controls{width:90%}.products-grid{grid-template-columns:1fr;width:90%}.product-count{width:90%}}.product-details{align-items:center;gap:50px;padding:50px;display:flex}.product-image img{object-fit:contain;width:400px;height:400px}.product-info{max-width:500px}.product-info h1{font-size:35px}.product-info h2{color:#e63946}.product-info p{margin:15px 0;font-size:18px}.product-info button{cursor:pointer;border:none;padding:12px 25px;font-size:16px}.checkout-page{max-width:1100px;margin:40px auto;padding:20px}.checkout-layout{grid-template-columns:2fr 1fr;gap:30px;display:grid}.checkout-form,.checkout-summary{border:1px solid #ddd;border-radius:10px;padding:25px}.checkout-form input,.checkout-form textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;width:100%;margin:10px 0;padding:13px}.checkout-form textarea{resize:vertical;height:100px}.payment-option{margin:15px 0;display:block}.payment-option input{width:auto;margin-right:10px}.place-order-btn{cursor:pointer;border:none;width:100%;margin-top:20px;padding:14px;font-size:16px}.checkout-item,.checkout-summary>div{justify-content:space-between;gap:15px;margin:15px 0;display:flex}.checkout-total{font-size:20px;font-weight:700}@media (width<=768px){.checkout-layout{grid-template-columns:1fr}}.orders-page{box-sizing:border-box;background:#f7f8fa;min-height:100vh;padding:45px 8% 70px}.orders-page>h1{color:#111827;margin:0 0 30px;font-size:32px}.orders-container{flex-direction:column;gap:22px;display:flex}.order-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:25px;transition:all .25s}.order-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000014}.order-header{justify-content:space-between;align-items:center;gap:20px;display:flex}.order-header h3{color:#111827;margin:0 0 8px;font-size:18px}.order-header p{color:#6b7280;margin:0;font-size:13px}.order-status{color:#15803d;white-space:nowrap;background:#dcfce7;border-radius:20px;padding:7px 13px;font-size:13px;font-weight:600}.order-card hr{border:none;border-top:1px solid #eee;margin:22px 0}.customer-info{margin:20px 0 25px}.customer-info h3{margin-bottom:12px;font-size:17px}.customer-info p{color:#4b5563;margin:8px 0;font-size:14px}.ordered-products{flex-direction:column;gap:12px;display:flex}.ordered-product{background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;align-items:center;gap:18px;padding:15px;display:flex}.ordered-product img{object-fit:contain;background:#fff;border-radius:6px;width:85px;height:85px}.ordered-product h4{color:#111827;margin:0 0 8px;font-size:15px}.ordered-product p{color:#6b7280;margin:5px 0;font-size:13px}.order-footer{color:#4b5563;border-top:1px solid #eee;justify-content:space-between;gap:20px;margin-top:22px;padding-top:20px;font-size:14px;display:flex}.order-footer span:last-child{color:#111827;font-size:18px;font-weight:700}.view-order{color:#2563eb;text-align:right;margin:18px 0 0;font-size:13px;font-weight:600}.no-orders{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:80px 20px}.no-orders h2{margin-bottom:10px}.no-orders p{color:#6b7280}@media (width<=650px){.orders-page{padding-left:20px;padding-right:20px}.order-header{flex-direction:column;align-items:flex-start}.order-footer{flex-direction:column}.ordered-product{align-items:flex-start}.view-order{text-align:left}}.wishlist-page{box-sizing:border-box;background:#f7f8fa;min-height:100vh;padding:45px 8% 70px}.wishlist-page h1{color:#111827;margin:0 0 30px;font-size:32px}.wishlist-container{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.wishlist-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:0;transition:all .25s;overflow:hidden}.wishlist-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001a}.wishlist-card a{color:#111827;text-decoration:none;display:block}.wishlist-card img{box-sizing:border-box;object-fit:contain;background:#f8fafc;width:100%;height:220px;padding:15px;transition:all .3s}.wishlist-card:hover img{transform:scale(1.05)}.wishlist-card h3{height:42px;margin:16px 16px 8px;font-size:16px;line-height:21px}.wishlist-card p{color:#2563eb;margin:0 16px 15px;font-size:20px;font-weight:700}.wishlist-card button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;width:calc(100% - 32px);margin:0 16px 16px;padding:11px;font-size:14px;font-weight:600;transition:all .2s}.wishlist-card button:hover{color:#fff;background:#dc2626}.empty-wishlist{text-align:center;background:#f7f8fa;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:80px 20px;display:flex}.empty-wishlist h1{margin-bottom:10px}.empty-wishlist p{color:#6b7280;margin-bottom:25px}.empty-wishlist button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:12px 24px;font-weight:600}.empty-wishlist button:hover{background:#1d4ed8}@media (width<=1000px){.wishlist-container{grid-template-columns:repeat(3,1fr)}}@media (width<=750px){.wishlist-page{padding-left:20px;padding-right:20px}.wishlist-container{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.wishlist-container{grid-template-columns:1fr}}.login-page{justify-content:center;align-items:center;min-height:80vh;display:flex}.login-form{border:1px solid #ddd;border-radius:10px;width:350px;padding:30px}.login-form h1{text-align:center;margin-bottom:25px}.login-form input{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;width:100%;margin:8px 0;padding:12px}.login-form button{cursor:pointer;border:none;width:100%;margin-top:15px;padding:12px}.login-form p{text-align:center;margin-top:20px}.register-page{justify-content:center;align-items:center;min-height:80vh;display:flex}.register-form{border:1px solid #ddd;border-radius:10px;width:350px;padding:30px}.register-form h1{text-align:center;margin-bottom:25px}.register-form input{box-sizing:border-box;border:1px solid #ccc;border-radius:5px;width:100%;margin:8px 0;padding:12px}.register-form button{cursor:pointer;border:none;width:100%;margin-top:15px;padding:12px}.register-form p{text-align:center;margin-top:20px}.order-details-page{max-width:1000px;margin:40px auto;padding:20px}.order-details-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;gap:20px;padding-bottom:20px;display:flex}.order-details-header h1{margin-bottom:10px}.order-details-header p{margin:5px 0}.order-status{border-radius:20px;padding:8px 15px}.customer-box,.products-box,.payment-box{border:1px solid #ddd;border-radius:10px;margin-top:25px;padding:25px}.customer-box p{margin:10px 0}.detail-product{border-bottom:1px solid #eee;align-items:center;gap:25px;padding:20px 0;display:flex}.detail-product:last-child{border-bottom:none}.detail-product img{object-fit:contain;width:120px;height:120px}.detail-product h3{margin-top:0}.detail-product p{margin:7px 0}.payment-box p{font-size:17px}.back-orders-btn{cursor:pointer;border:none;margin-top:25px;padding:12px 20px}@media (width<=600px){.order-details-header{flex-direction:column;align-items:flex-start}.detail-product{align-items:flex-start}.detail-product img{width:90px;height:90px}}
