.navbar{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1a1a2e}.logo-icon{font-size:1.8rem}.logo-text{font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.navbar-menu{display:flex;align-items:center;gap:.5rem}.nav-link{padding:.6rem 1rem;text-decoration:none;color:#333;font-weight:500;font-size:.95rem;border-radius:8px;transition:all .3s ease}.nav-link:hover,.nav-link.active{background:#4361ee;color:#fff}.navbar-actions{display:flex;align-items:center;gap:.75rem}.search-btn,.cart-btn,.wishlist-btn{width:40px;height:40px;border:none;background:#f8f9fa;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;text-decoration:none}.search-btn svg,.cart-btn svg,.wishlist-btn svg{width:20px;height:20px;color:#333}.search-btn:hover,.cart-btn:hover,.wishlist-btn:hover{background:#4361ee}.search-btn:hover svg,.cart-btn:hover svg,.wishlist-btn:hover svg{color:#fff}.cart-count{position:absolute;top:-4px;right:-4px;background:#f44336;color:#fff;font-size:.7rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-toggle{display:none;flex-direction:column;gap:5px;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0}.mobile-toggle span{display:block;width:100%;height:3px;background:#333;border-radius:2px;transition:all .3s ease}@media (max-width: 1024px){.navbar-menu{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;gap:0;box-shadow:0 4px 20px #0000001a;transform:translateY(-150%);opacity:0;transition:all .3s ease}.navbar-menu.open{transform:translateY(0);opacity:1}.nav-link{width:100%;text-align:center;padding:1rem}.mobile-toggle{display:flex}}@media (max-width: 480px){.navbar-container{padding:.75rem 1rem}.logo-text{font-size:1.2rem}}.search-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding-top:100px;animation:fadeIn .2s ease}.search-container{background:#fff;border-radius:16px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;width:90%;max-width:600px;box-shadow:0 20px 60px #0000004d}.search-container input{flex:1;border:none;font-size:1.1rem;padding:.5rem}.search-container a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4361ee;border-radius:10px}.search-container a svg{width:20px;height:20px;color:#fff}.close-search{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{background:#1a1a2e;color:#fff;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-section h4{font-size:1.1rem;margin-bottom:1.25rem;color:#fff}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.logo-icon{font-size:1.5rem}.logo-text{font-size:1.3rem;font-weight:800}.footer-desc{color:#a0a0a0;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:.75rem}.social-links a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;transition:all .3s ease}.social-links a svg{width:18px;height:18px}.social-links a:hover{background:#4361ee;transform:translateY(-3px)}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#a0a0a0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section ul li a:hover{color:#4361ee}.contact-info li{display:flex;align-items:center;gap:.5rem;color:#a0a0a0;font-size:.9rem}.contact-info svg{width:16px;height:16px;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;text-align:center}.footer-bottom p{color:#a0a0a0;font-size:.85rem;margin:0}@media (max-width: 1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.footer-container{grid-template-columns:1fr;padding:2rem 1rem}}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .4s ease;position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001f}.product-badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:6px}.badge{padding:4px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;border-radius:6px;letter-spacing:.5px}.badge.hot{background:#ff9800;color:#fff}.product-image{position:relative;padding-top:100%;background:#f8f9fa;overflow:hidden}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-image img{transform:scale(1.08)}.product-actions{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:8px;opacity:0;transition:all .3s ease}.product-card:hover .product-actions{opacity:1}.action-btn{width:42px;height:42px;border:none;background:#fff;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.action-btn svg{width:18px;height:18px;color:#333}.action-btn:hover{background:#4361ee}.action-btn:hover svg{color:#fff}.product-info{padding:1.25rem}.product-brand{font-size:.75rem;color:#888;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.product-name{font-size:1rem;font-weight:600;color:#1a1a2e;margin:.4rem 0;line-height:1.4}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stars{display:flex;gap:2px}.stars svg{width:14px;height:14px}.rating-text{font-size:.8rem;color:#888}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.current-price{font-size:1.2rem;font-weight:800;color:#4361ee}.old-price{font-size:.9rem;color:#999;text-decoration:line-through}.add-to-cart-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover{background:linear-gradient(135deg,#3a56d4,#2e47c0);transform:translateY(-2px);box-shadow:0 6px 20px #4361ee66}.home{overflow-x:hidden}.section{padding:4rem 0}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.section-header.centered{flex-direction:column;align-items:center;text-align:center}.section-subtitle{font-size:.85rem;color:#4361ee;font-weight:600;text-transform:uppercase;letter-spacing:1px}.section-header h2{font-size:2rem;color:#1a1a2e;margin:.5rem 0}.section-header p{color:#666;max-width:500px}.view-all{color:#4361ee;text-decoration:none;font-weight:600;transition:color .3s ease}.view-all:hover{color:#2e47c0}.hero{background:linear-gradient(135deg,#f8f9ff,#eef1ff);padding:3rem 0;overflow:hidden}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-badge{display:inline-block;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.hero-content h1{font-size:3.2rem;line-height:1.2;color:#1a1a2e;margin-bottom:1rem}.hero-content h1 span{color:#4361ee}.hero-content p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1rem;margin-bottom:2.5rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#3a56d4,#2e47c0);transform:translateY(-2px);box-shadow:0 10px 30px #4361ee4d}.btn-secondary{background:#fff;color:#4361ee;border:2px solid #4361ee}.btn-secondary:hover{background:#4361ee;color:#fff}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-size:2rem;font-weight:800;color:#1a1a2e}.stat-label{font-size:.9rem;color:#666}.hero-image img{width:100%;border-radius:20px;box-shadow:0 20px 60px #0000001a}.hot-offers-banner .hot-offer-card{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:20px;padding:3rem;text-align:center;color:#fff}.hot-offer-content h2{font-size:2rem;margin:1rem 0}.hot-offer-content p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.95}.hot-offer-content strong{background:#fff3;padding:.25rem .75rem;border-radius:6px}.hot-offer-content .btn-primary{background:#fff;color:#ff6b6b}.brands-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem}.brand-card{background:#fff;border-radius:16px;padding:1.5rem;text-align:center;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.brand-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.brand-logo{width:60px;height:60px;background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;font-size:1.5rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.brand-name{font-weight:600;color:#1a1a2e;display:block}.brand-products{font-size:.8rem;color:#888}.brands-cta{text-align:center;margin-top:2rem}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.blog-image{position:relative;height:200px;background:#f8f9fa}.blog-image img{width:100%;height:100%;object-fit:cover}.blog-category{position:absolute;top:12px;left:12px;background:#4361ee;color:#fff;padding:.3rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.blog-content{padding:1.5rem}.blog-meta{display:flex;gap:.5rem;font-size:.8rem;color:#888;margin-bottom:.75rem}.blog-content h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:.75rem;line-height:1.4}.blog-content p{font-size:.9rem;color:#666;line-height:1.6;margin-bottom:1rem}.read-more{color:#4361ee;text-decoration:none;font-weight:600;font-size:.9rem}.newsletter-box{background:linear-gradient(135deg,#1a1a2e,#2d2d4a);border-radius:20px;padding:3rem;text-align:center;color:#fff}.newsletter-box h2{font-size:1.8rem;margin-bottom:.75rem}.newsletter-box p{color:#a0a0a0;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;font-size:1rem}.newsletter-form button{padding:1rem 2rem;background:#4361ee;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#3a56d4}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}.brands-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content h1{font-size:2.5rem}.hero-buttons,.hero-stats{justify-content:center}.product-grid{grid-template-columns:repeat(2,1fr)}.brands-grid{grid-template-columns:repeat(4,1fr)}.blog-grid{grid-template-columns:1fr}}@media (max-width: 640px){.hero-container{padding:0 1rem}.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column}.product-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,1fr)}.section{padding:2.5rem 0}.container{padding:0 1rem}.newsletter-form{flex-direction:column}}.shop-page{padding-bottom:4rem}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.category-filter{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.6rem 1.25rem;background:#f8f9fa;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background:#4361ee;color:#fff}.toolbar-right{display:flex;gap:.75rem}.toolbar-right select{padding:.6rem 1rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem;cursor:pointer;background:#fff}.price-filter{min-width:150px}.results-info{margin-bottom:1.5rem;color:#666}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.no-products{text-align:center;padding:4rem;color:#666;background:#fff;border-radius:16px}.no-products h3{font-size:1.5rem;color:#1a1a2e;margin-bottom:.5rem}.no-products p{margin-bottom:1.5rem}.reset-btn{padding:.75rem 1.5rem;background:#4361ee;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-btn:hover{background:#3a56d4}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.toolbar-right{width:100%;justify-content:flex-start}}@media (max-width: 640px){.product-grid{grid-template-columns:1fr}.shop-toolbar{flex-direction:column;align-items:stretch}.category-filter{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.filter-btn{white-space:nowrap}.toolbar-right{flex-direction:column}.toolbar-right select{width:100%}}.product-details-page{padding:2rem 0 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#666}.breadcrumb a{color:#4361ee;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.product-details{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.product-gallery{position:relative}.main-image{position:relative;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 20px #0000000f}.main-image img{width:100%;object-fit:contain}.badges{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:8px}.badge{padding:6px 14px;font-size:.75rem;font-weight:700;text-transform:uppercase;border-radius:8px}.badge.new{background:#10b981;color:#fff}.badge.sale{background:#f44336;color:#fff}.product-info-details{padding:1rem 0}.product-info-details .brand{font-size:.85rem;color:#4361ee;text-transform:uppercase;font-weight:600}.product-info-details h1{font-size:2rem;color:#1a1a2e;margin:.5rem 0 1rem;line-height:1.3}.rating-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.rating-row .stars{display:flex}.rating-row .stars svg{width:18px;height:18px}.rating-text{color:#666;font-size:.9rem}.price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.current-price{font-size:2rem;font-weight:800;color:#4361ee}.old-price{font-size:1.3rem;color:#999;text-decoration:line-through}.discount{background:#e8f5e9;color:#2e7d32;padding:.3rem .75rem;border-radius:6px;font-weight:600;font-size:.9rem}.description{color:#666;line-height:1.7;margin-bottom:1.5rem}.stock-status{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:10px}.in-stock{color:#2e7d32;font-weight:600}.delivery{color:#666}.action-buttons{display:flex;gap:1rem;margin-bottom:2rem}.add-to-cart{flex:1;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart:hover{background:linear-gradient(135deg,#3a56d4,#2e47c0);transform:translateY(-2px);box-shadow:0 8px 25px #4361ee66}.add-to-cart svg{width:20px;height:20px}.wishlist-btn{width:50px;height:50px;border:2px solid #ddd;background:#fff;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.wishlist-btn svg{width:22px;height:22px}.wishlist-btn:hover,.wishlist-btn.active{border-color:#f44336;background:#f44336}.wishlist-btn:hover svg,.wishlist-btn.active svg{color:#fff}.product-meta{border-top:1px solid #eee;padding-top:1.5rem}.meta-item{display:flex;gap:.5rem;margin-bottom:.5rem;color:#666}.meta-item a{color:#4361ee;text-decoration:none}.related-products{margin-top:4rem}.related-products h2{font-size:1.8rem;color:#1a1a2e;margin-bottom:1.5rem}.not-found{text-align:center;padding:4rem 2rem}.not-found h2{margin-bottom:1rem}@media (max-width: 1024px){.product-details{grid-template-columns:1fr;gap:2rem}}.page{padding-bottom:4rem}.page-header{background:linear-gradient(135deg,#1a1a2e,#2d2d4a);color:#fff;padding:3rem 0;text-align:center;margin-bottom:2rem}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header p{color:#a0a0a0;font-size:1.1rem}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f}.empty-cart svg{width:80px;height:80px;color:#ccc;margin-bottom:1.5rem}.empty-cart h2{color:#1a1a2e;margin-bottom:.5rem}.empty-cart p{color:#666;margin-bottom:1.5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem}.cart-items{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid #eee}.cart-item:last-child{border-bottom:none}.item-image{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f8f9fa}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{display:flex;flex-direction:column;gap:.25rem}.item-name{font-weight:600;color:#1a1a2e;text-decoration:none}.item-name:hover{color:#4361ee}.item-brand{font-size:.8rem;color:#888}.item-price{color:#666}.item-quantity{display:flex;align-items:center;gap:.75rem;background:#f8f9fa;border-radius:10px;padding:.25rem}.item-quantity button{width:32px;height:32px;border:none;background:#fff;border-radius:8px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.item-quantity button:hover{background:#4361ee;color:#fff}.item-quantity span{min-width:30px;text-align:center;font-weight:600}.item-total{font-size:1.1rem;font-weight:700;color:#1a1a2e;min-width:80px;text-align:right}.remove-btn{width:36px;height:36px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.remove-btn svg{width:18px;height:18px;color:#999}.remove-btn:hover{background:#fee}.remove-btn:hover svg{color:#f44336}.cart-summary{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000f;height:fit-content}.cart-summary h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;color:#666}.summary-row.total{border-top:1px solid #eee;padding-top:1rem;margin-top:1rem;margin-bottom:1.5rem;color:#1a1a2e;font-weight:700;font-size:1.2rem}.checkout-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.checkout-btn:hover{background:linear-gradient(135deg,#3a56d4,#2e47c0)}.continue-shopping{display:block;text-align:center;color:#4361ee;text-decoration:none;font-weight:500}.continue-shopping:hover{text-decoration:underline}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr auto;gap:1rem}.item-quantity{grid-column:2}.item-total{grid-column:3;grid-row:1}.remove-btn{grid-column:3;grid-row:2}}@media (max-width: 640px){.cart-item{grid-template-columns:60px 1fr}.item-quantity{grid-column:1 / -1;justify-content:center}.item-total{grid-column:2;text-align:right}.remove-btn{grid-column:2;grid-row:2;justify-content:flex-end}}.empty-wishlist{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000f}.empty-wishlist svg{width:80px;height:80px;color:#ccc;margin-bottom:1.5rem}.empty-wishlist h2{color:#1a1a2e;margin-bottom:.5rem}.empty-wishlist p{color:#666;margin-bottom:1.5rem}.wishlist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.wishlist-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.wishlist-item:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0000001a}.wishlist-item .item-image{display:block;height:200px;background:#f8f9fa}.wishlist-item .item-image img{width:100%;height:100%;object-fit:cover}.wishlist-item .item-details{padding:1.25rem}.wishlist-item .item-name{display:block;font-weight:600;color:#1a1a2e;text-decoration:none;margin-bottom:.25rem}.wishlist-item .item-name:hover{color:#4361ee}.wishlist-item .item-brand{font-size:.8rem;color:#888;display:block;margin-bottom:.5rem}.wishlist-item .item-price{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.wishlist-item .current-price{font-size:1.2rem;font-weight:700;color:#4361ee}.wishlist-item .old-price{font-size:.9rem;color:#999;text-decoration:line-through}.wishlist-item .item-actions{display:flex;gap:.5rem;padding:0 1.25rem 1.25rem}.wishlist-item .add-to-cart-btn{flex:1;padding:.75rem;background:linear-gradient(135deg,#4361ee,#3a56d4);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.wishlist-item .add-to-cart-btn:hover{background:linear-gradient(135deg,#3a56d4,#2e47c0)}.wishlist-item .remove-btn{width:42px;height:42px;border:2px solid #ddd;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.wishlist-item .remove-btn svg{width:18px;height:18px;color:#999}.wishlist-item .remove-btn:hover{border-color:#f44336;background:#f44336}.wishlist-item .remove-btn:hover svg{color:#fff}@media (max-width: 1024px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.wishlist-grid{grid-template-columns:1fr}}.admin-container{max-width:1400px;margin:0 auto;padding:20px}.login-container{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-box{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;width:100%;text-align:center}.login-box h1{margin-bottom:30px;color:#333}.login-form{display:flex;flex-direction:column;gap:15px}.login-error{color:#f44336;font-size:14px;margin:0}.login-hint{color:#999;font-size:12px;margin:15px 0}.header-buttons{display:flex;gap:10px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.admin-header h1{font-size:28px;color:#333}.admin-content{display:grid;grid-template-columns:1fr 2fr;gap:30px}@media (max-width: 1024px){.admin-content{grid-template-columns:1fr}}.admin-form-section{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.admin-form-section h2,.admin-products-section h2{margin-bottom:20px;color:#333}.admin-form{display:flex;flex-direction:column;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-group{display:flex;flex-direction:column;gap:5px}.form-group label{font-weight:600;color:#555;font-size:14px}.form-group input,.form-group select,.form-group textarea{padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4caf50}.image-preview{margin-top:10px}.image-preview img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s}.btn-primary{background:#4caf50;color:#fff}.btn-primary:hover{background:#45a049}.btn-success{background:#4caf50;color:#fff}.btn-success:hover{background:#45a049}.btn-danger{background:#f44336;color:#fff}.btn-danger:hover{background:#da190b}.admin-products-section{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.no-products{text-align:center;color:#999;padding:40px;font-size:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;margin-bottom:20px}.product-card-admin{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card-admin:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-card-admin img{width:100%;height:150px;object-fit:cover}.product-card-admin .product-info{padding:15px}.product-card-admin h3{font-size:14px;margin-bottom:8px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-admin .price{margin-bottom:5px}.product-card-admin .new-price{font-size:18px;font-weight:700;color:#4caf50}.product-card-admin .old-price{font-size:14px;color:#999;text-decoration:line-through;margin-left:8px}.product-card-admin .brand{font-size:12px;color:#666;margin-bottom:10px}.product-card-admin .btn{width:100%;padding:8px;font-size:12px}.admin-stats{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:8px}.admin-stats p{margin:5px 0;font-size:14px;color:#666}.search-box{margin-bottom:20px}.search-box input{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.search-box input:focus{outline:none;border-color:#4caf50}.product-type{font-size:11px;padding:3px 8px;border-radius:4px;display:inline-block;margin-bottom:8px;background:#4caf50;color:#fff}.btn-disabled{background:#ccc!important;cursor:not-allowed}.new-category-input{display:flex;gap:5px;margin-top:8px}.new-category-input input{flex:1;padding:8px;border:1px solid #ddd;border-radius:6px;font-size:13px}.btn-sm{padding:8px 12px;font-size:12px}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.categories-list{margin-top:25px;padding-top:20px;border-top:1px solid #eee}.categories-list h3{font-size:16px;margin-bottom:12px;color:#333}.category-tags{display:flex;flex-wrap:wrap;gap:8px}.category-tag{background:#e3f2fd;color:#1976d2;padding:5px 12px;border-radius:20px;font-size:12px;text-transform:capitalize}.product-category{font-size:11px;padding:3px 8px;border-radius:4px;display:inline-block;margin-bottom:8px;background:#e3f2fd;color:#1976d2}.settings-panel{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:30px}.settings-panel h2{margin-bottom:20px;color:#333}.settings-form{display:flex;flex-direction:column;gap:15px;max-width:400px}.checkout-page{padding:30px 0}.checkout-page h1{margin-bottom:30px;color:#333}.checkout-empty{text-align:center;padding:60px 20px}.checkout-empty h2{margin-bottom:20px;color:#666}.checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px}@media (max-width: 900px){.checkout-grid{grid-template-columns:1fr}}.checkout-form-section{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a}.form-section{margin-bottom:30px}.form-section h3{font-size:18px;margin-bottom:20px;color:#333;padding-bottom:10px;border-bottom:2px solid #4CAF50}.form-section .form-group{margin-bottom:15px}.form-section label{display:block;margin-bottom:5px;font-weight:600;color:#555;font-size:14px}.form-section input,.form-section textarea,.form-section select{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:border-color .3s}.form-section input:focus,.form-section textarea:focus,.form-section select:focus{outline:none;border-color:#4caf50}.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-option{display:flex;align-items:center;padding:15px;border:2px solid #ddd;border-radius:10px;cursor:pointer;transition:all .3s}.payment-option:hover{border-color:#4caf50}.payment-option.selected{border-color:#4caf50;background:#f9fff9}.payment-option input{width:auto;margin-right:12px}.payment-icon{font-size:24px;margin-right:12px}.payment-name{font-weight:600;color:#333;flex:1}.payment-details{font-size:12px;color:#666}.payment-instructions{margin-top:20px;padding:15px;background:#f5f5f5;border-radius:8px}.payment-instructions p{margin-bottom:10px}.payment-instructions ol{margin-left:20px;margin-bottom:15px}.payment-instructions li{margin-bottom:5px;font-size:14px}.btn-large{width:100%;padding:15px;font-size:16px}.order-summary{background:#fff;padding:25px;border-radius:12px;box-shadow:0 2px 10px #0000001a;height:fit-content;position:sticky;top:20px}.order-summary h3{font-size:18px;margin-bottom:20px;color:#333;padding-bottom:10px;border-bottom:2px solid #4CAF50}.cart-items{max-height:300px;overflow-y:auto}.cart-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #eee}.cart-item img{width:60px;height:60px;object-fit:cover;border-radius:8px}.cart-item h4{font-size:14px;margin-bottom:5px;color:#333}.cart-item p{font-size:12px;color:#666;margin:0}.cart-item .item-price{font-weight:700;color:#4caf50;margin-top:5px}.summary-totals{margin-top:20px;padding-top:15px;border-top:2px solid #eee}.summary-row{display:flex;justify-content:space-between;margin-bottom:10px;font-size:14px}.summary-row.total{font-size:18px;font-weight:700;color:#4caf50;margin-top:10px;padding-top:10px;border-top:2px solid #eee}.orders-page{max-width:1200px;margin:0 auto;padding:20px}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.orders-header h1{color:#333}.orders-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:30px}.stat-card{background:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 8px #0000001a}.stat-card h3{font-size:14px;color:#666;margin-bottom:10px}.stat-card p{font-size:28px;font-weight:700;color:#4caf50;margin:0}.filter-tabs{display:flex;gap:10px;margin-bottom:25px;flex-wrap:wrap}.filter-tabs button{padding:10px 20px;border:none;background:#f0f0f0;border-radius:20px;cursor:pointer;font-size:14px;transition:all .3s}.filter-tabs button.active,.filter-tabs button:hover{background:#4caf50;color:#fff}.no-orders{text-align:center;padding:60px;background:#fff;border-radius:10px}.no-orders h3{color:#999}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #eee}.order-id{font-weight:700;color:#333;margin-right:10px}.order-date{color:#999;font-size:14px}.order-status{padding:5px 15px;border-radius:20px;color:#fff;font-size:12px;text-transform:capitalize}.order-customer,.order-payment,.order-items{margin-bottom:15px}.order-customer h4,.order-payment h4,.order-items h4{font-size:14px;color:#333;margin-bottom:8px}.order-customer p,.order-payment p{font-size:13px;color:#666;margin:4px 0}.item-tag{display:inline-block;background:#f5f5f5;padding:5px 10px;border-radius:5px;font-size:12px;margin:3px}.order-actions{display:flex;gap:10px;margin-top:15px;padding-top:15px;border-top:1px solid #eee}.order-actions select{padding:8px 15px;border:1px solid #ddd;border-radius:6px;font-size:14px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;line-height:1.6;background:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto}ul{list-style:none}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1400px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}::selection{background:#4361ee;color:#fff}input,select,button{outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease forwards}.toast-container{position:fixed;top:100px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px}.toast{padding:1rem 1.5rem;border-radius:10px;color:#fff;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease;box-shadow:0 4px 20px #0003}.toast.success{background:#10b981}.toast.error{background:#f44336}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}
