.navbar{position:relative;font-size:12px;top:0;left:0;width:100%;padding:20px 0;transition:all .3s ease;background:rgba(255,255,255,.8);backdrop-filter:blur(12px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.navbar-container{width:90%;max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between}.nav-logo,.navbar-container{display:flex;align-items:center}.nav-logo{font-size:1.8rem;font-weight:700;color:rgb(216,88,29);text-decoration:none}.nav-logo i{margin-right:10px;color:#ec4899}.nav-menu{list-style:none;margin:0;padding:0}.nav-menu,.nav-menu-item{display:flex;align-items:center}.nav-menu-item{margin-left:30px}.nav-link{color:#0f172a;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center;height:100%}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:rgb(216,88,29);transition:all .3s ease}.nav-link:hover:after{width:100%}.nav-link:hover{color:rgb(216,88,29)}.nav-link.active{color:rgb(216,88,29)!important;font-weight:600}.nav-link.active:after{width:100%!important;background:rgb(216,88,29)}.mobile-menu .nav-link.active{color:rgb(216,88,29)!important;font-weight:600;background:rgba(216,88,29,.1);border-radius:6px;padding:10px 15px}.nav-cta{display:inline-block;padding:10px 20px;background:rgb(216,88,29);color:white!important;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;text-align:center}.nav-cta:hover{background:rgb(150,42,10);transform:translateY(-2px);color:white!important}.hamburger{display:none;flex-direction:column;background:none;border:none;outline:none;cursor:pointer;padding:8px;width:40px;height:40px;justify-content:center;align-items:center;z-index:1001}.hamburger span{display:block;width:28px;height:3px;background:rgb(216,88,29);margin:3px 0;border-radius:2px;transition:.3s;transform-origin:center}.hamburger[aria-expanded=true] span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;flex-direction:column;position:fixed;top:70px;left:0;right:0;bottom:0;padding:20px;z-index:1000;list-style:none;height:calc(100vh - 70px);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-open{display:flex}.mobile-menu li{margin:10px 0;display:flex;align-items:center;justify-content:flex-start}.mobile-menu a{color:#0f172a;font-weight:500;text-decoration:none;font-size:1.1rem;transition:all .3s ease;padding:10px 0;width:100%;display:block}.mobile-menu a:hover{color:rgb(216,88,29)}.mobile-menu .nav-cta{margin-top:10px;text-align:center;width:100%}@media (max-width:900px){.nav-menu{display:none}.hamburger{display:flex}.navbar-container{padding:0 10px}}@media (max-width:480px){.mobile-menu{margin:0 10px;padding:15px}.nav-logo{font-size:1.5rem}.hamburger{width:35px;height:35px}.hamburger span{width:24px;height:2.5px}}.cart-button{margin-left:20px;position:relative;background:linear-gradient(135deg,#e3670ed8,#ee8453d1);color:white;border:none;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow);border-radius:10px}.cart-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#e3670e,#ee8453)}.cart-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#eb5b2b,#eb834f);color:white;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;box-shadow:var(--shadow)}.badge{color:#fff}.navbar{z-index:1002}.mobile-menu{z-index:1001}.navbar-container{position:relative;z-index:1003}.mobile-menu{background:rgba(255,255,255,.98);backdrop-filter:blur(20px);box-shadow:0 8px 32px rgba(31,38,135,.15);background:rgba(255,255,255,.95)}.footer-wrapper{background:#1a1a1a;color:#fff;padding:40px 0 20px;border-top:1px solid #333}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto;padding:0 20px 30px}.footer-section{margin-bottom:20px}.footer-section h3{color:#fff;font-size:1.2rem;margin-bottom:15px;font-weight:600}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:15px;font-size:.95rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section ul li a:hover{color:#fff}.footer-section ul li{color:#ccc;font-size:.95rem}.social-links{display:flex;gap:15px;margin-top:15px}.social-links a{color:#ccc;font-size:1.2rem;transition:color .3s ease}.social-links a:hover{color:#fff}.whatsapp-group-section{background:linear-gradient(135deg,#25D366,#128C7E);margin:30px auto;max-width:1200px;border-radius:12px;padding:30px;color:white}.whatsapp-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:center}.whatsapp-info h3{font-size:1.5rem;margin-bottom:15px;font-weight:600}.whatsapp-description{font-size:1rem;line-height:1.6;margin-bottom:20px;opacity:.95}.link-copy-section{margin:20px 0}.link-display{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);padding:12px 15px;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.link-text{flex:1;font-size:.9rem;word-break:break-all;color:white;font-family:monospace}.copy-btn{display:flex;align-items:center;gap:8px;background:white;color:#25D366;border:none;padding:8px 15px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.copy-btn:hover{background:#f8f9fa;transform:translateY(-1px)}.copy-btn.copied{background:#4CAF50;color:white}.copy-btn i{font-size:.8rem}.whatsapp-links{display:flex;gap:15px;flex-wrap:wrap}.whatsapp-join-btn{display:inline-flex;align-items:center;gap:10px;background:white;color:#25D366;padding:12px 24px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid white}.whatsapp-join-btn:hover{background:transparent;color:white;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.whatsapp-qr{display:flex;justify-content:center;align-items:center}.qr-placeholder{text-align:center;background:white;padding:20px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.2)}.qr-image{width:150px;height:150px;border-radius:8px;margin-bottom:10px;object-fit:cover}.qr-note{color:#333;font-size:.9rem;font-weight:500;margin:0}.affiliate-notice{background:#2a2a2a;padding:25px;margin:20px auto 30px;max-width:1200px;border-radius:8px;border-left:4px solid #007bff}.affiliate-notice h4{color:#fff;margin-bottom:15px;font-size:1.1rem;font-weight:600}.affiliate-notice p{color:#ccc;line-height:1.6;margin-bottom:15px;font-size:.95rem}.affiliate-contact{background:#333;padding:15px;border-radius:6px;margin-top:15px}.affiliate-contact div{color:#fff;margin-bottom:8px;font-size:.95rem}.affiliate-contact div:last-child{margin-bottom:0;color:#007bff;font-weight:500}.footer-bottom{border-top:1px solid #333;padding:20px;text-align:center;margin-top:30px}.footer-bottom p{color:#999;margin:0;font-size:.9rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:25px;text-align:center}.social-links{justify-content:center}.footer-wrapper{padding:30px 0 20px}.affiliate-notice,.whatsapp-group-section{margin:20px;padding:20px}.whatsapp-content{grid-template-columns:1fr;gap:20px;text-align:center}.whatsapp-links{justify-content:center}.link-display{flex-direction:column;gap:10px}.copy-btn{width:100%;justify-content:center}.qr-image{width:120px;height:120px}}@media (max-width:480px){.whatsapp-join-btn{width:100%;justify-content:center}.qr-image{width:100px;height:100px}.link-text{font-size:.8rem}}:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#8b5cf6;--secondary:#f59e0b;--accent:#10b981;--danger:#ef4444;--warning:#f59e0b;--success:#10b981;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-md:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--shadow-lg:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);--radius:12px;--radius-lg:16px}.shop-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Inter,system-ui,-apple-system,sans-serif}.shop-content{background:#f3f4f6;backdrop-filter:blur(20px);min-height:100vh}.shop-header{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:var(--shadow-sm)}.shop-header-content{max-width:1280px;margin:0 auto;padding:0 1rem}.header-inner{padding:1rem 0}.brand{gap:.75rem;text-decoration:none}.brand,.brand-logo{display:flex;align-items:center}.brand-logo{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:var(--radius);justify-content:center;box-shadow:var(--shadow)}.brand-text{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--gray-800),var(--gray-600));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.categories-section{background:linear-gradient(135deg,#2b1055,#7597de);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);position:relative;top:0;z-index:40}.categories-container{max-width:1280px;margin:0 auto;padding:0 1rem}.categories-scroll{display:flex;gap:.5rem;padding:1rem 0;overflow-x:auto;scrollbar-width:none}.categories-scroll::-webkit-scrollbar{display:none}.category-button{margin-left:20px;flex-shrink:0;padding:.75rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.category-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(69,72,247,.3),transparent);transition:left .5s}.category-button:hover:before{left:100%}.category-button.active{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:white;box-shadow:var(--shadow-md);transform:scale(1.05)}.category-button.inactive{background:rgba(255,255,255,.6);color:var(--gray-700);border:1px solid rgba(255,255,255,.3)}.category-button.inactive:hover{background:rgba(255,255,255,.8);transform:translateY(-1px);box-shadow:var(--shadow)}.main-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.hero-section{text-align:center;margin-bottom:3rem}.hero-title{text-align:center;font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--gray-800),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:var(--gray-600);max-width:600px;margin:0 auto}.products-section{margin-top:2rem}.section-title{font-size:2rem;font-weight:700;color:var(--gray-800)}.section-subtitle{color:var(--gray-600);margin-bottom:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:rgba(255,255,255,.8);backdrop-filter:blur(10px);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:all .3s ease;border:5px solid rgba(255,255,255,.2);position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);background:rgba(255,255,255,.95)}.product-image-container{position:relative;height:200px;overflow:hidden;background-color:#e3e4e4}.product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-badges{position:absolute;top:.75rem;left:.75rem;right:.75rem;display:flex;justify-content:space-between;z-index:10}.product-badge{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow)}.badge-stock{background:linear-gradient(135deg,var(--danger),#f87171);color:white}.badge-category{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:white}.badge-sale{background:linear-gradient(135deg,var(--secondary),var(--warning));color:white}.product-content{padding:1.25rem}.product-name{font-size:1.125rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem;line-height:1.4}.product-description,.product-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{color:var(--gray-600);font-size:.875rem;line-height:1.5;margin-bottom:1rem}.product-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,var(--success),#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-stock{font-size:.875rem;font-weight:600;padding:.25rem .75rem;border-radius:20px}.stock-high{background:rgba(16,185,129,.1);color:var(--success)}.stock-low{background:rgba(245,158,11,.1);color:var(--warning)}.stock-none{background:rgba(239,68,68,.1);color:var(--danger)}.add-to-cart-btn{width:100%;padding:.875rem 1.5rem;border-radius:var(--radius);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.add-to-cart-btn:enabled{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:white;box-shadow:var(--shadow)}.add-to-cart-btn:enabled:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,var(--primary-dark),var(--primary))}.add-to-cart-btn:disabled{background:var(--gray-300);color:var(--gray-500)}.loading-container{display:flex;justify-content:center;align-items:center;padding:4rem 0;height:100vh}.loading-spinner{width:3rem;height:3rem;border:3px solid rgba(99,102,241,.2);border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite}.error-container{display:flex;justify-content:center;align-items:center;min-height:50vh;text-align:center}.error-content{background:rgba(255,255,255,.9);padding:2rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:400px}.error-icon{font-size:3rem;margin-bottom:1rem}.error-title{font-size:1.5rem;font-weight:700;color:var(--gray-800);margin-bottom:.5rem}.error-message{color:var(--gray-600);margin-bottom:1.5rem}.empty-state{text-align:center;padding:4rem 2rem;background:rgba(255,255,255,.8);border-radius:var(--radius-lg);margin:2rem 0}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-title{font-size:1.5rem;font-weight:700;color:var(--gray-700);margin-bottom:.5rem}.empty-description{color:var(--gray-500)}.cart-modal{position:fixed;inset:0;z-index:100;display:flex}.cart-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.cart-sidebar{position:relative;width:100%;max-width:450px;background:white;margin-left:auto;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-header{padding:1.5rem;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:white}.cart-title{font-size:1.5rem;font-weight:700}.close-button{background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:.25rem;border-radius:var(--radius);transition:background .2s}.close-button:hover{background:rgba(255,255,255,.2)}.cart-content{flex:1;padding:1.5rem;overflow-y:auto}.cart-items{space-y:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gray-50);border-radius:var(--radius);margin-bottom:1rem}.cart-item-image{width:4rem;height:4rem;object-fit:cover;border-radius:var(--radius)}.cart-item-details{flex:1}.cart-item-name{color:var(--gray-800)}.cart-item-price{color:var(--success);font-weight:700}.cart-item-stock{color:var(--gray-500)}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:2rem;height:2rem;border:none;border-radius:var(--radius);background:var(--gray-200);color:var(--gray-700);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover{background:var(--gray-300)}.quantity-display{min-width:2rem;text-align:center;font-weight:600}.remove-btn{background:none;border:none;color:var(--danger);cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:background .2s}.remove-btn:hover{background:rgba(239,68,68,.1)}.cart-footer{border-top:1px solid var(--gray-200);background:var(--gray-50)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.total-amount{background:linear-gradient(135deg,var(--success),#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--success),#34d399);color:white;border:none;border-radius:var(--radius);font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:var(--shadow)}.checkout-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#059669,var(--success))}.clear-cart-btn{width:100%;padding:.75rem 1.5rem;background:var(--gray-200);color:var(--gray-700);border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.clear-cart-btn:hover{background:var(--gray-300)}@media (max-width:768px){.hero-title{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.cart-sidebar{max-width:100%}.header-inner{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}.category-button{padding:.5rem 1rem;font-size:.875rem}}.add-to-cart-btn.in-cart{background:linear-gradient(135deg,#10b981,#34d399)!important}.add-to-cart-btn.in-cart:hover{background:linear-gradient(135deg,#059669,#10b981)!important;transform:none!important;cursor:not-allowed}.add-to-cart-btn:disabled{background:var(--gray-300)!important;color:var(--gray-500)!important;transform:none!important}.add-to-cart-btn:disabled:hover{transform:none!important;box-shadow:var(--shadow)!important}.cart-quantity-info{margin-top:.5rem;text-align:center}.quantity-text{font-size:.75rem;color:var(--success);font-weight:600;display:block}.max-quantity-warning{font-size:.7rem;color:var(--warning);font-weight:500;display:block;margin-top:.25rem}.cart-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);z-index:9999}.cart-modal-container,.cart-modal-overlay{display:flex;justify-content:flex-end;overflow:hidden}.cart-modal-container{width:100%;height:100vh}.cart-modal-sidebar{width:100%;max-width:480px;height:100%;background:white;display:flex;flex-direction:column;animation:slideInRight .3s ease;box-shadow:-10px 0 50px rgba(0,0,0,.3)}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.delivery-info-banner{background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #bfdbfe;border-radius:12px;padding:1rem;margin-bottom:1.5rem}.delivery-title{font-weight:700;color:#1e40af;margin-bottom:.25rem}.delivery-text{color:#3b82f6;font-size:.875rem}.checkout-form{space-y:1.25rem}.form-group{space-y:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-label{display:block;font-weight:600;color:#374151;font-size:.875rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;transition:all .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.order-summary{border-top:2px solid #e5e7eb;padding-top:1rem}.summary-title{font-weight:700;color:#374151;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.item-name{color:#6b7280;font-size:.875rem}.item-price{font-weight:600;color:#059669}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;font-weight:700;font-size:1.125rem;border-top:2px solid #e5e7eb}.payment-button{width:100%;padding:1rem;background:linear-gradient(135deg,#10b981,#34d399);color:white;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;margin-top:1rem}.payment-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(16,185,129,.3)}.payment-button:disabled{opacity:.7;cursor:not-allowed}.button-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-spinner-small{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}.cart-items-list{space-y:1rem;flex:1;overflow-y:auto}.cart-item-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s}.cart-item-card:hover{background:#f1f5f9;transform:translateY(-1px)}.cart-item-info{flex:1}.cart-item-name{font-weight:600;color:#1e293b;margin-bottom:.25rem}.cart-item-stock{font-size:.75rem;color:#64748b}.quantity-button{width:2rem;height:2rem;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;font-weight:700}.quantity-button.decrease{background:#fef2f2;color:#dc2626}.quantity-button.decrease:hover{background:#fecaca}.quantity-button.increase{background:#f0fdf4;color:#16a34a}.quantity-button.increase:hover:not(:disabled){background:#bbf7d0}.quantity-button.increase:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.remove-item-button{background:#fef2f2;color:#dc2626;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:all .2s}.remove-item-button:hover{background:#fecaca;transform:scale(1.1)}.clear-cart-button{width:100%;padding:.75rem;background:#fef2f2;color:#dc2626;border:2px solid #fecaca;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.clear-cart-button:hover{background:#fecaca}.continue-shopping-btn{width:100%;padding:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:white;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s;margin-top:1rem}.continue-shopping-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(99,102,241,.3)}.cart-footer{padding:1.5rem;border-top:2px solid #e2e8f0;background:#f8fafc}.cart-total-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.total-label{color:#374151}.total-price{background:linear-gradient(135deg,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:white;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px -3px rgba(245,158,11,.3)}.checkout-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(245,158,11,.4);background:linear-gradient(135deg,#d97706,#b45309)}.empty-cart{text-align:center;padding:3rem 2rem;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.empty-cart .empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.empty-cart .empty-title{font-size:1.5rem;font-weight:700;color:#374151;margin-bottom:.5rem}.empty-cart .empty-description{color:#6b7280;margin-bottom:2rem}.search-container{max-width:600px;margin:2rem auto;width:100%}.search-box{position:relative;display:flex;align-items:center;background:rgba(255,255,255,.9);border-radius:50px;padding:.5rem;box-shadow:var(--shadow-md);border:2px solid transparent;transition:all .3s ease}.search-box:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgba(99,102,241,.1)}.search-icon{padding:.5rem 1rem;color:var(--gray-500);font-size:1.1rem}.search-input{flex:1;border:none;outline:none;background:transparent;padding:.75rem 0;font-size:1rem;color:var(--gray-800)}.search-input::placeholder{color:var(--gray-400)}.clear-search-btn{padding:.5rem 1rem;color:var(--gray-500);transition:all .2s;font-size:1.1rem}.clear-search-btn:hover{background:var(--gray-200);color:var(--gray-700)}.search-results-info{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:0 1rem}.search-count{color:var(--gray-600);font-size:.9rem;font-weight:500}.clear-search-link{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.9rem;text-decoration:underline;transition:color .2s}.clear-search-link:hover{color:var(--primary-dark)}.search-suggestions{background:var(--gray-50);border-radius:12px;padding:1.5rem;margin:1.5rem 0;text-align:left;max-width:400px}.search-suggestions p{font-weight:600;color:var(--gray-700);margin-bottom:.75rem}.search-suggestions ul{list-style:none;padding:0;margin:0}.search-suggestions li{color:var(--gray-600);position:relative;padding:.25rem 0 .25rem 1.5rem}.search-suggestions li:before{content:"•";color:var(--primary);position:absolute;left:.5rem}.section-title{position:relative}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:60px;height:3px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:2px}@keyframes highlightSearch{0%{background-color:rgba(255,245,0,.3)}to{background-color:transparent}}.product-card.highlight{animation:highlightSearch 2s ease}@media (max-width:768px){.search-container{margin:1.5rem auto}.search-box{margin:0 1rem}.search-input{font-size:.9rem}.search-input::placeholder{font-size:.9rem}.search-results-info{flex-direction:column;gap:.5rem;text-align:center}}@media (max-width:480px){.search-box{border-radius:25px}.clear-search-btn,.search-icon{padding:.5rem .75rem}}.search-highlight{background:linear-gradient(135deg,#fef3c7,#f59e0b);padding:.1rem .2rem;border-radius:4px;font-weight:700;color:#92400e}.search-loading{display:flex;justify-content:center;align-items:center;padding:2rem}.search-loading .loading-spinner{width:2rem;height:2rem}body.cart-open{overflow:hidden!important;position:fixed;width:100%;height:100%}.product-actions{display:flex;gap:10px;margin-top:15px}.add-to-cart-btn{flex:2;padding:12px 20px;background:#ff6b35;color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn:hover:not(:disabled){background:#e55a2b;transform:translateY(-2px)}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.add-to-cart-btn.in-cart{background:#28a745}.details-btn{flex:1;padding:12px 15px;background:#00bcd4;color:white;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.details-btn:hover{background:#0097a7;transform:translateY(-2px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background:white;border-radius:12px;max-width:1200px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;border-radius:12px 12px 0 0}.modal-header h2{margin:0;color:#333;font-size:24px}.modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .3s ease}.modal-close:hover{background:#e0e0e0}.product-details-modal{display:flex;gap:40px;padding:30px}.details-images{flex:1;max-width:500px}.main-image-modal{width:100%;margin-bottom:20px}.modal-main-image{width:100%;height:400px;object-fit:contain;border:1px solid #e0e0e0;border-radius:8px;background:#f8f9fa}.thumbnail-container-modal{display:flex;gap:10px;overflow-x:auto;padding:10px 0}.thumbnail-modal{width:80px;height:80px;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;flex-shrink:0;overflow:hidden;transition:border-color .3s ease}.thumbnail-modal.active,.thumbnail-modal:hover{border-color:#ff6b35}.thumbnail-image{width:100%;height:100%;object-fit:cover}.details-content{flex:1;min-width:300px}.details-title{font-size:24px;color:#333;margin-bottom:15px;line-height:1.4}.details-rating{display:flex;align-items:center;gap:10px;margin-bottom:15px}.stars{color:#ffa500;font-size:18px}.rating-text{color:#1a73e8;font-size:14px}.details-brand{color:#666;margin-bottom:20px;font-size:14px}.details-price{font-size:36px;color:#ff6b35;font-weight:600}.details-price,.details-section{margin-bottom:25px}.section-label{font-weight:600;margin-bottom:10px;color:#333;font-size:16px}.details-description{line-height:1.6;color:#555;margin:0}.stock-status-large{padding:10px 15px;border-radius:6px;font-weight:600;display:inline-block}.stock-status-large.stock-high{background:#d4edda;color:#155724}.stock-status-large.stock-low{background:#fff3cd;color:#856404}.stock-status-large.stock-none{background:#f8d7da;color:#721c24}.product-specs{display:flex;flex-direction:column;gap:8px}.spec-item{gap:10px}.spec-label{color:#333;min-width:100px}.spec-value{color:#555}.modal-actions{display:flex;gap:15px;margin:30px 0}.add-to-cart-btn-large,.buy-now-btn-large{flex:1;padding:15px 25px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-to-cart-btn-large{background:#ff6b35;color:white}.add-to-cart-btn-large:hover:not(:disabled){background:#e55a2b}.add-to-cart-btn-large:disabled{background:#ccc;cursor:not-allowed}.add-to-cart-btn-large.in-cart{background:#28a745}.buy-now-btn-large{background:#00bcd4;color:white}.buy-now-btn-large:hover{background:#0097a7}.delivery-info{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid #e0e0e0}.info-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#555}.info-icon{font-size:16px}@media (max-width:768px){.product-details-modal{flex-direction:column;padding:20px}.details-images{max-width:100%}.modal-actions,.product-actions{flex-direction:column}}.navbar-search{flex:1;max-width:400px;margin:0 2rem}.navbar-search .search-box{background:rgba(255,255,255,.9);border-radius:25px;padding:.5rem 1rem;box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center}.navbar-search .search-input{border:none;background:transparent;width:100%;padding:.5rem;font-size:.9rem;outline:none}.navbar-search .search-input::placeholder{color:var(--gray-500)}.navbar-search .clear-search-btn{background:none;border:none;padding:.25rem;color:var(--gray-500);cursor:pointer;border-radius:50%;transition:all .2s}.navbar-search .clear-search-btn:hover{background:var(--gray-200)}.products-scroller-section{box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:20px;padding:3rem 1rem;margin:3rem 0}.scroller-header{margin-bottom:1.5rem;padding:0 1rem}.scroller-title{font-size:1.75rem;font-weight:700;color:var(--gray-800);position:relative}.scroller-title:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:2px}.scroller-controls{gap:.5rem}.scroll-btn{width:40px;height:40px;border:none;border-radius:50%;background:WHITE;color:BLACK;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:var(--shadow)}.scroll-btn:hover{background:rgb(241,239,238);transform:scale(1.1)}.products-scroller-container{position:relative;overflow:hidden;border-radius:15px}.products-scroller{display:flex;gap:1.5rem;-ms-overflow-style:none}.scroller-item{flex:0 0 280px;min-width:280px}@media (max-width:768px){.header-inner{flex-wrap:wrap;gap:1rem}.navbar-search{order:3;max-width:100%;margin:0}.scroller-header{flex-direction:column;gap:1rem;align-items:flex-start}.scroller-controls{align-self:flex-end}.scroller-item{flex:0 0 250px;min-width:250px}}@media (max-width:480px){.scroller-item{flex:0 0 220px;min-width:220px}.categories-scroll{font-size:12px}.scroll-btn{width:35px;height:35px;font-size:1rem}}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.brand,.cart-button{flex-shrink:0}.product-card-compact{border-radius:12px;overflow:hidden;transition:all .3s ease;border:.5px solid #0000001e;height:100%;display:flex;flex-direction:column;max-width:190px}.product-card-compact:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image-compact{position:relative;height:160px;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card-compact:hover .product-img{transform:scale(1.05)}.stock-badge-compact{left:8px;background:#ef4444}.platform-badge-compact,.stock-badge-compact{position:absolute;top:8px;color:white;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;z-index:2}.platform-badge-compact{right:8px}.platform-badge-compact.daraz{background:#4F46E5}.platform-badge-compact.aliexpress{background:#10B981}.platform-badge-compact.shopify{background:#F59E0B}.platform-badge-compact.alibaba{background:#EF4444}.product-content-compact{padding:12px;flex:1;display:flex;flex-direction:column;text-align:center}.product-name-compact{font-size:.9rem;font-weight:600;color:#374151;margin-bottom:8px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6rem}.product-price-compact{font-size:.7rem;font-weight:700;color:#EF4444;margin-bottom:6px}.product-stock-compact{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#6B7280;margin-bottom:12px}.stock-indicator{width:6px;height:6px;border-radius:50%}.stock-indicator.stock-high{background:#10B981}.stock-indicator.stock-low{background:#F59E0B}.stock-indicator.stock-none{background:#EF4444}.add-to-cart-btn-compact{width:100%;padding:8px 12px;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.add-to-cart-btn-compact:enabled{background:#f73730;color:white}.add-to-cart-btn-compact:enabled:hover{background:#F59E0B;transform:translateY(-1px)}.add-to-cart-btn-compact:disabled{background:#D1D5DB;color:#ffffff;cursor:not-allowed}.add-to-cart-btn-compact.in-cart{background:#eaa91c}.add-to-cart-btn-compact.in-cart:hover{background:#dda31a}.modal-overlay-compact{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content-compact{background:white;border-radius:16px;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3)}.modal-header-compact{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb}.modal-header-compact h3{margin:0;font-size:1.2rem;color:#374151}.modal-close-compact{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6B7280;padding:4px}.modal-body-compact{padding:20px}.modal-image-compact{width:100%;height:200px;border-radius:12px;overflow:hidden;margin-bottom:16px;background:#F9FAFB}.modal-img{width:100%;height:100%;object-fit:cover}.modal-price-compact{font-size:1.5rem;font-weight:700;color:#f73730;margin-bottom:8px}.modal-stock-compact{font-size:.9rem;color:#6B7280;margin-bottom:12px}.modal-description-compact{color:#6B7280;line-height:1.5;margin-bottom:20px;font-size:.9rem}.modal-add-to-cart-btn{width:100%;padding:12px 16px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-add-to-cart-btn:enabled{background:#f73730;color:white}.modal-add-to-cart-btn:enabled:hover{background:#f73730}.modal-add-to-cart-btn:disabled{background:#D1D5DB;color:#6B7280;cursor:not-allowed}.modal-add-to-cart-btn.in-cart{background:#059669}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-top:2rem}.products-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:16px;overflow-x:auto;scroll-behavior:smooth;padding:1rem;scrollbar-width:none}.products-scroller::-webkit-scrollbar{display:none}.scroller-item{min-width:180px}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}}@media (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.scroller-item{min-width:150px}.product-image-compact{height:140px}.product-name-compact{font-size:.85rem}.product-price-compact{font-size:.7rem}}@media (max-width:480px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.scroller-item{min-width:140px}.product-image-compact{height:120px}}.modal-overlay-fixed{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box;animation:fadeIn .3s ease-out}.modal-content-fixed{background:white;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:slideUp .3s ease-out}.modal-header-fixed{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eaeaea;position:sticky;top:0;background:white;z-index:10;border-radius:12px 12px 0 0}.modal-title-fixed{margin:0;font-size:1.5rem;font-weight:600;color:#333;line-height:1.3}.modal-close-fixed{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close-fixed:hover{background-color:#f5f5f5;color:#333}.modal-body-fixed{display:flex;flex-direction:column;padding:0}@media (min-width:768px){.modal-body-fixed{flex-direction:row}}.modal-image-fixed{flex:1;padding:24px;display:flex;justify-content:center;align-items:flex-start;background:#f9f9f9;border-radius:0}@media (min-width:768px){.modal-image-fixed{border-radius:0 0 0 12px}}.modal-img-fixed{width:100%;max-width:350px;height:auto;border-radius:8px;object-fit:contain}.modal-details-fixed{flex:1;padding:24px;display:flex;flex-direction:column;gap:16px}.modal-price-fixed{font-size:1.8rem;font-weight:700;color:#2c5aa0}.modal-stock-fixed{display:flex;align-items:center;gap:8px;font-size:1rem;color:#555}.stock-indicator-fixed{width:10px;height:10px;border-radius:50%;display:inline-block}.stock-indicator-fixed.stock-high{background-color:#22c55e}.stock-indicator-fixed.stock-low{background-color:#f59e0b}.stock-indicator-fixed.stock-none{background-color:#ef4444}.modal-description-fixed{line-height:1.6;color:#555;margin:0;font-size:1rem}.modal-specs-fixed{display:flex;flex-direction:column;gap:12px;margin-top:8px}.spec-item-fixed{display:flex;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.spec-label-fixed{font-weight:600;color:#333}.spec-value-fixed{color:#666}.modal-actions-fixed{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.modal-add-to-cart-btn-fixed{flex:1;padding:12px 20px;background-color:#3b82f6;color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;min-width:140px}.modal-add-to-cart-btn-fixed:hover:not(:disabled){background-color:#2563eb}.modal-add-to-cart-btn-fixed:disabled{background-color:#9ca3af;cursor:not-allowed}.modal-add-to-cart-btn-fixed.in-cart{background-color:#22c55e}.modal-add-to-cart-btn-fixed.in-cart:hover:not(:disabled){background-color:#16a34a}.buy-now-btn-fixed{flex:1;padding:12px 20px;background-color:#f97316;color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;min-width:140px}.buy-now-btn-fixed:hover{background-color:#ea580c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.modal-overlay-fixed{padding:10px}.modal-content-fixed{width:95%;max-height:95vh}.modal-header-fixed{padding:16px 20px}.modal-title-fixed{font-size:1.3rem}.modal-details-fixed,.modal-image-fixed{padding:20px}.modal-price-fixed{font-size:1.5rem}.modal-actions-fixed{flex-direction:column}.buy-now-btn-fixed,.modal-add-to-cart-btn-fixed{width:100%}}.global-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.95);z-index:99999;display:flex;justify-content:center;align-items:center;padding:20px;backdrop-filter:blur(10px)}.global-modal-content{background:white;border-radius:20px;width:95%;max-width:1200px;max-height:95vh;overflow-y:auto;animation:modalSlideIn .3s ease;box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.global-modal-header{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border-radius:20px 20px 0 0;position:sticky;top:0;z-index:10}.global-modal-header h2{margin:0;font-size:1.8rem;font-weight:700;flex:1}.global-modal-close{background:rgba(255,255,255,.2);color:white;border:none;width:45px;height:45px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.global-modal-close:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}.global-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:30px}.global-modal-image-section{display:flex;flex-direction:column;gap:20px}.global-modal-thumbnails{padding:10px 0}.global-modal-details{display:flex;flex-direction:column;gap:25px}.global-modal-price{font-size:2.5rem;font-weight:800;color:#059669;margin:0}.global-modal-stock{display:flex;align-items:center;gap:12px;font-size:1.1rem;font-weight:600;padding:12px 20px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.global-modal-rating{display:flex;align-items:center;gap:10px}.rating-stars{color:#fbbf24;font-size:1.2rem}.rating-text{color:#6b7280;font-weight:500}.global-modal-description-section h3,.global-modal-features h3,.global-modal-shipping h3,.global-modal-specifications h3{font-size:1.3rem;font-weight:700;color:#1f2937;margin-bottom:15px;border-bottom:2px solid #e5e7eb;padding-bottom:8px}.global-modal-description{line-height:1.7;color:#6b7280;font-size:1rem;margin:0}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.spec-label{font-weight:600;color:#374151;font-size:.9rem}.spec-value{color:#6b7280;font-weight:500;font-size:.9rem}.features-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.features-list li{padding:8px 0;color:#059669;font-weight:500}.shipping-info{display:flex;flex-direction:column;gap:12px}.shipping-item{display:flex;align-items:center;gap:12px;padding:10px 15px;background:#f0f9ff;border-radius:8px;border:1px solid #e0f2fe}.shipping-icon{font-size:1.2rem}.shipping-text{color:#0369a1;font-weight:500}.global-modal-actions{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:2px solid #e5e7eb;margin-top:auto}.quantity-selector{display:flex;align-items:center;gap:15px}.quantity-selector label{font-weight:600;color:#374151}.quantity-dropdown{padding:8px 12px;border:2px solid #d1d5db;border-radius:8px;background:white;font-size:1rem}.action-buttons{display:flex;gap:15px}.global-modal-cart-btn{flex:2;padding:18px 25px;background:#4f46e5;color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.global-modal-cart-btn:hover:not(:disabled){background:#3730a3;transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(79,70,229,.3)}.global-modal-cart-btn:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none}.global-modal-cart-btn.in-cart{background:#059669}.global-modal-cart-btn.in-cart:hover{background:#047857}.global-modal-buy-btn{flex:1;padding:18px 25px;background:linear-gradient(135deg,#f59e0b,#d97706);color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.global-modal-buy-btn:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(245,158,11,.3)}.images-count-badge{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:white;padding:4px 8px;border-radius:6px;font-size:.7rem;font-weight:600;z-index:2}@media (max-width:1024px){.global-modal-body{grid-template-columns:1fr;gap:30px}.global-modal-main-image{height:350px}.specs-grid{grid-template-columns:1fr}}@media (max-width:768px){.global-modal-content{width:98%;max-height:98vh}.global-modal-body{padding:20px;gap:25px}.global-modal-header{padding:20px}.global-modal-header h2{font-size:1.4rem}.global-modal-price{font-size:2rem}.global-modal-main-image{height:300px}.action-buttons{flex-direction:column}.thumbnail-item{width:60px;height:60px}}@media (max-width:480px){.global-modal-body{padding:15px;gap:20px}.global-modal-header{padding:15px}.global-modal-header h2{font-size:1.2rem}.global-modal-price{font-size:1.8rem}.global-modal-main-image{height:250px}}.zoom-container{position:relative;display:inline-block;cursor:zoom-in}.global-modal-main-image{position:relative;border-radius:15px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;height:400px;border:2px solid #e2e8f0}.global-modal-img{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .3s ease}.zoom-result{display:none;position:absolute;top:0;left:100%;width:400px;height:400px;background-image:inherit;background-repeat:no-repeat;background-size:300% 300%;border:2px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.2);z-index:100;margin-left:20px;background-color:white}.global-modal-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:15px 0;margin-top:10px}.thumbnail-item{width:80px;height:80px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;overflow:hidden;flex-shrink:0;transition:all .3s ease;position:relative}.thumbnail-item.active,.thumbnail-item:hover{border-color:#4f46e5;transform:scale(1.05)}.thumbnail-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.thumbnail-item:hover img{transform:scale(1.1)}@media (max-width:1024px){.zoom-result{display:none!important}.zoom-container{cursor:default}}@media (max-width:768px){.global-modal-main-image{height:300px}.thumbnail-item{width:60px;height:60px}.global-modal-thumbnails{padding:10px 0}}.global-modal-img:hover{cursor:crosshair}.zoom-container:hover .global-modal-img{opacity:.8}.affiliate-categories-section{margin:1rem 0;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.categories-header{margin-bottom:.8rem}.categories-subtitle{font-size:.9rem;font-weight:600;color:#374151;margin:0}.clear-category-btn{padding:.3rem .6rem;border-radius:4px;font-size:.7rem}.categories-grid{gap:.4rem}.category-pill{border:1px solid #e5e7eb;padding:.4rem .8rem;border-radius:16px;font-size:.75rem;transition:all .2s ease}.categories-loading{gap:.5rem;font-size:.8rem}.loading-dots{gap:3px}.loading-dots span{width:5px;height:5px}.no-categories{font-size:.8rem;padding:.5rem}.no-products,.scroller-loading{text-align:center;padding:2rem;color:#6b7280;font-style:italic}.products-scroller-container{min-height:200px;display:flex;align-items:center}.products-scroller-section{margin-bottom:3rem}.scroller-header{margin-bottom:1rem}@media (max-width:768px){.affiliate-categories-section{padding:.8rem}.categories-grid{gap:.3rem}.category-pill{padding:.3rem .6rem;font-size:.7rem}.categories-subtitle{font-size:.85rem}}.our-store-categories-section{margin-top:1.5rem;padding:1.5rem;background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08);border:1px solid #e5e7eb;MAX-WIDTH:90%;JUSTIFY-SELF:CENTER}.categories-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.categories-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.clear-category-btn{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-category-btn:hover{background:#e5e7eb;color:#374151}.categories-loading{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.9rem}.loading-dots{display:flex;gap:4px}.loading-dots span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:first-child{animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.categories-grid{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.category-pill{background:white;color:#374151;border:2px solid #e5e7eb;padding:.75rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-decoration:none;display:inline-block}.category-pill:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px rgba(59,130,246,.15)}.category-pill.active{background:#3b82f6;color:white;border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.25)}.category-pill.active:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.no-categories{color:#6b7280;font-style:italic;font-size:.9rem;padding:1rem;text-align:center;width:100%}@media (max-width:768px){.our-store-categories-section{padding:1rem;margin-top:1rem}.categories-header{flex-direction:column;align-items:flex-start;gap:.75rem}.clear-category-btn{align-self:flex-end}.categories-grid{gap:.5rem;justify-content:center}.category-pill{padding:.6rem 1rem;font-size:.85rem}}@media (max-width:480px){.categories-grid{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.category-pill{flex-shrink:0}.categories-title{font-size:1.1rem}}.category-pill{animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.category-search-container{position:relative;display:flex;align-items:center;margin-right:10px}.category-search-input{padding:12px;border:1px solid #ddd;border-radius:10px;font-size:14px;width:300px;outline:none;transition:all .3s ease}.category-search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.clear-search-btn{position:absolute;right:8px;background:none;border:none;color:#999;cursor:pointer;padding:4px;border-radius:50%;transition:all .2s ease}.clear-search-btn:hover{background:#f0f0f0;color:#666}.search-loading{position:absolute;right:35px;color:#007bff;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.scroller-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:15px}.scroller-controls{display:flex;align-items:center;gap:10px}@media (max-width:768px){.scroller-header{flex-direction:column;align-items:stretch;gap:10px}.scroller-controls{justify-content:space-between}.category-search-input{width:150px}}@media (max-width:480px){.category-search-input{width:120px;font-size:12px}.scroller-controls{flex-wrap:wrap}}.cart-footer2{padding:1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}.cart-total2{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.7rem;font-weight:700}.total-amount2{background:linear-gradient(135deg,var(--success),#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cart-total-section{margin-top:20px;font-size:.7rem}