*{margin:0;padding:0;box-sizing:border-box}img{-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}: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:#0f2c5c;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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-overlay-content{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-logo{display:flex;align-items:center;justify-content:center;gap:4px;font-size:42px;font-weight:800;position:relative;animation:logoFloat 2.4s ease-in-out infinite}.loading-logo-img{height:120px;width:auto;object-fit:contain;filter:brightness(1.15) contrast(1.1) drop-shadow(0 2px 6px rgba(0,0,0,.45))}@keyframes logoFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.03)}}@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}.auth-page{min-height:100vh;display:flex;flex-direction:column}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f3f4f6,#e5e7eb);padding:40px 20px}.auth-container{width:100%;max-width:500px}.auth-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #00000014}.auth-header{text-align:center;margin-bottom:30px}.auth-logo{display:inline-block;text-decoration:none;margin-bottom:15px}.auth-logo-img{height:120px;width:auto;object-fit:contain}.auth-header h1{font-size:1.3rem;font-weight:600;color:#1f2937;margin:0}.auth-form{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column;gap:5px}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:15px;color:#9ca3af;font-size:1.1rem;z-index:1}.auth-form .form-group input{width:100%;padding:15px 15px 15px 45px;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s;background:#fff;box-sizing:border-box}.form-group input::placeholder{color:#9ca3af}.form-group input:focus{outline:none;border-color:#1f2937;box-shadow:0 0 0 3px #1f29371a}.form-group.error .input-wrapper input{border-color:#dc2626;background:#fef2f2}.form-group.error .input-icon{color:#dc2626}.field-error{color:#dc2626;font-size:.8rem;margin-top:5px}.toggle-password{position:absolute;right:15px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.toggle-password:hover{color:#1f2937}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 15px;border-radius:8px;margin-bottom:15px;font-size:.9rem;text-align:center}.auth-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#22c55e;padding:12px 15px;border-radius:8px;margin-bottom:15px;font-size:.9rem;text-align:center}.auth-submit{width:100%;padding:15px;background:#1f2937;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.auth-submit:hover{background:#111827}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.forgot-password{display:block;text-align:center;color:#1f2937;text-decoration:underline;font-size:.9rem;margin-top:15px;transition:color .2s}.forgot-password:hover{color:#dc2626}.auth-divider{display:flex;align-items:center;margin:25px 0}.auth-divider span{flex:1;height:1px;background:#e5e7eb}.auth-switch{text-align:center}.auth-switch p{color:#6b7280;font-size:.9rem;margin:0 0 12px}.switch-btn{width:100%;padding:14px;background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.switch-btn:hover{background:#f9fafb;border-color:#1f2937}@media(max-width:480px){.auth-card{padding:30px 20px}.auth-logo{font-size:1.5rem}.auth-header h1{font-size:1.1rem}.otp-input{width:40px;height:48px;font-size:1.2rem}}.field-hint{color:#9ca3af;font-size:.75rem;margin-top:4px;display:flex;align-items:center;gap:4px}.otp-icon{display:flex;justify-content:center;margin-bottom:15px}.otp-subtitle{color:#6b7280;font-size:.9rem;margin:10px 0 0;line-height:1.5}.otp-subtitle strong{color:#1f2937}.otp-inputs{display:flex;justify-content:center;gap:10px;margin:25px 0}.otp-input{width:48px;height:56px;border:2px solid #e5e7eb;border-radius:10px;font-size:1.4rem;font-weight:600;text-align:center;color:#1f2937;background:#f9fafb;transition:all .2s;outline:none;caret-color:#25d366}.otp-input:focus{border-color:#25d366;background:#fff;box-shadow:0 0 0 3px #25d36626}.otp-input.filled{border-color:#25d366;background:#fff}.otp-resend{text-align:center;margin:20px 0 15px}.resend-timer{color:#9ca3af;font-size:.85rem;margin:0}.resend-timer strong{color:#1f2937}.resend-btn{background:none;border:none;color:#25d366;font-weight:600;font-size:.9rem;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s}.resend-btn:hover{background:#25d36614;color:#1ea855}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.otp-back-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:12px;background:none;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.9rem;cursor:pointer;transition:all .2s;margin-top:5px}.otp-back-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.cart-sidebar-overlay{position:fixed;inset:0;background:#0009;z-index:9998;animation:cartModalFadeIn .2s ease;overscroll-behavior:none;touch-action:none}html.cart-modal-open,body.cart-modal-open{overflow:hidden!important;overscroll-behavior:none}@keyframes cartModalFadeIn{0%{opacity:0}to{opacity:1}}.cart-sidebar.cart-added-modal{position:fixed;z-index:9999;left:50%;top:auto;bottom:max(12px,env(safe-area-inset-bottom,0px));transform:translate(-50%);width:min(440px,calc(100vw - 32px));max-height:min(calc(100dvh - 24px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)),720px);height:auto;background:#fff;border-radius:20px;box-shadow:0 24px 64px #0f172a38;display:flex;flex-direction:column;overflow:hidden;animation:cartModalSlideUp .32s cubic-bezier(.22,1,.36,1);padding-bottom:0;box-sizing:border-box}@keyframes cartModalSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cart-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.header-success{display:flex;align-items:center;gap:10px;font-weight:700}.success-icon{width:24px;height:24px;background:#16a34a;color:#fff;border-radius:50%;padding:4px;flex-shrink:0}.close-btn{background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;font-size:1.1rem;color:#374151;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.close-btn:hover{background:#e5e7eb;color:#111827}.cart-added-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.cart-added-body{flex:1;min-height:0;display:flex;flex-direction:column;position:relative}.cart-added-main{min-width:0}.cart-added-item{display:flex;gap:14px;padding:16px 18px;align-items:flex-start}.cart-added-item .product-image{width:100px;height:100px;flex-shrink:0;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-added-item .product-image img{width:100%;height:100%;object-fit:contain;padding:4px}.cart-added-item .product-details{flex:1;min-width:0}.cart-added-item .product-name{margin:0;font-size:.92rem;font-weight:600;color:#111827;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cart-added-item .product-meta{margin:6px 0 0;font-size:.78rem;color:#6b7280;line-height:1.3}.cart-added-breakdown{margin:0;padding:0 18px 4px}.cart-added-breakdown-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:6px 0;font-size:.88rem;color:#374151}.cart-added-breakdown-row dt{margin:0;font-weight:400}.cart-added-breakdown-row dd{margin:0;font-weight:500;text-align:right}.cart-added-breakdown-row dd sup{font-size:.68rem}.cart-added-breakdown-row--total{padding-top:10px;margin-top:4px;border-top:1px solid #e5e7eb;font-size:.95rem;font-weight:700;color:#111827}.cart-added-breakdown-row--total dd{font-weight:800}.cart-added-actions{padding:12px 18px 18px;display:flex;flex-direction:column;gap:8px}.cart-added-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 20px;border-radius:999px!important;font-size:.95rem;font-weight:600;line-height:1.2;letter-spacing:0;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.cart-added-btn--primary{background:#2563eb;color:#fff;border:none;box-shadow:none}.cart-added-btn--primary:hover{background:#1d4ed8}.cart-added-btn--primary:active{background:#1e40af}.cart-added-btn--outline{background:#fff;color:#2563eb;border:2px solid #2563eb;font-weight:500;box-shadow:none}.cart-added-btn--outline:hover{background:#f8fafc}.cart-added-btn--outline:active{background:#eff6ff}.cart-added-related{border-top:8px solid #f3f4f6;padding:16px 0 18px}.cart-added-related-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 18px 12px}.cart-added-related-head h3{margin:0;font-size:.95rem;font-weight:700;color:#111827}.cart-added-related-link{flex-shrink:0;font-size:.82rem;font-weight:600;color:#2563eb;text-decoration:none}.cart-added-related-link:hover{text-decoration:underline}.cart-added-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:0 18px 4px;max-height:260px}.cart-added-related-grid::-webkit-scrollbar{width:5px}.cart-added-related-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.cart-added-related-card{min-width:0;display:flex;flex-direction:column}.cart-added-related-media{position:relative}.cart-added-related-img{display:block;aspect-ratio:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;text-decoration:none}.cart-added-related-img img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-added-wishlist-btn{position:absolute;top:6px;right:6px;width:28px;height:28px;border:1px solid #e5e7eb;border-radius:50%;background:#fffffff5;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 2px 6px #0f172a14;transition:background .15s ease,color .15s ease,border-color .15s ease}.cart-added-wishlist-btn svg{width:14px;height:14px}.cart-added-wishlist-btn:hover{background:#dc2626;border-color:#dc2626;color:#fff}.cart-added-wishlist-btn.active{background:#fef2f2;border-color:#fecaca;color:#dc2626}.cart-added-wishlist-btn.active svg{fill:#dc2626}.cart-added-wishlist-btn.pending{background:#fef2f2;border-color:#fecaca;color:#dc2626;animation:cartWishlistPulse 1s ease-in-out infinite}@keyframes cartWishlistPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.cart-added-auth{display:flex;flex-direction:column;min-height:0;flex:1;padding:0 18px 16px;overflow:visible}.cart-added-auth-back{display:inline-flex;align-items:center;gap:6px;margin:4px 0 12px;padding:0;border:none;background:none;color:#64748b;font-size:.82rem;font-weight:600;cursor:pointer}.cart-added-auth-back:hover{color:#0f2c5c}.cart-added-auth-intro{text-align:center;margin-bottom:14px}.cart-added-auth-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:8px;border-radius:50%;background:#fef2f2;color:#dc2626}.cart-added-auth-icon svg{width:20px;height:20px;fill:#dc2626}.cart-added-auth-intro h3{margin:0 0 4px;font-size:1rem;font-weight:700;color:#0f2c5c}.cart-added-auth-intro p{margin:0;font-size:.82rem;color:#64748b;line-height:1.4}.cart-added-auth .auth-sidebar-panel{padding:0;box-shadow:none;border:none;background:transparent}.cart-added-auth .auth-header{display:none}.cart-added-auth .auth-header:has(.otp-icon){display:block;margin-bottom:12px;text-align:center}.cart-added-auth .auth-form{gap:clamp(8px,2vw,10px)}.cart-added-auth .form-group{margin-bottom:0}.cart-added-auth .auth-submit-btn{margin-top:4px}.cart-added-auth .auth-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 20px;border-radius:999px!important;font-size:.95rem;font-weight:600;line-height:1.2;letter-spacing:0;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:#2563eb!important;color:#fff!important;border:none!important;box-shadow:none!important;transform:none!important;filter:none!important;margin-top:4px;transition:background .15s ease,border-color .15s ease,color .15s ease}.cart-added-auth .auth-submit:hover:not(:disabled){background:#1d4ed8!important;transform:none!important;box-shadow:none!important}.cart-added-auth .auth-submit:active:not(:disabled){background:#1e40af!important}.cart-added-auth .auth-sidebar-panel--register .auth-submit{background:#2563eb!important;box-shadow:none!important}.cart-added-auth .auth-sidebar-panel--register .auth-submit:hover:not(:disabled){background:#1d4ed8!important;box-shadow:none!important}.cart-added-auth .switch-btn--create-account,.cart-added-auth .switch-btn--login-outline{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 20px;border-radius:999px!important;font-size:.95rem;font-weight:500;line-height:1.2;letter-spacing:0;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:#fff!important;color:#2563eb!important;border:2px solid #2563eb!important;box-shadow:none!important;transform:none!important;filter:none!important;gap:8px;transition:background .15s ease,border-color .15s ease,color .15s ease}.cart-added-auth .switch-btn--create-account:hover,.cart-added-auth .switch-btn--login-outline:hover{background:#f8fafc!important;transform:none!important;box-shadow:none!important;filter:none!important}.cart-added-auth .switch-btn--create-account:active,.cart-added-auth .switch-btn--login-outline:active{background:#eff6ff!important}.cart-added-auth .switch-btn-icon{display:none}.cart-added-auth .auth-switch--sidebar{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;margin-top:clamp(4px,1.5vw,8px)}.cart-added-auth .auth-switch--sidebar p{text-align:center;color:#64748b!important;font-weight:500;font-size:clamp(.78rem,2.2vw,.85rem);margin:0 0 clamp(6px,2vw,8px)!important}.cart-added-auth .auth-sidebar-panel--register .auth-switch--sidebar{background:transparent!important;border:none!important}.cart-added-auth .auth-sidebar-panel--register .auth-switch--sidebar p{color:#64748b!important}.cart-added-auth .auth-divider{margin:clamp(10px,3vw,16px) 0 clamp(8px,2.5vw,12px)!important}.cart-added-auth .forgot-password{display:block;text-align:center;margin-top:clamp(6px,2vw,10px)!important;font-size:clamp(.78rem,2.2vw,.85rem)!important}.cart-added-auth .auth-form .form-group input{padding:clamp(11px,2.8vw,14px) clamp(12px,3vw,14px) clamp(11px,2.8vw,14px) 40px!important;font-size:clamp(.88rem,2.5vw,.95rem)!important}.cart-added-modal.is-auth-open .cart-added-auth-back{margin:clamp(2px,1vw,4px) 0 clamp(6px,2vw,10px);font-size:clamp(.78rem,2.2vw,.82rem)}.cart-added-modal.is-auth-open .cart-added-auth-intro{margin-bottom:clamp(8px,2.5vw,14px)}.cart-added-modal.is-auth-open .cart-added-auth-icon{width:clamp(34px,9vw,44px);height:clamp(34px,9vw,44px);margin-bottom:clamp(4px,1.5vw,8px)}.cart-added-modal.is-auth-open .cart-added-auth-icon svg{width:clamp(15px,4vw,20px);height:clamp(15px,4vw,20px)}.cart-added-modal.is-auth-open .cart-added-auth-intro h3{font-size:clamp(.9rem,2.6vw,1rem)}.cart-added-modal.is-auth-open .cart-added-auth-intro p{font-size:clamp(.76rem,2.2vw,.82rem);line-height:1.35}.cart-added-modal.is-auth-open .auth-header:has(.otp-icon){margin-bottom:clamp(8px,2.5vw,12px)}.cart-added-modal.is-auth-open .auth-header:has(.otp-icon) h1{font-size:clamp(.92rem,2.6vw,1.05rem);margin:clamp(6px,2vw,8px) 0 4px}.cart-added-modal.is-auth-open .auth-header:has(.otp-icon) .otp-subtitle{font-size:clamp(.78rem,2.2vw,.85rem)}.cart-added-modal.is-auth-open .auth-header:has(.otp-icon) .otp-icon svg{width:clamp(44px,12vw,56px);height:clamp(44px,12vw,56px)}.cart-added-modal.is-auth-open .otp-inputs{margin:clamp(10px,3vw,16px) 0!important;gap:clamp(5px,1.5vw,8px)!important}.cart-added-modal.is-auth-open .otp-input{width:clamp(36px,10vw,42px)!important;height:clamp(42px,11vw,50px)!important}.cart-added-modal.is-auth-open .otp-back-btn{margin-top:clamp(6px,2vw,10px)}.cart-added-related-body{display:block;padding-top:6px;text-decoration:none;color:inherit}.cart-added-related-name{margin:0 0 4px;font-size:.72rem;font-weight:500;color:#2563eb;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-added-related-price-row{display:flex;align-items:center;justify-content:space-between;gap:6px;min-width:0}.cart-added-related-price{margin:0;font-size:.82rem;font-weight:800;color:#111827;min-width:0}.cart-added-related-brand-logo{max-height:22px;max-width:44px;object-fit:contain;flex-shrink:0;opacity:.92}.cart-added-related-price sup{font-size:.62rem}@media(max-width:768px){.cart-added-related-grid{display:flex;flex-direction:row;gap:10px;overflow-x:auto;overflow-y:hidden;max-height:none;padding:0 18px 4px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x}.cart-added-related-grid::-webkit-scrollbar{display:none;width:0;height:0}.cart-added-related-card{flex:0 0 132px;scroll-snap-align:start}.cart-added-wishlist-btn{width:32px;height:32px;background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:#9ca3af}.cart-added-wishlist-btn svg{width:16px;height:16px}.cart-added-wishlist-btn:hover,.cart-added-wishlist-btn.active,.cart-added-wishlist-btn.pending{background:transparent!important;border-color:transparent!important;color:#dc2626}.cart-added-modal.is-auth-open:not(.favorite-auth-modal){height:auto;min-height:0;max-height:calc(100dvh - max(12px,env(safe-area-inset-top,0px)) - max(12px,env(safe-area-inset-bottom,0px)));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-added-modal.is-auth-open .cart-added-body{flex:0 0 auto;min-height:0}.cart-added-modal.is-auth-open .cart-added-auth{position:static;inset:auto;z-index:auto;overflow:visible;flex:0 0 auto;padding:0 clamp(16px,4vw,20px) clamp(12px,3vw,18px)}.cart-added-modal.is-auth-open .cart-added-scroll{display:none}}@media(min-width:769px){.cart-sidebar.cart-added-modal{top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(860px,calc(100vw - 48px));min-height:460px;max-height:min(580px,calc(100dvh - 48px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));animation:cartModalPopInCenter .32s cubic-bezier(.22,1,.36,1)}.cart-sidebar.cart-added-modal.is-auth-open{width:min(860px,calc(100vw - 48px));min-height:460px;height:auto;max-height:min(580px,calc(100dvh - 48px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));overflow:hidden}@keyframes cartModalPopInCenter{0%{opacity:0;transform:translate(-50%,-48%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.cart-added-scroll{display:flex;flex-direction:row;align-items:stretch;overflow:hidden;flex:1;min-height:0}.cart-added-modal.is-auth-open .cart-added-body{flex:1;min-height:0;flex-direction:row;align-items:stretch;overflow:hidden}.cart-added-modal.is-auth-open .cart-added-scroll{order:1;flex:0 0 min(360px,44%);flex-direction:column;border-right:1px solid #e5e7eb;overflow:hidden}.cart-added-modal.is-auth-open .cart-added-main{flex:1;border-right:none;min-height:100%}.cart-added-modal.is-auth-open .cart-added-auth{order:2;flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px 28px 24px;align-self:stretch}.cart-added-modal.is-auth-open .cart-added-auth-back{align-self:flex-start;flex-shrink:0}.cart-added-modal.is-auth-open .cart-added-auth-intro{flex-shrink:0;margin-bottom:16px}.cart-added-modal.is-auth-open .cart-added-auth .auth-sidebar-panel{width:100%;max-width:380px;margin:0 auto;flex-shrink:0}.cart-added-modal.is-auth-open .auth-submit,.cart-added-modal.is-auth-open .switch-btn--create-account,.cart-added-modal.is-auth-open .switch-btn--login-outline{min-height:44px;padding:10px 16px;font-size:.9rem}.cart-added-main{flex:0 0 min(360px,44%);display:flex;flex-direction:column;border-right:1px solid #e5e7eb;overflow:visible;overscroll-behavior:auto}.cart-added-item{padding:18px 20px 12px}.cart-added-item .product-image{width:128px;height:128px;border-radius:14px}.cart-added-item .product-name{font-size:1rem}.cart-added-breakdown{padding:0 20px 4px}.cart-added-actions{margin-top:auto;padding:12px 20px 18px;flex-direction:column;gap:8px}.cart-added-btn{flex:none;width:100%;min-height:44px;padding:10px 16px;font-size:.9rem}.cart-added-related{flex:1;min-width:0;border-top:none;padding:16px 0 18px;display:flex;flex-direction:column;overflow:hidden}.cart-added-related-head{padding:0 20px 10px}.cart-added-auth{padding:0 20px 18px}.cart-added-related-grid{flex:1;min-height:0;max-height:none;padding:0 20px 6px}.cart-added-wishlist-btn{width:30px;height:30px}.cart-added-scroll:not(:has(.cart-added-related)) .cart-added-main{flex:1;border-right:none}.cart-sidebar.cart-added-modal:not(:has(.cart-added-related)):not(.is-auth-open){width:min(480px,calc(100vw - 48px));min-height:400px;max-height:min(480px,calc(100dvh - 48px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)))}}@media(max-width:480px){.cart-sidebar.cart-added-modal{width:calc(100vw - 24px);bottom:max(12px,env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 24px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));border-radius:20px}}.favorite-auth-modal.cart-added-modal{background:#2dd4bf!important;border:1px solid rgba(0,0,0,.1)!important;padding:0!important}.favorite-auth-modal.cart-added-modal.is-auth-open{overflow:hidden!important;display:flex;flex-direction:column}.favorite-auth-modal .cart-sidebar-header{background:#2dd4bf!important;border-bottom:1px solid rgba(0,0,0,.1)!important;border-radius:0!important;margin:0!important}.favorite-auth-modal .cart-added-body{background:#fff!important;border-radius:0 0 19px 19px}@media(max-width:768px){.favorite-auth-modal.cart-added-modal.is-auth-open{max-height:calc(100dvh - max(12px,env(safe-area-inset-top,0px)) - max(12px,env(safe-area-inset-bottom,0px)))}.favorite-auth-modal .cart-sidebar-header{flex-shrink:0}.favorite-auth-modal .cart-added-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.favorite-auth-modal .cart-added-auth{overflow:visible}.favorite-auth-modal .switch-btn--create-account,.favorite-auth-modal .switch-btn--login-outline{touch-action:manipulation}}@media(min-width:769px){.favorite-auth-modal.cart-added-modal{min-height:0;width:min(440px,calc(100vw - 48px));max-height:min(580px,calc(100dvh - 48px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)))}.favorite-auth-modal .cart-added-auth{padding:0 28px 24px}}.cart-sidebar-overlay{background:#0009!important}.cart-sidebar.cart-added-modal:not(.favorite-auth-modal){border:1px solid #eef0f4}.cart-sidebar.cart-added-modal:not(.favorite-auth-modal) .cart-sidebar-header{background:#fff!important;border-bottom:1px solid #eef0f4!important;padding:16px 18px!important}.cart-sidebar.cart-added-modal:not(.favorite-auth-modal) .close-btn{background:#f1f5f9!important;border:1px solid #e2e8f0!important;color:#64748b!important}.cart-sidebar.cart-added-modal:not(.favorite-auth-modal) .close-btn:hover{background:#0f2c5c!important;border-color:#0f2c5c!important;color:#fff!important}.favorite-auth-modal.cart-added-modal{background:#2dd4bf!important;border:1px solid rgba(0,0,0,.1)!important;overflow:hidden!important;padding:0!important;box-shadow:0 24px 64px #00000059!important}.favorite-auth-modal .cart-sidebar-header{background:#2dd4bf!important;border-bottom:1px solid rgba(0,0,0,.1)!important;border-radius:0!important;padding:14px 18px!important;margin:0!important;flex-shrink:0}.favorite-auth-modal .cart-sidebar-header .close-btn{background:#ffffff26!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important}.favorite-auth-modal .cart-sidebar-header .close-btn:hover{background:#ffffff40!important;border-color:#ffffff4d!important;color:#fff!important}.favorite-auth-modal .cart-added-body{background:#fff!important;flex:1;min-height:0;border-radius:0 0 19px 19px}.favorite-auth-modal .favorite-auth-modal-logo{height:clamp(36px,10vw,48px);width:auto;object-fit:contain;display:block}.header-success{color:#0f2c5c!important;font-size:.95rem!important}.header-loading{display:flex;align-items:center;gap:10px;font-weight:700;color:#0f2c5c!important;font-size:.95rem!important}.cart-added-loading-dot{width:10px;height:10px;border-radius:50%;background:#2563eb;flex-shrink:0;animation:cartAddedPulse 1s ease-in-out infinite}@keyframes cartAddedPulse{0%,to{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}.cart-added-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:220px;padding:32px 24px;text-align:center}.cart-added-loading-spinner{width:44px;height:44px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:cartAddedSpin .75s linear infinite}.cart-added-loading p{margin:0;font-size:.95rem;font-weight:600;color:#475569}@keyframes cartAddedSpin{to{transform:rotate(360deg)}}.cart-sidebar.cart-added-modal.is-adding{min-height:280px}.success-icon{background:#10b981!important;box-shadow:0 2px 8px #10b9814d}.cart-added-btn--primary{background:#2563eb!important;box-shadow:none!important}.cart-added-btn--primary:hover{background:#1d4ed8!important}.cart-added-btn--outline{color:#2563eb!important;border:2px solid #2563eb!important;background:#fff!important;border-radius:999px!important;box-shadow:none!important;transform:none!important}.cart-added-btn--outline:hover{background:#f8fafc!important;transform:none!important;box-shadow:none!important}.cart-added-related-link{color:#0f2c5c!important}.cart-added-related-name{color:#1e40af!important}.cart-added-related-price{color:#dc2626!important}.cart-added-auth .auth-submit{background:#2563eb!important;box-shadow:none!important}.cart-added-auth .auth-submit:hover:not(:disabled){background:#1d4ed8!important}.cart-added-auth .switch-btn--create-account,.cart-added-auth .switch-btn--login-outline{color:#2563eb!important;border:2px solid #2563eb!important;background:#fff!important;border-radius:999px!important;box-shadow:none!important;transform:none!important}.cart-added-auth .switch-btn--create-account:hover,.cart-added-auth .switch-btn--login-outline:hover{background:#f8fafc!important;transform:none!important;box-shadow:none!important}.auth-sidebar-overlay{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:9998;animation:authSidebarFadeIn .22s ease}@keyframes authSidebarFadeIn{0%{opacity:0}to{opacity:1}}.auth-sidebar{position:fixed;top:0;right:0;width:460px;max-width:100%;height:100dvh;background:#fff;z-index:9999;display:flex;flex-direction:column;border-left:1px solid #eef0f4;box-shadow:-12px 0 40px #0f172a1f;animation:authSidebarSlideIn .32s cubic-bezier(.22,1,.36,1);padding-bottom:env(safe-area-inset-bottom);box-sizing:border-box;overflow:hidden}@keyframes authSidebarSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.auth-sidebar-brand{position:relative;flex-shrink:0;padding:32px 28px 20px;background:#fff;text-align:center;border-bottom:1px solid #f1f5f9}.auth-sidebar-close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:1.25rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s,border-color .2s}.auth-sidebar-close:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.auth-sidebar-logo{height:96px;width:auto;max-width:240px;object-fit:contain;display:block;margin:0 auto 12px}.auth-sidebar-tagline{margin:0;color:#64748b;font-size:.88rem;font-weight:500;line-height:1.45}.auth-sidebar-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 22px 28px}.auth-sidebar-panel{background:transparent;border-radius:0;box-shadow:none;border:none;padding:0}.auth-sidebar-panel .auth-header{margin-bottom:18px;text-align:center}.auth-sidebar-panel .auth-header h1{font-size:1.15rem;font-weight:700;color:#1e293b;letter-spacing:-.02em;margin:0}.auth-sidebar-panel .auth-form{gap:12px}.auth-sidebar-panel .auth-form .form-group input{padding:14px 14px 14px 44px;font-size:.95rem;border-radius:10px;border-color:#e2e8f0;background:#f8fafc;transition:border-color .2s,box-shadow .2s,background .2s}.auth-sidebar-panel .auth-form .form-group input:focus{background:#fff;border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b833}.auth-sidebar-panel .input-icon{left:14px;color:#94a3b8}.auth-sidebar-panel .form-group.error .input-icon{color:#dc2626}.auth-sidebar-panel .auth-submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:6px;padding:12px 20px;border-radius:999px!important;font-size:.95rem;font-weight:600;line-height:1.2;letter-spacing:0;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:#2563eb!important;color:#fff!important;border:none!important;box-shadow:none!important;transform:none!important;filter:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.auth-sidebar-panel .auth-submit:hover:not(:disabled){background:#1d4ed8!important;transform:none!important;box-shadow:none!important}.auth-sidebar-panel .auth-submit:active:not(:disabled){background:#1e40af!important}.auth-sidebar-panel--register .auth-submit{background:#2563eb!important;box-shadow:none!important}.auth-sidebar-panel--register .auth-submit:hover:not(:disabled){background:#1d4ed8!important;box-shadow:none!important}.auth-sidebar-panel .forgot-password{display:block;text-align:center;color:#64748b;font-size:.85rem;margin-top:10px;text-decoration:none}.auth-sidebar-panel .forgot-password:hover{color:#2563eb;text-decoration:underline}.auth-sidebar-panel .auth-error,.auth-sidebar-panel .auth-success{border-radius:10px;font-size:.85rem;padding:10px 12px}.auth-sidebar-panel .auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0 16px}.auth-sidebar-panel .auth-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.auth-sidebar-panel .auth-divider-text{color:#94a3b8;font-size:.8rem;font-weight:600;text-transform:lowercase}.auth-sidebar-panel .auth-switch--sidebar{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin-top:4px}.auth-sidebar-panel .auth-switch--sidebar p{text-align:center;color:#64748b!important;font-size:.85rem;font-weight:500;margin:0 0 8px!important}.auth-sidebar-panel--register .auth-switch--sidebar{background:transparent!important;border:none!important}.auth-sidebar-panel--register .auth-switch--sidebar p{color:#64748b!important}.auth-sidebar-panel .switch-btn--create-account,.auth-sidebar-panel .switch-btn--login-outline{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:12px 20px;border-radius:999px!important;font-size:.95rem;font-weight:500;line-height:1.2;letter-spacing:0;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;background:#fff!important;color:#2563eb!important;border:2px solid #2563eb!important;box-shadow:none!important;transform:none!important;filter:none!important;transition:background .15s ease,border-color .15s ease,color .15s ease}.auth-sidebar-panel .switch-btn--create-account:hover,.auth-sidebar-panel .switch-btn--login-outline:hover{background:#f8fafc!important;transform:none!important;box-shadow:none!important;filter:none!important}.auth-sidebar-panel .switch-btn--create-account:active,.auth-sidebar-panel .switch-btn--login-outline:active{background:#eff6ff!important}.auth-sidebar-panel .switch-btn--create-account .switch-btn-icon{display:none}.auth-sidebar-panel .otp-inputs{margin:18px 0;gap:8px}.auth-sidebar-panel .otp-input{width:42px;height:50px;border-radius:10px}.auth-sidebar-panel .otp-back-btn{border-radius:10px}@media(max-width:640px){.auth-sidebar{width:100%;max-width:100%}.auth-sidebar-brand{padding:28px 20px 16px}.auth-sidebar-logo{height:80px}.auth-sidebar-body{padding:16px 16px 24px}.auth-sidebar-panel{padding:18px 16px 16px}}@media(max-width:380px){.auth-sidebar-panel .otp-input{width:36px;height:44px;font-size:1.1rem}}.auth-sidebar--success .auth-sidebar-body{display:flex;align-items:center;justify-content:center;padding:40px 28px}.auth-login-success{width:100%;text-align:center;animation:authSuccessFadeIn .45s cubic-bezier(.22,1,.36,1) both}@keyframes authSuccessFadeIn{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-success-check-wrap{position:relative;width:96px;height:96px;margin:0 auto 28px}.auth-success-check-svg{width:96px;height:96px;display:block}.auth-success-check-circle{stroke:#22c55e;stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:authSuccessCircle .55s cubic-bezier(.65,0,.45,1) .1s forwards}.auth-success-check-mark{stroke:#22c55e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:authSuccessCheck .4s cubic-bezier(.65,0,.45,1) .55s forwards}@keyframes authSuccessCircle{to{stroke-dashoffset:0}}@keyframes authSuccessCheck{to{stroke-dashoffset:0}}.auth-success-pulse{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(34,197,94,.35);animation:authSuccessPulse 1.6s ease-out infinite;pointer-events:none}.auth-success-pulse--2{animation-delay:.5s}@keyframes authSuccessPulse{0%{transform:scale(.85);opacity:.7}to{transform:scale(1.55);opacity:0}}.auth-success-title{margin:0 0 8px;font-size:1.45rem;font-weight:700;color:#1e293b;letter-spacing:-.02em;animation:authSuccessTextIn .5s ease .65s both}.auth-success-subtitle{margin:0 0 20px;font-size:1.05rem;font-weight:600;color:#22c55e;animation:authSuccessTextIn .5s ease .8s both}.auth-success-hint{margin:0;font-size:.88rem;color:#94a3b8;animation:authSuccessTextIn .5s ease .95s both}@keyframes authSuccessTextIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.header{position:sticky;top:0;z-index:1000;background:#e9ecef;box-shadow:0 1px #cfd6dd;overflow:visible}.header-top{background:#e9ecef;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;position:relative;overflow:visible}.logo-text{font-size:1.8rem;font-weight:900;color:#fff;letter-spacing:-1px}@media(prefers-reduced-motion:reduce){.logo-shine-wrap:after{animation:none!important}.cart-btn--has-items .cart-icon,.cart-btn--has-items .cart-count,.cart-btn.cart-bounce,.cart-btn.cart-bounce .cart-count{animation:none!important}}@media(min-width:769px){.header .logo-shine-wrap{margin:-22px 0}.header .logo-img{height:96px;max-width:380px}}@media(min-width:1280px){.header .logo-shine-wrap{margin:-28px 0}.header .logo-img{height:108px;max-width:420px}}.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:480px;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:auto;flex-shrink:0}.location-btn,.account-btn,.track-btn,.cart-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;color:#111827;border:none;border-radius:8px;cursor:pointer;text-decoration:none;font-size:.9rem;transition:background .3s}.location-btn:hover,.account-btn:hover,.track-btn:hover,.cart-btn:hover{background:#dfe3e8}.cart-btn{position:relative;background:transparent;border-radius:8px;padding:8px 18px 8px 14px;backdrop-filter:none;border:none;transition:all .3s ease;font-weight:500;letter-spacing:.02em}.cart-btn:hover{background:#dfe3e8;border-color:transparent;transform:none;box-shadow:none}.cart-btn svg{font-size:1.15rem}.cart-btn.cart-bounce{animation:cartBounceAnim .6s ease}.cart-btn--stacked .cart-icon{font-size:1.35rem!important;stroke-width:1.6}.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:transparent;color:#111827;border:1px solid #c8d0d8;border-radius:10px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;letter-spacing:.02em;backdrop-filter:none}.categories-btn svg:first-child{font-size:1rem;opacity:.9}.categories-btn:hover,.categories-btn.active{background:#dfe3e8;border-color:#b8c2cc;transform:none;box-shadow:none}.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,.track-btn span,.cart-btn span:last-child{display:none}.header-actions{gap:10px}}.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{--header-bar: #e9ecef;--header-bar-hover: #dfe3e8;--header-subnav-bar: #dfe3e8;--header-subnav-hover: #d5dbe1;--header-subnav-border: #cfd6dd;--header-text: #111827;--header-text-muted: #5f6770;--header-border: #cfd6dd;--header-search-bg: #f8f9fa;--header-search-border: #c8d0d8;background:var(--header-bar);box-shadow:0 1px 0 var(--header-border);border-bottom:1px solid var(--header-border)}.header-announcement{background:var(--header-bar);color:var(--header-text);font-size:.78rem;letter-spacing:.01em;border-bottom:1px solid var(--header-border);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:var(--header-text-muted);white-space:nowrap}.announcement-item svg{font-size:.95rem;color:var(--header-text-muted);opacity:1;stroke-width:2}.announcement-divider{width:1px;height:12px;background:var(--header-border)}@media(max-width:768px){.announcement-hide-mobile{display:none!important}}.header-top{background:var(--header-bar)!important;padding:10px 0 12px!important;border-bottom:1px solid var(--header-border);position:relative}.header-top:before{display:none}.header-top .container{position:relative;z-index:2;gap:14px!important;align-items:center!important;max-width:100%;width:100%;margin-left:auto;margin-right:auto;padding-left:clamp(10px,1.5vw,24px);padding-right:clamp(10px,1.5vw,24px)}.header-normal-content{gap:clamp(6px,1.2cqi,14px)!important;width:100%;min-width:0;flex:1;display:flex;align-items:center;container-type:inline-size;container-name:header-bar}@media(min-width:769px){.header-normal-content{display:flex;align-items:center;justify-content:space-between;position:relative;min-height:48px;column-gap:0}.header-normal-content>.logo{position:relative;z-index:2;flex-shrink:0;overflow:visible}.header-normal-content>.search-container--unified{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(480px,calc(100vw - 380px));max-width:480px!important;min-width:320px;z-index:1}.header-normal-content>.header-actions{position:relative;z-index:2;flex-shrink:0;margin-left:auto!important}}.logo{display:flex;align-items:center;flex-shrink:0;position:relative;overflow:visible}.logo-shine-wrap{position:relative;display:inline-flex;overflow:hidden;line-height:0;border-radius:4px}.logo-shine-wrap:after{content:"";position:absolute;top:-20%;bottom:-20%;left:0;width:45%;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.08) 35%,rgba(255,255,255,.65) 50%,rgba(255,255,255,.08) 65%,transparent 100%);transform:translate(-160%) skew(-18deg);animation:logoShineSweep 2.4s ease-in-out infinite;pointer-events:none}.logo-img{height:clamp(34px,4.8cqi,46px);width:auto;max-width:min(190px,38vw);object-fit:contain;margin:0;display:block}@keyframes logoShineSweep{0%{transform:translate(-160%) skew(-18deg)}to{transform:translate(360%) skew(-18deg)}}@media(prefers-reduced-motion:reduce){.logo-shine-wrap:after{animation:none!important}}@media(min-width:769px){.logo-shine-wrap{margin:-22px 0}.logo-img{height:96px;max-width:380px}}@media(min-width:1280px){.logo-shine-wrap{margin:-28px 0}.logo-img{height:108px;max-width:420px}}.categories-mobile-only{display:none}.search-container--unified{flex:0 1 auto;min-width:clamp(5.5rem,14cqi,9rem);max-width:min(480px,calc(100vw - 380px))!important;width:auto;position:relative}.search-container.search-container--unified,.header .search-container{max-width:min(480px,calc(100vw - 380px))!important}.search-bar-unified{display:flex;align-items:center;width:100%;height:40px;background:var(--header-search-bg);border-radius:999px;overflow:hidden;border:1px solid var(--header-search-border);box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.search-bar-unified:focus-within{background:#fff;border-color:#b8c2cc;box-shadow:0 0 0 3px #1118270f}.search-bar-unified:hover{border-color:#b8c2cc;background:#fff}.search-bar-leading{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;color:#9ca3af;pointer-events:none}.search-bar-leading svg{width:17px;height:17px;stroke-width:2}.search-bar-field{flex:1;min-width:0;display:flex;align-items:center}.search-bar-field input{flex:1;min-width:0}.search-bar-scope{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;padding:0 10px;border:none;background:transparent;color:#4b5563;font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:color .15s ease,background .15s ease}.search-bar-scope:hover{color:#111827;background:#f9fafb}.search-bar-scope svg{width:14px;height:14px;color:#9ca3af;stroke-width:2}.search-bar-divider{width:1px;height:22px;background:#e5e7eb;flex-shrink:0;align-self:center}.search-bar-unified input{flex:1;min-width:0;border:none;outline:none;padding:0 8px 0 0;font-size:.82rem;font-weight:400;color:#111827;background:transparent;cursor:text}.search-bar-unified input::placeholder{color:#9ca3af;font-weight:400}.search-bar-unified input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search-bar-submit{flex-shrink:0;width:34px;height:100%;margin:0;border:none;border-left:1px solid #f3f4f6;background:transparent!important;color:#6b7280!important;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background .15s ease}.search-bar-submit:hover{color:#111827!important;background:#f9fafb!important}.search-bar-submit svg{width:17px;height:17px;stroke-width:2}.search-form:not(.search-bar-unified){display:none}.search-inline-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0f2c5c2e;border:1px solid #eef0f4;z-index:1002;max-height:min(420px,calc(100vh - 160px));overflow-y:auto}.track-btn--header{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;color:var(--header-text);text-decoration:none;font-size:.74rem;font-weight:600;white-space:nowrap;border-radius:6px;flex:0 0 auto;align-self:center;line-height:1.2;transition:background .15s ease,color .15s ease}.track-btn--header:hover{background:var(--header-bar-hover)}.track-btn--header svg{font-size:1rem;flex-shrink:0}.header-normal-content:not([data-density=comfortable]) .track-btn-label{display:none}.header-normal-content[data-density=compact] .account-line--greeting,.header-normal-content[data-density=minimal] .account-line--greeting,.header-normal-content[data-density=minimal] .account-line,.header-normal-content[data-density=minimal] .cart-label{display:none!important}.header-normal-content[data-density=minimal] .account-mobile-icon{display:block!important;font-size:1.35rem;stroke-width:2}.header-normal-content[data-density=minimal] .account-btn--stacked{padding:0!important;width:42px;height:42px;align-items:center!important;justify-content:center!important}.header-normal-content[data-density=minimal] .cart-btn--stacked{min-width:44px;width:44px;height:44px;padding:0!important;justify-content:center!important}.header-normal-content[data-density=minimal] .cart-icon-wrap{width:44px;height:44px}.header-normal-content[data-density=compact] .search-bar-scope span,.header-normal-content[data-density=minimal] .search-bar-scope,.header-normal-content[data-density=minimal] .search-bar-divider{display:none}.header-normal-content[data-mobile-cat=true] .categories-mobile-only{display:block}@container header-bar (max-width: 1000px){.track-btn-label{display:none}}@container header-bar (max-width: 820px){.account-line--greeting{display:none!important}}@container header-bar (max-width: 680px){.account-line,.cart-label{display:none!important}.account-mobile-icon{display:block!important}}.header-subnav{background:var(--header-subnav-bar);border-top:none;border-bottom:1px solid var(--header-subnav-border)}.header-subnav-inner{display:flex;align-items:center;justify-content:center;max-width:100%;min-height:clamp(32px,4.8cqi,42px);padding-top:0;padding-bottom:0;min-width:0}.header-subnav-announcement{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:clamp(10px,2.8cqi,24px);width:100%;padding:clamp(4px,.8cqi,8px) clamp(8px,1.8cqi,16px)}.header-subnav-note{display:inline-flex;align-items:center;gap:clamp(4px,1cqi,7px);color:var(--header-text-muted);font-size:clamp(.68rem,1.85cqi,.82rem);font-weight:500;white-space:nowrap}.header-subnav-note svg{font-size:clamp(.82rem,2cqi,.95rem);flex-shrink:0;opacity:.92}.header-actions--marketplace{display:flex;align-items:center;gap:0!important;margin-left:auto!important;flex-shrink:0;flex-wrap:nowrap;width:max-content;min-width:max-content}.header-actions--marketplace>*{flex:0 0 auto}.header-top .header-actions{margin-left:auto!important;flex-shrink:0}@media(min-width:769px){.header-actions--marketplace>.track-btn--header{padding:6px 14px 6px 0;margin-right:14px;border-right:1px solid var(--header-border);width:auto!important;height:auto!important}.header-actions--marketplace>.user-menu-container,.header-actions--marketplace>.account-btn--stacked{padding:4px 14px;margin-right:14px;border-right:1px solid var(--header-border);width:auto!important;min-width:unset!important;height:auto!important;flex-direction:column!important}.header-actions--marketplace>.cart-btn--stacked{padding:4px 0 4px 2px!important;width:auto!important;min-width:56px!important;height:auto!important;flex-direction:column!important}}.header-normal-content>.logo,.header-normal-content>.categories-mobile-only{flex-shrink:0}@media(min-width:1280px){.header-subnav .container.header-subnav-inner{max-width:100%;padding-left:clamp(10px,1.5vw,24px);padding-right:clamp(10px,1.5vw,24px)}.header-normal-content>.search-container--unified{width:480px;max-width:480px!important}}.account-btn--stacked{display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px!important;padding:4px 10px!important;min-width:0;min-height:44px;background:transparent!important;border:none!important;color:var(--header-text)!important;text-align:left;line-height:1.15;align-self:center;flex:0 0 auto}.account-btn--stacked:hover{background:var(--header-bar-hover)!important;border-radius:6px!important}.account-line{display:block;white-space:nowrap}.account-line--greeting{font-size:.68rem;font-weight:400;color:var(--header-text-muted);line-height:1.1}.account-line--label{display:inline-flex;align-items:center;gap:2px;font-size:.8rem;font-weight:700;color:var(--header-text);line-height:1.15}.account-line--label .chevron{font-size:.9rem;opacity:.85}.user-menu-container{position:relative;display:flex;align-items:center;align-self:center}.account-btn--stacked.logged-in{padding:4px 8px!important;background:transparent!important;border:none!important}.account-btn--stacked .user-avatar-small,.account-mobile-icon{display:none}.cart-btn--stacked{position:relative;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:1px!important;padding:4px 8px 4px 12px!important;min-width:56px;min-height:44px;margin-left:2px;background:transparent!important;border:none!important;box-shadow:none!important;color:var(--header-text)!important;text-decoration:none;overflow:visible!important;align-self:center;flex:0 0 auto}.cart-btn--stacked:hover{background:var(--header-bar-hover)!important;border-radius:6px!important;transform:none!important;box-shadow:none!important}.cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:24px;overflow:visible}.cart-btn--stacked .cart-count{position:absolute;top:-6px;right:-8px;z-index:3;background:#dc2626!important;border:2px solid var(--header-bar)!important;min-width:18px;height:18px;font-size:.68rem;font-weight:700;pointer-events:none}.cart-label{font-size:.68rem;font-weight:700;line-height:1.1;color:var(--header-text)}.cart-btn--has-items .cart-icon{transform-origin:50% 80%;animation:cartSwing 3.2s ease-in-out infinite}.cart-btn--has-items .cart-count{animation:cartBadgeGlow 2.4s ease-out infinite}@keyframes cartSwing{0%,72%,to{transform:rotate(0)}78%{transform:rotate(-11deg)}84%{transform:rotate(9deg)}90%{transform:rotate(-5deg)}96%{transform:rotate(0)}}@keyframes cartBadgeGlow{0%,to{box-shadow:0 0 #dc262680}70%{box-shadow:0 0 0 5px #dc262600}}@media(prefers-reduced-motion:reduce){.cart-btn--has-items .cart-icon,.cart-btn--has-items .cart-count,.cart-btn.cart-bounce,.cart-btn.cart-bounce .cart-count{animation:none!important}}@media(min-width:769px){.cart-btn--stacked .cart-icon{font-size:1.35rem!important}}@media(min-width:769px)and (max-width:1080px){.header-normal-content>.search-container--unified{width:min(420px,calc(100vw - 400px));min-width:280px}.track-btn--header .track-btn-label{display:none}.account-line--greeting{display:none!important}}.categories-btn{background:transparent!important;border:none!important;border-radius:10px!important;padding:10px 16px!important;font-weight:600!important;font-size:.88rem!important;letter-spacing:.01em;color:var(--header-text)!important;box-shadow:none!important;text-transform:none;transition:all .18s ease!important}.categories-btn:hover,.categories-btn.active{background:var(--header-bar-hover)!important;border:none!important;color:var(--header-text)!important;transform:none!important;box-shadow:none!important}.categories-btn svg:first-child{font-size:1.05rem!important;opacity:1!important;color:var(--header-text)}.categories-btn .cat-chevron{color:var(--header-text-muted)}.search-expanded-form{border-radius:8px!important;height:44px!important}@media(min-width:769px){.header-search-expanded--mobile{display:none!important}}@media(max-width:768px){.header-top.search-active{background:var(--header-bar)!important}.header-top.search-active .container{display:flex;align-items:center;width:100%}.header-search-expanded--mobile{flex:1;width:100%;min-width:0;position:relative}.header-search-expanded--mobile .search-expanded-form{width:100%;height:40px!important;border-radius:8px!important;box-shadow:none}.header-search-expanded--mobile .search-expanded-input{font-size:16px;padding:8px 12px}.header-search-expanded--mobile .search-expanded-icon{margin-left:12px;font-size:1.05rem}.header-search-expanded--mobile .search-expanded-close{width:32px;height:32px;margin-right:4px;font-size:1.1rem;color:#6b7280}.header-search-expanded--mobile .search-expanded-close:hover{color:#111827;background:#f3f4f6;transform:none}.search-bar-unified.search-trigger input{cursor:text}.header-top.search-active .header-normal-content>.logo,.header-top.search-active .header-normal-content>.categories-mobile-only,.header-top.search-active .header-normal-content>.header-actions{display:none!important}.header-top.search-active .search-container--unified{flex:1 1 100%;width:100%;max-width:none}.search-bar-input--mobile{font-size:16px!important;-webkit-appearance:none;appearance:none}.header-top.search-active .search-bar-unified{border-radius:999px}.header-top.search-active .search-bar-leading svg{color:#9ca3af}}.categories-mega-modal{top:112px!important;border-radius:12px;border:1px solid #e5e7eb}.mega-ofertas-btn{background:#dc2626!important}.mega-ofertas-btn:hover{background:#b91c1c!important}@media(max-width:1024px){.header-subnav-announcement{gap:clamp(8px,2cqi,14px)}}@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:6px!important;width:100%}.header-normal-content>.logo{flex:0 0 auto;min-width:0;max-width:34vw}.logo-shine-wrap{margin:0;max-width:100%}.logo-img{height:40px;max-height:40px;width:auto;max-width:132px;margin:0!important}.categories-mobile-only .categories-btn{padding:0!important;width:40px;height:40px;justify-content:center;border-radius:8px!important}.categories-mobile-only .categories-btn span,.categories-mobile-only .categories-btn .cat-chevron{display:none!important}.search-container--unified{flex:1;min-width:0;max-width:none!important}.search-container.search-container--unified,.header .search-container{max-width:none!important}.search-bar-unified{height:44px;min-height:44px}.search-bar-unified--mobile{background:var(--header-search-bg)!important;border:1px solid var(--header-search-border)!important;border-radius:999px!important;box-shadow:none!important;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.search-bar-unified--mobile:hover{background:#fff!important;border-color:#b8c2cc!important}.search-bar-unified--mobile:focus-within,.search-bar-unified--mobile.search-bar-unified--expanded,.search-bar-unified--mobile.search-bar-unified--has-query{background:#fff!important;border-color:#b8c2cc!important;box-shadow:0 0 0 3px #1118270f!important}.search-bar-unified--mobile .search-bar-scope,.search-bar-unified--mobile .search-bar-divider{display:none!important}.search-bar-unified--mobile .search-bar-leading{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;min-width:42px;padding-left:14px;flex-shrink:0;color:#9ca3af}.search-bar-unified--mobile .search-bar-field{justify-content:flex-start}.search-bar-unified--mobile .search-bar-field input{flex:1;width:auto;max-width:none;padding:0 12px 0 0;text-align:left;color:#111827;caret-color:#111827;font-weight:400}.search-bar-unified--mobile .search-bar-field input::placeholder{color:#9ca3af;font-weight:400}.search-bar-unified--mobile .search-bar-leading svg{width:18px;height:18px;stroke-width:2;color:#9ca3af}.search-bar-scope{width:auto;min-width:36px;padding:0 8px;background:transparent}.search-bar-scope span{display:none}.search-bar-unified--mobile input{padding:0 10px 0 0;font-size:16px;background:transparent}.search-bar-unified--mobile .search-bar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-right:4px;flex-shrink:0;border:none;background:transparent;color:#9ca3af;font-size:1.1rem;cursor:pointer;border-radius:999px}.search-bar-unified--mobile .search-bar-close:active{background:#f3f4f6;color:#374151}.header-actions--marketplace{gap:4px!important;margin-left:0!important;overflow:visible!important;flex-shrink:0}.header-normal-content{overflow:visible!important}.track-btn--header{width:40px;height:40px;padding:0;justify-content:center}.account-btn--stacked,.cart-btn--stacked{width:44px!important;height:44px!important;min-width:44px;padding:0!important;justify-content:center!important;align-items:center!important;flex-direction:row!important;overflow:visible!important}.cart-btn--stacked .cart-label{display:none!important}.cart-btn--stacked .cart-icon-wrap{width:44px;height:44px}.cart-btn--stacked .cart-count{top:2px!important;right:0!important;min-width:19px;height:19px;font-size:.7rem;line-height:1;box-shadow:0 2px 6px #00000040}.cart-btn--stacked .cart-icon{font-size:1.45rem!important}.user-dropdown{right:0!important;min-width:230px}.categories-mega-modal{top:82px!important;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}.header-normal-content>.logo{max-width:32vw}.logo-img{height:36px;max-height:36px;max-width:118px;margin:0!important}.categories-btn,.account-btn,.track-btn,.cart-btn,.account-btn.logged-in{width:38px!important;height:38px!important}.search-form{height:40px}.categories-mega-modal{top:78px}}@media(max-width:360px){.header-top .container{gap:4px!important}.header-normal-content>.logo{max-width:28vw}.logo-img{height:32px;max-height:32px;max-width:100px;margin:0!important}.categories-btn,.account-btn,.track-btn,.cart-btn,.account-btn.logged-in{width:36px!important;height:36px!important}}.categories-modal-overlay{background:#0f172a73!important;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.categories-mega-modal{position:fixed!important;top:112px!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}.search-inline-results--portal{position:fixed;background:#fff;border-radius:12px;box-shadow:0 16px 48px #0f2c5c38;border:1px solid #eef0f4;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.search-inline-results--mobile .search-products-col{padding:14px}.search-inline-results--mobile .search-products-scroll{display:grid!important;grid-auto-flow:column!important;grid-template-columns:unset!important;grid-auto-columns:minmax(132px,42vw)!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:8px;scroll-snap-type:x proximity!important;scrollbar-width:thin;scrollbar-color:#d1d5db transparent;width:100%!important;-webkit-overflow-scrolling:touch}.search-inline-results--mobile .search-products-scroll::-webkit-scrollbar{height:6px}.search-inline-results--mobile .search-products-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.search-inline-results--mobile .search-product-card{scroll-snap-align:start;min-width:0;width:auto}.search-inline-results--mobile .search-product-card-name{font-size:.78rem}.search-inline-results--mobile .search-product-card-price{font-size:.92rem}.search-inline-results--mobile .search-products-col .search-view-all{width:100%;margin-top:12px;text-align:center}@media(max-width:768px){.search-inline-results--portal .search-products-scroll{display:grid!important;grid-auto-flow:column!important;grid-template-columns:unset!important;grid-auto-columns:minmax(132px,42vw)!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x proximity!important;width:100%!important}}.hero-banner{--hero-banner-radius: clamp(10px, 1.35vw, 22px);--hero-banner-gutter: clamp(8px, 1.5vw, 24px);position:relative;margin-top:0;margin-left:auto;margin-right:auto;margin-bottom:clamp(6px,1vw,14px);width:calc(100% - (var(--hero-banner-gutter) * 2));max-width:100%;touch-action:pan-y}.hero-banner-frame{position:relative;width:100%;aspect-ratio:1400 / 380;border-radius:var(--hero-banner-radius);overflow:hidden;box-shadow:0 6px 28px #0000001a;background:#f3f4f6}.banner-slider{position:absolute;inset:0;display:flex;height:100%;width:100%;transition:transform .5s ease-in-out;will-change:transform}.banner-slider.no-transition{transition:none}.banner-slide{min-width:100%;width:100%;height:100%;flex-shrink:0;display:block;padding:0}.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:#ffffff47;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #0000002e;transition:background .25s,border-color .25s,transform .2s;z-index:10}.banner-nav:hover{background:#ffffff73;border-color:#ffffff8c;color:#fff}.banner-nav:active{transform:translateY(-50%) scale(.94)}.banner-nav.prev{left:clamp(10px,1.8vw,20px)}.banner-nav.next{right:clamp(10px,1.8vw,20px)}.banner-nav svg{font-size:1.45rem;stroke-width:2.5}.banner-dots{position:absolute;bottom:clamp(10px,1.6vw,18px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;z-index:10;padding:6px 10px;border-radius:999px;background:#0000001f}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff73;border:1px solid rgba(255,255,255,.35);cursor:pointer;padding:0;transition:background .25s,transform .25s,border-color .25s}.dot:hover{background:#ffffffa6}.dot.active{background:#fffffff2;border-color:#ffffffe6;transform:scale(1.15)}.banner-image-slide{padding:0;background:#f3f4f6}.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}.hero-banner--loading .hero-banner-frame{box-shadow:none}.banner-loading-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#e8edf3,#f4f7fa,#e8edf3 90%);background-size:200% 100%;animation:hero-banner-shimmer 1.2s ease-in-out infinite}@keyframes hero-banner-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1024px){.hero-banner{--hero-banner-gutter: clamp(6px, 1.2vw, 16px);--hero-banner-radius: clamp(8px, 1.8vw, 16px)}.banner-products{flex-wrap:wrap}.banner-title{font-size:2.5rem}}@media(max-width:768px){.hero-banner{--hero-banner-gutter: 0;--hero-banner-radius: 0;width:100%;margin-top:0;margin-bottom:clamp(6px,1vw,14px)}.hero-banner-frame{aspect-ratio:1 / 1;border-radius:0;box-shadow:none}.hero-banner-frame--mobile-art{aspect-ratio:4 / 5}.banner-header{position:relative;text-align:center;margin-bottom:20px}.banner-products{padding-top:20px}.banner-product{min-width:150px}.banner-nav{width:40px;height:40px;background:#00000038;border-color:#ffffff47;box-shadow:0 2px 10px #0003}.banner-nav.prev{left:8px}.banner-nav.next{right:8px}.banner-nav svg{font-size:1.25rem}.banner-dots{bottom:10px;gap:2px;padding:4px 6px;max-width:calc(100% - 20px);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.banner-dots::-webkit-scrollbar{display:none}.dot{width:26px;height:26px;flex-shrink:0;border:none;background:transparent;position:relative}.dot:before{content:"";position:absolute;top:50%;left:50%;width:7px;height:7px;margin:-3.5px 0 0 -3.5px;border-radius:50%;background:#ffffff73;box-shadow:0 0 0 1px #ffffff4d;transition:background .25s,transform .25s,width .25s,height .25s,margin .25s}.dot.active:before{width:9px;height:9px;margin:-4.5px 0 0 -4.5px;background:#fffffff2;box-shadow:0 0 0 1px #ffffffd9}.dot.active{transform:none;background:transparent;border-color:transparent}}@media(max-width:480px){.banner-nav{width:36px;height:36px}.banner-nav.prev{left:6px}.banner-nav.next{right:6px}.banner-nav svg{font-size:1.15rem}.banner-dots{bottom:8px;max-width:calc(100% - 12px)}.dot{width:24px;height:24px}.dot:before{width:6px;height:6px;margin:-3px 0 0 -3px}.dot.active:before{width:8px;height:8px;margin:-4px 0 0 -4px}}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-page:not(.home-page--paint-ready)>*{visibility:hidden}.home-page main{flex:1;padding-top:0}.home-page .hero-banner{margin-top:clamp(6px,.9vw,12px)}@media(max-width:768px){.home-page .hero-banner{margin-top:0}.home-page .header-subnav{display:none}}@media(min-width:1025px){.home-banner-slot .home-banner-swap-mobile{display:none!important}}@media(max-width:1024px){.home-banner-slot .home-banner-swap-pc{display:none!important}}@media(min-width:1025px){.home-banner-slot--after-hero .bottom-banners-section{padding:20px 0 30px}.home-banner-slot--after-hero .bottom-banners-section .container{max-width:1360px}}@media(min-width:1025px){.promo-banners{padding:20px 0 10px}}@media(max-width:1024px){.promo-banners{padding:16px 0 8px}}.home-bento-section--promo{margin-top:clamp(8px,1.5vw,16px)}.nexmart-home{--theme-color: #003eac;--theme-color-dark: #00286f;--secondary-color: #111111;--title-color: #111111;--text-color: #111111;--text-font: "Roboto", "Segoe UI", system-ui, sans-serif;--title-font: "Rethink Sans", "Segoe UI", system-ui, sans-serif;font-family:var(--text-font);color:var(--text-color);background:#fff}.nexmart-home *{box-sizing:border-box}.nexmart-home .large-container{max-width:1680px;margin:0 auto;padding:0 15px}.nexmart-home .pt_70{padding-top:70px}.nexmart-home .pb_75{padding-bottom:75px}.nexmart-home .pb_70{padding-bottom:70px}.nexmart-home .pb_50{padding-bottom:50px}.nexmart-home .pb_45{padding-bottom:45px}.nexmart-home .mb_15{margin-bottom:15px}.nexmart-home .p_relative{position:relative}.nexmart-home .p_absolute{position:absolute}.nexmart-home .l_0{left:0}.nexmart-home .t_7{top:7px}.nexmart-home .r_0{right:0}.nexmart-home .b_10{bottom:10px}.nexmart-home .row{display:flex;flex-wrap:wrap;margin:0 -15px}.nexmart-home .row.clearfix:after{content:"";display:table;clear:both}.nexmart-home [class*=col-]{padding:0 15px;width:100%}@media(min-width:768px){.nexmart-home .col-md-6{width:50%}}@media(min-width:992px){.nexmart-home .col-lg-2{width:16.666%}.nexmart-home .col-lg-3{width:25%}.nexmart-home .col-lg-4{width:33.333%}}.nexmart-home .mt_10{margin-top:10px}.nexmart-home .mb_30{margin-bottom:30px}.nexmart-home .theme-btn{position:relative;display:inline-block;overflow:hidden;vertical-align:middle;font-size:15px;line-height:30px;font-weight:500;font-family:var(--text-font);color:#fff!important;text-align:center;border:none;border-radius:50px;padding:10px 28px;background:var(--theme-color);cursor:pointer;z-index:1;transition:all .35s ease;width:100%}.nexmart-home .theme-btn.not{background:#9ca3af;cursor:not-allowed}.nexmart-home .theme-btn span{position:absolute;width:25%;height:100%;transform:translateY(150%);border-radius:50%;background:var(--secondary-color);left:calc((var(--n) - 1) * 25%);transition:.5s;transition-delay:calc((var(--n) - 1) * .1s);z-index:-1}.nexmart-home .theme-btn:hover:not(.not) span{transform:translateY(0) scale(2)}.nexmart-home .theme-btn span:nth-child(1){--n: 1}.nexmart-home .theme-btn span:nth-child(2){--n: 2}.nexmart-home .theme-btn span:nth-child(3){--n: 3}.nexmart-home .theme-btn span:nth-child(4){--n: 4}.nexmart-home .sec-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px}.nexmart-home .sec-title h2{margin:0;font-family:var(--title-font);font-size:30px;line-height:40px;font-weight:700;color:var(--title-color)}.nexmart-home .sec-title a,.nexmart-home .sec-title-link{position:relative;display:inline-block;font-size:16px;line-height:16px;font-weight:700;color:var(--title-color);text-decoration:none;border-bottom:1px solid var(--title-color);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,var(--theme-color),var(--theme-color) 50%,var(--title-color) 50%);background-size:200% 100%;background-position:-100%;transition:all .3s ease-in-out;white-space:nowrap}.nexmart-home .sec-title a:hover,.nexmart-home .sec-title-link:hover{background-position:0%}.nexmart-home .category-section{position:relative}.nexmart-home .category-section .sec-title{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.nexmart-home .category-carousel{display:flex;gap:0;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;padding:0 0 10px;margin:0 -10px;scrollbar-width:none;cursor:grab;-webkit-overflow-scrolling:touch}.nexmart-home .category-carousel.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}.nexmart-home .category-carousel::-webkit-scrollbar{display:none}.nexmart-home .category-block-one{flex:0 0 auto;width:200px;padding:0 10px}.nexmart-home .category-block-one .inner-box,.nexmart-home .category-block-one .category-card-link{position:relative;display:block;text-align:center;text-decoration:none;color:inherit}.nexmart-home .category-carousel.is-dragging .category-card-link{pointer-events:none}.nexmart-home .category-block-one .image-box{position:relative;display:inline-block;width:160px;height:160px;line-height:160px;background:#f7f7f7;text-align:center;margin:0 auto 20px;transition:all .5s ease}.nexmart-home .category-block-one .image-box img{width:100%;height:100%;object-fit:contain;vertical-align:middle}.nexmart-home .category-block-one .category-card-link:hover .image-box{box-shadow:0 0 30px #2d24921a;background:#fff}.nexmart-home .category-block-one .lower-content h4{position:relative;display:block;font-family:var(--title-font);font-size:20px;line-height:28px;font-weight:600;margin:0 0 5px;color:var(--title-color)}.nexmart-home .category-block-one .category-card-link:hover .lower-content h4{color:var(--theme-color)}.nexmart-home .category-block-one .lower-content span{position:relative;display:block;font-size:14px;line-height:20px;color:var(--title-color)}@media(max-width:499px){.nexmart-home .category-section .sec-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.nexmart-home .category-section .sec-title h2{margin-bottom:0;min-width:0}}@media(max-width:768px){.nexmart-home .category-block-one{width:170px}.nexmart-home .category-block-one .image-box{width:140px;height:140px;line-height:140px}.nexmart-home .category-block-one .lower-content h4{font-size:18px;line-height:26px}}.nexmart-home .title-content{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:30px}.nexmart-home .title-content .sec-title{margin-bottom:0}.nexmart-home .shop-tab-btn{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0}.nexmart-home .shop-tab-btn li.tab-btn{position:relative;display:inline-block;font-size:16px;line-height:26px;font-weight:500;cursor:pointer;margin-right:28px;padding:0;border:none;background:transparent;color:var(--title-color);transition:color .25s}.nexmart-home .shop-tab-btn li.tab-btn:last-child{margin-right:0}.nexmart-home .shop-tab-btn li.tab-btn.active-btn,.nexmart-home .shop-tab-btn li.tab-btn:hover{color:var(--theme-color)}.nexmart-home .shop-two .shop-two-tab-grid{display:grid;grid-template-columns:repeat(var(--shop-cols, 5),minmax(0,1fr));grid-template-rows:auto;gap:0;overflow:hidden;align-items:stretch;--shop-cols: 6}.nexmart-home .shop-four .shop-four-grid{display:grid;grid-template-columns:repeat(var(--shop-cols, 5),minmax(0,1fr));grid-auto-rows:auto;gap:0;align-items:stretch;margin:0 -15px;--shop-cols: 5}.nexmart-home .shop-four .shop-four-grid-host{width:100%}.nexmart-home .shop-four .shop-block-five{width:auto;float:none;padding:0 15px;min-width:0}.nexmart-home .shop-two .shop-grid-host{width:100%}@media(max-width:768px){.nexmart-home .shop-tab-btn li.tab-btn{font-size:14px;margin-right:16px}}.nexmart-home .shop-block-two .lower-content .rating{display:flex;align-items:center;margin-bottom:12px;list-style:none;padding:0}.nexmart-home .shop-block-two .lower-content .rating li{display:inline-block;font-size:14px;color:#f8cd2e;margin-right:2px}.nexmart-home .shop-block-two .lower-content .rating li span{color:#7c7c7c;padding-left:2px}.nexmart-home .progress-box .bar{position:relative;width:100%;height:5px;background:#e3e7eb;border-radius:4px}.nexmart-home .progress-box .bar-inner{display:block;height:5px;background:#27d82e;border-radius:4px;transition:width 1.2s ease}.nexmart-home .progress-box.low-stock .bar-inner{background:#e92530}.nexmart-home .progress-box p{margin:0 0 12px;font-size:14px;line-height:16px;color:#7c7c7c}.nexmart-home .progress-box p span{font-weight:500;color:var(--title-color)}.nexmart-home .featured-section{padding:15px 0;background:#fff;border-bottom:1px solid #ededed}.nexmart-home .featured-section .inner-container{overflow:hidden}.nexmart-home .featured-list{display:flex;align-items:center;width:max-content;animation:nx-scroll-left 45s linear infinite}.nexmart-home .single-featured{display:flex;align-items:center;gap:12px;padding:10px 0 10px 50px;margin-right:50px;text-decoration:none;color:inherit;position:relative}.nexmart-home .single-featured .image-box{position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #ededed;border-radius:50%;overflow:hidden;margin:0;display:flex;align-items:center;justify-content:center;background:#fff}.nexmart-home .single-featured .image-box img{width:70%;height:70%;object-fit:contain}.nexmart-home .single-featured p{margin:0;font-size:16px;line-height:20px;font-weight:500;white-space:nowrap}@keyframes nx-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.nexmart-home .banner-section{position:relative;overflow:hidden;background:#fff;padding:0}.nexmart-home .banner-section .hero-banner{width:100%;margin:0;--hero-banner-gutter: 0;--hero-banner-radius: 0}.nexmart-home .banner-section .hero-banner-frame{aspect-ratio:1920 / 560;border-radius:0;box-shadow:none;background:#f4f4f4}.nexmart-home .banner-section .banner-nav{background:#fff;border:1px solid #e7e9f0;color:#111;box-shadow:0 4px 20px #0000001f}.nexmart-home .banner-section .banner-nav:hover{background:var(--theme-color);border-color:var(--theme-color);color:#fff}@media(max-width:768px){.nexmart-home .banner-section .hero-banner-frame{aspect-ratio:4 / 5}}.nexmart-home .shop-block-one .inner-box{position:relative;display:block;background:#e1e1e1;padding:40px 160px 30px 40px;overflow:hidden;border-radius:5px;margin-bottom:30px;min-height:280px}.nexmart-home .shop-block-one.tone-hot .inner-box{background:#f1ebd1;color:#585414}.nexmart-home .shop-block-one.tone-deal .inner-box{background:#fae3e3;color:#792424}.nexmart-home .shop-block-one .text{display:block;font-size:14px;line-height:26px;font-weight:600;text-transform:uppercase;margin-bottom:6px}.nexmart-home .shop-block-one h2{margin:0 0 6px;font-family:var(--title-font);font-size:clamp(1.4rem,2.5vw,2.25rem);line-height:1.15;font-weight:800}.nexmart-home .shop-block-one h4{margin:0 0 80px;font-size:20px;line-height:30px;font-weight:800}.nexmart-home .shop-block-one h4 span{font-weight:400}.nexmart-home .shop-block-one .link-box a{font-size:16px;line-height:30px;font-weight:700;color:inherit;text-decoration:underline}.nexmart-home .shop-block-one .image{position:absolute;right:0;bottom:10px;width:45%;max-height:75%;margin:0}.nexmart-home .shop-block-one .image img{width:100%;height:100%;object-fit:contain;transition:transform .5s}.nexmart-home .shop-block-one .inner-box:hover .image img{transform:scale(1.08)}.nexmart-home .shop-grid-host{width:100%}.nexmart-home .shop-grid{display:grid;grid-template-columns:repeat(var(--shop-cols, 5),minmax(0,1fr));gap:0;align-items:stretch}.nexmart-home .shop-block-two{height:100%;display:flex;flex-direction:column}.nexmart-home .shop-grid--single-row{grid-template-rows:auto;overflow:hidden}.nexmart-home .shop-block-two .inner-box{position:relative;display:flex;flex-direction:column;flex:1;height:100%;padding:20px;margin-bottom:30px;transition:all .35s ease;z-index:1}.nexmart-home .shop-block-two .inner-box:before{content:"";position:absolute;inset:0;background:#fff;box-shadow:0 10px 30px #0000001a;opacity:0;transition:opacity .35s,inset .35s;z-index:-1}.nexmart-home .shop-block-two .inner-box:hover:before{opacity:1;inset:0 0 -65px}.nexmart-home .shop-block-two .inner-box:hover{z-index:2}.nexmart-home .shop-block-two .image-box{position:relative}.nexmart-home .shop-block-two .image-box .image{display:flex;align-items:center;justify-content:center;max-width:230px;height:200px;margin:0 auto;overflow:hidden}.nexmart-home .shop-block-two .image-box .image img{width:100%;height:100%;object-fit:contain;transition:transform .35s}.nexmart-home .shop-block-two .inner-box:hover .image img{transform:scale(1.08)}.nexmart-home .discount-product,.nexmart-home .hot-product{display:inline-block;font-size:12px;font-weight:700;color:#fff;background:#e53e3e;padding:2px 10px;border-radius:3px;z-index:2}.nexmart-home .hot-product{background:#27d82e;color:#111}.nexmart-home .option-list{position:absolute;top:0;right:0;list-style:none;margin:0;padding:0;z-index:2}.nexmart-home .option-list li{margin-bottom:10px;opacity:0;transform:translate(10px);transition:opacity .25s,transform .25s}.nexmart-home .shop-block-two .inner-box:hover .option-list li{opacity:1;transform:translate(0)}.nexmart-home .option-list a,.nexmart-home .option-list button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:#f5f5f5;color:#111;cursor:pointer;text-decoration:none}.nexmart-home .option-list a:hover,.nexmart-home .option-list button:hover{background:var(--theme-color);color:#fff}.nexmart-home .shop-block-two .lower-content{display:flex;flex:1;flex-direction:column;padding-top:15px}.nexmart-home .shop-block-two .lower-content .text{display:block;font-size:14px;line-height:20px;text-transform:uppercase;margin-bottom:6px}.nexmart-home .shop-block-two .lower-content h4{margin:0 0 14px;font-size:17px;line-height:24px;font-weight:600;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .shop-block-two .lower-content h4 a{color:var(--title-color);text-decoration:none}.nexmart-home .shop-block-two .lower-content h4 a:hover{color:var(--theme-color)}.nexmart-home .shop-block-two .lower-content h5{margin:0 0 10px;font-size:20px;line-height:24px;color:#e92530;font-weight:700}.nexmart-home .shop-block-two .lower-content h5 del{font-size:16px;font-weight:400;color:#7c7c7c;margin-left:10px}.nexmart-home .product-stock,.nexmart-home .product-stock-out{display:block;font-size:13px;margin-bottom:12px;color:#22c55e}.nexmart-home .product-stock-out{color:#ef4444}.nexmart-home .shop-block-two .cart-btn{margin-top:auto;padding-top:4px}@media(max-width:1400px){.nexmart-home .shop-grid:not(.shop-grid--single-row){--shop-cols: 4}}@media(max-width:1100px){.nexmart-home .shop-grid:not(.shop-grid--single-row){--shop-cols: 3}}@media(max-width:768px){.nexmart-home .shop-grid:not(.shop-grid--single-row){--shop-cols: 2}.nexmart-home .sec-title h2{font-size:24px;line-height:32px}.nexmart-home .shop-block-one .inner-box{padding-right:40px;min-height:240px}}@media(max-width:480px){.nexmart-home .shop-grid:not(.shop-grid--single-row){--shop-cols: 1}}.nexmart-home .shop-three{position:relative;--st-col-gap: clamp(10px, 1.15vw, 24px);--st-side-gap: clamp(8px, .95vw, 16px);--st-side-img: clamp(62px, 5.8vw, 100px);--st-side-pad-left: calc(var(--st-side-img) + clamp(8px, .75vw, 12px));--st-side-min-h: clamp(64px, 5.8vw, 100px);--st-side-title: clamp(13px, 1.05vw, 20px);--st-side-price: clamp(14px, 1.15vw, 20px);--st-side-del: clamp(11px, .88vw, 16px)}.nexmart-home .shop-block-three{--st-hero-pad-x: clamp(14px, 1.75vw, 30px);--st-hero-pad-top: clamp(16px, 1.75vw, 30px);--st-hero-pad-bottom: clamp(10px, 1.1vw, 20px);--st-circle-size: clamp(210px, 26vw, 440px);--st-circle-offset: calc(var(--st-circle-size) * -.514);--st-image-min-h: clamp(96px, 11vw, 200px);--st-label-size: clamp(11px, .82vw, 14px);--st-price-size: clamp(14px, 1.15vw, 20px);--st-link-size: clamp(12px, .92vw, 16px);flex:1;display:flex;flex-direction:column;width:100%;min-width:0}.nexmart-home .shop-three .row{align-items:stretch}@media(min-width:992px){.nexmart-home .shop-three .row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--st-col-gap);margin:0}.nexmart-home .shop-three .row>[class*=col-]{width:100%;max-width:none;padding:0}}.nexmart-home .shop-three .shop-block{display:flex;flex-direction:column;min-width:0}.nexmart-home .shop-three .shop-block--hero{min-height:100%}.nexmart-home .shop-three .shop-block--side{gap:var(--st-side-gap);min-height:100%}.nexmart-home .shop-three .shop-block--side .shop-block-four{flex:1;display:flex;min-height:0}.nexmart-home .shop-three .shop-block--side .shop-block-four .inner-box{flex:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;min-height:var(--st-side-min-h);padding:clamp(6px,.55vw,10px) 0 clamp(6px,.55vw,10px) var(--st-side-pad-left)}.nexmart-home .shop-three .shop-block--side .shop-block-four .image-box{top:50%;transform:translateY(-50%);width:var(--st-side-img);height:var(--st-side-img)}.nexmart-home .shop-three .shop-block--side .shop-block-four h4{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:clamp(4px,.5vw,8px);font-size:var(--st-side-title);line-height:1.2;max-width:100%}.nexmart-home .shop-three .shop-block--side .shop-block-four h5{font-size:var(--st-side-price);line-height:1.2}.nexmart-home .shop-three .shop-block--side .shop-block-four h5 del{font-size:var(--st-side-del)}.nexmart-home .shop-block-three .inner-box{position:relative;display:flex;flex-direction:column;flex:1;height:100%;background:#e7ffee;text-align:center;padding:var(--st-hero-pad-top) var(--st-hero-pad-x) var(--st-hero-pad-bottom);overflow:hidden;margin-bottom:0;z-index:1;border-radius:0;min-height:100%}.nexmart-home .shop-block-three .inner-box:before{position:absolute;content:"";background:#d6f9e0;width:var(--st-circle-size);height:var(--st-circle-size);left:50%;transform:translate(-50%);border-radius:50%;bottom:var(--st-circle-offset);z-index:-1}.nexmart-home .shop-block-three .text{position:relative;display:block;font-size:var(--st-label-size);line-height:1.45;font-weight:600;color:#3f532f;text-transform:uppercase;margin-bottom:clamp(4px,.4vw,6px)}.nexmart-home .shop-block-three h2{position:relative;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--title-font);font-size:clamp(1.1rem,1.55vw,2.25rem);line-height:1.25;color:#3f532f;margin:0 0 clamp(4px,.4vw,6px);font-weight:800;min-height:2.5em}.nexmart-home .shop-block-three h4{display:block;font-size:var(--st-price-size);line-height:1.35;font-weight:800;color:#3f532f;margin:0 0 clamp(10px,1vw,17px)}.nexmart-home .shop-block-three h4 span{font-weight:400}.nexmart-home .shop-block-three .link-box a{position:relative;display:inline-block;font-size:var(--st-link-size);line-height:1.4;font-weight:700;color:#3f532f;text-decoration:underline;margin-bottom:clamp(6px,.55vw,9px)}.nexmart-home .shop-block-three .image{position:relative;right:auto;bottom:auto;width:auto;flex:1;display:flex;align-items:flex-end;justify-content:center;min-height:var(--st-image-min-h);top:0;margin:0;padding-top:clamp(6px,.7vw,12px)}.nexmart-home .shop-block-three .image img{width:auto;max-width:100%;max-height:clamp(90px,16vw,240px);height:auto;object-fit:contain}.nexmart-home .shop-block-three.alternat-2 .inner-box{background:#e7efff}.nexmart-home .shop-block-three.alternat-2 .inner-box:before{background:#dae6ff}.nexmart-home .shop-block-three.alternat-2 .text,.nexmart-home .shop-block-three.alternat-2 h2,.nexmart-home .shop-block-three.alternat-2 h4,.nexmart-home .shop-block-three.alternat-2 .link-box a{color:#234387}.nexmart-home .shop-block-four .inner-box{position:relative;display:block;padding:7px 0 7px 110px;min-height:100px;margin-bottom:30px;background:transparent;border:none;border-radius:0;align-items:stretch;gap:0}.nexmart-home .shop-block-four .image-box{position:absolute;left:0;top:0;width:100px;height:100px;margin:0;flex:none;background:#fff;border:1px solid #e5e5e5;transition:all .5s ease}.nexmart-home .shop-block-four .image-box img{width:100%;height:100%;object-fit:contain}.nexmart-home .shop-block-four .inner-box:hover .image-box{box-shadow:0 4px 20px #00000014;border-color:#fff}.nexmart-home .shop-block-four h4{display:block;font-size:20px;line-height:24px;max-width:230px;margin:0 0 14px;font-weight:600}.nexmart-home .shop-block-four h4 a{display:inline-block;color:var(--title-color);text-decoration:none}.nexmart-home .shop-block-four h4 a:hover{color:var(--theme-color)}.nexmart-home .shop-block-four h5{display:block;margin:0;font-size:20px;line-height:24px;color:#e92530;font-weight:700}.nexmart-home .shop-block-four h5 del{margin-left:8px;font-size:16px;color:#7c7c7c;font-weight:400}@media(max-width:991px){.nexmart-home .shop-three .shop-block--side{gap:var(--st-side-gap)}.nexmart-home .shop-three .shop-block--side .shop-block-four{flex:none}.nexmart-home .shop-block-three .inner-box{min-height:clamp(300px,42vw,420px);margin-bottom:clamp(12px,1.5vw,20px)}}@keyframes nx-float-bob-y{0%,to{transform:translateY(0)}50%{transform:translateY(-11px)}}.nexmart-home .float-bob-y{animation:nx-float-bob-y 2.6s ease-in-out infinite;will-change:transform}.nexmart-home .middle-banner-section{position:relative;width:100%}.nexmart-home .middle-banners-grid{display:grid;grid-template-columns:minmax(0,600fr) minmax(0,800fr);grid-template-rows:1fr 1fr;gap:clamp(10px,1.6vw,22px);width:100%;aspect-ratio:1400 / 900}.nexmart-home .middle-banner{width:100%;height:100%;min-height:0;min-width:0;overflow:hidden;border-radius:clamp(8px,1vw,14px);position:relative;transition:transform .3s ease,box-shadow .3s ease;background:#f3f4f6}.nexmart-home .middle-banner:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f2c5c1f}.nexmart-home .middle-banner--tall{grid-column:1 / 2;grid-row:1 / 3}.nexmart-home .middle-banner--rect-a{grid-column:2 / 3;grid-row:1 / 2}.nexmart-home .middle-banner--rect-b{grid-column:2 / 3;grid-row:2 / 3}.nexmart-home .middle-banner-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}@media(max-width:900px){.nexmart-home .middle-banners-grid{gap:14px}}@media(max-width:768px){.nexmart-home .middle-banners-grid{grid-template-columns:minmax(0,3fr) minmax(0,4fr);grid-template-rows:1fr 1fr;aspect-ratio:1400 / 900;gap:10px}.nexmart-home .middle-banner{border-radius:10px}.nexmart-home .middle-banner:hover{transform:none;box-shadow:none}}@media(max-width:480px){.nexmart-home .middle-banners-grid{gap:8px}.nexmart-home .middle-banner{border-radius:8px}}.nexmart-home .clients-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;list-style:none;margin:0;padding:0}.nexmart-home .clients-list li{background:#fff;border:1px solid #eef0f4;border-radius:8px;padding:20px 16px;display:flex;align-items:center;justify-content:center;min-height:96px;transition:box-shadow .25s}.nexmart-home .clients-list li:hover{box-shadow:0 8px 24px #00000014}.nexmart-home .clients-list a{display:block;line-height:0}.nexmart-home .clients-list img{max-width:100%;max-height:48px;object-fit:contain}.nexmart-home .cta-section{position:relative}.nexmart-home .cta-section .cta-section__banner{display:block;width:100%;aspect-ratio:1360 / 400;border-radius:5px;overflow:hidden;line-height:0;text-decoration:none}.nexmart-home .cta-section .cta-section__banner img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .45s ease}.nexmart-home .cta-section .cta-section__banner:hover img{transform:scale(1.02)}.nexmart-home .cta-section .inner-container{position:relative;display:block;padding:127px 120px;overflow:hidden;border-radius:5px}.nexmart-home .cta-section .inner-container .bg-layer{position:absolute;inset:0;background-size:cover;background-repeat:no-repeat;background-position:center;transition:transform .5s ease-in-out .1s}.nexmart-home .cta-section .inner-container:hover .bg-layer{transform:scale(1.05)}.nexmart-home .cta-section .content-box{position:relative;display:block;z-index:1}.nexmart-home .cta-section .content-box .text{display:inline-block;font-size:12px;line-height:20px;font-weight:500;background:#f5b020;border-radius:50px;text-transform:uppercase;padding:2px 13px;margin-bottom:15px}.nexmart-home .cta-section .content-box h2{margin:0 0 15px;font-family:var(--title-font);font-size:clamp(2rem,4vw,3.5rem);line-height:1.15;color:#fff;font-weight:800}.nexmart-home .cta-section .content-box h3{margin:0 0 35px;font-size:28px;line-height:30px;color:#fff;font-weight:800}.nexmart-home .cta-section .content-box h3 span{font-weight:400}.nexmart-home .cta-section .btn-box .theme-btn{width:auto;display:inline-block}.nexmart-home .cta-section .content-box .theme-btn span{background:#fff}.nexmart-home .cta-section .content-box .theme-btn:hover{color:var(--title-color)!important}.nexmart-home .shop-four{position:relative}.nexmart-home .shop-four .title-content{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:30px}.nexmart-home .shop-four .title-content .sec-title{margin-bottom:0}.nexmart-home .shop-block-five .inner-box{position:relative;display:block;padding:0 25px 0 140px;margin-bottom:60px;min-height:133px}.nexmart-home .shop-block-five .image-box{position:absolute;left:0;top:8px}.nexmart-home .shop-block-five .image-box .image{position:relative;overflow:hidden;width:auto;height:auto;max-width:120px}.nexmart-home .shop-block-five .image-box .image img{width:100%;max-height:110px;object-fit:contain;transition:all .5s ease}.nexmart-home .shop-block-five .inner-box:hover .image-box .image img{transform:scale(.9);opacity:.5}.nexmart-home .shop-block-five .discount-product,.nexmart-home .shop-block-five .hot-product{position:absolute;left:-8px;top:-16px;z-index:2}.nexmart-home .shop-block-five .option-list{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;list-style:none;margin:0;padding:0;z-index:2}.nexmart-home .shop-block-five .option-list li{margin:0 5px;opacity:0;transform:translate(10px);transition:opacity .25s,transform .25s}.nexmart-home .shop-block-five .inner-box:hover .option-list li{opacity:1;transform:translate(0)}.nexmart-home .shop-block-five .option-list a,.nexmart-home .shop-block-five .option-list button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;line-height:40px;background:#f5f5f5;border:none;border-radius:50%;color:var(--title-color);cursor:pointer;text-decoration:none;font-size:16px}.nexmart-home .shop-block-five .option-list a:hover,.nexmart-home .shop-block-five .option-list button:hover{background:var(--theme-color);color:#fff}.nexmart-home .shop-block-five .content-box h6{margin:0 0 10px;font-size:16px;line-height:20px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .shop-block-five .content-box h6 a{color:var(--title-color);text-decoration:none}.nexmart-home .shop-block-five .content-box h6 a:hover{color:var(--theme-color)}.nexmart-home .shop-block-five .content-box .rating{display:flex;align-items:center;list-style:none;margin:0 0 10px;padding:0}.nexmart-home .shop-block-five .content-box .rating li{font-size:14px;color:#f8cd2e;margin-right:2px;display:inline-flex}.nexmart-home .shop-block-five .content-box .rating li svg{fill:#f8cd2e;color:#f8cd2e}.nexmart-home .shop-block-five .content-box .rating li span{color:#7c7c7c}.nexmart-home .shop-block-five .content-box h5{margin:0 0 10px;font-size:16px;line-height:20px;color:#e92530;font-weight:700}.nexmart-home .shop-block-five .content-box h5 del{color:#7c7c7c;margin-right:8px;font-weight:400}.nexmart-home .shop-block-five .content-box .cart-btn button{position:relative;display:inline-block;font-size:14px;line-height:20px;font-weight:500;color:var(--title-color);padding-right:22px;border:none;background:transparent;cursor:pointer;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,var(--theme-color),var(--theme-color) 50%,var(--title-color) 50%);background-size:200% 100%;background-position:-100%;transition:all .3s ease-in-out}.nexmart-home .shop-block-five .content-box .cart-btn button:hover:not(:disabled){background-position:0%}.nexmart-home .shop-block-five .content-box .cart-btn button:disabled{-webkit-text-fill-color:#9ca3af;background-image:none;color:#9ca3af;cursor:not-allowed}.nexmart-home .shop-block-five .content-box .cart-btn button svg{position:absolute;top:5px;right:0;font-size:11px;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,var(--theme-color),var(--theme-color) 50%,var(--title-color) 50%);background-size:200% 100%;background-position:-100%;transition:all .3s ease-in-out}.nexmart-home .shop-block-five .content-box .cart-btn button:hover:not(:disabled) svg{background-position:0%}.nexmart-home .shop-block-five .content-box .cart-btn button:disabled svg{-webkit-text-fill-color:#9ca3af;background-image:none;color:#9ca3af}@media(max-width:991px){.nexmart-home .shop-four .title-content{display:block}.nexmart-home .shop-four .title-content .sec-title{margin-bottom:20px}.nexmart-home .shop-block-five .inner-box{margin-bottom:40px}}@media(max-width:599px){.nexmart-home .shop-block-five .inner-box{padding-right:0}}.nexmart-home .news-section{position:relative}.nexmart-home .news-block-one .inner-box{display:block;margin-bottom:30px}.nexmart-home .news-block-one .image-box{overflow:hidden}.nexmart-home .news-block-one .image-box .image{display:block;overflow:hidden;border-radius:5px;position:relative;aspect-ratio:16 / 9}.nexmart-home .news-block-one .image-box .image img.news-banner-image{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:transparent;border-radius:5px;transition:transform .5s ease}.nexmart-home .news-block-one .inner-box:hover .image-box .image img.news-banner-image{transform:scale(1.03)}.nexmart-home .news-block-one .news-banner-title-link{border:none;background:none;padding:0;margin:0;font:inherit;color:var(--title-color);text-align:left;cursor:pointer}.nexmart-home .news-block-one .news-banner-title-link:hover{color:var(--theme-color)}.nexmart-home .news-block-one .lower-content{padding-top:24px}.nexmart-home .news-block-one .post-info{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;list-style:none;margin:0 0 15px;padding:0}.nexmart-home .news-block-one .post-info li{font-size:16px;line-height:30px;font-weight:500;color:#6a6a6a}.nexmart-home .news-block-one .post-info li a{color:var(--title-color);text-decoration:none}.nexmart-home .news-block-one .post-info li.category a{padding:0 13px;border-radius:40px;background:#003eac1a}.nexmart-home .news-block-one .lower-content h3{margin:0;font-size:22px;line-height:30px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .news-block-one .lower-content h3 a{color:var(--title-color);text-decoration:none}.nexmart-home .news-block-one .lower-content h3 a:hover{color:var(--theme-color)}.nexmart-home .bottom-banners-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.nexmart-home .bottom-banner-tile{border-radius:5px;overflow:hidden;aspect-ratio:16 / 9;background:#f4f4f4}.nexmart-home .bottom-banner-tile img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.nexmart-home .cta-section .inner-container{padding:70px 30px}.nexmart-home .bottom-banners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.nexmart-home .main-footer{--footer-accent: #f5b020;--footer-bg: #0e0e0e;--footer-muted: #b7b7b7;position:relative;width:100%;background:var(--footer-bg);color:var(--footer-muted);font-family:var(--text-font);margin-top:0}.nexmart-home .main-footer a{color:inherit}.nexmart-home .main-footer .widget-section{padding:95px 0 85px;border-bottom:1px solid rgba(255,255,255,.1)}.nexmart-home .main-footer .footer-widgets-row{display:grid;grid-template-columns:minmax(0,1.35fr) repeat(3,minmax(0,.85fr)) minmax(0,1.35fr);gap:30px}.nexmart-home .main-footer .footer-column{min-width:0}.nexmart-home .main-footer .footer-column--contact{padding-top:10px}.nexmart-home .main-footer .subscribe-widget{max-width:330px}.nexmart-home .main-footer .subscribe-widget p,.nexmart-home .main-footer .subscribe-note{color:var(--footer-muted);line-height:26px;margin:0 0 23px;font-size:16px}.nexmart-home .main-footer .subscribe-note{margin-bottom:0;color:var(--footer-accent)}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group{position:relative}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group input[type=email]{display:block;width:100%;height:60px;background:#ffffff1a;border-radius:100px;border:1px solid transparent;font-size:16px;line-height:24px;color:#fff;padding:10px 70px 10px 20px;transition:border-color .3s ease}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group input[type=email]::placeholder{color:var(--footer-muted)}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group input[type=email]:focus{outline:none;border-color:var(--footer-accent)}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group button[type=submit]{position:absolute;top:5px;right:5px;width:56px;height:51px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:105px;cursor:pointer;color:#fff;background:var(--footer-accent);font-size:14px;transition:opacity .3s ease}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group button[type=submit]:hover:not(:disabled){opacity:.9}.nexmart-home .main-footer .subscribe-widget .form-inner .form-group button[type=submit]:disabled{opacity:.65;cursor:not-allowed}.nexmart-home .main-footer .widget-title{margin-bottom:20px}.nexmart-home .main-footer .widget-title h4{margin:0;font-family:var(--title-font);font-size:20px;line-height:30px;font-weight:700;color:#fff}.nexmart-home .main-footer .links-list{list-style:none;margin:0;padding:0}.nexmart-home .main-footer .links-list li a{display:inline-block;font-size:16px;line-height:42px;color:var(--footer-muted);text-decoration:none;transition:color .3s ease}.nexmart-home .main-footer .links-list li a:hover{color:var(--footer-accent)}.nexmart-home .main-footer .contact-widget .support-box{position:relative;padding:0 0 0 48px;margin-bottom:22px}.nexmart-home .main-footer .contact-widget .support-box .icon-box{position:absolute;left:0;top:5px;font-size:36px;line-height:1;color:var(--footer-accent);display:inline-flex}.nexmart-home .main-footer .contact-widget .support-box a{display:inline-block;font-size:24px;line-height:24px;font-weight:700;color:var(--footer-accent);text-decoration:none}.nexmart-home .main-footer .contact-widget .support-box a:hover{text-decoration:underline;color:#fff}.nexmart-home .main-footer .contact-widget .support-box span{display:block;margin-top:4px;font-size:14px;line-height:20px;color:var(--footer-muted)}.nexmart-home .main-footer .contact-widget .info{list-style:none;margin:0 0 30px;padding:0}.nexmart-home .main-footer .contact-widget .info li{font-size:16px;line-height:26px;color:var(--footer-muted);margin-bottom:4px}.nexmart-home .main-footer .contact-widget .info li:last-child{margin-bottom:0}.nexmart-home .main-footer .contact-widget .info li a{color:var(--footer-muted);text-decoration:none}.nexmart-home .main-footer .contact-widget .info li a:hover{color:#fff}.nexmart-home .main-footer .contact-widget .social-links{display:flex;align-items:center;list-style:none;margin:0;padding:0}.nexmart-home .main-footer .contact-widget .social-links li{margin-right:10px}.nexmart-home .main-footer .contact-widget .social-links li:last-child{margin-right:0}.nexmart-home .main-footer .contact-widget .social-links li a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.15);border-radius:50%;font-size:20px;color:#ffffff80;text-decoration:none;transition:all .3s ease}.nexmart-home .main-footer .contact-widget .social-links li a:hover{color:#fff;background:var(--footer-accent);border-color:var(--footer-accent)}.nexmart-home .main-footer .footer-bottom{background:var(--footer-bg);padding:20px 0}.nexmart-home .main-footer .footer-bottom .bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.nexmart-home .main-footer .footer-bottom .copyright p{margin:0;color:var(--footer-muted);font-size:16px;line-height:26px}.nexmart-home .main-footer .footer-bottom .copyright a{color:var(--footer-accent);text-decoration:none}.nexmart-home .main-footer .footer-bottom .copyright a:hover{color:#fff}.nexmart-home .main-footer .footer-brand-logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.nexmart-home .main-footer .footer-brand-logo{display:block;height:40px;width:auto;max-width:200px;object-fit:contain}.nexmart-home .main-footer .footer-bottom .footer-card{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:10px}.nexmart-home .main-footer .footer-bottom .footer-card li{display:inline-flex;align-items:center}.nexmart-home .main-footer .footer-bottom .footer-card li img{display:block;width:auto;height:28px;max-width:none;object-fit:contain}@media(max-width:1199px){.nexmart-home .main-footer .footer-widgets-row{grid-template-columns:repeat(2,minmax(0,1fr))}.nexmart-home .main-footer .footer-column--contact,.nexmart-home .main-footer .footer-column--subscribe{grid-column:1 / -1}.nexmart-home .main-footer .subscribe-widget{max-width:none}}@media(max-width:991px){.nexmart-home .main-footer .widget-section{padding:70px 0 55px}.nexmart-home .main-footer .footer-bottom .bottom-inner{flex-direction:column;text-align:center}.nexmart-home .main-footer .footer-bottom .footer-card{justify-content:center}}@media(max-width:767px){.nexmart-home .main-footer .footer-widgets-row{grid-template-columns:1fr}}.nexmart-home .nx-mobile-only,.nexmart-home .suha-card-top,.nexmart-home .suha-card-footer,.nexmart-home .suha-promo-banner,.nexmart-home .footer-mobile-compact{display:none}.nexmart-home .shop-block-two .lower-content h5 .suha-price-current{font:inherit;color:inherit}.nexmart-home .shop-block-two .lower-content h5 .suha-price-old{margin-left:6px}.nexmart-home.home-page .header-subnav{display:none}@media(max-width:768px){.nexmart-home .pt_70{padding-top:40px}.nexmart-home .pb_75{padding-bottom:40px}}@media(max-width:767px){.nexmart-home.home-page{display:flex;flex-direction:column}.nexmart-home .header{order:0}.nexmart-home .banner-section{order:1}.nexmart-home .category-section{order:2}.nexmart-home .shop-one{order:3}.nexmart-home .home-lazy--cta{order:4}.nexmart-home .shop-two--popular{order:5}.nexmart-home .home-lazy--middle-banners{order:6}.nexmart-home .home-lazy--shop-tabbed{order:7}.nexmart-home .home-lazy--shop-four{order:8}.nexmart-home .home-lazy--brands{order:9}.nexmart-home .home-lazy--news{order:10}.nexmart-home .main-footer{order:11}.nexmart-home .home-lazy--shop-three{display:none!important}.nexmart-home{--suha-bg: #f4f6fb;--suha-card: #ffffff;--suha-accent: #003eac;--suha-accent-soft: #5b6cff;--suha-text: #1a1d26;--suha-muted: #6b7280;--suha-radius: 16px;--suha-radius-sm: 12px;--suha-shadow: 0 4px 18px rgba(15, 23, 42, .06);--nx-mobile-gutter: 16px;--nx-section-y: 22px;background:var(--suha-bg)}.nexmart-home .nx-desktop-only{display:none!important}.nexmart-home .nx-mobile-only,.nexmart-home .suha-card-top,.nexmart-home .suha-card-footer,.nexmart-home .suha-promo-banner,.nexmart-home .footer-mobile-compact{display:block}.nexmart-home .suha-card-top,.nexmart-home .suha-card-footer{display:flex}.nexmart-home .large-container{padding-left:var(--nx-mobile-gutter);padding-right:var(--nx-mobile-gutter)}.nexmart-home .header{background:var(--suha-card);box-shadow:0 1px #0f172a0f}.nexmart-home .header-top{padding-top:8px;padding-bottom:8px}.nexmart-home .search-bar-unified{border-radius:999px;background:var(--suha-bg);border:1px solid #e8ecf4;box-shadow:none}.nexmart-home .search-bar-unified--mobile.search-bar-unified--expanded{border-radius:14px}.nexmart-home .featured-section,.nexmart-home .shop-three,.nexmart-home .suha-promo-banner{display:none!important}.nexmart-home .shop-one{display:block;padding:8px 0 var(--nx-section-y)}.nexmart-home .shop-one.pb_70{padding-bottom:var(--nx-section-y)}.nexmart-home .shop-one__mobile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nexmart-home .shop-one__mobile-item{min-width:0}.nexmart-home .shop-one__mobile .shop-block-one .inner-box{position:relative;min-height:148px;margin-bottom:0;padding:12px 8px 8px 10px;border-radius:var(--suha-radius-sm);overflow:hidden}.nexmart-home .shop-one__mobile .shop-block-one .text{font-size:9px;line-height:1.2;margin-bottom:2px}.nexmart-home .shop-one__mobile .shop-block-one h2{font-size:.82rem;line-height:1.15;margin-bottom:2px}.nexmart-home .shop-one__mobile .shop-block-one h4{font-size:11px;line-height:1.2;margin-bottom:4px}.nexmart-home .shop-one__mobile .shop-block-one .link-box a{font-size:9px;line-height:1.1}.nexmart-home .shop-one__mobile .shop-block-one .image{position:absolute;right:0;bottom:4px;width:52%;max-height:72%}.nexmart-home .shop-one__mobile .shop-block-one .image img{max-height:72px;object-fit:contain}.nexmart-home .home-lazy--middle-banners{display:block}.nexmart-home .middle-banner-section{padding:0 0 var(--nx-section-y)}.nexmart-home .middle-banner-section .large-container{padding-left:var(--nx-mobile-gutter);padding-right:var(--nx-mobile-gutter)}.nexmart-home .home-lazy--cta{display:block;width:100%}.nexmart-home .cta-section{padding:0 0 var(--nx-section-y)}.nexmart-home .cta-section .large-container{padding-left:var(--nx-mobile-gutter);padding-right:var(--nx-mobile-gutter)}.nexmart-home .cta-section .cta-section__banner{border-radius:var(--suha-radius-sm)}.nexmart-home .cta-section .cta-section__banner:hover img{transform:none}.nexmart-home .suha-promo-banner{padding:4px 0 8px}.nexmart-home .suha-promo-banner__inner{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:var(--suha-radius);background:linear-gradient(135deg,var(--suha-accent) 0%,var(--suha-accent-soft) 100%);color:#fff;text-decoration:none;box-shadow:var(--suha-shadow)}.nexmart-home .suha-promo-banner__icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;font-size:22px}.nexmart-home .suha-promo-banner__text{display:flex;flex-direction:column;gap:2px;min-width:0}.nexmart-home .suha-promo-banner__text strong{font-size:15px;line-height:1.25;font-weight:700}.nexmart-home .suha-promo-banner__text span{font-size:12px;line-height:1.35;opacity:.92}.nexmart-home .category-section{padding-top:16px;padding-bottom:8px;border-bottom:none}.nexmart-home .category-section .sec-title{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.nexmart-home .category-section .sec-title h2{flex:1;min-width:0;margin:0}.nexmart-home .category-section .sec-title-link{margin-left:auto}.nexmart-home .suha-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;list-style:none;margin:0;padding:0}.nexmart-home .suha-category-grid__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 6px;background:var(--suha-card);border-radius:var(--suha-radius-sm);box-shadow:var(--suha-shadow);text-decoration:none;color:var(--suha-text);min-height:96px}.nexmart-home .suha-category-grid__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;overflow:hidden}.nexmart-home .suha-category-grid__icon img{width:100%;height:100%;object-fit:contain}.nexmart-home .suha-category-grid__label{font-size:11px;line-height:1.25;font-weight:500;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .pt_70{padding-top:var(--nx-section-y)}.nexmart-home .pb_70,.nexmart-home .pb_75,.nexmart-home .pb_50,.nexmart-home .pb_45{padding-bottom:var(--nx-section-y)}.nexmart-home .sec-title{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.nexmart-home .sec-title h2{font-size:1.05rem;line-height:1.3;font-weight:700;color:var(--suha-text);margin:0}.nexmart-home .sec-title a,.nexmart-home .sec-title-link,.nexmart-home .suha-view-all{flex-shrink:0;font-size:12px;font-weight:600;line-height:1;padding:8px 12px;border-radius:999px;background:#e8ecf4;border:none;color:var(--suha-text)!important;-webkit-text-fill-color:var(--suha-text);background-image:none;text-decoration:none;white-space:nowrap}.nexmart-home .sec-title a:after,.nexmart-home .suha-view-all:after{content:" →"}.nexmart-home .title-content{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px}.nexmart-home .shop-tab-btn{display:none}.nexmart-home .shop-two--popular .shop-grid--single-row,.nexmart-home .shop-two .shop-two-tab-grid:not(.shop-grid--single-row){--shop-cols: 2 !important;gap:12px}.nexmart-home .shop-two-mobile-collage{display:flex;flex-direction:column;gap:12px}.nexmart-home .shop-three-mobile-row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:8px;align-items:stretch}.nexmart-home .shop-three-mobile-row--flip{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.nexmart-home .shop-three-mobile-row--flip .shop-block--hero{order:2}.nexmart-home .shop-three-mobile-row--flip .shop-block--side{order:1}.nexmart-home .shop-three-mobile-row .shop-block--hero,.nexmart-home .shop-three-mobile-row .shop-block--side{min-width:0}.nexmart-home .shop-three-mobile-row .shop-block--side{display:flex;flex-direction:column;gap:8px}.nexmart-home .shop-two-mobile-collage .shop-block-three .inner-box{border-radius:var(--suha-radius-sm);padding:14px 10px 8px;min-height:100%;height:100%;overflow:hidden}.nexmart-home .shop-two-mobile-collage .shop-block-three .inner-box:before{width:240px;height:240px;bottom:-128px}.nexmart-home .shop-two-mobile-collage .shop-block-three .text{font-size:9px;line-height:1.2;margin-bottom:2px}.nexmart-home .shop-two-mobile-collage .shop-block-three h2{font-size:.82rem;line-height:1.2;min-height:0;margin-bottom:2px}.nexmart-home .shop-two-mobile-collage .shop-block-three h4{font-size:12px;line-height:1.15;margin-bottom:8px;position:relative;z-index:2}.nexmart-home .shop-two-mobile-collage .shop-block-three .text,.nexmart-home .shop-two-mobile-collage .shop-block-three h2{position:relative;z-index:2}.nexmart-home .shop-two-mobile-collage .shop-block-three .link-box{display:none}.nexmart-home .shop-two-mobile-collage .inner-box--product-link{display:flex;flex-direction:column;height:100%;min-height:100%;text-decoration:none;color:inherit;cursor:pointer}.nexmart-home .shop-two-mobile-collage .shop-block-three .inner-box--product-link h2,.nexmart-home .shop-two-mobile-collage .shop-block-three .inner-box--product-link h4,.nexmart-home .shop-two-mobile-collage .shop-block-three .inner-box--product-link .text{color:inherit}.nexmart-home .shop-two-mobile-collage .shop-block--side .inner-box--product-link{display:flex;flex-direction:column;justify-content:center;text-decoration:none;color:inherit;cursor:pointer}.nexmart-home .shop-two-mobile-collage .shop-block--side .inner-box--product-link h4,.nexmart-home .shop-two-mobile-collage .shop-block--side .inner-box--product-link h5{color:inherit}.nexmart-home .shop-two-mobile-collage .shop-block-three .image{flex:0 0 auto;min-height:0;margin-top:10px;padding-top:0;align-items:flex-end;justify-content:center;overflow:hidden;max-height:76px}.nexmart-home .shop-two-mobile-collage .shop-block-three .float-bob-y{animation:none}.nexmart-home .shop-two-mobile-collage .shop-block-three .image img{max-height:72px;object-fit:contain;object-position:bottom center;animation:nx-float-bob-y 2.2s ease-in-out infinite;will-change:transform}@media(prefers-reduced-motion:reduce){.nexmart-home .shop-two-mobile-collage .shop-block-three .image img{animation:none}}.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 .inner-box{background:#e7efff}.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 .inner-box:before{background:#dae6ff}.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 .text,.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 h2,.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 h4,.nexmart-home .shop-two-mobile-collage .shop-block-three.alternat-2 .link-box a{color:#234387}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four{flex:1;display:flex;min-height:0}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four .inner-box{position:relative;flex:1;display:flex;flex-direction:column;justify-content:center;margin-bottom:0;min-height:72px;padding:8px 6px 8px 64px;background:var(--suha-card);border-radius:var(--suha-radius-sm);box-shadow:var(--suha-shadow)}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four .image-box{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:52px;height:52px;margin:0}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four .image-box img{width:100%;height:100%;object-fit:contain}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four h4{font-size:10px;line-height:1.25;font-weight:600;margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four h5{font-size:11px;line-height:1.2;font-weight:800;margin:0;color:var(--suha-text)}.nexmart-home .shop-two-mobile-collage .shop-block--side .shop-block-four h5 del{display:block;font-size:9px;font-weight:400;color:#9ca3af;margin-top:1px}.nexmart-home .shop-two--popular .shop-block-two .image-box .image{height:132px}.nexmart-home .shop-four .shop-four-grid{--shop-cols: 2 !important;gap:12px;margin:0;padding:0}.nexmart-home .shop-four .shop-block-five .inner-box{padding:8px}.nexmart-home .shop-four .shop-block-five .image-box{margin-bottom:6px}.nexmart-home .shop-four .shop-block-five .suha-five-image:before{width:18px;height:18px;font-size:9px}.nexmart-home .shop-four .shop-block-five .suha-five-image .image,.nexmart-home .shop-four .shop-block-five .image-box .image.suha-image-box--wide{height:112px;min-height:112px}.nexmart-home .shop-four .shop-block-five .image-box .image img.suha-product-img--wide{width:auto;max-width:100%;max-height:100%}.nexmart-home .shop-four .shop-block-five .content-box{display:flex;flex-direction:column;gap:0}.nexmart-home .shop-four .shop-block-five .content-box h6{order:0;font-size:12px;line-height:1.3;font-weight:600;margin:0 0 4px}.nexmart-home .shop-four .shop-block-five .content-box h6 a{color:var(--suha-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .shop-four .shop-block-five .content-box h5{order:1;margin:0 0 6px}.nexmart-home .shop-four .shop-block-five .content-box h5.suha-price-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline;gap:4px}.nexmart-home .shop-four .suha-price-current{font-size:14px;color:var(--suha-text)}.nexmart-home .shop-four .suha-price-old{font-size:9px}.nexmart-home .shop-four .shop-block-five .suha-card-footer{order:2;padding-top:0}.nexmart-home .shop-four .suha-add-btn{min-height:28px;padding:5px 8px;font-size:10px}.nexmart-home .shop-two,.nexmart-home .shop-four,.nexmart-home .clients-section,.nexmart-home .news-section{border-bottom:none;background:transparent}.nexmart-home .shop-block-two .inner-box,.nexmart-home .shop-block-five .inner-box{position:relative;display:flex;flex-direction:column;height:100%;padding:12px;margin-bottom:0;background:var(--suha-card);border:none;border-radius:var(--suha-radius-sm);box-shadow:var(--suha-shadow)}.nexmart-home .shop-block-two .inner-box:before{display:none}.nexmart-home .shop-block-two .inner-box:hover .image-box .image img,.nexmart-home .shop-block-five .inner-box:hover .image-box .image img{transform:none!important;opacity:1!important;display:block!important}.nexmart-home .suha-card-top{align-items:flex-start;justify-content:space-between;margin-bottom:8px;min-height:28px}.nexmart-home .suha-badge{display:inline-block;font-size:10px;font-weight:700;line-height:1;padding:5px 8px;border-radius:6px;text-transform:uppercase}.nexmart-home .suha-badge--sale{background:#ffedd5;color:#c2410c}.nexmart-home .suha-badge--new{background:#fef3c7;color:#92400e}.nexmart-home .suha-badge--muted{background:#f3f4f6;color:#6b7280}.nexmart-home .suha-wishlist{margin-left:auto;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:18px;padding:0;cursor:pointer}.nexmart-home .suha-wishlist.is-active svg{fill:currentColor}.nexmart-home .shop-block-two .image-box,.nexmart-home .shop-block-five .image-box{position:relative;left:auto;top:auto;margin-bottom:8px}.nexmart-home .shop-block-two .image-box .image,.nexmart-home .shop-block-five .image-box .image{height:118px;max-width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.nexmart-home .shop-block-two .image-box .image img,.nexmart-home .shop-block-five .image-box .image img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transform:none!important;opacity:1!important}.nexmart-home .shop-block-two .image-box .image img.suha-product-img--inset,.nexmart-home .shop-block-five .image-box .image img.suha-product-img--inset{max-width:74%;max-height:74%}.nexmart-home .shop-block-two .image-box .image img.suha-product-img--boost,.nexmart-home .shop-block-five .image-box .image img.suha-product-img--boost{max-width:96%;max-height:96%}.nexmart-home .shop-block-two .image-box .image.suha-image-box--wide,.nexmart-home .shop-block-five .image-box .image.suha-image-box--wide{height:82px}.nexmart-home .shop-block-two .image-box .image img.suha-product-img--wide,.nexmart-home .shop-block-five .image-box .image img.suha-product-img--wide{width:94%;max-width:94%;max-height:78px;height:auto}.nexmart-home .shop-block-two .lower-content,.nexmart-home .shop-block-five .content-box{flex:1;display:flex;flex-direction:column;padding:0;text-align:left}.nexmart-home .shop-block-two .lower-content h4,.nexmart-home .shop-block-five .content-box h6{font-size:13px;line-height:1.3;font-weight:600;margin:0 0 4px}.nexmart-home .shop-block-two .lower-content h4 a,.nexmart-home .shop-block-five .content-box h6 a{color:var(--suha-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nexmart-home .shop-block-two .lower-content h5,.nexmart-home .shop-block-five .content-box h5{margin:0 0 4px}.nexmart-home .suha-price-row{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:2px 4px;line-height:1.1}.nexmart-home .suha-price-current{font-size:13px;font-weight:800;color:var(--suha-text);flex-shrink:0;white-space:nowrap}.nexmart-home .suha-price-old,.nexmart-home .shop-block-five .content-box h5 del{font-size:9px;line-height:1;color:#9ca3af;font-weight:400;text-decoration:line-through;white-space:nowrap;flex-shrink:0}.nexmart-home .shop-block-five .content-box .rating{display:none}.nexmart-home .progress-box,.nexmart-home .cart-btn--desktop{display:none!important}.nexmart-home .suha-card-footer{width:100%;margin-top:auto;padding-top:4px}.nexmart-home .suha-add-btn{width:100%;height:auto;min-height:30px;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;background:transparent;color:#4b5563;font-family:var(--text-font, inherit);font-size:11px;font-weight:600;line-height:1.2;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:none;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.nexmart-home .suha-add-btn:active:not(.is-disabled){border-color:#cbd5e1;background:#f9fafb;color:#111827}.nexmart-home .suha-add-btn.is-disabled{border-color:#eceff3;background:transparent;color:#9ca3af;cursor:not-allowed}.nexmart-home .shop-block-five .content-box{position:relative}.nexmart-home .shop-block-five .suha-five-image:before{content:"★";position:absolute;top:0;left:0;z-index:2;width:22px;height:22px;border-radius:50%;background:#f59e0b;color:#111;font-size:11px;display:flex;align-items:center;justify-content:center;line-height:1}.nexmart-home .shop-block-five .suha-five-image{position:relative}.nexmart-home .shop-block-five .option-list,.nexmart-home .shop-block-five .content-box .cart-btn{display:none!important}.nexmart-home .shop-block-five .content-box:after{display:none}.nexmart-home .shop-block-five .suha-five-image .image{height:118px;display:flex;align-items:center;justify-content:center}.nexmart-home .shop-block-five .suha-five-image .image img{max-height:100%;object-fit:contain}.nexmart-home .shop-block-five .content-box h6{order:1}.nexmart-home .shop-block-five .content-box h5{order:0;margin-bottom:4px}.nexmart-home .shop-block-five .suha-card-footer{order:2;display:flex}.nexmart-home .clients-section{overflow:hidden}.nexmart-home .clients-marquee.nx-mobile-only{display:grid!important;grid-template-rows:repeat(2,auto);gap:8px}.nexmart-home .clients-marquee-row{overflow:hidden;min-height:56px}.nexmart-home .clients-marquee-track{display:flex;align-items:center;width:max-content;gap:8px;animation:nx-scroll-left 42s linear infinite;will-change:transform}.nexmart-home .clients-marquee-track--bottom{animation-duration:48s;animation-direction:reverse}.nexmart-home .clients-marquee-item{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:92px;height:56px;padding:10px;background:var(--suha-card);border-radius:var(--suha-radius-sm);box-shadow:var(--suha-shadow);text-decoration:none}.nexmart-home .clients-marquee-item img{max-width:100%;max-height:28px;object-fit:contain}@media(prefers-reduced-motion:reduce){.nexmart-home .clients-marquee-track{animation:none}}.nexmart-home .shop-two--tabbed{overflow:hidden}.nexmart-home .shop-two-marquee.nx-mobile-only{display:block!important;overflow:hidden}.nexmart-home .shop-two-marquee .nexmart-marquee-row{overflow:hidden}.nexmart-home .shop-two-marquee .shop-two-marquee-track--single,.nexmart-home .shop-two-marquee .shop-two-marquee-track--top,.nexmart-home .shop-two-marquee .shop-two-marquee-track--bottom{display:flex;align-items:stretch;width:max-content;gap:10px;animation:nx-scroll-left 46s linear infinite;will-change:transform}.nexmart-home .shop-two-marquee .shop-two-marquee-track--bottom{animation-duration:52s;animation-direction:reverse}.nexmart-home .shop-two-marquee-item{flex:0 0 auto;width:154px}.nexmart-home .shop-two-marquee .shop-block-two .inner-box{height:100%}.nexmart-home .shop-two-marquee .shop-block-two .image-box .image{height:104px}.nexmart-home .shop-two-marquee .shop-block-two h4{font-size:11px;line-height:1.25}.nexmart-home .shop-two-marquee .shop-block-two h5{font-size:12px;margin-bottom:6px}.nexmart-home .shop-two-marquee .suha-add-btn{min-height:28px;padding:5px 8px;font-size:10px}@media(prefers-reduced-motion:reduce){.nexmart-home .shop-two-marquee .shop-two-marquee-track--single,.nexmart-home .shop-two-marquee .shop-two-marquee-track--top,.nexmart-home .shop-two-marquee .shop-two-marquee-track--bottom{animation:none}}.nexmart-home .news-section .row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;align-items:start}.nexmart-home .news-section .news-block,.nexmart-home .news-section [class*=col-]{width:100%;max-width:none;padding:0}.nexmart-home .news-block-one .inner-box{background:var(--suha-card);border-radius:var(--suha-radius-sm);box-shadow:var(--suha-shadow);overflow:hidden;margin:0}.nexmart-home .news-block-one .image-box{background:transparent}.nexmart-home .news-block-one .image-box .image{display:block;width:100%;height:auto;aspect-ratio:auto;overflow:hidden;border-radius:0;padding:0;margin:0;line-height:0}.nexmart-home .news-block-one .image-box .image img.news-banner-image{display:block;width:100%;height:auto;max-width:100%;object-fit:unset;object-position:center;border-radius:0;transform:none!important;background:transparent}.nexmart-home .news-block-one .inner-box:hover .image-box .image img.news-banner-image{transform:none!important}.nexmart-home .news-block-one .lower-content{padding:8px 10px 10px}.nexmart-home .news-block-one .lower-content h3{font-size:11px;line-height:1.3}.nexmart-home .main-footer{margin-top:8px;border-radius:var(--suha-radius) var(--suha-radius) 0 0;overflow:hidden}.nexmart-home .main-footer .footer-desktop-full,.nexmart-home .main-footer .footer-bottom.nx-desktop-only{display:none!important}.nexmart-home .footer-mobile-compact{padding:18px 0 22px;background:#0e0e0e;color:#b7b7b7}.nexmart-home .footer-mobile-compact__brand{margin-bottom:12px}.nexmart-home .footer-mobile-compact__brand .footer-brand-logo-link{display:inline-flex;align-items:center;line-height:0;text-decoration:none}.nexmart-home .footer-mobile-compact__brand .footer-brand-logo{display:block;height:34px;width:auto;max-width:170px;object-fit:contain}.nexmart-home .footer-mobile-compact__brand a{font-family:var(--title-font);font-size:1.05rem;font-weight:700;color:#fff;text-decoration:none}.nexmart-home .footer-mobile-compact__links{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:14px}.nexmart-home .footer-mobile-compact__links a{font-size:12px;line-height:1.2;color:#b7b7b7;text-decoration:none}.nexmart-home .footer-mobile-compact__links a:active{color:var(--footer-accent, #f5b020)}.nexmart-home .footer-mobile-compact__social{display:flex;align-items:center;gap:8px;list-style:none;margin:0 0 12px;padding:0}.nexmart-home .footer-mobile-compact__social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:15px;text-decoration:none}.nexmart-home .footer-mobile-compact__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.nexmart-home .footer-mobile-compact__phone{font-size:12px;font-weight:600;color:#f5b020;text-decoration:none;white-space:nowrap}.nexmart-home .footer-mobile-compact__copy{margin:0;font-size:11px;line-height:1.2;color:#8a8a8a;text-align:right}}@media(max-width:380px){.nexmart-home .suha-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.nexmart-home .suha-category-grid__label{font-size:10px}.nexmart-home .shop-four .shop-four-grid{--shop-cols: 2 !important}}.footer{background:#eef2f7;padding:20px 0 24px}.footer .container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-card{background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 12px 40px #0f2c5c14;overflow:hidden}.footer-main{display:grid;grid-template-columns:240px 1fr;align-items:stretch}.footer-brand{display:flex;flex-direction:column;gap:14px;padding:24px 22px;background:linear-gradient(160deg,#0f2c5c,#1a4480 55%,#0f2c5c);color:#fff;position:relative;overflow:hidden}.footer-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgba(220,38,38,.22) 0%,transparent 45%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.06) 0%,transparent 40%);pointer-events:none}.footer-brand>*{position:relative;z-index:1}.footer-logo{display:block;line-height:0}.footer-logo-img{display:block;height:68px;width:auto;max-width:220px;object-fit:contain}.footer-tagline{display:inline-flex;align-items:center;gap:8px;margin:0;padding:8px 12px;width:fit-content;max-width:100%;font-size:.78rem;font-weight:600;line-height:1.35;color:#ffffffeb;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:999px;backdrop-filter:blur(4px)}.footer-tagline svg{flex-shrink:0;font-size:.95rem;color:#fca5a5}.social-links{display:flex;gap:8px;margin-top:auto}.social-links a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:10px;font-size:.9rem;transition:background .2s ease,border-color .2s ease,transform .2s ease}.social-links a:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-2px)}.footer-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 24px;padding:24px 28px}.footer-col h4{margin:0 0 10px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#0f2c5c}.footer-col h4:after{content:"";display:block;width:18px;height:2px;margin-top:6px;background:linear-gradient(90deg,#dc2626,transparent);border-radius:2px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:6px}.footer-col ul li:last-child{margin-bottom:0}.footer-col ul li a{color:#64748b;text-decoration:none;font-size:.82rem;font-weight:500;transition:color .15s ease,padding-left .15s ease}.footer-col ul li a:hover{color:#dc2626;padding-left:3px}.contact-list a{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;margin-left:-10px;border-radius:10px;color:#475569;text-decoration:none;font-size:.8rem;font-weight:600;transition:background .15s ease,color .15s ease}.contact-list a:hover{background:#f1f5f9;color:#0f2c5c;padding-left:10px}.contact-list li svg{flex-shrink:0;color:#dc2626;font-size:.88rem}.contact-list li span{word-break:break-all}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;background:#f8fafc;border-top:1px solid #eef2f7}.footer-bottom p{margin:0;color:#94a3b8;font-size:.74rem;font-weight:500}.payment-methods{display:flex;align-items:center;gap:10px}.payment-methods span{color:#94a3b8;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.payment-methods .payment-logos{display:flex;align-items:center;gap:10px;background:#fff;padding:6px 12px;border-radius:10px;border:1px solid #e2e8f0}.payment-methods .payment-logos img{height:18px;width:auto;object-fit:contain;display:block}.payment-methods .payment-logos img[alt=Visa]{height:14px}@media(max-width:1024px){.footer-main{grid-template-columns:1fr}.footer-brand{flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px 18px;padding:20px}.footer-tagline{order:3;flex:1 1 100%}.social-links{margin-top:0;margin-left:auto}.footer-nav{grid-template-columns:repeat(2,1fr);padding:20px}}@media(max-width:600px){.footer{padding:16px 0 20px}.footer .container{padding:0 14px}.footer-card{border-radius:16px}.footer-brand{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo social" "tagline tagline";padding:18px 16px}.footer-logo{grid-area:logo}.footer-logo-img{height:54px}.footer-tagline{grid-area:tagline;width:100%;font-size:.74rem}.social-links{grid-area:social;justify-content:flex-end;margin-left:0}.footer-nav{gap:16px;padding:16px}.footer-col h4{font-size:.68rem;margin-bottom:8px}.footer-col ul li a,.contact-list a{font-size:.78rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}}@media(max-width:380px){.footer-nav{grid-template-columns:1fr}}.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}.wishlist-btn.active{opacity:1;transform:scale(1);background:#fef2f2;color:#dc2626}.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}.wishlist-btn.active{opacity:1!important;transform:translate(0)!important;background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}.wishlist-btn.active svg{fill:#dc2626}.product-image{display:block!important;width:100%;aspect-ratio:1 / 1;background:#fff!important;overflow:hidden!important;position:relative;border-bottom:none}.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:#fff!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-card--suggestions{height:100%!important;display:flex!important;flex-direction:column!important}.product-card--suggestions .product-image{flex:0 0 auto}.product-card--suggestions .product-info{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0}.product-card--suggestions .product-brand--reserved{display:block!important;min-height:calc(.66rem * 1.35);line-height:1.35;flex-shrink:0}.product-card--suggestions .product-suggestions-color-slot{min-height:26px;flex-shrink:0;display:flex;align-items:center}.product-card--suggestions .product-card-flex-fill{flex:1 1 auto;min-height:0}.product-card--suggestions .product-prices-row{margin-top:0!important;flex-shrink:0;min-height:72px;align-items:flex-end!important}.product-card--suggestions .product-info .add-btn{margin-top:10px!important;flex-shrink:0}.product-card--suggestions .product-info>a{flex-shrink:0;display:block;text-decoration:none;color:inherit}.product-card--suggestions .product-name{-webkit-line-clamp:3!important;min-height:calc(.88rem * 1.35 * 2)!important;max-height:calc(.88rem * 1.35 * 3)!important;overflow:hidden;flex-shrink:0}@media(max-width:480px){.product-card--suggestions .product-name{min-height:calc(.78rem * 1.35 * 2)!important;max-height:calc(.78rem * 1.35 * 3)!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}.category-page{min-height:100vh;display:flex;flex-direction:column}.category-page main{flex:1;background:#fff}.breadcrumb-container{background:#fff;padding:14px 0;border-bottom:1px solid #f0f0f0}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:.88rem}.breadcrumb a{color:#9ca3af;text-decoration:none;transition:color .2s;font-weight:400}.breadcrumb a:hover{color:#2563eb}.breadcrumb svg{color:#d1d5db;font-size:.75rem}.breadcrumb span{color:#374151;font-weight:500}@media(min-width:768px){.breadcrumb-container.search-breadcrumb-mobile-only{display:none}}.search-page-compact .category-content{padding:14px 0 24px}.search-page-compact .category-header{margin-bottom:16px}.search-page-compact .category-title h1{font-size:1.35rem;margin:0}.search-page-compact .search-title-row{gap:10px}.search-page-compact .search-title-icon{font-size:1.1rem}.search-page-compact .product-count{padding:4px 10px;font-size:.78rem;margin-left:10px}.search-page-compact .category-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.category-content{padding:35px 0}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:12px 16px}.category-title h1{font-size:1.7rem;font-weight:700;color:#111827;margin:0 0 10px;letter-spacing:-.02em}.search-title-row{display:flex;align-items:center;gap:12px}.search-title-icon{font-size:1.3rem;color:#9ca3af}.category-title p{color:#9ca3af;font-size:.95rem;margin:0 0 10px}.product-count{display:inline-block;background:#fff;color:#6b7280;padding:6px 14px;border-radius:25px;font-size:.82rem;font-weight:500;border:1px solid #e5e7eb}.category-controls{display:flex;align-items:center;gap:20px}.sort-control{display:flex;align-items:center;gap:10px}.sort-control label{font-size:.9rem;color:#6b7280}.sort-control select{padding:10px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:.88rem;background:#fff;cursor:pointer;outline:none;transition:border-color .2s;color:#374151}.sort-control select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.view-controls{display:flex;gap:4px}.view-controls button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;border-radius:10px;cursor:pointer;color:#9ca3af;transition:all .25s ease}.view-controls button:hover{color:#374151;border-color:#d1d5db}.view-controls button.active{background:#111827;border-color:#111827;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.products-grid.list{grid-template-columns:1fr;gap:14px}.products-grid.list .product-card{display:flex;flex-direction:row;border-radius:14px}.products-grid.list .product-card .product-image{width:200px;height:200px;flex-shrink:0;border-radius:14px 0 0 14px}.products-grid.list .product-card .product-info{flex:1;display:flex;flex-direction:column}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:15px}.loading-spinner{width:44px;height:44px;border:3px solid #f0f0f0;border-top-color:#111827;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.products-loading p{color:#9ca3af;font-size:.95rem;font-weight:400}.no-products{text-align:center;padding:80px 20px;background:#fff;border-radius:20px;border:1px solid #f0f0f0}.no-products-icon{font-size:3.5rem;margin-bottom:20px}.no-products h3{font-size:1.4rem;color:#111827;margin:0 0 10px;font-weight:600}.no-products p{color:#9ca3af;margin:0 0 30px;font-size:.95rem}.back-home-btn{display:inline-block;padding:13px 32px;background:#111827;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:.9rem;transition:all .3s ease;letter-spacing:.02em;border:none;cursor:pointer;font-family:inherit}.back-home-btn:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}@media(max-width:768px){.category-content{padding:12px 0 24px}.category-header{margin-bottom:12px}.category-title h1{font-size:1.02rem}.category-controls{width:100%;justify-content:space-between}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.products-grid.list .product-card{flex-direction:column}.products-grid.list .product-card .product-image{width:100%;border-radius:14px 14px 0 0}}.category-page main{background:#f8fafc}.breadcrumb-container{background:#fff;border-bottom:1px solid #eef0f4;padding:16px 0!important}.breadcrumb{font-size:.82rem!important;gap:8px!important}.breadcrumb a{color:#6b7280!important;font-weight:500!important;letter-spacing:.01em;transition:color .2s ease}.breadcrumb a:hover{color:#0f2c5c!important}.breadcrumb svg{color:#cbd5e1!important;font-size:.7rem!important}.breadcrumb span{color:#0f2c5c!important;font-weight:600!important}.category-content{padding:28px 0 48px!important}.category-header{background:#fff;border:1px solid #eef0f4;border-radius:16px;padding:20px 22px!important;margin-bottom:24px!important;box-shadow:0 1px 2px #0f172a08;position:relative;overflow:visible;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px 16px}.category-header:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#dc2626,#0f2c5c)}.category-title h1{font-size:1.65rem!important;font-weight:800!important;color:#0f2c5c!important;margin:0 0 6px!important;letter-spacing:-.02em!important;text-transform:capitalize}.category-title p{color:#6b7280!important;font-size:.92rem!important;margin:0 0 12px!important}.product-count{background:#f3f4f6!important;color:#0f2c5c!important;border:none!important;padding:5px 12px!important;border-radius:999px!important;font-size:.78rem!important;font-weight:600!important;letter-spacing:.02em}.category-toolbar{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px 12px;flex-shrink:0}.category-filter{display:inline-flex;align-items:center;gap:8px;min-width:0}.category-filter-label{font-size:.75rem!important;color:#6b7280!important;font-weight:500;white-space:nowrap;margin:0}.category-filter__control{position:relative;display:inline-flex;align-items:center}.category-filter__select,.category-sort__select{height:34px;min-width:148px;max-width:210px;padding:0 30px 0 12px;border:1px solid #e5e7eb!important;border-radius:999px!important;background:#f8fafc!important;font-size:.8125rem!important;font-weight:600!important;line-height:34px;color:#0f2c5c!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.category-filter__select:hover,.category-sort__select:hover{border-color:#cbd5e1!important;background:#fff!important}.category-filter__select:focus,.category-sort__select:focus{border-color:#0f2c5c!important;background:#fff!important;box-shadow:0 0 0 3px #0f2c5c1a!important}.category-filter__icon,.category-sort__icon{position:absolute;right:11px;top:50%;transform:translateY(-50%);pointer-events:none;color:#0f2c5c;font-size:.85rem}.category-controls{gap:12px!important}.sort-control{display:inline-flex;align-items:center;gap:8px;min-width:0}.sort-control label{font-size:.75rem!important;color:#6b7280!important;font-weight:500;flex-shrink:0;white-space:nowrap}.sort-control select{height:34px;min-width:152px;max-width:220px;padding:0 30px 0 12px!important;border:1px solid #e5e7eb!important;border-radius:999px!important;font-size:.8125rem!important;font-weight:600!important;background:#f8fafc url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='none' stroke='%230f2c5c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M3 4.5l3 3 3-3'/></svg>") no-repeat right 11px center!important;color:#0f2c5c!important;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;transition:all .2s ease}.sort-control select:hover{border-color:#0f2c5c!important}.sort-control select:focus{border-color:#0f2c5c!important;box-shadow:0 0 0 3px #0f2c5c1a!important}.view-controls{background:#f3f4f6;border-radius:10px;padding:3px;gap:0!important}.view-controls button{width:36px!important;height:36px!important;border:none!important;background:transparent!important;border-radius:8px!important;color:#9ca3af!important;font-size:.95rem}.view-controls button:hover{background:#fff!important;color:#0f2c5c!important}.view-controls button.active{background:#0f2c5c!important;color:#fff!important;box-shadow:0 2px 6px #0f2c5c40}.products-grid{gap:16px!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important}.category-page .products-grid .product-card,.category-page .products-grid .product-card .product-image,.category-page .products-grid .product-card .product-info{background:#fff!important}.category-page .products-grid .product-card .product-image{border-bottom:none!important}.products-grid.list{gap:12px!important}.products-grid.list .product-card{background:#fff;border:1px solid #eef0f4;border-radius:14px!important;box-shadow:none!important;overflow:hidden;transition:all .25s ease}.products-grid.list .product-card:hover{border-color:#0f2c5c;box-shadow:0 6px 18px #0f2c5c14!important;transform:translateY(-1px)}.products-grid.list .product-card .product-image{width:200px!important;height:200px!important;border-radius:0!important;border-right:1px solid #eef0f4;background:#fff}.products-grid.list .product-card .product-info{padding:18px 22px!important;gap:8px;background:#fff!important}.no-products{background:#fff!important;border:1px solid #eef0f4!important;border-radius:16px!important;padding:72px 20px!important}.no-products-icon{font-size:3rem!important;opacity:.7}.no-products h3{color:#0f2c5c!important;font-size:1.25rem!important;font-weight:700!important}.no-products p{color:#6b7280!important;font-size:.92rem!important}.back-home-btn{background:#0f2c5c!important;color:#fff!important;border-radius:10px!important;padding:12px 28px!important;font-weight:600!important;font-size:.9rem!important;transition:all .2s ease!important;box-shadow:0 4px 12px #0f2c5c33!important}.back-home-btn:hover{background:#1e3a8a!important;transform:translateY(-1px);box-shadow:0 6px 16px #0f2c5c4d!important}.loading-spinner{border-top-color:#0f2c5c!important}@media(max-width:900px){.category-header{padding:18px!important}.category-toolbar{margin-left:auto}.view-controls{align-self:flex-end}}@media(max-width:768px){.category-content{padding:12px 0 28px!important}.category-header{padding:12px 14px 12px 16px!important;border-radius:12px;margin-bottom:12px!important;flex-direction:column;align-items:stretch;gap:10px;box-shadow:none}.category-header:before{width:3px;border-radius:12px 0 0 12px}.category-title{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title count" "desc desc";align-items:center;column-gap:8px;row-gap:4px;min-width:0}.category-title h1{grid-area:title;font-size:1.02rem!important;line-height:1.15!important;margin:0!important;min-width:0}.category-title p{grid-area:desc;font-size:.76rem!important;margin:0!important;line-height:1.35}.product-count{grid-area:count;padding:3px 8px!important;font-size:.65rem!important;line-height:1.2;white-space:nowrap}.category-toolbar{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-left:0;justify-content:stretch}.category-filter{flex-direction:column;align-items:stretch;gap:4px;min-width:0}.category-filter-label{font-size:.65rem!important;font-weight:600!important;color:#64748b!important;letter-spacing:.04em;text-transform:uppercase}.category-filter__control{width:100%}.category-filter__select,.category-sort__select{width:100%;min-width:0;max-width:none;height:32px;line-height:32px;padding:0 24px 0 10px!important;font-size:.74rem!important;border-radius:10px!important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.category-filter__icon,.category-sort__icon{right:8px;font-size:.72rem}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.products-grid.list .product-card{flex-direction:row}.products-grid.list .product-card .product-image{width:130px!important;height:130px!important}.products-grid.list .product-card .product-info{padding:12px 14px!important}}@media(max-width:480px){.breadcrumb-container{padding:10px 0!important}.category-header{padding:10px 12px 10px 14px!important;margin-bottom:10px!important;gap:8px}.category-title h1{font-size:.95rem!important}.product-count{font-size:.62rem!important;padding:2px 7px!important}.category-toolbar{gap:6px}.category-filter__select,.category-sort__select{height:30px;line-height:30px;font-size:.72rem!important;padding:0 22px 0 8px!important}}.home-persistent-layer[hidden]{display:none!important}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}.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%}.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){.categories-btn{padding:7px 10px}.categories-btn .cat-chevron{display:none}.cart-count{top:2px;right:0;min-width:19px;height:19px;font-size:.7rem;z-index:3}.categories-mega-modal{left:6px!important;right:6px!important;top:60px!important}}@media(max-width:360px){.categories-btn{padding:6px 8px}.search-form input::placeholder{font-size:.8rem}}@media(max-width:768px){.hero-banner{min-height:unset}.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-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}.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}.categories-section{padding:8px 0!important;margin-bottom:8px!important}}@media(max-width:1024px){.category-products-container{padding:0 clamp(12px,3vw,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}.categories-scroll{padding:12px 8px!important;gap:10px!important;justify-content:flex-start!important}.category-item{min-width:88px!important;max-width:100px!important;padding:8px 4px 6px!important}.category-circle{width:80px!important;height:80px!important;padding:0!important;background:transparent!important}.category-name{font-size:.72rem!important;font-weight:700!important;color:#111827!important;max-width:92px!important}}@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-grid{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-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{height:34px;min-width:140px;max-width:min(200px,58vw);padding:0 28px 0 12px;font-size:.8125rem}.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: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 .container{padding:0 16px}}@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:1024px){.commerce-btn-primary,a.commerce-btn-primary,button.commerce-btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;padding:12px 20px;border:none!important;border-radius:999px!important;background:#2563eb!important;color:#fff!important;font-size:.95rem;font-weight:600;line-height:1.2;letter-spacing:0;cursor:pointer;box-sizing:border-box;-webkit-tap-highlight-color:transparent;text-decoration:none;box-shadow:none!important;transition:background .15s ease;font-family:inherit}.commerce-btn-primary:hover:not(:disabled),a.commerce-btn-primary:hover{background:#1d4ed8!important;color:#fff!important}.commerce-btn-primary:active:not(:disabled){background:#1e40af!important}.commerce-btn-primary:disabled{background:#cbd5e1!important;color:#94a3b8!important;cursor:not-allowed}}@media(max-width:768px){.commerce-btn-primary,a.commerce-btn-primary,button.commerce-btn-primary{min-height:44px;padding:10px 16px;font-size:.9rem}}@media(max-width:768px){button,.btn,a.btn{min-height:40px}}
