:root{--primary:#000;--secondary:#070707;--dark:#333;--light:#fff;--accent:#feca57}a,button{transition:all .3s ease}.cart-container{margin:30px auto;max-width:1200px;padding:0 20px}.cart-title{color:var(--dark);font-size:32px;margin-bottom:30px;padding-bottom:15px;position:relative;text-align:center}.cart-title:after{background:var(--accent);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.cart-content{display:flex;flex-wrap:wrap;gap:30px}.cart-items{flex:1 1;min-width:0}.empty-cart{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:16px;color:#95a5a6;font-size:18px;font-weight:500;margin:20px 0;padding:60px 40px;position:relative;text-align:center}.empty-cart:before{content:"🛒";display:block;font-size:48px;margin-bottom:20px;opacity:.6}.cart-summary{min-width:300px;width:350px}.cart-item{background:linear-gradient(135deg,#fff,#f8f9fa);border:none;border-radius:16px;box-shadow:0 8px 32px #00000014;display:flex;gap:25px;margin-bottom:25px;overflow:hidden;padding:25px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.cart-item:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:3px;left:0;position:absolute;right:0;top:0}.cart-item:hover{box-shadow:0 16px 48px #0000001f;transform:translateY(-4px)}.cart-item-image{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;height:140px;justify-content:center;min-width:140px;overflow:hidden;padding:15px;position:relative;width:140px}.cart-item-image:before{background:linear-gradient(45deg,#0000 30%,#ffffff4d 50%,#0000 70%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%);transition:transform .6s ease}.cart-item-image:hover:before{transform:translateX(100%)}.cart-item-image img{border-radius:8px;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.cart-item-image:hover img{transform:scale(1.05)}.item-details-container{display:flex}.item-details,.item-details-container{flex:1 1;flex-direction:column;min-width:0}.item-title{color:#2c3e50;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease;white-space:nowrap}.item-title:hover{color:#667eea}.item-price{color:#e74c3c;font-size:20px;font-weight:800;gap:8px;margin-bottom:8px}.item-availability,.item-price{align-items:center;display:flex}.item-availability{color:#27ae60;font-size:14px;font-weight:600;gap:6px;margin-bottom:20px}.item-actions{flex-direction:column;gap:15px;margin-top:auto}.quantity-selector-container{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.quantity-selector{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;overflow:hidden;transition:all .3s ease}.quantity-selector:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.quantity-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;font-size:12px;height:36px;justify-content:center;transition:all .3s ease;width:36px}.quantity-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);transform:scale(1.05)}.quantity-btn.loading{cursor:not-allowed;opacity:.6}.quantity-input{-moz-appearance:textfield;background:#0000;border:none;color:#2c3e50;font-size:16px;font-weight:600;height:36px;text-align:center;width:50px}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.remove-item{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:10px;box-shadow:0 4px 12px #e74c3c4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;max-width:200px;padding:10px 20px;transition:all .3s ease;width:100%}.remove-item:hover{background:linear-gradient(135deg,#c0392b,#a93226);box-shadow:0 6px 16px #e74c3c66;transform:translateY(-2px)}.cart-item-price{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;justify-content:center;min-width:150px;padding:20px;transition:all .3s ease}.cart-item-price:hover{background:linear-gradient(135deg,#fff,#f8f9fa);border-color:#667eea}.cart-item-price h3{color:#2c3e50;font-size:14px;font-weight:600;line-height:1.2;margin-bottom:8px;text-align:center}.item-total{color:#27ae60;font-size:24px;font-weight:800;text-align:center}.summary-card{background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin-bottom:20px;padding:20px}.summary-card h3{border-bottom:1px solid #eee;color:var(--dark);font-size:18px;margin-bottom:20px;padding-bottom:10px}.summary-row{display:flex;font-size:15px;justify-content:space-between;margin-bottom:15px}.summary-row.total{border-top:1px solid #eee;font-size:18px;font-weight:700;margin-top:20px;padding-top:15px}.free-shipping{color:#388e3c;font-weight:600}.checkout-btn{background:var(--accent);border:none;border-radius:4px;color:var(--dark);cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:12px;transition:all .3s ease;width:100%}.checkout-btn:hover{background:#e6b84e;transform:translateY(-2px)}.payment-methods{border-top:1px solid #eee;display:flex;gap:15px;justify-content:center;margin-top:20px;padding-top:20px}.payment-icon{color:#666;font-size:25px;transition:all .3s ease}.payment-icon:hover{color:#000}@media (max-width:992px){.cart-content{flex-direction:column}.cart-summary{max-width:100%;width:100%}.cart-item{flex-wrap:wrap}.cart-item-price{flex-direction:row;justify-content:space-between;margin-top:20px;width:100%}}@media (max-width:768px){.cart-item{gap:20px;padding:20px}.cart-item-image{height:120px;min-width:120px;width:120px}.item-title{font-size:16px}.item-price{font-size:18px}.item-total{font-size:20px}}@media (max-width:576px){.cart-item{align-items:center;flex-direction:column}.cart-item-image{height:200px;min-width:auto;width:100%}.item-actions,.item-details-container{width:100%}.quantity-selector-container{justify-content:space-between;width:100%}.remove-item{max-width:none}.cart-item-price{align-items:center;flex-direction:column;padding:15px}.cart-title{font-size:28px}}@media (max-width:400px){.cart-container{padding:0 15px}.cart-item{padding:15px}.cart-title{font-size:24px;margin-bottom:20px}.summary-card h3{font-size:16px}.summary-row,.summary-row.total{font-size:14px}}.banner-container{margin:20px 0}.slider-container{box-shadow:0 4px 15px #0000001a;height:300px;margin-left:1rem;overflow:hidden;position:relative;width:98%}.slider{display:flex;height:100%;transition:transform .5s ease-in-out;width:100%}.slide{min-width:100%;position:relative}.slide-img{height:100%;object-fit:cover;width:100%}.slider-btn{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.slider-btn:hover{background:#ffffff4d}.prev-btn{left:30px}.next-btn{right:30px}.icon{font-size:1.5rem}.slider-dots{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.dot{background-color:#ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{transform:scale(1.2)}.dot.active,.dot:hover{background-color:#fff}.auth-popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-popup{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:400px;padding:20px;text-align:center;width:90%}.auth-popup h3{color:#2c3e50;margin-top:0}.auth-popup p{color:#7f8c8d;margin-bottom:20px}.auth-popup-buttons{display:flex;flex-direction:column;gap:10px}.auth-popup-button{border:none;border-radius:4px;cursor:pointer;font-weight:600;padding:10px 15px;transition:all .2s ease}.auth-popup-button.login{background-color:#3498db;color:#fff}.auth-popup-button.signup{background-color:#2ecc71;color:#fff}.auth-popup-button.cancel{background-color:#e74c3c;color:#fff}.auth-popup-button:hover{opacity:.9;transform:translateY(-1px)}.product-section{margin:0 auto;max-width:1400px;padding:40px 20px}.loadingProduct{background-color:#ffd814;color:var(--dark);cursor:not-allowed;opacity:.7;pointer-events:none}.section-title{overflow:hidden}.product-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:30px}.product-card{background-color:var(--light);border-radius:8px;box-shadow:0 4px 15px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.product-badge{background-color:var(--accent);border-radius:4px;color:var(--dark);font-size:12px;font-weight:600;left:10px;padding:5px 10px;position:absolute;top:10px;z-index:1}.product-image{align-items:center;border-bottom:1px solid #eee;display:flex;height:250px;justify-content:center;padding:20px}.product-image img{max-height:100%;max-width:100%;object-fit:contain}.product-details{padding:20px}.product-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:2.8em;line-height:1.4;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.product-price{margin-bottom:15px}.current-price{font-size:20px}.original-price{font-size:16px;margin-left:8px}.discount{font-size:14px;margin-left:8px}.product-offers{color:#388e3c;font-size:13px;margin-bottom:15px}.product-offers p{margin-bottom:5px}.add-to-cart,.buy-now{margin-bottom:10px;padding:10px;width:100%}@media (max-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}.product-image{height:200px}}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.orbit{animation:rotateOrbit 2s linear infinite;border:3px solid #07f3;border-radius:50%;height:80px;position:relative;width:80px}.electron{background:linear-gradient(145deg,#06f,#0cf);border-radius:50%;box-shadow:0 0 10px #06f,0 0 20px #06f;height:20px;left:50%;position:absolute;top:-10px;transform:translateX(-50%);width:20px}.electron:nth-child(2){left:100%;top:50%;transform:translate(-50%,-50%)}.electron:nth-child(3){left:50%;top:100%;transform:translate(-50%,-100%)}.loading-text{animation:pulse 1.5s ease-in-out infinite;color:#333;font-size:1.2rem;font-weight:600;text-align:center}.progress-bar{background-color:#0077ff1a;border-radius:4px;height:8px;overflow:hidden;width:200px}.progress{animation:progressAnimation 2s ease-in-out infinite;background:linear-gradient(90deg,#06f,#0cf);border-radius:4px;height:100%;width:30%}@keyframes rotateOrbit{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.6;transform:scale(.98)}}@keyframes progressAnimation{0%{transform:translateX(-50%);width:10%}50%{width:70%}to{transform:translateX(200%);width:10%}}.categories{background-color:#f8f9fa;padding:40px 20px}.section-title{color:var(--dark);font-size:28px;margin-bottom:20px;padding-bottom:10px;position:relative;text-align:center}.section-title:after{background:var(--accent);bottom:0;left:50%;transform:translateX(-50%);width:80px}.category-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.category-card{align-items:center;background-color:var(--light);border-radius:10px;box-shadow:0 4px 15px #0000001a;cursor:pointer;display:flex;flex-direction:column;padding:20px 30px;text-align:center;transition:all .3s ease;width:180px}.category-card:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.category-icon{color:var(--accent);font-size:36px;margin-bottom:10px}.category-card span{color:var(--dark);font-size:16px;font-weight:600}@media (max-width:768px){.category-list{gap:15px}.category-card{padding:15px 20px;width:150px}}@media (max-width:480px){.category-list{gap:10px}.category-card{padding:12px 15px;width:120px}.category-icon{font-size:28px}.category-card span{font-size:14px}}.footer{background-color:#2c3e50;color:#ecf0f1;margin-top:50px;padding:40px 0 0}.footer-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{margin-bottom:30px}.footer-heading{color:#fff;font-size:18px;margin-bottom:20px;padding-bottom:10px;position:relative}.footer-heading:after{background:var(--accent);bottom:0;content:"";height:2px;left:0;position:absolute;width:50px}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.contact-info p{color:#bdc3c7;margin-bottom:10px}.newsletter-text{color:#bdc3c7;margin-bottom:15px}.newsletter-form{display:flex;margin-bottom:20px}.newsletter-form input{border:none;border-radius:4px 0 0 4px;flex:1 1;padding:10px}.newsletter-form button{background:var(--accent);border:none;border-radius:0 4px 4px 0;color:#2c3e50;cursor:pointer;font-weight:600;padding:0 15px;transition:background .3s ease}.newsletter-form button:hover{background:#e6b84e}.social-icons{display:flex;gap:15px}.social-icons a{color:#bdc3c7;font-size:20px;transition:color .3s ease}.social-icons a:hover{color:var(--accent)}.footer-bottom{background-color:#1a252f;color:#7f8c8d;font-size:14px;padding:20px 0;text-align:center}@media (max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer-container{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-form button,.newsletter-form input{border-radius:4px;width:100%}.newsletter-form button{margin-top:10px}}.orders-container{color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:2rem auto;max-width:1200px;padding:0 1rem}.orders-header{margin-bottom:3rem;position:relative;text-align:center}.header-decoration{border-radius:2px;bottom:-10px;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.header-decoration,.orders-title{background:linear-gradient(90deg,#4f46e5,#10b981)}.orders-title{-webkit-background-clip:text;background-clip:text;color:#1a202c;color:#0000;display:inline-block;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.orders-subtitle{color:#4a5568;font-size:1.1rem;font-weight:400;margin-top:0}.empty-orders{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:500px;padding:4rem 2rem;text-align:center}.empty-icon-container{align-items:center;background:#f0f9ff;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.empty-icon{color:#3b82f6;font-size:2.5rem}.empty-orders h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.empty-orders p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:350px}.browse-btn{align-items:center;background-color:#4f46e5;border:none;border-radius:8px;box-shadow:0 4px 6px -1px #4f46e533;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s ease}.browse-btn:hover{background-color:#4338ca;box-shadow:0 10px 15px -3px #4f46e533;transform:translateY(-1px)}.browse-btn:active{transform:translateY(0)}.order-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000a;margin-bottom:2.5rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.order-card:hover{box-shadow:0 10px 25px #00000014;transform:translateY(-2px)}.order-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.5rem}.order-meta{align-items:center;display:flex;gap:1.5rem}.order-date,.order-id{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:.5rem}.order-date svg,.order-id svg{flex-shrink:0}.status-badge{border-radius:20px;font-size:.85rem;font-weight:500;padding:.5rem 1rem;text-transform:capitalize}.status-badge.pending{background-color:#ffedd5;color:#9a3412}.status-badge.shipped{background-color:#dcfce7;color:#166534}.status-badge.delivered{background-color:#dbeafe;color:#1e40af}.order-total{color:#1e293b;font-size:1.1rem}.order-items{padding:0}.order-item{border-bottom:1px solid #f1f5f9;display:flex;padding:1.5rem;transition:background-color .2s}.order-item:last-child{border-bottom:none}.item-image-container{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex-shrink:0;height:120px;justify-content:center;margin-right:1.5rem;overflow:hidden;width:120px}.item-image{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.item-image:hover{transform:scale(1.05)}.item-info{flex-grow:1}.item-title{color:#1e293b;cursor:pointer;font-size:1.15rem;font-weight:600;margin-bottom:.75rem;transition:color .2s}.item-title:hover{color:#4f46e5}.item-details{align-items:left;display:flex;gap:.2rem;margin-bottom:1.25rem}.item-price{color:#1e293b;font-size:1rem;font-weight:600;margin-left:-7px}.item-quantity{color:#64748b;font-size:.9rem}.product-status{align-items:center;display:flex;font-size:.85rem;gap:.4rem;padding:.35rem .75rem;width:108px}.product-status svg{flex-shrink:0}.item-actions{display:flex;flex-wrap:wrap;gap:.75rem}.action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.6rem 1.1rem;transition:all .2s ease}.action-btn svg{flex-shrink:0}.view-btn{border-color:#c7d2fe;color:#4f46e5}.view-btn:hover{background:#eef2ff;border-color:#a5b4fc}.buy-again-btn{border-color:#a7f3d0;color:#10b981}.buy-again-btn:hover{background:#ecfdf5;border-color:#6ee7b7}.help-btn{border-color:#e2e8f0;color:#64748b}.help-btn:hover{background:#f8fafc;border-color:#cbd5e1}.no-products{color:#64748b;font-size:.95rem;padding:2rem;text-align:center}@media (max-width:768px){.order-header{gap:1rem}.order-header,.order-meta{align-items:flex-start;flex-direction:column}.order-meta{gap:.5rem}.order-status-container{justify-content:space-between;margin-top:.5rem;width:100%}.order-item{flex-direction:column}.item-image-container{aspect-ratio:1/1;height:auto;margin-bottom:1.25rem;margin-right:0;width:100%}.item-details{flex-wrap:wrap;gap:.75rem}}@media (max-width:480px){.orders-title{font-size:1.75rem}.orders-subtitle{font-size:1rem}.item-actions{flex-direction:column}.action-btn{justify-content:center}}.product-details-container{margin:20px auto;max-width:1200px;padding:0 20px}.back-button{align-items:center;background:none;border:none;color:#0066c0;cursor:pointer;display:flex;font-size:16px;gap:5px;margin-bottom:20px;padding:5px;transition:all .3s ease}.back-button:hover{color:#c45500;text-decoration:underline}.product-details-content{display:flex;gap:40px;margin-bottom:40px}.product-images{width:50%}.main-image{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;height:500px;justify-content:center;margin-bottom:15px;overflow:hidden;width:100%}.main-image img{max-height:100%;max-width:100%;object-fit:contain}.thumbnail-images{display:flex;gap:10px}.thumbnail{align-items:center;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;height:80px;justify-content:center;overflow:hidden;width:80px}.thumbnail.active{border-color:var(--accent)}.thumbnail img{max-height:100%;max-width:100%;object-fit:contain}.product-info{width:50%}.product-title{color:var(--dark);font-size:24px;font-weight:600;margin-bottom:15px}.product-rating{gap:15px;margin-bottom:15px}.product-rating,.stars{align-items:center;display:flex}.stars{gap:5px}.star{color:#ddd;font-size:18px}.star.filled,.star.half{color:gold}.rating-number{font-weight:600;margin-left:5px}.write-review{color:#0066c0;cursor:pointer;font-size:14px}.write-review:hover{color:#c45500;text-decoration:underline}.price-section{align-items:center;display:flex;gap:15px;margin-bottom:20px}.current-price{color:var(--dark);font-size:28px;font-weight:700}.original-price{color:#999;font-size:18px;text-decoration:line-through}.discount{font-weight:600}.availability,.discount{color:#388e3c;font-size:16px}.availability{align-items:center;display:flex;gap:5px;margin-bottom:20px}.availability-icon{font-size:18px}.delivery-options{margin-bottom:25px}.delivery-option{align-items:center;display:flex;font-size:14px;gap:10px;margin-bottom:10px}.delivery-icon{color:#666}.product-description{margin-bottom:25px}.product-description h3{color:var(--dark);font-size:18px;margin-bottom:10px}.product-description ul{padding-left:20px}.product-description li{color:#333;font-size:15px;margin-bottom:8px}.product-actions{display:flex;gap:15px;margin-top:30px}.add-to-cart,.buy-now{border:none;border-radius:4px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:all .3s ease}.add-to-cart{background-color:#ffd814;color:var(--dark)}.add-to-cart:hover{background-color:#f7ca00}.buy-now{background-color:#ffa41c;color:var(--dark)}.buy-now:hover{background-color:#fa8900}.customer-reviews,.product-specs{border-top:1px solid #eee;margin-top:50px;padding-top:30px}.customer-reviews h2,.product-specs h2{color:var(--dark);font-size:22px;margin-bottom:20px}.specs-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}.spec-row{display:flex}.spec-name{color:#666;font-weight:600;width:150px}.spec-value{color:var(--dark);flex:1 1}.review-summary{display:flex;gap:50px;margin-bottom:30px}.overall-rating{text-align:center}.rating-number{font-size:36px;font-weight:700;margin-bottom:5px}.rating-stars{display:flex;gap:3px;justify-content:center;margin-bottom:5px}.rating-count{color:#666;font-size:14px}.rating-bars{flex:1 1}.rating-bar{align-items:center;display:flex;gap:10px;margin-bottom:8px}.star-count{font-size:14px;width:50px}.bar-container{background:#eee;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.bar{background:var(--accent);border-radius:4px;height:100%}.percentage{color:#666;font-size:14px;width:40px}.review-list{margin-bottom:30px}.review-card{border-bottom:1px solid #eee;padding:20px 0}.reviewer-info{margin-bottom:10px}.reviewer-name{font-weight:600;margin-bottom:5px}.review-date{color:#666;font-size:14px;margin-bottom:5px}.review-rating{display:flex;gap:3px;margin-bottom:10px}.review-title{font-size:16px;font-weight:600;margin-bottom:10px}.review-content{color:#333;font-size:15px;line-height:1.5}.view-all-reviews{background:none;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:block;font-size:16px;margin:0 auto;padding:10px 20px;transition:all .3s ease}.view-all-reviews:hover{background:#f5f5f5}@media (max-width:992px){.product-details-content{flex-direction:column}.product-images,.product-info{width:100%}.main-image{height:400px}}@media (max-width:768px){.specs-grid{grid-template-columns:1fr}.review-summary{flex-direction:column;gap:20px}}@media (max-width:576px){.main-image{height:300px}.product-actions{flex-direction:column;gap:10px}.add-to-cart,.buy-now{width:100%}}.contact-container{margin:30px auto;max-width:1200px;padding:0 20px}.contact-title{color:var(--dark);font-size:32px;margin-bottom:10px;padding-bottom:15px;position:relative;text-align:center}.contact-title:after{background:var(--accent);bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.contact-subtitle{color:#666;font-size:18px;margin-bottom:40px;text-align:center}.contact-content{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:50px}.contact-info{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));min-width:300px}.contact-form{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;flex:1 1;min-width:300px;padding:30px}.contact-form h2{color:var(--dark);font-size:24px;margin-bottom:20px}.info-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:25px;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.info-icon{align-items:center;background:var(--accent);border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto 15px;width:60px}.info-icon svg{color:var(--dark);font-size:24px}.info-card h3{color:var(--dark);font-size:18px;margin-bottom:15px}.info-card p{color:#666;font-size:15px;margin-bottom:5px}.chat-btn{background:var(--accent);border:none;border-radius:4px;color:var(--dark);cursor:pointer;font-weight:600;margin-top:15px;padding:8px 20px;transition:all .3s ease}.chat-btn:hover{background:#e6b84e;transform:translateY(-2px)}.form-group label{color:var(--dark);font-size:15px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:15px;padding:12px 15px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #feca5733;outline:none}.submit-btn{background:var(--accent);border:none;border-radius:4px;color:var(--dark);cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:all .3s ease;width:100%}.submit-btn:hover{background:#e6b84e;transform:translateY(-2px)}.contact-map{border-radius:8px;box-shadow:0 4px 15px #0000001a;margin-top:50px;overflow:hidden}@media (max-width:768px){.contact-content{flex-direction:column}.contact-info{grid-template-columns:1fr 1fr}}@media (max-width:480px){.contact-info{grid-template-columns:1fr}.contact-form{padding:20px}}.account-container{display:flex;flex-wrap:wrap;gap:30px;margin:40px auto;max-width:1200px;padding:0 20px}.account-sidebar{flex:1 1;height:-webkit-fit-content;height:fit-content;min-width:250px;padding:20px}.account-content,.account-sidebar{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a}.account-content{flex:3 1;min-width:300px;padding:30px}.account-header{align-items:center;border-bottom:1px solid #eee;display:flex;margin-bottom:30px;padding-bottom:20px}.account-avatar{align-items:center;background-color:var(--accent);border-radius:50%;color:var(--dark);display:flex;font-size:36px;font-weight:700;height:80px;justify-content:center;margin-right:20px;width:80px}.account-info h2{color:var(--dark);font-size:24px;margin-bottom:5px}.account-info p{color:#666;font-size:14px}.account-menu{list-style:none;margin:0;padding:0}.account-menu li{margin-bottom:10px}.account-menu a{align-items:center;border-radius:6px;color:var(--dark);display:flex;padding:12px 15px;text-decoration:none;transition:all .3s ease}.account-menu a.active,.account-menu a:hover{background-color:#f5f5f5;color:#000}.menu-icon{font-size:18px;margin-right:10px;text-align:center;width:20px}.account-section-title{border-bottom:1px solid #eee;color:var(--dark);font-size:20px;margin-bottom:20px;padding-bottom:10px}.account-details{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.detail-group{margin-bottom:15px}.detail-group label{color:#666;display:block;font-size:14px;margin-bottom:5px}.detail-group .detail-value{color:var(--dark);font-size:16px;font-weight:500}.edit-btn{background-color:var(--accent);border:none;border-radius:4px;color:var(--dark);cursor:pointer;font-weight:600;margin-top:20px;padding:8px 15px;transition:all .3s ease}.edit-btn:hover{background-color:#e6b84e}.order-history{margin-top:30px}.order-card{border:1px solid #eee;border-radius:8px;margin-bottom:15px;padding:15px}.order-header{border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:10px}.order-id{font-weight:600}.order-date{color:#666;font-size:14px}.order-status{background-color:#f5f5f5;border-radius:4px;font-size:12px;font-weight:600;padding:3px 8px}.order-items{display:flex;margin-bottom:10px}.order-item-img{border-radius:4px;height:60px;margin-right:15px;object-fit:cover;width:60px}.order-item-details{flex:1 1}.order-item-title{font-size:14px;margin-bottom:5px}.order-item-price{color:#666;font-size:14px}.order-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;padding-top:10px}.order-total{font-weight:600}.order-actions a{color:var(--accent);font-size:14px;font-weight:600;margin-left:15px;text-decoration:none}@media (max-width:768px){.account-details{grid-template-columns:1fr}.order-header{flex-direction:column}.order-status{margin-top:5px}}@media (max-width:576px){.account-container,.order-items{flex-direction:column}.order-item-img{margin-bottom:10px}.order-footer{align-items:flex-start;flex-direction:column}.order-actions{margin-top:10px}.order-actions a{margin-left:0;margin-right:15px}}.admin-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1400px;padding:20px}.admin-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.admin-header h1{color:#333;font-size:28px}.btn-primary{align-items:center;background-color:#4caf50;border:none;border-radius:4px;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:background-color .3s}.btn-primary:hover{background-color:#3e8e41}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:30px}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;gap:20px;padding:20px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background-color:#f0f7ff;border-radius:50%;color:#4a90e2;font-size:24px;height:60px;justify-content:center;width:60px}.stat-info h3{color:#666;font-size:16px;margin-bottom:5px}.stat-info p{color:#333;font-size:24px;font-weight:700}.products-section{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.section-header h2{color:#333;font-size:20px}.search-bar{align-items:center;background:#f5f5f5;border-radius:4px;display:flex;padding:8px 15px;width:300px}.search-icon{color:#666;margin-right:10px}.search-bar input{background:#0000;border:none;outline:none;width:100%}.products-table-container{overflow-x:auto}.products-table{border-collapse:collapse;width:100%}.products-table th{background:#f5f5f5;color:#333;font-weight:600;padding:12px 15px;text-align:left}.products-table td{border-bottom:1px solid #eee;padding:12px 15px;vertical-align:middle}.product-cell{align-items:center;display:flex;gap:15px}.product-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.status-badge{border-radius:4px;font-size:12px;font-weight:600;padding:5px 10px}.status-badge.active{background-color:#e6f7e6;color:#388e3c}.status-badge.inactive{background-color:#ffebee;color:#f44336}.actions-cell{display:flex;gap:10px}.btn-delete,.btn-edit{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .3s;width:30px}.btn-edit{background-color:#e3f2fd;color:#1976d2}.btn-edit:hover{background-color:#bbdefb}.btn-delete{background-color:#ffebee;color:#d32f2f}.btn-delete:hover{background-color:#ffcdd2}.table-footer{align-items:center;border-top:1px solid #eee;display:flex;justify-content:space-between;margin-top:20px;padding-top:20px}.pagination-info{color:#666;font-size:14px}.pagination-controls{align-items:center;display:flex;gap:5px}.pagination-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:5px 10px;transition:all .3s}.pagination-btn:hover{background:#f5f5f5}.pagination-btn.active{background:#4caf50;border-color:#4caf50;color:#fff}@media (max-width:768px){.section-header{align-items:flex-start;flex-direction:column;gap:15px}.search-bar{width:100%}.table-footer{align-items:flex-start;flex-direction:column;gap:15px}}@media (max-width:480px){.admin-header{align-items:flex-start;flex-direction:column;gap:15px}.stats-grid{grid-template-columns:1fr}}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .2s ease-out forwards}.animate-slide-down{animation:slide-down .3s ease-out forwards}header{box-shadow:0 4px 12px #0000001a;left:0;position:fixed;right:0;top:0}body{padding-top:70px}.hover\:scale-105:hover{transform:scale(1.05)}.shadow-xl{box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.z-50{z-index:50}.group:hover .group-hover\:w-full{width:100%}.divider:after,.divider:before{background:#eee;content:"";flex:1 1;height:1px}.h-custom{height:calc(100% - 73px)}@media (max-width:450px){.h-custom{height:100%}}.admin-login-section{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.admin-login-title{color:#2c3e50;font-size:35px;font-weight:700}.admin-login-image{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;color:#fff;padding:2rem}.admin-login-image h2{color:#fff;font-weight:700}.admin-login-image p{color:#ffffffe6;font-size:1.1rem}.admin-login-btn{background:linear-gradient(45deg,#2c3e50,#34495e);border:none;padding-left:2.5rem;padding-right:2.5rem;transition:all .3s ease}.admin-login-btn:hover{background:linear-gradient(45deg,#34495e,#2c3e50);box-shadow:0 5px 15px #0000004d;transform:translateY(-2px)}.admin-login-btn:disabled{background:#95a5a6;box-shadow:none;transform:none}.form-control{border:2px solid #e9ecef;border-radius:10px;transition:all .3s ease}.form-control:focus{border-color:#2c3e50;box-shadow:0 0 0 .2rem #2c3e5040}.alert-danger{background:#dc35451a;border:none;border-radius:10px;color:#721c24}@media (max-width:768px){.admin-login-title{font-size:28px}.admin-login-image{margin-bottom:2rem;padding:1.5rem}}.place-order-page{align-items:center;background:linear-gradient(135deg,#ebeffd,#efe9f5);display:flex;justify-content:center;min-height:100vh;padding:20px}.place-order-container{animation:slideUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:800px;overflow:hidden;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.place-order-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:40px;position:relative;text-align:center}.place-order-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.header-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;display:inline-block;margin-bottom:20px;padding:15px}.place-order-header h1{font-size:2.5rem;font-weight:700;margin:0 0 10px;text-shadow:0 2px 4px #0000001a}.place-order-header p{font-size:1.1rem;font-weight:300;margin:0;opacity:.9}.place-order-content{padding:40px}.order-steps{display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.order-steps:before{background:#e1e5e9;content:"";height:2px;left:30px;position:absolute;right:30px;top:20px;z-index:1}.step{flex:1 1;flex-direction:column;position:relative;z-index:2}.step,.step-number{align-items:center;display:flex}.step-number{background:#e1e5e9;border-radius:50%;color:#6b7280;font-weight:600;height:40px;justify-content:center;margin-bottom:10px;transition:all .3s ease;width:40px}.step.active .step-number{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66;color:#fff}.step span{color:#6b7280;font-size:.9rem;font-weight:500;text-align:center}.step.active span{color:#667eea;font-weight:600}.place-order-form{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000000d;padding:30px}.form-section{margin-bottom:40px}.form-section:last-of-type{margin-bottom:30px}.form-section h2{align-items:center;border-bottom:2px solid #f3f4f6;color:#374151;display:flex;font-size:1.3rem;font-weight:600;gap:10px;margin-bottom:25px;padding-bottom:15px}.form-section h2 svg{color:#667eea}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:20px}.form-group label{color:#374151;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none;transform:translateY(-1px)}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{min-height:80px}.form-group select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:40px}.form-actions{border-top:2px solid #f3f4f6;display:flex;gap:15px;justify-content:space-between;margin-top:30px;padding-top:30px}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;min-width:160px;padding:14px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}@media (max-width:768px){.place-order-page{padding:10px}.place-order-container{border-radius:15px}.place-order-header{padding:30px 20px}.place-order-header h1{font-size:2rem}.place-order-content{padding:20px}.form-row{gap:15px;grid-template-columns:1fr}.order-steps{align-items:flex-start;flex-direction:column;gap:20px}.order-steps:before{display:none}.step{flex-direction:row;gap:15px}.step-number{margin-bottom:0}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media (max-width:480px){.place-order-header h1{font-size:1.8rem}.place-order-header p{font-size:1rem}.place-order-form{padding:20px}.form-section h2{font-size:1.2rem}}.form-group input,.form-group select,.form-group textarea{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.form-group:first-child input,.form-group:first-child select,.form-group:first-child textarea{animation-delay:.1s}.form-group:nth-child(2) input,.form-group:nth-child(2) select,.form-group:nth-child(2) textarea{animation-delay:.2s}.form-group:nth-child(3) input,.form-group:nth-child(3) select,.form-group:nth-child(3) textarea{animation-delay:.3s}.form-group:nth-child(4) input,.form-group:nth-child(4) select,.form-group:nth-child(4) textarea{animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.form-group.success input,.form-group.success select,.form-group.success textarea{background:#f0fdf4;border-color:#10b981}.form-group.error input,.form-group.error select,.form-group.error textarea{background:#fef2f2;border-color:#ef4444}.form-group input:focus-visible,.form-group select:focus-visible,.form-group textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}.tnc-card{background:#f9f9fb;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000008;margin-bottom:16px;padding:20px}.tnc-title{font-size:1.2rem;font-weight:700;margin-bottom:8px;text-align:left}.tnc-text{color:#555;font-size:.95rem;line-height:1.6;margin-bottom:12px}.tnc-checkbox-row{align-items:center;display:flex;gap:8px}.tnc-checkbox-label{color:#333;cursor:pointer;font-size:.95rem}button[disabled]{cursor:not-allowed;opacity:.6}.product-form-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.product-form-card{background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;max-width:900px;padding:2.5rem;width:100%}.form-header{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.product-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-group{margin-bottom:1.2rem}.form-group label{color:#495057;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;outline:0}.form-group textarea{min-height:100px;resize:vertical}.price-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.image-previews{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.image-preview{border:1px solid #e9ecef;border-radius:6px;height:100px;overflow:hidden;width:100px}.image-preview img{height:100%;object-fit:cover;width:100%}.submit-button{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .15s ease-in-out;width:100%}.submit-button:hover{background-color:#218838}.submit-button:disabled{background-color:#6c757d;cursor:not-allowed}@media (max-width:768px){.product-form-card{padding:1.5rem}.form-section{grid-template-columns:1fr}}.admin-orders-dashboard{font-family:Inter,system-ui,-apple-system,sans-serif;margin:2rem auto;max-width:1200px;padding:0 1rem}.admin-orders-topbar{margin-bottom:3rem;position:relative;text-align:center}.admin-orders-main-title{color:#1a1a2e;font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.admin-orders-description{color:#6b7280;font-size:1.1rem;margin-top:0}.admin-title-decoration{background:linear-gradient(90deg,#4f46e5,#10b981);border-radius:2px;bottom:-10px;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.admin-empty-state{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;margin:0 auto;max-width:500px;padding:3rem 2rem;text-align:center}.empty-state-icon-container{align-items:center;background:#f0f9ff;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.empty-state-symbol{color:#3b82f6;font-size:2.5rem}.empty-state-heading{color:#1e293b;font-size:1.5rem;margin-bottom:.75rem}.empty-state-text{color:#64748b;margin-bottom:2rem}.admin-orders-listing{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.admin-order-panel{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.admin-order-panel:hover{box-shadow:0 10px 25px #00000014;transform:translateY(-2px)}.order-panel-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.order-meta-container{display:flex;gap:1.5rem}.order-meta-element{align-items:center;color:#475569;display:flex;font-size:.9rem;gap:.5rem}.meta-element-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.order-status-container{align-items:center;display:flex;gap:1.5rem}.order-status-indicator{border-radius:20px;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.order-status-indicator.pending{background-color:#ffedd5;color:#9a3412}.order-status-indicator.shipped{background-color:#dcfce7;color:#166534}.order-total-amount{color:#1e293b;font-size:1.1rem;font-weight:600}.order-content-section{padding:1.5rem}.section-heading{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem}.section-heading-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.customer-info-block{border-bottom:1px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.customer-details-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.customer-detail-item{color:#475569;font-size:.95rem}.customer-detail-item.full-width{grid-column:1/-1}.products-list-container{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr}.product-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;float:left;gap:1.5rem;padding:1rem;width:50%}.product-image-wrapper{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:6px;cursor:pointer;height:100px;transition:transform .3s ease;width:100px}.product-image-wrapper:hover{transform:scale(1.05)}.product-details-content{flex:1 1}.product-name-title{color:#1e293b;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:.75rem;transition:color .2s}.product-name-title:hover{color:#4f46e5}.product-meta-info{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.product-meta-item{align-items:center;color:#475569;display:flex;font-size:.9rem;gap:.25rem}.product-status{border-radius:12px;font-weight:500;padding:.25rem .75rem}.product-status.shipped{background-color:#ecfdf5;color:#065f46}.product-status.pending{background-color:#fffbeb;color:#92400e}.status-indicator-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:14px;width:14px}.product-action-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.action-button{border:1px solid;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.view-details-btn{background:#fff;border-color:#c7d2fe;color:#4f46e5}.view-details-btn:hover{background:#eef2ff;border-color:#a5b4fc}.mark-shipped-btn{background:#4f46e5;border-color:#4f46e5;color:#fff}.mark-shipped-btn:hover:not(:disabled){background:#4338ca;border-color:#4338ca}.mark-shipped-btn:disabled{cursor:not-allowed;opacity:.7}.mark-shipped-btn.shipped{background:#10b981;border-color:#10b981}.mark-shipped-btn.shipped:hover{background:#0d9f74;border-color:#0d9f74}.button-loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:12px;width:12px}@keyframes spin{to{transform:rotate(1turn)}}.no-products-message{background:#f8fafc;border-radius:8px;color:#64748b;font-size:.95rem;padding:1.5rem;text-align:center}@media (max-width:768px){.order-panel-header{align-items:flex-start;flex-direction:column;gap:1rem}.order-meta-container{flex-direction:column;gap:.5rem}.order-status-container{justify-content:space-between;margin-top:.5rem;width:100%}.product-info-card{flex-direction:column}.product-image-wrapper{height:150px;width:100%}.product-action-buttons{flex-direction:column}.action-button{justify-content:center}}@media (max-width:480px){.admin-orders-main-title{font-size:1.75rem}.admin-orders-description{font-size:1rem}.customer-details-grid{grid-template-columns:1fr}}.admin-order-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:1.5rem}.admin-order-product-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;display:flex;gap:1.5rem;padding:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.admin-order-product-card:hover{box-shadow:0 5px 15px #0000001f;transform:translateY(-3px)}.admin-product-image-box{background-color:#f8fafc;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;flex-shrink:0;height:120px;transition:transform .3s ease;width:120px}.admin-product-image-box:hover{transform:scale(1.03)}.admin-product-details-box{display:flex;flex:1 1;flex-direction:column}.admin-product-name{color:#1e293b;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;transition:color .2s}.admin-product-name:hover{color:#4f46e5}.admin-product-meta-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.25rem}.admin-product-price,.admin-product-quantity{color:#475569;font-size:.95rem}.admin-product-status{align-items:center;border-radius:8px;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;grid-column:span 2;justify-content:center;padding:.5rem}.admin-shipped{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.admin-pending{background-color:#fffbeb;border:1px solid #fde68a;color:#92400e}.admin-status-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.admin-product-actions{display:flex;gap:.75rem;margin-top:auto}.admin-view-details-btn{background:#fff;border:1px solid #c7d2fe;border-radius:8px;color:#4f46e5;cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1rem;transition:all .2s ease}.admin-view-details-btn:hover{background:#eef2ff;border-color:#a5b4fc}.admin-ship-btn{background:#4f46e5;border:1px solid #4f46e5;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:.6rem 1rem;transition:all .2s ease}.admin-ship-btn:hover:not(:disabled){background:#4338ca;border-color:#4338ca}.admin-ship-btn:disabled{cursor:not-allowed;opacity:.7}.admin-shipped-state{background:#10b981;border-color:#10b981}.admin-shipped-state:hover{background:#0d9f74;border-color:#0d9f74}.admin-loading-spinner{animation:admin-spin 1s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:14px;width:14px}@keyframes admin-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.admin-order-products-grid{grid-template-columns:1fr}.admin-order-product-card{flex-direction:column}.admin-product-image-box{height:200px;width:100%}.admin-product-meta-grid{grid-template-columns:1fr 1fr}.admin-product-actions{flex-direction:column}}@media (max-width:480px){.admin-product-meta-grid{grid-template-columns:1fr}.admin-product-status{grid-column:span 1}.admin-order-product-card{padding:1rem}}.user-management-section{background:linear-gradient(135deg,#f5f7fa,#e4f0fb);min-height:100vh;padding:2rem 0}.user-table{background:#fff;border:none;border-radius:10px;box-shadow:0 4px 20px #00000014;overflow:hidden}.user-table thead{background:linear-gradient(135deg,#3498db,#2c3e50);color:#fff}.user-table th{border:none;font-size:.95rem;font-weight:500;letter-spacing:.5px;padding:1.2rem;text-align:center}.user-table td{border-bottom:1px solid #0000000d;padding:1rem;text-align:center;vertical-align:middle}.user-table tr:last-child td{border-bottom:none}.user-id{color:#7f8c8d;font-family:Courier New,monospace;font-size:.85rem}.user-email{color:#3498db;font-weight:500}.user-name{color:#2c3e50;font-weight:600;text-transform:capitalize}.table-striped tbody tr:nth-of-type(odd){background-color:#3498db0d}.user-table tbody tr{transition:all .3s ease}.user-table tbody tr:hover{background-color:#3498db1a!important;transform:translateX(3px)}.header-all-users{margin-bottom:.5rem;margin-left:25rem;margin-top:2rem}.title-all-users{color:#2c3e50;display:inline-block;font-size:2rem;font-weight:600;position:relative;text-shadow:1px 1px 2px #0000001a;text-transform:uppercase}.section-title:after{background:linear-gradient(135deg,#3498db,#2c3e50);border-radius:3px;bottom:-8px;content:"";height:3px;left:20%;position:absolute;width:60%}@media (max-width:768px){.user-table td{font-size:.85rem;padding:.8rem .5rem}.user-table th{padding:1rem .5rem}}
/*# sourceMappingURL=main.e8d49270.css.map*/