*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #dc2626;--primary-dark: #b91c1c;--secondary-color: #1e3a5f;--success-color: #22c55e;--warning-color: #f59e0b;--error-color: #ef4444;--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #9ca3af;--bg-light: #f3f4f6;--bg-white: #ffffff;--border-color: #e5e7eb}html{background-color:#fff;color-scheme:light}body{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;top:0;left:0;right:0;height:env(safe-area-inset-top,0);background-color:#1d4ed8;z-index:2000;pointer-events:none}#root{background-color:var(--bg-white)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}button,input,textarea,select{font-family:inherit}.container{width:100%;max-width:calc(100% - 200px);margin:0 auto;padding:0 100px}@media(max-width:1400px){.container{max-width:calc(100% - 120px);padding:0 60px}}@media(max-width:1100px){.container{max-width:calc(100% - 60px);padding:0 30px}}@media(max-width:768px){.container{max-width:100%;padding:0 16px}}@media(max-width:480px){.container{padding:0 12px}}.text-center{text-align:center}.text-primary{color:var(--primary-color)}.text-success{color:var(--success-color)}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.fade-in{animation:fadeIn .5s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-gray)}::selection{background:var(--primary-color);color:#fff}.top-loading-bar{position:fixed;top:0;left:0;right:0;height:4px;background:#dc262626;z-index:99999;overflow:hidden}.loading-progress{height:100%;background:linear-gradient(90deg,#dc2626,#f44,#dc2626);background-size:200% 100%;animation:loading-shimmer 1s ease-in-out infinite;transition:width .15s ease-out;box-shadow:0 0 15px #dc2626b3,0 0 5px #dc262680;border-radius:0 2px 2px 0}.loading-progress:after{content:"";position:absolute;top:0;right:0;width:100px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4));animation:loading-glow 1s ease-in-out infinite}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes loading-glow{0%,to{opacity:0}50%{opacity:1}}.loading-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:99999;backdrop-filter:blur(2px);animation:fadeIn .2s ease}.loading-overlay-content{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-logo{display:flex;align-items:center;gap:4px;font-size:42px;font-weight:800;animation:pulse 1.5s ease-in-out infinite}.loading-logo-img{height:120px;width:auto;object-fit:contain}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.loading-logo .logo-te{color:#e53935}.loading-logo .logo-commerce{color:#fff}.loading-bar-container{width:200px}.loading-bar-track{width:100%;height:4px;background:#fff3;border-radius:2px;overflow:hidden}.loading-bar-fill{width:30%;height:100%;background:linear-gradient(90deg,#e53935,#ff6f61);border-radius:2px;animation:loadingProgress 1.2s ease-in-out infinite}@keyframes loadingProgress{0%{width:0%;margin-left:0%}50%{width:60%;margin-left:20%}to{width:0%;margin-left:100%}}.loading-text{color:#ffffffb3;font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.cart-sidebar-overlay{position:fixed;inset:0;background:#0006;z-index:9998;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar{position:fixed;top:0;right:0;width:500px;max-width:100%;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;box-shadow:-5px 0 25px #00000026;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.header-success{display:flex;align-items:center;gap:10px;color:#16a34a;font-weight:600}.success-icon{width:24px;height:24px;background:#16a34a;color:#fff;border-radius:50%;padding:4px}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center;transition:color .2s}.close-btn:hover{color:#1f2937}.cart-products-list{flex:1;overflow-y:auto;overflow-x:hidden}.added-product{display:flex;gap:16px;padding:20px;border-bottom:1px solid #e5e7eb}.added-product .product-image{width:120px;height:120px;background:#fff;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb}.added-product .product-image img{width:100%;height:100%;object-fit:contain;padding:0;transform:scale(1.15)}.product-details{flex:1;display:flex;flex-direction:column;gap:6px}.product-details .product-brand{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#3b82f6}.product-details .product-name{font-size:.95rem;font-weight:500;color:#1f2937;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price-row{display:flex;align-items:center;gap:8px;margin-top:4px;flex-wrap:wrap}.product-price-row .discount-badge{background:#dc2626;color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.product-price-row .old-price{color:#9ca3af;text-decoration:line-through;font-size:.85rem}.product-price-row .current-price{font-size:1.1rem;font-weight:700;color:#1f2937}.product-quantity{font-size:.85rem;color:#6b7280;font-weight:500}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.cart-subtotal span{color:#4b5563;font-size:.95rem}.subtotal-price{font-size:1.3rem!important;font-weight:700!important;color:#1f2937!important}.go-to-cart-btn{display:flex;align-items:center;justify-content:center;gap:10px;margin:20px;padding:14px 20px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;transition:background .2s}.go-to-cart-btn:hover{background:#111827}.continue-shopping-btn{margin:0 20px 20px;padding:14px 20px;background:#fff;color:#1f2937;border:2px solid #e5e7eb;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.continue-shopping-btn:hover{border-color:#1f2937}@media(max-width:480px){.cart-sidebar{width:100%}.added-product .product-image{width:80px;height:80px}}.cart-sidebar-overlay{background:#0f172a80!important;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.cart-sidebar{background:#fff!important;border-left:1px solid #eef0f4;box-shadow:-12px 0 40px #0f172a1f!important;padding:0!important;display:flex;flex-direction:column}.cart-sidebar-header{padding:18px 22px!important;background:#f8fafc!important;border-bottom:1px solid #eef0f4!important;position:sticky;top:0;z-index:10}.header-success{display:flex!important;align-items:center!important;gap:10px!important;color:#0f2c5c!important;font-size:.95rem!important;font-weight:700!important;letter-spacing:-.01em}.success-icon{width:28px!important;height:28px!important;background:#10b981!important;color:#fff!important;border-radius:50%!important;padding:6px!important;box-shadow:0 3px 8px #10b98140;flex-shrink:0}.close-btn{width:34px!important;height:34px!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:50%!important;color:#6b7280!important;display:flex;align-items:center;justify-content:center;transition:all .2s ease!important;cursor:pointer}.close-btn:hover{background:#0f2c5c!important;border-color:#0f2c5c!important;color:#fff!important;transform:rotate(90deg)}.cart-products-list{flex:1;overflow-y:auto;padding:16px 18px!important;display:flex;flex-direction:column;gap:10px}.added-product{display:flex!important;gap:14px!important;padding:14px!important;background:#fff!important;border:1px solid #eef0f4!important;border-radius:12px!important;transition:all .2s ease;position:relative}.added-product:hover{border-color:#0f2c5c;box-shadow:0 4px 12px #0f2c5c14}.added-product .product-image{width:80px!important;height:80px!important;flex-shrink:0;background:#f8fafc!important;border:1px solid #eef0f4;border-radius:10px!important;overflow:hidden;padding:6px;display:flex;align-items:center;justify-content:center}.added-product .product-image img{width:100%!important;height:100%!important;object-fit:contain!important}.added-product .product-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.added-product .product-brand{font-size:.64rem!important;font-weight:700!important;color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.08em!important}.added-product .product-name{font-size:.82rem!important;font-weight:600!important;color:#0f2c5c!important;line-height:1.35!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.added-product .product-price-row{display:flex!important;align-items:center!important;flex-wrap:wrap;gap:6px!important;margin-top:2px!important}.added-product .discount-badge{position:static!important;background:#dc2626!important;color:#fff!important;padding:2px 7px!important;border-radius:999px!important;font-size:.65rem!important;font-weight:800!important;line-height:1.2!important;box-shadow:none!important;border:none!important;top:auto!important;left:auto!important}.added-product .old-price{font-size:.72rem!important;color:#9ca3af!important;text-decoration:line-through!important;font-weight:500!important}.added-product .old-price sup{font-size:.58rem!important}.added-product .current-price{font-size:.95rem!important;font-weight:800!important;color:#0f2c5c!important;letter-spacing:-.01em}.added-product .current-price sup{font-size:.62rem!important;font-weight:700}.added-product .product-quantity{font-size:.74rem!important;color:#6b7280!important;margin-top:2px!important;font-weight:500}.cart-subtotal{padding:18px 22px!important;background:#f8fafc!important;border-top:1px solid #eef0f4!important;display:flex!important;justify-content:space-between!important;align-items:baseline!important;margin-top:auto}.cart-subtotal>span:first-child{font-size:.88rem!important;color:#6b7280!important;font-weight:500!important}.cart-subtotal .subtotal-price{font-size:1.35rem!important;font-weight:800!important;color:#0f2c5c!important;letter-spacing:-.02em!important}.cart-subtotal .subtotal-price sup{font-size:.72rem!important;font-weight:700}.go-to-cart-btn,.continue-shopping-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:calc(100% - 44px)!important;margin:0 22px!important;padding:14px 18px!important;border-radius:10px!important;font-size:.92rem!important;font-weight:700!important;letter-spacing:.01em;cursor:pointer;transition:all .2s ease!important;text-decoration:none!important;border:none}.go-to-cart-btn{background:#0f2c5c!important;color:#fff!important;margin-top:16px!important;box-shadow:0 4px 14px #0f2c5c38!important}.go-to-cart-btn:hover{background:#1e3a8a!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #0f2c5c4d!important}.continue-shopping-btn{background:#fff!important;color:#0f2c5c!important;border:1.5px solid #0f2c5c!important;margin:10px 22px 22px!important;box-shadow:none!important}.continue-shopping-btn:hover{background:#0f2c5c!important;color:#fff!important}@media(max-width:640px){.cart-sidebar{width:100%!important;max-width:100%!important}.cart-sidebar-header{padding:14px 16px!important}.header-success{font-size:.88rem!important}.cart-products-list{padding:12px 14px!important}.added-product{padding:12px!important;gap:12px!important}.added-product .product-image{width:70px!important;height:70px!important}.cart-subtotal{padding:14px 16px!important}.cart-subtotal .subtotal-price{font-size:1.2rem!important}.go-to-cart-btn,.continue-shopping-btn{margin-left:16px!important;margin-right:16px!important;width:calc(100% - 32px)!important;padding:12px 16px!important;font-size:.86rem!important}}.floating-contact{position:fixed;right:18px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:9998;pointer-events:none}.floating-contact .fc-btn{pointer-events:auto;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;text-decoration:none;box-shadow:0 6px 18px #0000002e;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.floating-contact .fc-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 22px #0000003d}.floating-contact .fc-btn:active{transform:translateY(0) scale(.97)}.floating-contact .fc-phone{background:#fff;color:#111;border:1px solid rgba(0,0,0,.08)}.floating-contact .fc-whatsapp{background:#25d366}@media(max-width:768px){.floating-contact{right:14px;bottom:90px;gap:10px}.floating-contact .fc-btn{width:46px;height:46px;font-size:22px}}.header{position:sticky;top:0;z-index:1000;background:#1d4ed8;box-shadow:0 2px 10px #0000001a;overflow:visible}.header-top{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:12px 0;position:relative;z-index:1001;overflow:visible}.header-top .container{display:flex;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:0 20px}.logo{text-decoration:none}.logo-text{font-size:1.8rem;font-weight:900;color:#fff;letter-spacing:-1px}.logo-img{height:120px;width:auto;object-fit:contain;margin:-40px 0 -40px -30px}.search-form{flex:1;max-width:500px;display:flex;align-items:center;background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 2px 8px #00000014,inset 0 0 0 1.5px #ffffff4d;transition:box-shadow .3s ease,transform .2s ease}.search-form:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-1px)}.search-form input{flex:1;padding:9px 18px;border:none;font-size:.95rem;outline:none;background:transparent;color:#374151;letter-spacing:.01em}.search-form input::placeholder{color:#9ca3af;font-weight:400}.search-form button{padding:8px 14px;background:transparent;border:none;cursor:pointer;transition:all .25s ease;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.search-form button:hover{color:#2563eb;transform:scale(1.1)}.search-container{flex:1;max-width:500px;position:relative}.search-results-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border-radius:10px;box-shadow:0 10px 40px #0003;z-index:1002;max-height:400px;overflow-y:auto}.search-loading,.search-no-results{padding:20px;text-align:center;color:#6b7280;font-size:.9rem}.search-result-item{display:flex;align-items:center;gap:15px;padding:12px 15px;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.search-result-item:hover{background:#f9fafb}.search-result-item img{width:50px;height:50px;object-fit:contain;border-radius:8px;background:#f9fafb}.search-result-info{flex:1;display:flex;flex-direction:column;gap:3px}.search-result-name{font-size:.9rem;color:#1f2937;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-price{font-size:.95rem;font-weight:700;color:#22c55e}.search-result-item .search-result-brand{width:auto;height:auto;max-height:28px;max-width:70px;object-fit:contain;background:transparent!important;border-radius:0!important;padding:0!important;flex-shrink:0}.search-result-price-row{display:flex;align-items:center;gap:12px;justify-content:space-between}.search-view-all{display:block;width:100%;padding:15px;background:#f9fafb;border:none;color:#2563eb;font-weight:600;font-size:.9rem;cursor:pointer;transition:background .2s}.search-view-all:hover{background:#f3f4f6}.header-actions{display:flex;align-items:center;gap:15px;margin-left:50px}.location-btn,.account-btn,.cart-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;color:#fff;border:none;border-radius:8px;cursor:pointer;text-decoration:none;font-size:.9rem;transition:background .3s}.location-btn:hover,.account-btn:hover,.cart-btn:hover{background:#ffffff1a}.cart-btn{position:relative;background:#ffffff1f;border-radius:25px;padding:8px 18px 8px 14px;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.15);transition:all .3s ease;font-weight:500;letter-spacing:.02em}.cart-btn:hover{background:#ffffff38;border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.cart-btn svg{font-size:1.15rem;animation:cartWiggle 2s ease infinite}.cart-btn.cart-bounce{animation:cartBounceAnim .6s ease}.cart-btn.cart-bounce .cart-count{animation:badgePop .4s ease}@keyframes cartWiggle{0%{transform:rotate(0)}10%{transform:rotate(-12deg)}20%{transform:rotate(8deg)}30%{transform:rotate(-5deg)}40%{transform:rotate(0)}to{transform:rotate(0)}}@keyframes cartBounceAnim{0%{transform:scale(1)}20%{transform:scale(1.15)}40%{transform:scale(.95)}60%{transform:scale(1.08)}80%{transform:scale(.98)}to{transform:scale(1)}}@keyframes badgePop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.cart-count{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 5px;border-radius:10px;box-shadow:0 2px 6px #ef444466;border:2px solid #2563eb}.user-menu-container{position:relative}.account-btn.logged-in{background:#ffffff26;border-radius:25px;padding:6px 16px 6px 6px}.user-avatar-small{width:32px;height:32px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.account-btn .chevron{transition:transform .3s;font-size:.8rem}.account-btn .chevron.open{transform:rotate(180deg)}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;min-width:250px;z-index:1000;overflow:hidden;animation:dropdownFade .2s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{padding:15px 20px;background:#f9fafb}.dropdown-header strong{display:block;color:#1f2937;font-size:1rem}.dropdown-header span{color:#6b7280;font-size:.85rem}.dropdown-divider{height:1px;background:#e5e7eb}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#4b5563;text-decoration:none;transition:all .2s;border:none;background:none;width:100%;font-size:.95rem;cursor:pointer}.dropdown-item:hover{background:#f3f4f6;color:#1f2937}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}.dropdown-item svg{font-size:1.1rem}.header-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 0}.header-nav .container{display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto;padding:0 20px}.nav-list{display:flex;list-style:none;gap:25px;margin:0;padding:0}.nav-list li a{text-decoration:none;color:#374151;font-size:.9rem;font-weight:500;transition:color .3s}.nav-list li a:hover{color:#dc2626}.track-order-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s}.track-order-btn:hover{border-color:#dc2626;color:#dc2626}.categories-menu-container{position:relative}.categories-btn{display:flex;align-items:center;gap:8px;padding:9px 20px;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:25px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;letter-spacing:.02em;backdrop-filter:blur(4px)}.categories-btn svg:first-child{font-size:1rem;opacity:.9}.categories-btn:hover,.categories-btn.active{background:#ffffff38;border-color:#ffffff59;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.categories-btn .cat-chevron{font-size:.8rem;transition:transform .3s}.categories-btn .cat-chevron.open{transform:rotate(180deg)}.categories-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;animation:overlayFade .3s ease}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.categories-mega-modal{position:fixed;top:80px;left:20px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;z-index:1001;width:320px;max-height:calc(100vh - 120px);overflow:hidden;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.categories-modal-close{position:absolute;top:10px;right:10px;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#6b7280;z-index:10}.categories-modal-close:hover{background:#e5e7eb;color:#1f2937}.mega-modal-sidebar{padding:15px 0}.mega-ofertas-btn{display:flex;align-items:center;justify-content:space-between;margin:0 15px 15px;padding:14px 18px;background:#2563eb;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;font-size:1rem;transition:all .2s}.mega-ofertas-btn:hover{background:#1d4ed8;transform:translate(3px)}.mega-ofertas-btn .arrow{font-size:1.2rem;font-weight:300}.mega-sidebar-title{font-size:.85rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;padding:0 20px;margin:0 0 10px}.mega-categories-list{max-height:calc(100vh - 280px);overflow-y:auto}.mega-category-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#374151;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.mega-category-item:hover{background:#f3f4f6;border-left-color:#2563eb;color:#2563eb}.mega-cat-icon{font-size:1.2rem;width:24px;text-align:center}.mega-cat-name{flex:1;font-size:.95rem;font-weight:500}.mega-cat-arrow{font-size:1.2rem;color:#9ca3af;font-weight:300;transition:all .2s}.mega-category-item:hover .mega-cat-arrow{color:#2563eb;transform:translate(3px)}.loading-categories,.no-categories{padding:40px 20px;color:#9ca3af;text-align:center;font-size:.95rem}@media(max-width:768px){.categories-mega-modal{left:10px;right:10px;width:auto;top:70px;max-height:calc(100vh - 100px)}.mega-categories-list{max-height:calc(100vh - 250px)}}@media(max-width:1024px){.nav-list{display:none}.header-top .container{flex-wrap:wrap}.search-form{order:3;max-width:100%;width:100%;margin-top:10px}.categories-modal{width:95%;padding:20px}}@media(max-width:768px){.location-btn span,.account-btn span,.cart-btn span:last-child{display:none}.header-actions{gap:10px}.logo-img{height:35px}}.search-trigger,.search-trigger input{cursor:pointer}.header-normal-content{display:flex;align-items:center;gap:20px;flex:1;transition:opacity .25s ease,transform .25s ease}.header-normal-content.hidden{display:none}.header-top{transition:background .35s ease}.header-top.search-active{background:linear-gradient(135deg,#dc2626,#b91c1c)}.header-search-expanded{flex:1;position:relative;animation:searchExpandIn .3s cubic-bezier(.16,1,.3,1)}@keyframes searchExpandIn{0%{opacity:0;transform:scaleX(.85) translateY(-4px)}to{opacity:1;transform:scaleX(1) translateY(0)}}.search-expanded-form{display:flex;align-items:center;background:#fff;border-radius:28px;overflow:hidden;height:42px;box-shadow:0 4px 20px #0000001f,inset 0 0 0 1px #ffffff80;transition:box-shadow .3s ease}.search-expanded-form:focus-within{box-shadow:0 6px 28px #00000029,inset 0 0 0 2px #fffc}.search-expanded-icon{font-size:1.2rem;color:#9ca3af;margin-left:18px;flex-shrink:0;transition:color .2s ease}.search-expanded-form:focus-within .search-expanded-icon{color:#6b7280}.search-expanded-input{flex:1;border:none;outline:none;font-size:1rem;padding:10px 16px;background:transparent;color:#111;letter-spacing:.01em}.search-expanded-input::placeholder{color:#b0b7c3;font-weight:400}.search-expanded-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:4px;border:none;background:transparent;cursor:pointer;font-size:1.2rem;color:#9ca3af;transition:all .25s ease;flex-shrink:0;border-radius:50%}.search-expanded-close:hover{color:#fff;background:#ef4444;transform:rotate(90deg)}.search-expanded-results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026,0 2px 8px #0000000f;max-height:420px;overflow-y:auto;z-index:10002;cursor:default;animation:resultsSlideIn .2s ease}@keyframes resultsSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-expanded-results .search-result-item{display:flex;align-items:center;gap:16px;padding:14px 20px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f3f4f6}.search-expanded-results .search-result-item:first-child{border-radius:16px 16px 0 0}.search-expanded-results .search-result-item:last-child{border-bottom:none}.search-expanded-results .search-result-item:hover{background:linear-gradient(90deg,#fef2f2,#fff5f5);padding-left:24px}.search-expanded-results .search-result-item img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#f9fafb;padding:4px;transition:transform .2s ease}.search-expanded-results .search-result-item:hover img{transform:scale(1.05)}.search-expanded-results .search-result-info{display:flex;flex-direction:column;gap:4px}.search-expanded-results .search-result-name{font-size:.92rem;color:#1f2937;font-weight:500;line-height:1.3}.search-expanded-results .search-result-price{font-size:.88rem;color:#dc2626;font-weight:700}.search-expanded-results .search-view-all{display:block;width:100%;padding:14px;background:linear-gradient(180deg,#fafafa,#f5f5f5);border:none;border-top:1px solid #e5e7eb;color:#dc2626;font-weight:600;font-size:.93rem;cursor:pointer;transition:all .25s ease;border-radius:0 0 16px 16px;letter-spacing:.02em}.search-expanded-results .search-view-all:hover{background:linear-gradient(180deg,#fee2e2,#fecaca);letter-spacing:.04em}.search-expanded-results .search-loading,.search-expanded-results .search-no-results{padding:24px 20px;text-align:center;color:#9ca3af;font-size:.93rem}@media(max-width:768px){.search-expanded-form{height:42px}.search-expanded-input{font-size:.95rem}}.header{background:#fff;box-shadow:0 1px #f97316;border-bottom:1px solid #f97316}.header-announcement{background:#0f2c5c;color:#fff;font-size:.78rem;letter-spacing:.01em;border-bottom:none;position:relative}.header-announcement:after{display:none}.header-announcement .container{padding-top:9px;padding-bottom:9px}.announcement-track{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.announcement-item{display:inline-flex;align-items:center;gap:8px;font-weight:500;color:#ffffffeb;white-space:nowrap}.announcement-item svg{font-size:.95rem;color:#fff;opacity:.85;stroke-width:2}.announcement-divider{width:1px;height:12px;background:#fff3}@media(max-width:768px){.announcement-hide-mobile{display:none!important}}.header-top{background:#fff!important;padding:12px 0!important;border-bottom:1px solid #f97316;position:relative}.header-top:before{display:none}.header-top .container{position:relative;z-index:2;gap:20px!important;align-items:center!important}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:74px;width:auto;object-fit:contain;margin:-14px 0 -14px -8px;filter:none}.categories-btn{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:10px!important;padding:10px 16px!important;font-weight:600!important;font-size:.88rem!important;letter-spacing:.01em;color:#0f2c5c!important;box-shadow:none!important;text-transform:none;transition:all .18s ease!important}.categories-btn:hover,.categories-btn.active{background:#f8fafc!important;border-color:#0f2c5c!important;color:#0f2c5c!important;transform:none!important;box-shadow:none!important}.categories-btn svg:first-child{font-size:1.05rem!important;opacity:1!important;color:#0f2c5c}.categories-btn .cat-chevron{color:#6b7280}.search-container{flex:1;max-width:680px!important}.search-form{background:#f3f4f6!important;border-radius:12px!important;border:1.5px solid transparent!important;box-shadow:none!important;overflow:hidden;height:44px;transition:all .2s ease}.search-form:hover{background:#eef0f4!important;transform:none!important}.search-form:focus-within{background:#fff!important;border-color:#0f2c5c!important;box-shadow:0 0 0 3px #0f2c5c14!important}.search-form input{padding:0 18px!important;font-size:.93rem!important;color:#111827!important;font-weight:500;background:transparent!important}.search-form input::placeholder{color:#9ca3af!important;font-weight:400}.search-form button{width:48px;height:100%;background:transparent!important;color:#6b7280!important;border-radius:0!important;transition:color .2s ease!important}.search-form button:hover{background:transparent!important;transform:none!important;color:#0f2c5c!important}.search-form button svg{font-size:1.2rem;stroke-width:2.2}.header-actions{margin-left:8px!important;gap:6px!important}.account-btn{background:transparent!important;color:#0f2c5c!important;border:1px solid transparent!important;border-radius:10px!important;padding:9px 14px!important;font-weight:600;font-size:.88rem;transition:all .18s ease!important}.account-btn:hover{background:#f3f4f6!important;border-color:#e5e7eb!important;transform:none!important;box-shadow:none!important}.account-btn svg{font-size:1.2rem;stroke-width:2;color:#0f2c5c}.account-btn.logged-in{background:#f3f4f6!important;padding:4px 14px 4px 4px!important;border-color:transparent!important}.user-avatar-small{background:linear-gradient(135deg,#0f2c5c,#1e3a8a)!important;color:#fff!important;width:32px!important;height:32px!important;font-size:.85rem;box-shadow:none}.cart-btn{position:relative;background:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;border-radius:10px!important;padding:9px 16px!important;font-weight:600!important;font-size:.88rem!important;letter-spacing:.01em;box-shadow:none!important;transition:all .18s ease!important}.cart-btn:hover{background:#b91c1c!important;border-color:#b91c1c!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 10px #dc262640!important}.cart-btn .cart-icon,.cart-btn svg{color:#fff;font-size:1.2rem}.cart-count{border:2px solid #ffffff!important;background:#0f2c5c!important;color:#fff!important;top:-7px!important;right:-7px!important;box-shadow:none!important}.user-dropdown{border:1px solid #eef0f4;box-shadow:0 14px 40px #0f172a1f}.categories-mega-modal{top:110px;border-radius:12px;border:1px solid #e5e7eb}.mega-ofertas-btn{background:#dc2626!important}.mega-ofertas-btn:hover{background:#b91c1c!important}@media(max-width:1024px){.announcement-track{gap:16px}.announcement-item{font-size:.72rem}.logo-img{height:60px;margin:-8px 0 -8px -6px}.categories-btn{padding:9px 12px!important;font-size:.82rem!important}.search-form{height:40px}}@media(max-width:768px){.header-announcement{font-size:.7rem}.header-announcement .container{padding-top:6px;padding-bottom:6px;padding-left:0!important;padding-right:0!important;max-width:100%}.announcement-track{flex-wrap:nowrap;gap:10px;overflow:hidden;justify-content:space-between;padding:0 14px;white-space:nowrap}.announcement-item{flex:1 1 0;min-width:0;justify-content:center;overflow:hidden;text-overflow:ellipsis}.announcement-track::-webkit-scrollbar{display:none}.header-top{padding:8px 0!important}.header-top .container{gap:8px!important;padding:0 10px!important}.header-normal-content{gap:8px!important;width:100%}.logo-img{height:46px;margin:-4px 0 -4px -4px}.categories-btn{padding:0!important;width:42px;height:42px;justify-content:center;border-radius:10px!important;background:#f3f4f6!important;border-color:#e5e7eb!important}.categories-btn span,.categories-btn .cat-chevron{display:none!important}.categories-btn svg:first-child{font-size:1.25rem!important}.search-container{flex:1;min-width:0}.search-form{height:42px;border-radius:10px!important}.search-form input{padding:0 14px!important;font-size:.9rem!important}.search-form button{width:42px}.header-actions{margin-left:0!important;gap:4px!important}.account-btn{padding:0!important;width:42px;height:42px;justify-content:center;border-radius:10px!important}.account-btn span,.account-btn .chevron{display:none!important}.account-btn.logged-in{padding:4px!important;width:42px;height:42px}.account-btn.logged-in .user-avatar-small{width:34px!important;height:34px!important}.cart-btn{padding:0!important;width:42px;height:42px;justify-content:center;border-radius:10px!important}.cart-btn span:last-child{display:none!important}.cart-btn svg{font-size:1.3rem}.cart-count{top:-5px!important;right:-5px!important;min-width:18px;height:18px;font-size:.65rem}.user-dropdown{right:0!important;min-width:230px}.categories-mega-modal{top:96px;left:8px!important;right:8px!important;width:auto}}@media(max-width:480px){.header-announcement{font-size:.68rem}.announcement-track{gap:14px;padding:0 10px}.announcement-divider{display:none}.header-top .container{gap:6px!important;padding:0 8px!important}.logo-img{height:40px}.categories-btn,.account-btn,.cart-btn,.account-btn.logged-in{width:38px!important;height:38px!important}.search-form{height:40px}.categories-mega-modal{top:86px}}@media(max-width:360px){.header-top .container{gap:4px!important}.categories-btn,.account-btn,.cart-btn,.account-btn.logged-in{width:36px!important;height:36px!important}.logo-img{height:36px}}.categories-modal-overlay{background:#0f172a73!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.categories-mega-modal{position:fixed!important;top:118px!important;left:50%!important;transform:translate(-50%);width:min(860px,calc(100vw - 32px))!important;max-height:min(640px,calc(100vh - 140px))!important;background:#fff!important;border-radius:16px!important;border:1px solid #eef0f4!important;box-shadow:0 24px 60px #0f172a2e!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:0!important;animation:megaFadeIn .25s cubic-bezier(.16,1,.3,1)!important}@keyframes megaFadeIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.categories-modal-close{position:absolute!important;top:14px!important;right:14px!important;width:34px!important;height:34px!important;background:#f3f4f6!important;border-radius:50%!important;color:#6b7280!important;font-size:.95rem!important;transition:all .2s ease!important;z-index:20!important}.categories-modal-close:hover{background:#0f2c5c!important;color:#fff!important;transform:rotate(90deg)}.mega-modal-sidebar{padding:22px 22px 16px!important;overflow-y:auto;flex:1;display:flex;flex-direction:column}.mega-ofertas-btn{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0 0 16px!important;padding:14px 18px!important;background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;border-radius:12px!important;font-weight:700!important;font-size:.95rem!important;letter-spacing:.01em;box-shadow:0 6px 16px #dc262640;transition:all .2s ease!important}.mega-ofertas-btn:hover{background:linear-gradient(135deg,#ef4444,#dc2626)!important;transform:translateY(-1px)!important;box-shadow:0 8px 22px #dc262659}.mega-ofertas-btn .arrow{font-size:1.3rem;transition:transform .2s ease}.mega-ofertas-btn:hover .arrow{transform:translate(4px)}.mega-sidebar-title{font-size:.72rem!important;font-weight:700!important;color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.1em!important;padding:0!important;margin:4px 0 12px!important;display:flex;align-items:center;gap:10px}.mega-sidebar-title:after{content:"";flex:1;height:1px;background:#eef0f4}.mega-categories-list{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-height:none!important;overflow-y:visible!important;padding:0!important}.mega-category-item{display:flex!important;align-items:center!important;gap:14px!important;padding:12px 14px!important;background:#fff!important;border:1px solid #eef0f4!important;border-radius:12px!important;color:#0f2c5c!important;text-decoration:none!important;transition:all .2s ease!important;border-left:1px solid #eef0f4!important;position:relative;overflow:hidden}.mega-category-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#dc2626;transform:scaleY(0);transition:transform .2s ease;transform-origin:top}.mega-category-item:hover{background:#f8fafc!important;border-color:#0f2c5c!important;color:#0f2c5c!important;transform:translateY(-1px);box-shadow:0 4px 12px #0f2c5c14}.mega-category-item:hover:before{transform:scaleY(1)}.mega-cat-icon{font-size:1.35rem!important;width:40px!important;height:40px!important;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px;transition:all .2s ease;flex-shrink:0}.mega-category-item:hover .mega-cat-icon{background:#0f2c5c;transform:scale(1.05)}.mega-cat-name{flex:1;font-size:.9rem!important;font-weight:600!important;color:#1f2937}.mega-cat-arrow{font-size:1.25rem!important;color:#cbd5e1!important;font-weight:300!important;transition:all .2s ease!important}.mega-category-item:hover .mega-cat-arrow{color:#dc2626!important;transform:translate(4px)!important}.loading-categories,.no-categories{grid-column:1 / -1;padding:40px 20px!important;color:#9ca3af!important;text-align:center!important;font-size:.9rem!important}@media(max-width:900px){.categories-mega-modal{width:calc(100vw - 24px)!important;top:110px!important}}@media(max-width:768px){.categories-modal-overlay{background:#0f172a8c!important}.categories-mega-modal{inset:auto 0 0!important;width:100%!important;max-width:100%!important;transform:none!important;border-radius:20px 20px 0 0!important;max-height:82vh!important;animation:megaSheetUp .3s cubic-bezier(.16,1,.3,1)!important;padding-top:8px!important}@keyframes megaSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.categories-mega-modal:before{content:"";display:block;width:44px;height:4px;background:#d1d5db;border-radius:3px;margin:8px auto 4px;flex-shrink:0}.categories-modal-close{top:10px!important;right:12px!important}.mega-modal-sidebar{padding:8px 16px 20px!important}.mega-ofertas-btn{padding:13px 16px!important;font-size:.9rem!important;margin-bottom:14px!important}.mega-categories-list{grid-template-columns:1fr!important;gap:6px!important}.mega-category-item{padding:12px!important}.mega-cat-icon{width:38px!important;height:38px!important;font-size:1.2rem!important}.mega-cat-name{font-size:.92rem!important}}@media(max-width:480px){.categories-mega-modal{max-height:85vh!important}.mega-modal-sidebar{padding:6px 12px 18px!important}.mega-ofertas-btn{padding:12px 14px!important;font-size:.88rem!important}}.mega-cat-icon{overflow:hidden;padding:0!important;background:#f8fafc!important;border:1px solid #eef0f4}.mega-cat-icon img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:inherit;transition:transform .3s ease}.mega-category-item:hover .mega-cat-icon{background:#f8fafc!important;transform:none;border-color:#0f2c5c}.mega-category-item:hover .mega-cat-icon img{transform:scale(1.08)}.search-results-twocol{padding:0!important}.search-twocol-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:stretch}.search-suggestions-col{border-right:1px solid #eef0f4;padding:18px 18px 22px;background:#fafbfc}.search-products-col{padding:18px 18px 22px;min-width:0}.search-col-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin:0 0 12px}.search-suggestions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.search-suggestion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 10px;background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left;color:#0f2c5c;font-size:.92rem;font-weight:500;transition:background .15s ease,color .15s ease,transform .15s ease}.search-suggestion-btn:hover{background:#fff;color:#f97316;transform:translate(2px)}.search-suggestion-text{text-transform:lowercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggestion-arrow{flex:0 0 auto;font-size:.95rem;color:#9ca3af;opacity:0;transition:opacity .15s ease,color .15s ease}.search-suggestion-btn:hover .search-suggestion-arrow{opacity:1;color:#f97316}.search-products-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,170px);gap:12px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.search-products-scroll::-webkit-scrollbar{height:6px}.search-products-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.search-products-scroll::-webkit-scrollbar-track{background:transparent}.search-product-card{display:flex;flex-direction:column;gap:6px;padding:0;border:1px solid #eef0f4;border-radius:12px;background:#f3f4f6;overflow:hidden;cursor:pointer;scroll-snap-align:start;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.search-product-card:hover{transform:translateY(-2px);border-color:#f97316;box-shadow:0 8px 18px #f973161f}.search-product-card-img{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:0;overflow:hidden}.search-product-card-img img{width:100%;height:100%;object-fit:contain;padding:6px}.search-product-card-brand{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:600;padding:8px 10px 0}.search-product-card-name{font-size:.82rem;color:#1f2937;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:0 10px}.search-product-card-price{font-size:1rem;font-weight:700;color:#0f2c5c;margin-top:auto;padding:0 10px 10px}.search-product-card-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:0 10px 10px}.search-product-card-price-row .search-product-card-price{margin-top:0;padding:0}.search-product-card-brand-logo{flex:0 0 auto;height:18px;width:auto;max-width:60px;object-fit:contain}.search-product-card-price sup{font-size:.65em;font-weight:600;margin-left:1px;vertical-align:super}.search-products-col .search-view-all{margin-top:12px;width:100%;background:transparent;color:#f97316;border:1px solid #f97316;padding:9px 12px;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .15s ease,color .15s ease}.search-products-col .search-view-all:hover{background:#f97316;color:#fff}@media(max-width:768px){.search-twocol-grid{grid-template-columns:1fr}.search-suggestions-col{border-right:0;border-bottom:1px solid #eef0f4;padding:14px 14px 16px}.search-products-col{padding:14px 14px 16px}.search-products-scroll{grid-auto-columns:minmax(140px,150px)}}.hero-banner{position:relative;overflow:hidden;height:auto;margin-top:20px}.banner-slider{display:flex;transition:transform .5s ease-in-out;height:auto}.banner-slider.no-transition{transition:none}.banner-slide{min-width:100%;height:auto;display:flex;align-items:center;justify-content:center;padding:0;background-size:cover;background-position:center}.banner-content{max-width:1400px;width:100%;color:#fff;position:relative}.banner-header{position:absolute;left:0;top:20px}.banner-badge{display:inline-block;background:#dc2626;padding:8px 20px;border-radius:5px;font-weight:600;margin-bottom:10px}.banner-title{font-size:4rem;font-weight:900;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.banner-subtitle{font-size:1.5rem;font-weight:600;margin-top:5px}.banner-products{display:flex;justify-content:center;gap:30px;padding-top:80px}.banner-product{background:#ffffff1a;backdrop-filter:blur(10px);border-radius:15px;padding:20px;text-align:center;min-width:200px}.product-tag{display:inline-block;background:#dc2626;color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:10px}.product-brand{font-size:1.5rem;font-weight:700;margin:10px 0 5px}.product-capacity{font-size:.9rem;opacity:.9}.product-name{font-size:1rem;margin:5px 0}.product-old-price{font-size:.9rem;text-decoration:line-through;opacity:.7}.product-price{font-size:2rem;font-weight:900;color:#22c55e;background:#22c55e;color:#fff;padding:8px 20px;border-radius:10px;display:inline-block;margin-top:10px}.banner-end-date{position:absolute;bottom:20px;right:20px;background:#1e3a5f;padding:10px 20px;border-radius:5px;font-weight:600}.banner-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:none;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0003;transition:all .3s;z-index:10}.banner-nav:hover{background:#dc2626;color:#fff}.banner-nav.prev{left:20px}.banner-nav.next{right:20px}.banner-nav svg{font-size:1.5rem}.banner-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.dot.active{background:#fff;transform:scale(1.2)}@media(max-width:1024px){.hero-banner{height:auto;min-height:400px}.banner-products{flex-wrap:wrap}.banner-title{font-size:2.5rem}}@media(max-width:768px){.banner-header{position:relative;text-align:center;margin-bottom:20px}.banner-products{padding-top:20px}.banner-product{min-width:150px}.banner-slide.banner-image-slide{aspect-ratio:1 / 1;height:auto;min-height:0}.banner-slide.banner-image-slide picture,.banner-slide.banner-image-slide .banner-full-image{width:100%;height:100%;display:block}.banner-slide.banner-image-slide .banner-full-image{object-fit:cover}.banner-slide.banner-image-slide.has-mobile{aspect-ratio:4 / 5}}.banner-image-slide{padding:0;background:#f3f4f6;aspect-ratio:1400 / 380;align-items:stretch!important;justify-content:stretch!important}.banner-image-slide>picture{width:100%;height:100%;display:block}.banner-full-image{width:100%;height:100%;object-fit:cover;display:block}.banner-loading{display:flex;align-items:center;justify-content:center;height:400px;background:#f3f4f6;color:#666;font-size:1.2rem}.promo-banners{padding:20px 0 30px;background:#fff;width:100%}.promo-banners .container{max-width:1360px;margin:0 auto;padding:0 20px}.video-banner{width:100%;height:auto;border-radius:24px!important;overflow:hidden;position:relative;background:transparent;isolation:isolate}.video-banner>img,.video-banner>picture,.video-banner>picture>img,.video-banner .promo-video{border-radius:24px!important}.promo-video{width:100%;height:auto;display:block;object-fit:contain;pointer-events:none;border-radius:24px}.video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f2937,#374151);border:2px dashed #4b5563}.placeholder-content{text-align:center;color:#fff}.placeholder-icon{font-size:3rem;display:block;margin-bottom:10px}.placeholder-content h3{font-size:1.3rem;font-weight:600;margin-bottom:8px}.placeholder-content p{font-size:.9rem;color:#9ca3af;margin-bottom:12px}.size-info{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.size-item{background:#ffffff1a;padding:8px 16px;border-radius:6px;font-size:.85rem}.size-item strong{color:#dc2626}.format-info{font-size:.8rem!important;color:#6b7280!important}@media(max-width:768px){.size-info{flex-direction:column;gap:8px}.placeholder-icon{font-size:2rem}.placeholder-content h3{font-size:1.1rem}}@media(max-width:480px){.placeholder-content p,.size-info{display:none}}.category-grid-banners{padding:clamp(14px,2.2vw,28px) 0 clamp(4px,.8vw,10px);background:#fff}.category-grid-banners .container{width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(12px,2vw,24px);display:flex;flex-direction:column;gap:clamp(10px,1.6vw,22px);box-sizing:border-box}.category-grid-banners-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(10px,1.6vw,22px);width:100%}@media(min-width:769px){.category-grid-banners{margin-left:-40px;margin-right:-40px}}.category-grid-banner{width:100%;border-radius:clamp(8px,1vw,14px);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;background:#f3f4f6;aspect-ratio:16 / 9}.category-grid-banner--wide{aspect-ratio:1920 / 400;width:100%}.category-grid-banner:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0f2c5c1f}.category-grid-banner-image{display:block;width:100%;height:100%;object-fit:cover}@media(max-width:600px){.category-grid-banner--wide{aspect-ratio:1920 / 400}.category-grid-banner--wide .category-grid-banner-image{object-fit:contain;background:#fff}}.category-products{padding:0 0 40px;background:#fff}.category-products-container{max-width:100%;padding:0 60px}.category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 10px}.category-title{display:flex;align-items:center;gap:10px}.brand-highlight{font-size:1.5rem;font-weight:700;color:#2563eb;text-transform:uppercase}.view-all-link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s}.view-all-link:hover{color:#1d4ed8;text-decoration:underline}.categories-section{margin-bottom:40px;padding:20px 0}.categories-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.categories-title{font-size:1.4rem;font-weight:700;color:#1f2937;margin:0}.view-more-link{color:#2563eb;font-weight:500;text-decoration:none;font-size:.95rem}.view-more-link:hover{text-decoration:underline}.categories-carousel{position:relative;display:flex;align-items:center}.cat-scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.cat-scroll-btn:hover{background:#f3f4f6;box-shadow:0 4px 12px #00000026}.cat-scroll-btn.left{left:0}.cat-scroll-btn.right{right:0}.cat-scroll-btn svg{font-size:1.2rem;color:#374151}.categories-scroll{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding:20px 50px;scrollbar-width:none;-ms-overflow-style:none;width:100%}.categories-scroll::-webkit-scrollbar{display:none}.category-item{display:flex;flex-direction:column;align-items:center;text-decoration:none;transition:all .3s ease;flex:0 0 auto;min-width:160px;max-width:160px;border:none;border-radius:0;padding:8px 4px;background:transparent}.category-item:hover{transform:translateY(-5px);border-color:transparent;box-shadow:none}.category-circle{width:130px;height:130px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;overflow:visible;margin-bottom:12px;transition:transform .3s ease;position:relative}.category-circle:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(30,58,95,.18);pointer-events:none;transition:transform .35s ease,border-color .35s ease,opacity .35s ease,inset .35s ease;opacity:.85}.category-item:nth-child(2n) .category-circle:after{border-color:#1e3a5f2e;border-style:solid}.category-item:hover .category-circle{transform:scale(1.06)}.category-item:hover .category-circle:after{inset:-10px;opacity:1;border-color:#1e3a5f8c}.category-item:nth-child(2n):hover .category-circle:after{border-color:#1e3a5f8c}.category-circle img{width:80%;height:80%;object-fit:contain;position:relative;z-index:1}.category-name{font-size:.95rem;font-weight:500;color:#1e3a5f;text-align:center}.products-carousel{position:relative;display:flex;align-items:center}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.scroll-btn:hover{background:#f3f4f6;box-shadow:0 4px 12px #00000026}.scroll-btn.left{left:0}.scroll-btn.right{right:0}.scroll-btn svg{font-size:1.3rem;color:#374151}.products-scroll{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;padding:20px 50px;scrollbar-width:none;-ms-overflow-style:none;width:100%}.products-scroll::-webkit-scrollbar{display:none}.product-item{flex:0 0 auto;width:280px;background:transparent;border-radius:12px;padding:20px;text-decoration:none;transition:all .3s;border:none}.product-item:hover{box-shadow:none;border-color:transparent}.product-item .product-image{width:100%;height:220px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;background:transparent}.product-item .product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-item .product-info{text-align:left}.product-item .product-brand{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:4px;color:#3b82f6}.product-item .product-name{font-size:1rem;color:#1f2937;font-weight:500;margin:0 0 10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.8em}.product-item .product-pricing{display:flex;align-items:center;gap:8px;margin-bottom:4px}.product-item .discount-tag{background:#dc2626;color:#fff;font-size:.75rem;font-weight:600;padding:2px 6px;border-radius:4px}.product-item .original-price{font-size:.85rem;color:#9ca3af;text-decoration:line-through}.product-item .current-price{font-size:1.4rem;font-weight:700;color:#1f2937}.category-header-skeleton{height:30px;width:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:20px}.products-scroll-skeleton{display:flex;gap:20px;overflow:hidden}.product-item-skeleton{flex:0 0 280px;padding:20px}.product-item-skeleton .image-skeleton{width:100%;height:220px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:12px;margin-bottom:16px}.product-item-skeleton .text-skeleton{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:8px}.product-item-skeleton .text-skeleton.short{width:60%}.product-item-skeleton .price-skeleton{height:24px;width:80px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.category-products-container{padding:0 20px}.scroll-btn,.cat-scroll-btn{display:none}.brand-highlight,.categories-title{font-size:1.2rem}.categories-scroll{padding:15px 10px;gap:15px;justify-content:center}.category-item{min-width:90px;max-width:130px}.category-circle{width:100px;height:100px}.category-name{font-size:.85rem}.product-item{width:200px}.product-item .product-image{height:160px}}.middle-banner-section{padding:20px 0;background:#fff;width:100%}.middle-banner-section .container{max-width:1400px;margin:0 auto;padding:0 20px}.middle-banners-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);grid-template-rows:1fr 1fr;gap:clamp(10px,1.6vw,22px);width:100%;aspect-ratio:21 / 9}.middle-banner{width:100%;height:100%;overflow:hidden;border-radius:clamp(8px,1vw,14px);position:relative;transition:transform .3s ease,box-shadow .3s ease;background:#f3f4f6}.middle-banner:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f2c5c1f}.middle-banner--tall{grid-column:1 / 2;grid-row:1 / 3}.middle-banner--rect-a{grid-column:2 / 3;grid-row:1 / 2}.middle-banner--rect-b{grid-column:2 / 3;grid-row:2 / 3}.middle-banner-image{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:900px){.middle-banners-grid{aspect-ratio:16 / 9;gap:14px}}@media(max-width:768px)and (min-width:601px){.middle-banners-grid{aspect-ratio:16 / 10;gap:12px}}@media(max-width:600px){.middle-banner-section{padding:12px 0}.middle-banner-section .container{padding:0 12px}.middle-banners-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);grid-template-rows:1fr 1fr;aspect-ratio:4 / 3;gap:8px}.middle-banner--tall{grid-column:1 / 2;grid-row:1 / 3;aspect-ratio:auto;max-width:none;width:100%;height:100%;justify-self:stretch}.middle-banner--rect-a{grid-column:2 / 3;grid-row:1 / 2;aspect-ratio:auto;height:100%}.middle-banner--rect-b{grid-column:2 / 3;grid-row:2 / 3;aspect-ratio:auto;height:100%}.middle-banner{border-radius:10px}}@media(max-width:400px){.middle-banners-grid{aspect-ratio:5 / 4;gap:6px}}.product-card{background:#fff;border-radius:16px;overflow:hidden;position:relative;transition:all .35s cubic-bezier(.16,1,.3,1);border:1px solid #f0f0f0;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;height:100%}.product-card:hover{border-color:#e8e8e8;transform:translateY(-6px);box-shadow:0 20px 40px #00000014,0 4px 12px #0000000a}.discount-badge{position:absolute;top:14px;left:14px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:5px 12px;border-radius:20px;font-weight:700;font-size:.78rem;z-index:5;letter-spacing:.02em;box-shadow:0 2px 8px #dc26264d}.color-badge{position:absolute;top:14px;left:14px;color:#fff;padding:5px 12px;border-radius:20px;font-weight:600;font-size:.72rem;z-index:4;text-shadow:0 1px 2px rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.3);letter-spacing:.02em}.discount-badge+.color-badge{top:46px}.product-color-indicator{display:flex;align-items:center;gap:6px;margin:4px 0}.product-color-indicator .color-dot{width:18px;height:18px;border-radius:50%;border:2px solid white;box-shadow:0 0 0 1px #e5e7eb,0 2px 4px #0000001a}.product-color-swatches{display:flex;align-items:center;gap:6px;margin:6px 0 2px;flex-wrap:wrap}.color-swatch{width:22px;height:22px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #e0e0e0;cursor:pointer;transition:all .2s ease;padding:0;outline:none}.color-swatch:hover{transform:scale(1.15);box-shadow:0 0 0 1px #bbb}.color-swatch.active{box-shadow:0 0 0 2px #dc2626;transform:scale(1.1)}.product-color-name{font-weight:400;color:#6b7280;font-size:.9em}.wishlist-btn{position:absolute;top:14px;right:14px;background:#fff;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;z-index:5;color:silver;box-shadow:0 2px 8px #00000014;opacity:0;transform:scale(.8)}.product-card:hover .wishlist-btn{opacity:1;transform:scale(1)}.wishlist-btn:hover{background:#dc2626;color:#fff;transform:scale(1.1)!important;box-shadow:0 4px 12px #dc26264d}.product-image{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px;position:relative;overflow:hidden}.product-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image img{transform:scale(1.08)}.out-of-stock-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000bf;color:#fff;padding:8px 24px;border-radius:25px;font-weight:700;font-size:.8rem;letter-spacing:1.5px;backdrop-filter:blur(4px)}.product-info{padding:18px 20px 20px;display:flex;flex-direction:column;flex-grow:1}.product-brand{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:2px;display:block;color:#3b82f6}.product-name{font-size:.9rem;font-weight:600;color:#1f2937;margin:8px 0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.product-card:hover .product-name{color:#111827}.product-desc{font-size:.8rem;color:#6b7280;margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.low-stock-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:6px;background:#fffbeb;color:#92400e;padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:600;border:1px solid #fde68a;z-index:5;box-shadow:0 2px 8px #f59e0b33}.low-stock-badge .dot{width:6px;height:6px;background:#f59e0b;border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.no-stock-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;gap:6px;background:#6b7280;color:#fff;padding:5px 12px;border-radius:20px;font-size:.72rem;font-weight:600;border:1px solid #4b5563;z-index:5;box-shadow:0 2px 8px #6b72804d}.no-stock-badge .dot{width:6px;height:6px;background:#dc2626;border-radius:50%}.product-prices{display:flex;align-items:baseline;gap:10px;margin-bottom:4px}.product-prices-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.product-prices-inline{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;flex:1;min-width:0}.product-brand-logo{max-height:40px;max-width:70px;object-fit:contain;flex-shrink:0;opacity:.9}.old-price{font-size:.82rem;color:silver;text-decoration:line-through}.current-price{font-size:1.35rem;font-weight:800;color:#111827;letter-spacing:-.02em}.installments-inline{font-size:.75rem;color:#9ca3af;margin-left:4px}.installments{font-size:.78rem;color:#9ca3af;margin-bottom:14px;padding:10px 0;border-top:1px solid #f3f4f6;margin-top:8px}.add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:linear-gradient(180deg,#ef4444bf,#dc2626d9);color:#fff;border:1px solid rgba(255,255,255,.2);border-bottom-color:transparent;border-radius:12px;font-weight:600;font-size:.88rem;cursor:pointer;transition:all .25s ease;margin-top:auto;letter-spacing:.02em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 8px #dc262626,inset 0 1px #fff3;position:relative;overflow:hidden}.add-btn:before{content:"";position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,transparent 100%);border-radius:11px 11px 50% 50%;pointer-events:none}.add-btn:hover:not(.disabled){background:linear-gradient(180deg,#ef4444d9,#dc2626f2);transform:translateY(-1px);box-shadow:0 4px 16px #dc262640,inset 0 1px #ffffff40}.add-btn.disabled{background:linear-gradient(180deg,#c8c8c880,#b4b4b499);color:#8c8c8ce6;cursor:not-allowed;box-shadow:inset 0 1px #ffffff26;border-color:#ffffff26}.add-btn svg{font-size:1.1rem}.product-card a{text-decoration:none;color:inherit}.product-card.out-of-stock{opacity:.75}.product-card.out-of-stock .product-image{filter:grayscale(20%) saturate(.8)}@media(max-width:768px){.product-image{height:160px;padding:16px}.product-info{padding:14px 16px 16px}.product-name{font-size:.85rem}.current-price{font-size:1.15rem}.add-btn{padding:10px;font-size:.83rem;border-radius:10px}.wishlist-btn{opacity:1;transform:scale(1)}}.product-card{background:#fff!important;border:1px solid #eef0f4!important;border-radius:14px!important;box-shadow:none!important;overflow:hidden!important;transition:all .25s cubic-bezier(.16,1,.3,1)!important;position:relative;display:flex;flex-direction:column}.product-card:hover{border-color:#0f2c5c!important;transform:translateY(-3px)!important;box-shadow:0 10px 28px #0f2c5c1a!important}.product-card.out-of-stock{opacity:.7}.discount-badge{position:absolute!important;top:12px!important;left:12px!important;background:#dc2626!important;color:#fff!important;font-size:.72rem!important;font-weight:800!important;padding:4px 10px!important;border-radius:999px!important;letter-spacing:.02em;z-index:3;box-shadow:0 3px 8px #dc26264d;border:none!important}.no-stock-badge{position:absolute!important;top:12px!important;right:12px!important;background:#0f172ad9!important;color:#fff!important;backdrop-filter:blur(4px);padding:4px 10px!important;border-radius:999px!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:.06em;display:flex;align-items:center;gap:6px;z-index:3}.no-stock-badge .dot{width:6px;height:6px;border-radius:50%;background:#dc2626;display:inline-block}.color-badge{position:absolute!important;inset:12px auto auto 12px!important;width:auto!important;max-width:calc(100% - 60px)!important;font-size:.66rem!important;padding:3px 8px!important;border-radius:999px!important;color:#fff!important;font-weight:600!important;box-shadow:0 2px 6px #00000026;text-transform:capitalize;z-index:3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discount-badge+.color-badge{top:42px!important;left:12px!important}.wishlist-btn{position:absolute!important;bottom:auto;top:12px!important;right:12px!important;width:34px!important;height:34px!important;background:#fffffff2!important;border:1px solid #eef0f4!important;border-radius:50%!important;color:#9ca3af!important;backdrop-filter:blur(4px);transition:all .2s ease!important;z-index:3;opacity:0;transform:translate(6px)}.product-card:hover .wishlist-btn{opacity:1;transform:translate(0)}.wishlist-btn:hover{background:#dc2626!important;border-color:#dc2626!important;color:#fff!important;transform:scale(1.08)!important}.product-image{display:block!important;width:100%;aspect-ratio:1 / 1;background:#fff!important;overflow:hidden!important;position:relative;border-bottom:1px solid #eef0f4}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important;padding:14px;transition:transform .4s ease!important}.product-card:hover .product-image img{transform:scale(1.05)!important}.product-info{padding:14px 16px 16px!important;display:flex;flex-direction:column;gap:8px;flex:1;background:#f8fafc!important}.product-brand{font-size:.66rem!important;font-weight:700!important;color:#9ca3af!important;text-transform:uppercase!important;letter-spacing:.1em!important;margin:0!important}.product-name{font-size:.88rem!important;font-weight:600!important;color:#0f2c5c!important;line-height:1.35!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(.88rem * 1.35 * 2);transition:color .2s ease}.product-card a:hover .product-name{color:#1e3a8a!important}.product-color-name{color:#6b7280!important;font-weight:500!important}.product-color-swatches{display:flex!important;gap:12px!important;margin:4px 0!important;flex-wrap:wrap;align-items:center}.color-swatch{flex:0 0 18px!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;max-width:18px!important;max-height:18px!important;border-radius:50%!important;border:1.5px solid #e5e7eb!important;cursor:pointer;transition:all .2s ease!important;padding:0!important;box-sizing:border-box!important;-webkit-appearance:none!important;appearance:none!important;aspect-ratio:1 / 1!important;position:relative}.color-swatch:before{content:"";position:absolute;inset:-8px}.color-swatch:hover{transform:scale(1.15)!important;border-color:#0f2c5c!important}.color-swatch.active{border-color:#0f2c5c!important;box-shadow:0 0 0 2px #fff,0 0 0 3.5px #0f2c5c!important}.product-color-indicator{display:flex;align-items:center;gap:4px}.color-dot{flex:0 0 12px!important;width:12px!important;height:12px!important;min-width:12px!important;min-height:12px!important;max-width:12px!important;max-height:12px!important;border-radius:50%!important;border:1px solid #e5e7eb;display:inline-block;box-sizing:border-box;aspect-ratio:1 / 1}.product-prices-row{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;margin-top:auto;padding-top:4px}.product-prices-inline{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1;min-width:0}.product-brand-logo{max-height:36px!important;max-width:68px!important;object-fit:contain!important;flex-shrink:0;opacity:.92;align-self:flex-end}.old-price{font-size:.78rem!important;color:#9ca3af!important;text-decoration:line-through!important;text-decoration-color:#cbd5e1;font-weight:500!important;order:1}.old-price sup{font-size:.62rem!important}.current-price{font-size:1.25rem!important;font-weight:800!important;color:#0f2c5c!important;line-height:1.1!important;letter-spacing:-.02em!important;order:2}.current-price sup{font-size:.75rem!important;font-weight:700;color:#0f2c5c!important;top:-.4em}.installments-inline{font-size:.72rem!important;color:#6b7280!important;font-weight:500!important;margin-top:2px!important;order:3}.installments-inline sup{font-size:.6rem!important}.add-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;padding:11px 14px!important;background:#0f2c5c!important;color:#fff!important;border:none!important;border-radius:10px!important;font-size:.84rem!important;font-weight:600!important;letter-spacing:.01em;cursor:pointer;margin-top:10px!important;transition:all .2s ease!important;box-shadow:0 3px 10px #0f2c5c26}.add-btn:before{display:none!important}.add-btn:hover:not(.disabled){background:#dc2626!important;transform:translateY(-1px)!important;box-shadow:0 6px 16px #dc262647!important}.add-btn.disabled,.add-btn:disabled{background:#f3f4f6!important;color:#9ca3af!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.add-btn svg{font-size:1rem!important}@media(max-width:768px){.product-card{border-radius:12px!important}.product-info{padding:10px 12px 12px!important;gap:6px}.product-name{font-size:.82rem!important}.current-price{font-size:1.1rem!important}.current-price sup{font-size:.68rem!important}.old-price{font-size:.72rem!important}.installments-inline{font-size:.66rem!important}.add-btn{padding:10px 12px!important;font-size:.78rem!important;border-radius:9px!important;gap:6px!important}.add-btn svg{font-size:.92rem!important}.discount-badge{top:8px!important;left:8px!important;font-size:.66rem!important;padding:3px 8px!important}.wishlist-btn{width:30px!important;height:30px!important;top:8px!important;right:8px!important;opacity:1;transform:none}.product-image img{padding:10px}}@media(max-width:480px){.product-name{font-size:.78rem!important;-webkit-line-clamp:2;min-height:calc(.78rem * 1.35 * 2)}.current-price{font-size:1rem!important}.add-btn{padding:9px 10px!important;font-size:.74rem!important}}.product-skeleton{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #00000014}.shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmerEffect 1.5s ease-in-out infinite}@keyframes shimmerEffect{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-image{width:100%;height:200px;background-color:#f3f4f6}.skeleton-content{padding:20px}.skeleton-brand{width:60px;height:14px;border-radius:4px;margin-bottom:10px}.skeleton-name{width:100%;height:16px;border-radius:4px;margin-bottom:8px}.skeleton-name.short{width:70%}.skeleton-price-row{display:flex;align-items:center;gap:10px;margin:15px 0 8px}.skeleton-discount{width:45px;height:22px;border-radius:4px}.skeleton-old-price{width:70px;height:16px;border-radius:4px}.skeleton-price{width:120px;height:32px;border-radius:4px;margin-bottom:8px}.skeleton-date{width:130px;height:14px;border-radius:4px;margin-bottom:15px}.skeleton-button{width:100%;height:45px;border-radius:10px}.search-skeleton{display:flex;gap:15px;padding:15px;border-bottom:1px solid #f3f4f6}.search-skeleton-image{width:80px;height:80px;border-radius:8px}.search-skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.search-skeleton-brand{width:50px;height:12px;border-radius:4px}.search-skeleton-name{width:100%;height:14px;border-radius:4px}.search-skeleton-name.short{width:60%}.search-skeleton-price-row{display:flex;align-items:center;gap:8px;margin-top:5px}.search-skeleton-discount{width:35px;height:18px;border-radius:4px}.search-skeleton-price{width:80px;height:20px;border-radius:4px}.flash-offers{padding:60px 0;background:#fff;min-height:600px}.flash-offers .container{max-width:1400px;margin:0 auto;padding:0 20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.title-wrapper{display:flex;align-items:center;gap:15px}.flash-icon{font-size:2rem}.title-wrapper h2{font-size:2rem;font-weight:700;color:#1f2937;font-style:italic}.title-wrapper .subtitle{font-size:1rem;color:#6b7280}.countdown{display:flex;gap:10px}.time-block{background:#fff;border-radius:8px;padding:10px 15px;text-align:center;min-width:60px;border:1px solid #e5e7eb}.time-value{display:block;font-size:1.4rem;font-weight:700;color:#1f2937}.time-label{font-size:.75rem;color:#6b7280}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:14px}.section-header{flex-direction:column;gap:20px;text-align:center}.title-wrapper{flex-direction:column;gap:5px}.title-wrapper h2{font-size:1.8rem}.countdown{justify-content:center}.time-block{min-width:60px;padding:8px 12px}.time-value{font-size:1.2rem}}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:15px}.loading-spinner{width:50px;height:50px;border:4px solid #f3f4f6;border-top-color:#dc2626;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.products-loading p{color:#6b7280;font-size:1rem}.no-products{display:flex;align-items:center;justify-content:center;padding:60px 20px}.no-products p{color:#9ca3af;font-size:1.1rem}.bottom-banners-section{padding:20px 0}.bottom-banners-section .container{max-width:1400px;margin:0 auto;padding:0 20px}.bottom-banners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bottom-banner{border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.bottom-banner:hover{transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.bottom-banner-image{width:100%;height:180px;object-fit:cover;display:block}@media(max-width:1024px){.bottom-banners-grid{grid-template-columns:repeat(2,1fr);gap:15px}.bottom-banner-image{height:150px}}@media(max-width:640px){.bottom-banners-grid{grid-template-columns:repeat(2,1fr);gap:10px}.bottom-banner-image{height:120px}}.footer{background:#1f2937;color:#fff;padding:60px 0 20px}.footer .container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{display:block;margin-bottom:15px}.footer-logo-img{height:160px;width:auto;object-fit:contain}.footer-description{color:#9ca3af;line-height:1.6;margin-bottom:20px}.social-links{display:flex;gap:15px}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#374151;color:#fff;border-radius:50%;transition:all .3s}.social-links a:hover{background:#dc2626;transform:translateY(-3px)}.footer-col h4{font-size:1.1rem;font-weight:600;margin-bottom:20px;color:#fff}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:#dc2626}.contact-list li{display:flex;align-items:center;gap:10px;color:#9ca3af}.contact-list li svg{color:#dc2626}.footer-bottom{border-top:1px solid #374151;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:#9ca3af;font-size:.9rem}.payment-methods{display:flex;align-items:center;gap:10px}.payment-methods span{color:#9ca3af;font-size:.9rem}.payment-methods .payment-badge{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:4px 10px;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;border:1px solid rgba(255,255,255,.1)}.payment-methods .payment-logos{display:flex;align-items:center;gap:10px;background:#fff;padding:6px 12px;border-radius:8px}.payment-methods .payment-logos img{height:22px;width:auto;object-fit:contain;display:block}.payment-methods .payment-logos img[alt=Visa]{height:16px}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:15px;text-align:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr;text-align:center}.social-links,.contact-list li{justify-content:center}}html,body{overflow-x:clip;max-width:100%}img,video,iframe{max-width:100%;height:auto}@media(max-width:768px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px!important}}@media(max-width:1024px){.header-top .container{padding:0 14px;gap:12px}.header-actions{margin-left:auto;gap:8px}.logo-img{height:70px;margin:-15px 0 -15px -10px}.categories-btn span{display:none}.categories-btn{padding:8px 12px}.search-container{max-width:none}}@media(max-width:768px){.header-top{padding:8px 0}.header-top .container{padding:0 10px;gap:8px;flex-wrap:nowrap}.header-normal-content{gap:8px;width:100%}.logo-img{height:55px;margin:-10px 0 -10px -6px}.search-form{order:initial;margin-top:0;flex:1}.search-form input{padding:8px 12px;font-size:16px}.search-form button{padding:6px 10px}.header-actions{gap:6px;margin-left:0}.cart-btn{padding:8px 10px}.cart-btn span:last-child{display:none}.cart-btn svg{font-size:1.25rem}.account-btn{padding:8px 10px}.account-btn span{display:none}.account-btn.logged-in{padding:4px}.account-btn.logged-in .chevron{display:none}.user-dropdown{min-width:220px;right:-10px}.header-search-expanded{width:100%}.search-expanded-form{height:40px}.search-expanded-input{font-size:.9rem}}@media(max-width:480px){.logo-img{height:46px}.categories-btn{padding:7px 10px}.categories-btn .cat-chevron{display:none}.cart-count{top:-4px;right:-4px;min-width:18px;height:18px;font-size:.65rem}.categories-mega-modal{left:6px!important;right:6px!important;top:60px!important}}@media(max-width:360px){.logo-img{height:40px}.categories-btn{padding:6px 8px}.search-form input::placeholder{font-size:.8rem}}@media(max-width:768px){.hero-banner{margin-top:10px;min-height:unset}.banner-nav{width:36px;height:36px}.banner-nav svg{font-size:1.1rem}.banner-nav.prev{left:8px}.banner-nav.next{right:8px}.banner-dots{bottom:10px}.dot{width:8px;height:8px}.banner-title{font-size:1.8rem}.banner-subtitle{font-size:1rem}.banner-product{min-width:130px;padding:12px}.banner-loading{height:200px;font-size:.95rem}}@media(max-width:480px){.banner-nav{width:30px;height:30px}.banner-title{font-size:1.4rem}.banner-end-date{bottom:8px;right:8px;padding:6px 12px;font-size:.8rem}}@media(max-width:768px){.promo-banners{padding:8px 0!important}.promo-banners .container{padding:0 12px}.hero-banner{margin-top:8px}.category-products{padding:8px 0 16px!important}.categories-section{margin-bottom:8px!important;padding:8px 0!important}.categories-header{margin-bottom:8px!important}.middle-banner-section{padding:8px 0!important}.flash-offers{padding:8px 0 16px!important}}@media(max-width:480px){.promo-banners{padding:8px 0!important}.hero-banner{margin-top:8px}.categories-section{padding:8px 0!important;margin-bottom:8px!important}}@media(max-width:1024px){.category-products-container{padding:0 24px}}@media(max-width:768px){.category-products{padding:0 0 24px}.category-products-container{padding:0 12px}.category-header{padding:0 4px;margin-bottom:12px}.products-scroll{padding:12px 8px;gap:14px}.product-item{width:170px;padding:10px}.product-item .product-image{height:140px;margin-bottom:10px}.product-item .product-name{font-size:.85rem}.product-item .current-price{font-size:1.1rem}.categories-scroll{padding:12px 8px!important;gap:10px!important;justify-content:flex-start!important}.category-item{min-width:90px!important;max-width:100px!important;padding:12px 6px 10px!important}.category-circle{width:72px!important;height:72px!important}.category-name{font-size:.75rem!important}}@media(max-width:480px){.product-item{width:150px}.product-item .product-image{height:120px}}@media(max-width:768px){.product-card{border-radius:12px}.product-image{height:160px;padding:12px}.product-info{padding:12px 14px 14px}.product-name{font-size:.85rem}.current-price{font-size:1.15rem}.add-btn{padding:10px;font-size:.82rem}.wishlist-btn{opacity:1;transform:scale(1);width:32px;height:32px}.discount-badge,.low-stock-badge,.no-stock-badge,.color-badge{font-size:.65rem;padding:3px 8px;top:10px;left:10px}.wishlist-btn{top:10px;right:10px}.low-stock-badge,.no-stock-badge{right:10px;left:auto}}@media(max-width:480px){.product-image{height:140px;padding:8px}.product-info{padding:10px 12px 12px}.product-name{font-size:.8rem}.current-price{font-size:1rem}.old-price{font-size:.72rem}.installments,.installments-inline{font-size:.7rem}}@media(max-width:768px){.flash-offers{padding:28px 0;min-height:unset}.flash-offers .container{padding:0 12px}.section-header{margin-bottom:20px}.flash-offers .products-grid{grid-template-columns:repeat(2,1fr);gap:10px}.countdown{gap:6px}.time-block{min-width:48px;padding:6px 8px}.time-value{font-size:1rem}.time-label{font-size:.65rem}}@media(max-width:360px){.flash-offers .products-grid{gap:8px}}@media(max-width:768px){.category-content{padding:16px 0}.category-content .container{padding:0 12px}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.category-title h1{font-size:1.15rem}.category-controls{gap:10px;flex-wrap:wrap}.sort-control select{padding:8px 10px;font-size:.8rem}.view-controls button{width:36px;height:36px}}@media(max-width:360px){.products-grid{gap:8px!important}}@media(max-width:480px){.breadcrumb{font-size:.78rem}}@media(max-width:768px){.cart-page{padding:20px 0}.cart-page .container{padding:0 12px}.cart-header{margin-bottom:16px}.cart-header h1{font-size:1.3rem}.clear-cart-btn{padding:8px 12px;font-size:.82rem}.cart-content{gap:16px}.cart-item{padding:12px;gap:12px;position:relative}.item-image{width:80px;height:80px}.item-details{width:calc(100% - 100px)!important}.item-name{font-size:.95rem}.item-description{font-size:.8rem}.item-quantity button{width:30px;height:30px}.item-price{min-width:unset;text-align:left}.item-price .price{font-size:1.1rem}.remove-item-btn{width:34px;height:34px;position:absolute;top:8px;right:8px}.cart-summary{padding:20px}.cart-summary h3{font-size:1.1rem;margin-bottom:16px}.checkout-btn{padding:13px;font-size:1rem}.suggested-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.cart-suggested-products{padding:30px 0}.suggested-image{height:120px}}@media(max-width:480px){.cart-item{flex-wrap:wrap}.item-image{width:70px;height:70px}.item-details{width:calc(100% - 86px)!important}.item-quantity,.item-price{margin-top:10px!important}}@media(max-width:640px){.cart-sidebar{width:100%!important;max-width:100%!important}}@media(max-width:768px){.checkout-page .container,.checkout .container{padding:0 12px}.checkout-content,.checkout-grid{grid-template-columns:1fr!important;gap:16px!important}.checkout-step,.checkout-section{padding:16px!important}.checkout-summary{position:static!important}.form-row,.form-grid{grid-template-columns:1fr!important;gap:12px!important}.checkout-page input,.checkout-page select,.checkout-page textarea{font-size:16px}}@media(max-width:768px){.product-detail-page main{padding-bottom:20px}.main-image,.main-image img{max-height:320px}.product-gallery{position:static}.pricing-section{padding:14px 0;margin-bottom:14px}.product-info-section{padding-right:0}}@media(max-width:480px){.main-image,.main-image img{max-height:260px}.zoom-btn{width:34px;height:34px;font-size:1rem}}@media(max-width:768px){.profile-page .container,.auth-container{padding:0 12px!important}.auth-card{padding:24px 18px!important}.auth-card input,.auth-card select,.auth-card textarea{font-size:16px}}@media(max-width:768px){.footer{padding:40px 0 16px}.footer .container{padding:0 18px}.footer-grid{gap:24px;margin-bottom:24px}.footer-logo-img{height:100px}.footer-col h4{font-size:1rem;margin-bottom:12px}.footer-col ul li{margin-bottom:8px}.footer-col ul li a,.contact-list li{font-size:.9rem}}@media(max-width:480px){.bottom-banners,.middle-banner{padding-left:0;padding-right:0}}@media(max-width:480px){.login-container,.recover-container{padding:16px!important}.login-card,.recover-card{padding:24px 18px!important;border-radius:14px!important}.login-card input,.recover-card input{font-size:16px}}@media(max-width:768px){.order-success-page .container,.payment-result-page .container{padding:0 14px!important}.order-success-card,.payment-result-card{padding:24px 18px!important}}@media(max-width:768px){button,.btn,a.btn{min-height:40px}}
