:root{--frontend-max-width: 1600px;--frontend-padding-x: .2rem;--frontend-padding-y: 1rem;--frontend-section-gap: 1.5rem;--frontend-card-gap: 1rem;--frontend-border-radius: 8px;--frontend-primary: #ff6e14;--frontend-secondary: #000000;--frontend-text: #333;--frontend-light-gray: #f5f5f5;--frontend-border: #e0e0e0;--primary-color: #ff6a00;--secondary-color: #231f20;--text-color: #333;--light-gray: #f5f5f5;--border-color: #e0e0e0}html{scroll-behavior:smooth;overflow-x:clip}body{overflow-x:clip}*,.scroll-container,.overflow-auto,.overflow-x-auto,.overflow-y-auto{scroll-behavior:smooth}@media(min-width:480px){:root{--frontend-padding-x: .5rem;--frontend-padding-y: 1.5rem;--frontend-section-gap: 2rem}}@media(min-width:768px){:root{--frontend-padding-x: .75rem;--frontend-padding-y: 2rem;--frontend-section-gap: 2rem}}@media(min-width:1024px){:root{--frontend-padding-x: .5rem;--frontend-section-gap: 2rem}}.frontend-container{max-width:var(--frontend-max-width);margin:0 auto;padding:var(--frontend-padding-y) var(--frontend-padding-x)}.frontend-container-fluid{max-width:var(--frontend-max-width);margin:0 auto;padding:10px var(--frontend-padding-x) var(--frontend-padding-y) var(--frontend-padding-x)}@media(max-width:767.98px){.frontend-container,.frontend-container-fluid{padding-left:.5rem;padding-right:.5rem}}.frontend-section{margin-bottom:var(--frontend-section-gap)}.frontend-card-grid{gap:var(--frontend-card-gap)}.frontend-page-header{margin-bottom:var(--frontend-section-gap);padding-bottom:1rem;border-bottom:2px solid #f8f9fa}.frontend-page-title{color:var(--frontend-primary);font-weight:600;margin-bottom:.5rem}.section-spacing{margin-bottom:var(--frontend-section-gap)}.card-spacing{margin-bottom:var(--frontend-card-gap)}.back-to-top-btn{position:fixed;bottom:25px;right:25px;width:42px;height:42px;background:var(--frontend-primary);color:#fff;border:none;border-radius:50%;font-size:17px;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(15px);transition:all .3s ease;box-shadow:0 3px 10px #ff6a0066;z-index:9998;display:flex;align-items:center;justify-content:center}.back-to-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-btn:hover{background:var(--frontend-primary-hover);box-shadow:0 5px 14px #ff6a0099;transform:translateY(-2px)}.back-to-top-btn:active{transform:translateY(0);box-shadow:0 2px 6px #ff6a0080}@media(max-width:767.98px){.back-to-top-btn{bottom:85px;right:18px;width:38px;height:38px;font-size:15px}}@media(max-width:479.98px){.back-to-top-btn{bottom:75px;right:12px;width:32px;height:32px;font-size:13px}.back-to-top-btn:hover{transform:translateY(-1px)}}.website-preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:99999;transition:opacity .5s ease-out,visibility .5s ease-out}.website-preloader.fade-out{opacity:0;visibility:hidden}.preloader-logo{max-width:400px;width:90%;height:auto}@media(max-width:767.98px){.preloader-logo{max-width:300px}}@media(max-width:479.98px){.preloader-logo{max-width:250px}}.whatsapp-float-btn{position:fixed;bottom:150px;right:25px;width:60px;height:60px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;text-decoration:none;box-shadow:0 4px 20px #25d36666;z-index:9997;transition:all .3s ease;animation:whatsappPulse 2s infinite}.whatsapp-float-btn:hover{background:#128c7e;color:#fff;transform:scale(1.1);box-shadow:0 6px 25px #25d36699;text-decoration:none}.whatsapp-float-btn:active{transform:scale(.95)}@keyframes whatsappPulse{0%{box-shadow:0 4px 20px #25d36666}50%{box-shadow:0 4px 20px #25d36699,0 0 0 10px #25d3661a}to{box-shadow:0 4px 20px #25d36666}}@media(max-width:767.98px){.whatsapp-float-btn{bottom:135px;right:18px;width:55px;height:55px;font-size:24px}}@media(max-width:479.98px){.whatsapp-float-btn{bottom:125px;right:12px;width:48px;height:48px;font-size:20px}}.mobile-only{display:block}.desktop-block,.desktop-flex{display:none!important}@media(min-width:1024px){.mobile-only{display:none}.desktop-block{display:block!important}.desktop-flex{display:flex!important}}.header-sticky{position:sticky;top:0;z-index:1050;background:var(--frontend-navbar-bg, #003e33);box-shadow:0 2px 8px #0000001a;width:100%}@media(max-width:1023px){.header-sticky{position:sticky;top:0;z-index:1050}}.header-container{max-width:var(--frontend-max-width, 1400px);margin:0 auto;padding:1rem .5rem}@media(max-width:1023px){.header-container{padding:.75rem .5rem .1rem}}.header-main{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media(max-width:1023px){.header-main{display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:.5rem}.header-logo{order:2;justify-self:center}.header-nav{order:3;justify-self:end;display:flex;align-items:center;gap:1rem}.mobile-menu-toggle-wrapper{order:1;justify-self:start}}.header-logo{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;white-space:nowrap}.header-logo-primary,.header-logo-secondary{color:var(--frontend-navbar-text, #ffffff)}.header-search-wrapper{flex-grow:1;max-width:600px;display:none}@media(min-width:1024px){.header-search-wrapper{display:block}}.header-search-form{position:relative;width:100%}.header-search-input{width:100%;padding:.625rem 5rem .625rem 1rem;border:1px solid #d1d5db;border-radius:25px;font-size:.875rem;outline:none;transition:all .2s}.header-search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6a001a}.header-search-btn{position:absolute;right:5px;top:50%;transform:translateY(-50%);height:calc(100% - 10px);padding:0 1.25rem;background:var(--primary-color, #FF6E14);border:none;border-radius:20px;color:#fff;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.header-search-btn:hover{background:var(--secondary-color);transform:translateY(-50%)}.search-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 20px 20px;box-shadow:0 4px 6px -1px #0000001a;max-height:400px;overflow-y:auto;z-index:1000;display:none;margin-top:-5px}.search-autocomplete-dropdown.show{display:block}.search-section-title{padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:#6b7280;background:#f9fafb;border-bottom:1px solid #e5e7eb;text-transform:uppercase}.search-keyword-item,.search-product-item{padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6}.search-keyword-item:hover,.search-product-item:hover{background:#f9fafb}.search-keyword-item{display:flex;align-items:center;gap:.5rem;color:#374151}.search-keyword-icon{color:#9ca3af;font-size:.875rem}.search-product-item{display:flex;gap:.75rem;align-items:center}.search-product-image{width:50px;height:50px;object-fit:cover;border-radius:.375rem;flex-shrink:0}.search-product-info{flex:1;min-width:0}.search-product-name{font-size:.875rem;font-weight:500;color:#111827;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-product-price{font-size:.875rem;font-weight:600;color:var(--frontend-primary, #FF6E14)}.search-brand-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f3f4f6;color:#374151}.search-brand-item:hover{background:#f9fafb}.search-brand-logo{width:40px;height:30px;object-fit:contain;flex-shrink:0}.search-brand-placeholder{width:40px;height:30px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:.25rem;color:#9ca3af;flex-shrink:0}.search-brand-name{font-size:.875rem;font-weight:500}.search-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.search-tag-item{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#f3f4f6;border-radius:9999px;font-size:.813rem;color:#374151;transition:all .2s}.search-tag-item:hover{background:var(--frontend-primary, #FF6E14);color:#fff}.search-tag-item i{font-size:.75rem}.search-view-all-btn{display:flex;align-items:center;justify-content:center;padding:.875rem 1rem;background:var(--frontend-primary, #FF6E14);color:#fff;font-weight:600;font-size:.875rem;border-top:1px solid #e5e7eb;transition:background .2s}.search-view-all-btn:hover{background:var(--frontend-primary-dark, #e65a00);color:#fff}.search-no-results{padding:2rem 1rem;text-align:center;color:#6b7280;font-size:.875rem}.header-nav{display:flex;align-items:center;gap:1rem}.header-nav-link{color:var(--frontend-navbar-text, #ffffff);text-decoration:none;font-size:1.25rem;transition:color .2s;position:relative}.header-cart-badge{position:absolute;top:-.5rem;right:-.5rem;background:var(--primary-color);color:#fff;border-radius:9999px;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700}.header-mobile-search{display:block;margin-top:.5rem;margin-bottom:0}@media(min-width:1024px){.header-mobile-search{display:none}}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--frontend-secondary, #231f20);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px #00000026;z-index:1000;display:flex;justify-content:space-between;padding:4px 8px 6px;border-top:1px solid rgba(255,255,255,.1);overflow-x:hidden;overflow-y:visible;width:100vw;max-width:100vw;box-sizing:border-box;margin:0;min-height:50px}@media(min-width:1024px){.mobile-bottom-nav{display:none}}@media(max-width:1023px){body{padding-bottom:60px;overflow-x:clip}html{overflow-x:clip}main{margin-bottom:60px}}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 8px;color:#ffffffb3;text-decoration:none;font-size:.7rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;background:none;border:none;position:relative;flex:1;min-width:0;text-align:center;border-radius:8px;line-height:1}@media(max-width:360px){.mobile-nav-item{padding:.25rem;font-size:.7rem}.mobile-nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}@media(max-width:320px){.mobile-nav-item{padding:.125rem;font-size:.65rem;gap:.0625rem}.mobile-nav-item svg{width:1.25rem!important;height:1.25rem!important}.mobile-nav-item span{font-size:.6rem;line-height:1}}.mobile-nav-item:active,.mobile-nav-item.active{color:#fff}.mobile-nav-item i{font-size:1.25rem}.mobile-nav-badge{position:absolute;top:4px;right:8px;background:var(--frontend-primary, #FF6E14);color:#fff;border-radius:9999px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;padding:0 4px;border:2px solid white;box-shadow:0 2px 8px #00000026}.mobile-location-sidebar{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1100;transition:right .3s ease;overflow-y:auto}.mobile-location-sidebar.show{right:0}.mobile-sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1099;display:none}.mobile-sidebar-overlay.show{display:block}.mobile-sidebar-header{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:var(--primary-color);color:#fff}.mobile-sidebar-header h3{margin:0;font-size:1.125rem;font-weight:600}.mobile-sidebar-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.mobile-sidebar-content{padding:1.5rem}.header-nav-menu{margin-top:.75rem;border-top:1px solid var(--border-color);padding-top:.75rem}.header-nav-list{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0;font-size:.875rem;font-weight:500;justify-content:space-between;align-items:center}.nav-main-items{display:flex;gap:1rem;align-items:center}.nav-social-items{display:flex;gap:.5rem;align-items:center;margin-left:auto}.header-nav-list a{color:var(--frontend-navbar-text, #ffffff);text-decoration:none;padding:.5rem 0;transition:color .2s}.header-nav-list a:hover,.header-nav-list a.active{color:var(--frontend-navbar-link-hover, #FF6E14)}.header-nav-list a.active{border-bottom:2px solid var(--frontend-navbar-link-hover, #FF6E14)}.header-dropdown{position:relative}.header-dropdown-toggle{background:none;border:none;color:var(--frontend-navbar-text, #ffffff);cursor:pointer;padding:.5rem;font-size:1rem;display:flex;align-items:center;gap:.25rem;transition:color .2s}.header-dropdown-toggle:hover{color:var(--frontend-navbar-link-hover, #FF6E14)}.header-dropdown-menu{position:absolute;right:0;top:100%;margin-top:.5rem;background:#fff;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;min-width:200px;display:none;z-index:1000}.header-dropdown.show .header-dropdown-menu{display:block}.header-dropdown-item{display:block;padding:.625rem 1rem;color:var(--text-color);text-decoration:none;transition:background .2s;border:none;background:none;width:100%;text-align:left;cursor:pointer}.header-dropdown-item:hover{background:var(--light-gray)}.header-dropdown-divider{height:1px;background:var(--border-color);margin:.5rem 0}.help-dropdown-content{min-width:220px;padding:1rem}.help-dropdown-header{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-color)}.help-dropdown-subtitle{font-size:.75rem;color:#6b7280;margin-bottom:1rem}.location-form-group{margin-bottom:.75rem}.location-form-label{display:block;font-size:.75rem;font-weight:500;margin-bottom:.25rem;color:var(--text-color)}.location-form-select{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:.375rem;font-size:.875rem;outline:none}.location-form-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #ff6a001a}.location-save-btn{width:100%;padding:.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background .2s}.location-save-btn:hover{background:#e05d00}.header-mobile-toggle{display:block;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--frontend-navbar-text, #ffffff);transition:color .2s}.header-mobile-toggle:hover{color:var(--frontend-navbar-link-hover, #FF6E14)}.header-mobile-toggle svg{width:1.75rem;height:1.75rem;stroke-width:2}@media(min-width:1024px){.header-mobile-toggle{display:none}}.header-mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;background:#fff;overflow-y:auto;z-index:1100;box-shadow:2px 0 10px #0000001a;transition:left .3s ease}.header-mobile-menu.show{left:0}.mobile-menu-backdrop{position:fixed;inset:0;background:#00000080;z-index:1099;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-backdrop.show{opacity:1;pointer-events:all}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--frontend-primary, #FF6E14);color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #0000001a}.mobile-menu-header h3{margin:0;font-size:1.125rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:#fff}.mobile-menu-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background .2s}.mobile-menu-close:hover{background:#fff3}.mobile-menu-close svg{width:1.5rem;height:1.5rem}.header-mobile-nav{display:flex;flex-direction:column;gap:0;padding:.5rem}.header-mobile-nav a,.header-mobile-nav button{padding:1rem;text-align:left;background:none;border:none;color:#1f2937;text-decoration:none;cursor:pointer;transition:all .2s;border-radius:.5rem;width:100%;font-size:.9375rem;font-weight:500;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}.header-mobile-nav a:hover,.header-mobile-nav button:hover{background:var(--frontend-primary-light, #fff5f0);color:var(--frontend-primary, #FF6E14)}.header-mobile-nav a.active{background:var(--frontend-primary-light, #fff5f0);color:var(--frontend-primary, #FF6E14);font-weight:600}.header-nav .header-cart-badge{position:absolute;top:-8px;right:-8px;background:#fff;color:var(--frontend-primary, #FF6E14);font-size:.75rem;font-weight:600;border:2px solid var(--frontend-primary, #FF6E14);padding:.125rem .375rem;border-radius:9999px;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;line-height:1}.header-nav-link{position:relative;color:var(--frontend-navbar-text, #ffffff);text-decoration:none;padding:.5rem;border-radius:.375rem;transition:color .2s}.header-nav-link:hover{color:var(--frontend-navbar-link-hover, #FF6E14)}.header-mobile-nav a:last-child,.header-mobile-nav button:last-child,.header-mobile-nav form:last-child button{border-bottom:none}.header-mobile-nav form{margin:0}@media(min-width:1024px){.header-mobile-menu,.mobile-menu-backdrop{display:none!important}}.nav-social-link{color:var(--frontend-navbar-text, #ffffff);text-decoration:none;padding:.5rem;transition:color .2s;display:flex;align-items:center;justify-content:center;opacity:.8}.nav-social-link:hover{color:var(--frontend-navbar-link-hover, #FF6E14);opacity:1}.nav-social-link svg{width:1rem;height:1rem}.mobile-social-link{color:var(--frontend-primary, #FF6E14);text-decoration:none;padding:.5rem;border-radius:.5rem;background:#ff6e141a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.mobile-social-link:hover{background:var(--frontend-primary, #FF6E14);color:#fff;transform:translateY(-1px)}.mobile-social-link svg{width:1.25rem;height:1.25rem}.new-footer{background:var(--footer-bg, #1f2937);color:var(--footer-text, #ffffff);padding:3rem 0 1rem;margin-top:3rem}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footer-brand{text-align:left}.footer-brand img{max-height:50px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand h3{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{color:var(--footer-text, #ffffff);opacity:.8;line-height:1.6}.footer-column h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.new-footer .footer-links a{color:var(--footer-link, #d1d5db);text-decoration:none;transition:color .3s ease}.new-footer .footer-links a:hover{color:var(--footer-link-hover, #ffffff)}.footer-middle{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.footer-social h4,.footer-newsletter h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:1rem}.social-icons a{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--footer-link, #d1d5db);text-decoration:none;transition:all .3s ease}.social-icons a:hover{background:var(--footer-link-hover, #ffffff);color:var(--footer-bg, #1f2937)}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;padding:.75rem;border:none;border-radius:4px;background:#ffffff1a;color:#fff}.newsletter-form input::placeholder{color:#fff9}.newsletter-form button{padding:.75rem 1.5rem;background:var(--frontend-primary, #FF6E14);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease}.newsletter-form button:hover{background:var(--frontend-secondary, #ff8c42)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--footer-link, #d1d5db);text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:var(--footer-link-hover, #ffffff)}@media(max-width:768px){.new-footer{padding:2rem 0 1rem}.footer-top{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-brand{text-align:center;order:1}.footer-brand img{max-height:60px;margin-bottom:1rem}.footer-brand h3{font-size:1.75rem;margin-bottom:.75rem}.footer-brand p{font-size:1rem;margin-bottom:0}.footer-column:nth-child(2),.footer-column:nth-child(3){display:none}.footer-column:nth-child(4){order:2;text-align:center}.footer-column h4{font-size:1.25rem;margin-bottom:1rem}.footer-links{font-size:1rem}.footer-links li{margin-bottom:.75rem}.footer-middle{grid-template-columns:1fr;gap:2rem;padding:2rem 0;text-align:center}.footer-social{order:3}.footer-newsletter{order:4}.social-icons{justify-content:center;gap:1.25rem}.social-icons a{width:50px;height:50px;font-size:1.25rem}.newsletter-form{flex-direction:column;max-width:400px;margin:0 auto}.newsletter-form input{padding:1rem;font-size:1rem;margin-bottom:1rem}.newsletter-form button{padding:1rem 2rem;font-size:1rem;width:100%}.footer-bottom{flex-direction:column;gap:1.5rem;padding-top:2rem;text-align:center}.footer-copyright{order:5;font-size:.95rem;line-height:1.5}.footer-bottom-links{order:6;display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-items:center;font-size:.9rem}.footer-bottom-links a:hover{color:var(--footer-link-hover, #ffffff)}}@media(max-width:480px){.new-footer{padding:1.5rem 0 1rem}.footer-top{gap:1.5rem}.footer-middle{gap:1.5rem;padding:1.5rem 0}.social-icons a{width:45px;height:45px;font-size:1.1rem}.footer-bottom-links{grid-template-columns:1fr;gap:.75rem;text-align:center}.footer-bottom-links a:hover{color:var(--footer-link-hover, #ffffff)}}.hero-section{margin-top:1rem}.hero-section .container{max-width:var(--frontend-max-width);padding-left:var(--frontend-padding-x);padding-right:var(--frontend-padding-x)}.heroSwiper .swiper-button-next,.heroSwiper .swiper-button-prev{color:#fff;background:#fff3;width:44px;height:44px;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.heroSwiper .swiper-button-next:hover,.heroSwiper .swiper-button-prev:hover{background:#ffffff4d}.heroSwiper .swiper-button-next:after,.heroSwiper .swiper-button-prev:after{font-size:20px}.heroSwiper .swiper-pagination{bottom:20px}.heroSwiper .swiper-pagination-bullet{background:#fff;opacity:.5;width:10px;height:10px}.heroSwiper .swiper-pagination-bullet-active{opacity:1;width:30px;border-radius:5px}.hero-banner a{transition:transform .3s ease;display:block;height:100%}.hero-banner a:hover{transform:scale(1.02)}.hero-banner img{width:100%;height:auto;display:block}.hero-content{padding:1rem}@media(min-width:1024px){.hero-section .container{padding-left:1.5rem;padding-right:1.5rem}.hero-banner{width:100%}.hero-content h1{font-size:2.5rem}.hero-content .lead{font-size:1.25rem}.hero-content p.text-uppercase{font-size:.875rem}}@media(min-width:768px)and (max-width:1023.98px){.hero-section .container{padding-left:1rem;padding-right:1rem}.hero-section .row.g-3{--bs-gutter-y: .4rem !important;row-gap:.4rem!important}.hero-banner{width:100%}.hero-content{padding:1.5rem}.hero-content h1{font-size:2rem!important}.hero-content .lead{font-size:1.1rem!important}.hero-content p.text-uppercase{font-size:.75rem!important}.btn-lg{padding:.75rem 2rem!important;font-size:1rem!important}.hero-banners{margin-top:0;flex-direction:row!important;gap:.75rem!important}.hero-banner{flex:1!important}}@media(max-width:767.98px){.hero-section{margin-top:0;margin-bottom:.5rem}.hero-section .container{padding-left:.5rem;padding-right:.5rem}.hero-section .row.g-3{--bs-gutter-y: .4rem !important;row-gap:.4rem!important}.hero-banner{width:100%}.hero-content{padding:1rem}.hero-content h1{font-size:1.5rem!important;line-height:1.3!important;margin-bottom:.75rem!important}.hero-content .lead{font-size:.9rem!important;margin-bottom:1rem!important}.hero-content p.text-uppercase{font-size:.7rem!important;margin-bottom:.5rem!important}.btn-lg{padding:.6rem 1.5rem!important;font-size:.9rem!important}.heroSwiper .swiper-button-next,.heroSwiper .swiper-button-prev{display:none}.heroSwiper .swiper-pagination{bottom:10px}.heroSwiper .swiper-pagination-bullet{width:8px;height:8px}.heroSwiper .swiper-pagination-bullet-active{width:20px}.hero-banners{margin-top:0;flex-direction:row!important;gap:.5rem!important}.hero-banner{flex:1!important}}@media(max-width:479.98px){.hero-section .container{padding-left:.5rem;padding-right:.5rem}.hero-content h1{font-size:1.25rem!important}.hero-content .lead{font-size:.85rem!important}.btn-lg{padding:.5rem 1.25rem!important;font-size:.85rem!important}.hero-banners{gap:.5rem!important}.hero-banner h4{font-size:1rem!important}.hero-banner h5{font-size:.9rem!important}.hero-banner p.small{font-size:.75rem!important}}.hero-categories-sidebar{max-height:450px;overflow:hidden}.hero-categories-sidebar .categories-header{background:var(--frontend-primary, #FF6E14);color:#fff}.hero-categories-sidebar .categories-header h5{font-size:1rem!important;font-weight:700!important;margin:0!important}.hero-categories-sidebar .categories-list{max-height:402px;overflow-y:auto}.hero-section h1,.hero-section .display-4{font-size:3rem!important;font-weight:700!important;line-height:1.2!important}@media(max-width:767.98px){.hero-section h1,.hero-section .display-4{font-size:2rem!important}}@media(max-width:479.98px){.hero-section h1,.hero-section .display-4{font-size:1.5rem!important}}.hero-categories-sidebar .categories-list::-webkit-scrollbar{width:6px}.hero-categories-sidebar .categories-list::-webkit-scrollbar-track{background:#f1f1f1}.hero-categories-sidebar .categories-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.hero-categories-sidebar .categories-list::-webkit-scrollbar-thumb:hover{background:#555}.hero-categories-sidebar .category-item{color:#2d3748;transition:all .3s ease}.hero-categories-sidebar .category-item:hover{background:#f8f9fa;padding-left:1.25rem!important;color:var(--frontend-primary, #FF6E14)}.hero-categories-sidebar .category-item:last-child{border-bottom:none}.hero-categories-sidebar .category-name{font-size:.9rem!important;font-weight:500!important}.banners-xl-only{display:none}@media(min-width:1280px){.banners-xl-only{display:block}}@media(max-width:1023.98px){.hero-categories-sidebar{display:none}}.category-card-carousel{display:inline-block;text-align:center}.category-card-carousel .category-link{display:block;text-decoration:none;color:inherit;transition:transform .3s ease}.category-card-carousel .category-link:hover{transform:translateY(-5px)}.category-card-carousel .category-circle-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.category-card-carousel .category-circle{width:100px;height:100px;border-radius:50%;overflow:hidden;background:#f8f9fa;border:3px solid #e9ecef;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s ease;flex-shrink:0}.category-card-carousel .category-link:hover .category-circle{border-color:var(--frontend-primary, #FF6E14);box-shadow:0 4px 15px #ff6e1433;transform:scale(1.05)}.category-card-carousel-small .category-circle{width:80px;height:80px}.category-card-carousel-medium .category-circle{width:100px;height:100px}.category-card-carousel-large .category-circle{width:120px;height:120px}.category-card-carousel .category-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.category-card-carousel .category-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d}.category-card-carousel .category-placeholder i{font-size:2rem}.category-card-carousel-small .category-placeholder i{font-size:1.5rem}.category-card-carousel-large .category-placeholder i{font-size:2.5rem}.category-card-carousel .category-name{font-size:.875rem;font-weight:500;color:#333;text-align:center;line-height:1.3;max-width:120px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.category-card-carousel-small .category-name{font-size:.75rem;max-width:100px}.category-card-carousel-large .category-name{font-size:.95rem;max-width:140px}.category-card-carousel .category-link:hover .category-name{color:var(--frontend-primary, #FF6E14)}@media(max-width:767.98px){.category-card-carousel-small .category-circle{width:70px;height:70px}.category-card-carousel-medium .category-circle{width:85px;height:85px}.category-card-carousel-large .category-circle{width:100px;height:100px}.category-card-carousel .category-name{font-size:.8rem}}@media(max-width:575.98px){.category-card-carousel-small .category-circle{width:60px;height:60px}.category-card-carousel-medium .category-circle{width:75px;height:75px}.category-card-carousel-large .category-circle{width:90px;height:90px}.category-card-carousel .category-name{font-size:.75rem;max-width:90px}.category-card-carousel .category-placeholder i{font-size:1.5rem}}.scroll-snap-wrapper{margin-bottom:3rem;margin-top:1rem}.slider-title{font-size:1rem;font-weight:700;color:#212529;margin-bottom:.5rem}.scroll-snap-container{position:relative}.scroll-snap-track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:20px 4px}.scroll-snap-track::-webkit-scrollbar{display:none}@media(max-width:575.98px){.scroll-snap-track{padding:4px;gap:.5rem}}.scroll-snap-item{flex:0 0 25%;scroll-snap-align:start}@media(min-width:768px){.scroll-snap-item{flex:0 0 16.666%}}@media(min-width:1024px){.scroll-snap-item{flex:0 0 12.5%}}@media(min-width:1280px){.scroll-snap-item{flex:0 0 10%}}.scroll-snap-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;opacity:0;visibility:hidden}.scroll-snap-container:hover .scroll-snap-nav{opacity:1;visibility:visible}.scroll-snap-nav:hover{background:var(--frontend-primary, #FF6E14);color:#fff;border-color:var(--frontend-primary, #FF6E14)}.scroll-snap-nav:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.scroll-snap-prev{left:-5px}.scroll-snap-next{right:-5px}@media(max-width:767.98px){.scroll-snap-nav{display:none}}.scroll-snap-dots{display:flex;justify-content:center;gap:8px;margin-top:15px;padding:0 10px}.scroll-snap-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:background .3s ease;flex-shrink:0}.scroll-snap-dot.active{background:var(--frontend-primary, #FF6E14)}.banner-carousel-wrapper{margin-bottom:1.5rem;width:100%}.banner-grid{display:grid;gap:1rem;width:100%}.banner-grid-home-section-double{grid-template-columns:repeat(2,1fr)}.banner-grid-home-section-triple{grid-template-columns:repeat(3,1fr)}.banner-grid-item{position:relative;overflow:hidden;border-radius:8px;width:100%}.banner-grid-item .banner-image{width:100%;height:auto;display:block;border-radius:8px;transition:transform .3s ease}.banner-grid-item .banner-link,.banner-grid-item .banner-item{display:block;width:100%;height:100%}.banner-grid-item .banner-link:hover .banner-image,.banner-grid-item .banner-item:hover .banner-image{transform:scale(1.02)}@media(min-width:992px){.banner-grid.banner-grid-home-section-double{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;width:100%!important}.banner-grid.banner-grid-home-section-triple{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1rem!important;width:100%!important}.banner-grid-item{display:block!important;width:100%!important}.banner-grid-mobile{display:none!important}}@media(max-width:991.98px){.banner-grid.banner-grid-home-section-double,.banner-grid.banner-grid-home-section-triple{display:none!important}.banner-grid-mobile{display:block!important}}.banner-slide{position:relative;overflow:hidden;border-radius:8px;flex:0 0 100%;scroll-snap-align:start;width:100%}.single-banner{position:relative;overflow:hidden;border-radius:8px}.banner-link,.banner-item{position:relative;display:block;text-decoration:none;transition:transform .3s ease}.banner-link:hover{transform:scale(1.02)}.banner-image{width:100%;height:auto;display:block;border-radius:8px}.banner-image.lazy-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading-shimmer 1.5s infinite}.banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0006,#0003);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:8px}.banner-link:hover .banner-overlay,.banner-item:hover .banner-overlay{opacity:1}.banner-content{text-align:center;color:#fff;padding:1rem}.banner-title{font-size:1.25rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media(max-width:575.98px){.banner-title{font-size:.75rem;padding:.5rem}.banner-carousel-wrapper{margin-bottom:1.5rem}}@media(min-width:576px)and (max-width:991.98px){.banner-title{font-size:.9rem}}@media(min-width:992px){.banner-title{font-size:1.25rem}}.category-carousel-section{background:#fff;margin:1.5rem 0}.category-carousel-section .section-title{font-size:1.5rem;font-weight:700;color:#212529}.category-carousel-section .section-subtitle{font-size:.95rem;color:#6c757d}.category-carousel-section .view-all-link{color:var(--frontend-primary, #FF6E14);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}.category-carousel-section .view-all-link:hover{color:#ff8c42;text-decoration:underline}.category-carousel-container{position:relative;overflow:hidden}.category-carousel{overflow:hidden;padding:.5rem 0}.category-carousel .carousel-track{display:flex;gap:1rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.category-carousel .carousel-item{flex:0 0 calc(50% - .5rem);min-width:0}.category-carousel-container .carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:45px;height:45px;border-radius:50%;background:#fff;border:2px solid var(--frontend-primary, #FF6E14);color:var(--frontend-primary, #FF6E14);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.category-carousel-container .carousel-nav-btn:hover{background:var(--frontend-primary, #FF6E14);color:#fff;box-shadow:0 4px 12px #ff6e144d}.category-carousel-container .carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed}.category-carousel-container .carousel-prev{left:-15px}.category-carousel-container .carousel-next{right:-15px}@media(min-width:576px){.category-carousel .carousel-item{flex:0 0 calc(33.333% - .667rem)}}@media(min-width:768px){.category-carousel .carousel-item{flex:0 0 calc(25% - .75rem)}.category-carousel-container .carousel-prev{left:-20px}.category-carousel-container .carousel-next{right:-20px}}@media(min-width:992px){.category-carousel .carousel-item{flex:0 0 calc(20% - .8rem)}}@media(min-width:1200px){.category-carousel .carousel-item{flex:0 0 calc(16.666% - .833rem)}}@media(max-width:575.98px){.category-carousel-section .section-title{font-size:1.1rem}.category-carousel-section .section-subtitle{font-size:.85rem}.category-carousel-container .carousel-nav-btn{width:35px;height:35px;font-size:.875rem}}.product-card{position:relative;transition:all .3s ease;border:none;width:100%;border-radius:0;box-shadow:none;overflow:hidden}.product-card:hover{transform:translateY(-2px);box-shadow:none}@media(min-width:768px){.product-card:hover:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.05) 100%);pointer-events:none;z-index:1;border-radius:0}.product-cart-section{position:relative;z-index:2}}.flash-sale-card{border:none;box-shadow:none}.flash-sale-card:hover{box-shadow:none}.flash-sale-card .stock-progress{font-size:.6rem}.product-image-wrapper{position:relative;aspect-ratio:1 / 1;background:#fff;overflow:hidden;border-radius:0;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:200px;max-height:400px}.flash-product-image-wrapper{aspect-ratio:1 / 1;background:#fff;overflow:hidden;border-radius:0;display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:200px;max-height:400px}.product-image,.flash-product-image{width:100%;height:100%;object-fit:cover;background-color:#fff;transition:transform .3s ease,filter .3s ease;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000;max-width:100%;display:block;-webkit-object-fit:cover;object-position:center;transform:scale(1)}@media(max-width:991.98px){.product-image-wrapper,.flash-product-image-wrapper{min-height:180px;max-height:350px}}@media(max-width:767.98px){.product-image-wrapper,.flash-product-image-wrapper{min-height:160px;max-height:300px}.product-image,.flash-product-image{-webkit-transform:translateZ(0);transform:translateZ(0);transition:filter .3s ease}}@media(max-width:575.98px){.product-image-wrapper,.flash-product-image-wrapper{min-height:140px;max-height:280px}}@supports (-webkit-touch-callout: none){.product-image-wrapper,.flash-product-image-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-perspective:1000;perspective:1000}.product-image,.flash-product-image{-webkit-transform:scale(1);transform:scale(1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:.001dpcm){.product-image,.flash-product-image{max-width:100%;max-height:100%;-webkit-transform:scale(1);transform:scale(1)}}@media(min-width:768px){.product-card:hover .product-image,.product-card:hover .flash-product-image{transform:scale(1.05)}}.product-image-placeholder{width:100%;height:100%}.badge-new,.badge-featured,.badge-sale,.badge-variants{font-size:.55rem;font-weight:600;padding:.2rem .4rem;border-radius:.25rem;color:#fff;z-index:2;text-transform:uppercase;letter-spacing:.3px}.badge-new{top:.4rem;left:.4rem;background:linear-gradient(135deg,#28a745,#20c997);animation:pulse 2s infinite}.badge-sale{top:2.2rem;left:.4rem;background:#00014749;font-size:.45rem;padding:.2rem .3rem;border-radius:10px}.badge-variants{bottom:.4rem;right:.4rem;background:#343a40e6;color:#fff}.badge-condition{top:2.8rem;left:.4rem;font-size:.45rem;font-weight:600;padding:.15rem .35rem;border-radius:3px;color:#fff;text-transform:uppercase;white-space:nowrap;z-index:2;letter-spacing:.3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}@keyframes flashPulse{0%,to{box-shadow:0 0 #dc3545b3;transform:scale(1)}50%{box-shadow:0 0 0 4px #dc354500;transform:scale(1.02)}}.condition-indicator-mini{width:24px;height:24px;border-radius:50%;box-shadow:0 2px 6px #0003;transition:all .3s cubic-bezier(.4,0,.2,1)}.condition-label-mini{font-size:.65rem;letter-spacing:.5px;margin-top:2px}.condition-indicator-refurbished{background:linear-gradient(45deg,#06b6d4,#22d3ee);border:2px solid #06b6d4}.condition-indicator-used{background:linear-gradient(45deg,#f59e0b,#fbbf24);border:2px solid #f59e0b}.condition-indicator-dot{width:8px;height:8px;background:#fff;border-radius:50%}.condition-indicator-refurbished .condition-indicator-dot{box-shadow:0 0 0 2px #06b6d4}.condition-indicator-used .condition-indicator-dot{box-shadow:0 0 0 2px #f59e0b}.condition-label-refurbished{color:#06b6d4}.condition-label-used{color:#f59e0b}.price-from-label{font-size:.6rem;font-weight:400;color:#6c757d;margin-right:.25rem}.btn-wishlist{top:.5rem;right:.5rem;background:#ffffffe6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#6c757d;transition:all .3s ease;z-index:2}.btn-wishlist:hover{background:#fff;color:#dc3545;transform:scale(1.1)}.btn-wishlist.active{background:#fff;color:#dc3545}.btn-wishlist-flash{top:.5rem;right:.5rem;background:#fffffff2;border:1px solid #ddd;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#dc3545;transition:all .3s ease;z-index:2}.btn-wishlist-flash:hover,.btn-wishlist-flash.active{background:#dc3545;color:#fff;border-color:#dc3545}.product-title{line-height:1.3;color:#212529;margin:0}.product-title a{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2em;max-height:2.4em;color:inherit;position:relative;z-index:3;pointer-events:auto}.product-title:hover{text-decoration:none;color:var(--frontend-primary, #FF6E14)}.product-price{font-size:.75rem;color:var(--frontend-primary, #FF6E14);font-weight:700}.product-card .flash-price-container .flash-price{font-size:.75rem!important;color:#dc3545;font-weight:700}.original-price{font-size:.7rem}.stock-progress{font-size:.65rem}.progress{border-radius:3px;background-color:#e9ecef}.progress-bar{border-radius:3px}.product-cart-section{opacity:1;transform:translateY(0);pointer-events:auto;transition:all .3s ease}@media(min-width:768px){.product-cart-section,.product-card:hover .product-cart-section,.flash-sale-card .product-cart-section{opacity:1;transform:translateY(0);pointer-events:auto}}@media(max-width:767.98px){.product-cart-section{opacity:1;transform:translateY(0);pointer-events:auto}.product-card>a{position:relative;z-index:1}.product-card .p-2.flex-grow-1{position:relative;z-index:2;pointer-events:auto}.product-title{position:relative;z-index:4;pointer-events:auto;touch-action:manipulation;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.product-card:hover .product-image,.product-card:hover .flash-product-image{transform:none}}.add-to-cart-btn,.select-options-btn{font-size:.7rem;padding:.35rem .7rem;border-radius:.375rem;transition:all .3s ease}.add-to-cart-btn:hover{transform:translateY(-1px)}.select-options-btn{border-color:var(--frontend-primary, #FF6E14);color:var(--frontend-primary, #FF6E14)}.select-options-btn:hover{background-color:var(--frontend-primary, #FF6E14);border-color:var(--frontend-primary, #FF6E14);color:#fff}.product-card-skeleton{border-radius:8px;overflow:hidden;animation:skeletonPulse 1.5s ease-in-out infinite alternate}.skeleton-image{height:240px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite}.skeleton-title{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite;border-radius:4px}.skeleton-price{height:14px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite;border-radius:4px}.skeleton-button{height:32px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s infinite;border-radius:4px}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes skeletonPulse{0%{opacity:1}to{opacity:.8}}@media(max-width:991.98px){.badge-new,.badge-featured,.badge-sale{font-size:.5rem;padding:.18rem .35rem}.badge-sale{top:2rem;font-size:.42rem;padding:.18rem .28rem}.btn-wishlist{width:32px;height:32px}.btn-wishlist-flash{width:30px;height:30px}}@media(max-width:767.98px){.badge-new,.badge-featured,.badge-sale{font-size:.45rem;padding:.15rem .3rem;top:.3rem;left:.3rem}.badge-sale{top:1.8rem;font-size:.4rem;padding:.15rem .25rem;border-radius:8px}.badge-condition{top:2.4rem;font-size:.38rem;padding:.12rem .25rem}.btn-wishlist{width:30px;height:30px}.btn-wishlist-flash{width:28px;height:28px}}@media(max-width:575.98px){.product-price,.flash-price{font-size:.7rem}.badge-new,.badge-featured,.badge-sale{font-size:.4rem;padding:.12rem .25rem;top:.25rem;left:.25rem}.badge-sale{top:1.5rem;font-size:.38rem;padding:.12rem .22rem;border-radius:6px}.badge-condition{top:2.1rem;font-size:.35rem;padding:.1rem .2rem}.badge-variants{font-size:.4rem;padding:.1rem .25rem;bottom:.25rem;right:.25rem}.btn-wishlist{width:28px;height:28px}.btn-wishlist-flash{width:26px;height:26px}}@supports (-webkit-touch-callout: none){input,select,textarea{font-size:16px!important}.product-card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-overflow-scrolling:touch}.product-card>a{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.product-card .p-2.flex-grow-1{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important;-webkit-flex:1!important;-ms-flex:1!important;flex:1!important}.product-info{-webkit-flex:1!important;-ms-flex:1!important;flex:1!important;overflow:hidden!important;min-height:0!important}}@supports (-webkit-appearance: none) and (not (aspect-ratio: 1/1)){.product-image-wrapper img,.flash-product-image-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important}}.product-image,.flash-product-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@media(hover:none)and (pointer:coarse){.product-card:hover .product-image,.product-card:hover .flash-product-image{transform:none}.product-card:hover{transform:none;box-shadow:none}}@media(min-width:1280px){.products-col-5{flex:0 0 16.666%;max-width:16.666%}}@media(min-width:1024px)and (max-width:1279.98px){.products-col-5{flex:0 0 20%;max-width:20%}}@media(min-width:768px)and (max-width:1023.98px){.products-col-5{flex:0 0 25%;max-width:25%}}@media(max-width:767.98px){.products-col-5{flex:0 0 50%;max-width:50%}}.product-carousel-section{background:#fff;position:relative}.product-carousel-section .section-header{position:relative;padding-bottom:1rem}.product-carousel-section .section-title{font-size:1.75rem;font-weight:700;color:#212529;margin-bottom:.5rem}.product-carousel-section .section-subtitle{font-size:.95rem;color:#6c757d;max-width:600px;margin:0}.product-carousel-section .view-all-link{color:var(--frontend-primary, #FF6E14);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}.product-carousel-section .view-all-link:hover{color:#ff8c42;text-decoration:underline}.product-carousel-slide{flex:0 0 50%;scroll-snap-align:start;display:flex;align-items:stretch;min-height:0}.product-carousel-slide .product-card{height:100%;display:flex;flex-direction:column}@media(min-width:576px){.product-carousel-slide{flex:0 0 33.333%}}@media(min-width:768px){.product-carousel-slide{flex:0 0 25%}}@media(min-width:1024px){.product-carousel-slide{flex:0 0 20%}}@media(min-width:1280px){.product-carousel-slide{flex:0 0 16.666%}}.product-carousel-section .carousel-empty-state{min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-carousel-section .flash-sale-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.product-carousel-section .flash-sale-title{font-size:1.75rem;font-weight:700;color:#212529;display:inline-flex;align-items:center;gap:.5rem;line-height:1.2}.product-carousel-section .flash-sale-text{color:#dc3545}.product-carousel-section .flash-sale-header .flash-sale-badge{position:relative!important;top:auto!important;left:auto!important;background:#dc3545!important;font-size:.7rem;padding:.4rem .6rem;border-radius:15px;white-space:nowrap;display:inline-flex;align-items:center;animation:pulse-danger 2s infinite!important}@keyframes pulse-danger{0%{box-shadow:0 0 #dc3545b3}70%{box-shadow:0 0 0 10px #dc354500}to{box-shadow:0 0 #dc354500}}.product-carousel-section .flash-sale-subtitle{color:#dc3545!important;font-weight:500}.product-carousel-section .flash-sale-view-all{color:#dc3545!important;font-weight:600;text-decoration:none;transition:all .3s ease}.product-carousel-section .flash-sale-view-all:hover{color:#b02a37!important;text-decoration:underline}@media(max-width:991.98px){.product-carousel-section .section-title{font-size:1.5rem}.product-carousel-section .section-subtitle{font-size:.9rem}.product-carousel-section .view-all-link{font-size:.85rem}}@media(max-width:767.98px){.product-carousel-section .section-title{font-size:1.35rem}.product-carousel-section .flash-sale-header{gap:.5rem}.product-carousel-section .flash-sale-title{font-size:1.35rem;gap:.25rem}.product-carousel-section .flash-sale-badge{font-size:.65rem;padding:.3rem .5rem}.product-carousel-section .section-subtitle{font-size:.85rem}}@media(min-width:768px){.product-carousel-section .section-subtitle{margin-left:0!important;padding-left:0!important}}.offer-badge{transition:all .3s ease;cursor:pointer}.offer-badge:hover{transform:scale(1.1);z-index:15!important}.offer-badge-image{border-radius:4px;box-shadow:0 2px 6px #00000026}.offer-badge-text{animation:offerPulse 2s infinite}.offer-badge-detail{transform:scale(1.2)}.offer-badge-detail:hover{transform:scale(1.3)}@media(max-width:767.98px){.offer-badge{transform:scale(.85)}.offer-badge-detail{transform:scale(1.1)}.offer-badge-detail:hover{transform:scale(1.2)}}@media(max-width:575.98px){.offer-badge{transform:scale(.75)}.offer-badge-detail{transform:scale(1)}.offer-badge-detail:hover{transform:scale(1.1)}}@keyframes offerPulse{0%,to{opacity:1;box-shadow:0 2px 4px #0003}50%{opacity:.9;box-shadow:0 4px 8px #0000004d}}.badge-new+.offer-badge[style*="top: 0.5rem; left: 0.5rem"]{top:2.5rem!important}.badge-sale+.offer-badge[style*="top: 2.2rem; left: 0.4rem"]{top:3.8rem!important}.offer-badge:nth-of-type(2){margin-top:2.5rem}.offer-badge:nth-of-type(3){margin-top:5rem}@media(max-width:767.98px){.offer-badge:nth-of-type(2){margin-top:2rem}.offer-badge:nth-of-type(3){margin-top:4rem}}.brand-carousel-slide{flex:0 0 25%;scroll-snap-align:start;display:flex;align-items:stretch}@media(min-width:576px){.brand-carousel-slide{flex:0 0 20%}}@media(min-width:768px){.brand-carousel-slide{flex:0 0 16.666%}}@media(min-width:992px){.brand-carousel-slide{flex:0 0 12.5%}}.brand-carousel-wrapper .slider-title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.5rem}.brand-carousel-wrapper .slider-subtitle{font-size:.95rem;color:#6c757d}.brand-carousel-wrapper .brand-slide-item{display:flex;box-sizing:border-box;max-width:100%}.brand-carousel-wrapper .brand-slide-item .brand-card{width:100%;display:flex;flex-direction:column;box-sizing:border-box;max-height:none}.brand-carousel-wrapper .brand-image-wrapper{width:100%;flex-shrink:0;max-width:100%}@media(max-width:992px){.brand-carousel-wrapper .slider-title{font-size:1.25rem}}@media(max-width:768px){.brand-carousel-wrapper .slider-title{font-size:1.1rem}.brand-carousel-wrapper .slider-subtitle{font-size:.85rem}}@media(max-width:576px){.brand-carousel-wrapper .slider-header{padding:.75rem 0}}.section-header{position:relative;padding-bottom:1rem}.section-title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.5rem}.section-subtitle{font-size:.95rem;color:#6c757d;max-width:600px;margin:0}.view-all-link{color:var(--frontend-primary, #FF6E14);font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease}.view-all-link:hover{color:#ff8c42;text-decoration:underline}@media(max-width:1023.98px){.section-title{font-size:1.25rem}.section-subtitle{font-size:.9rem}}@media(max-width:767.98px){.section-title{font-size:1.1rem}.section-subtitle,.view-all-link{font-size:.85rem}}@media(min-width:768px){.section-subtitle{margin-left:0!important;padding-left:0!important}}.sale-product-item{opacity:0;animation:fadeIn .5s ease-in forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-showcases-wrapper{background-color:#f8f9fa;margin:1.5rem 0}.category-showcases-container{padding:0}.category-showcase-card{padding:1rem .5rem;height:100%;box-shadow:0 2px 8px #00000014}.category-showcase-header{text-align:center;margin-bottom:1rem}.category-showcase-title{font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.25rem}.category-showcase-subtitle{font-size:.875rem;color:#6c757d;margin-bottom:0}.category-showcase-item{transition:transform .2s ease}.category-showcase-item:hover{transform:translateY(-2px)}.category-showcase-image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:#fff;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a;border-radius:.375rem}.category-showcase-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.category-showcase-item:hover .category-showcase-image{transform:scale(1.05)}.category-showcase-text{text-align:center}.category-showcase-name{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.category-showcase-count{font-size:.75rem;color:#6c757d;margin-bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.category-showcases-wrapper{padding:0 .2rem}.category-showcase-card{padding:.75rem .5rem;max-width:500px;margin:0 auto}.category-showcase-header{margin-bottom:1rem}.category-showcase-title{font-size:1rem}.category-showcase-subtitle{font-size:.8rem}.category-showcase-image-wrapper{margin-bottom:.375rem}.category-showcase-name{font-size:.8rem}.category-showcase-count{font-size:.7rem}}@media(min-width:768px)and (max-width:991px){.category-showcase-card{padding:.75rem .5rem}.category-showcase-name{font-size:.8rem}.category-showcase-image-wrapper{margin-bottom:.375rem}}@media(min-width:992px)and (max-width:1199px){.category-showcase-name{font-size:.85rem}}.desktop-filter-sidebar a:not(.btn){color:var(--frontend-link-color, #FF6E14)}.desktop-filter-sidebar a:not(.btn):hover{color:var(--frontend-link-hover-color, #ff8c42)}.desktop-filter-sidebar .btn-link{color:var(--frontend-link-color, #FF6E14)!important}.desktop-filter-sidebar .btn-link:hover{color:var(--frontend-link-hover-color, #ff8c42)!important}.desktop-filter-sidebar .form-check .form-check-label,.desktop-filter-sidebar .card-body .form-check-label,.filter-body .form-check-label,.desktop-filter-sidebar .form-check-label{color:var(--frontend-text-primary, #333333)!important;font-weight:400!important}.desktop-filter-sidebar label,.desktop-filter-sidebar .form-label,.desktop-filter-sidebar .category-filter-item .form-check-label,.desktop-filter-sidebar .ms-3 .form-check-label,.desktop-filter-sidebar .ms-6 .form-check-label,.desktop-filter-sidebar .ms-9 .form-check-label{color:var(--frontend-text-primary, #333333)!important}.filter-section{border-bottom:1px solid #e9ecef}.card-body .badge{font-size:.7rem}.filter-header{width:100%;padding:1rem;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s;font-weight:500;color:#333;font-size:.875rem}.filter-header:hover{background-color:#f8f9fa}.filter-header .bi-chevron-down{transition:transform .3s;font-size:.875rem;color:#6c757d}.filter-header[aria-expanded=true] .bi-chevron-down{transform:rotate(180deg)}.filter-body{padding:1rem;max-height:300px;overflow-y:auto;font-size:.8125rem}.filter-body .form-check-label{font-size:.8125rem;color:var(--frontend-text-primary, #333333)}.filter-body .form-label{font-size:.75rem}.filter-body::-webkit-scrollbar{width:6px}.filter-body::-webkit-scrollbar-track{background:#f1f1f1}.filter-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filter-body::-webkit-scrollbar-thumb:hover{background:#555}.form-check-input:checked{background-color:#ff6e14;border-color:#ff6e14}.category-prefix{font-family:Courier New,monospace;font-size:.75rem;margin-right:.25rem;opacity:.7}.ms-3 .form-check-label{font-size:.8rem}.ms-6 .form-check-label{font-size:.75rem;color:#6c757d}.ms-9 .form-check-label{font-size:.7rem;color:#8a8a8a}.form-check:hover .form-check-label{color:var(--frontend-link-hover-color, #FF6E14);transition:color .2s ease}.desktop-filter-sidebar .form-check-input:checked~.form-check-label{color:var(--frontend-primary, #FF6E14);font-weight:600}.ms-3:before,.ms-6:before,.ms-9:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:1px;background:#e9ecef;opacity:.5}.form-check-input:focus{border-color:#ff6e14;box-shadow:0 0 0 .25rem #ff6e1440}.form-check-input-sm{width:.875rem;height:.875rem;margin-top:.125rem}.filter-body .mb-2:last-child{margin-bottom:0!important}.ms-3 .form-check-label{font-size:.875rem;line-height:1.3}.ms-3 .badge{font-size:.65rem!important;padding:.25em .4em}.category-toggle svg{transition:transform .3s ease}.category-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.category-toggle:hover{color:var(--frontend-link-hover-color, #FF6E14)!important}.category-filter-item{transition:background-color .2s ease}@media(min-width:992px){.desktop-filter-sidebar{position:sticky;top:130px;align-self:flex-start}.desktop-filter-sidebar .card{max-height:calc(100vh - 150px);overflow-y:auto}}.product-condition-badge{font-size:.7rem;padding:.35rem .6rem;border-radius:4px;display:inline-flex;align-items:center;gap:.25rem;transition:all .2s ease}.product-condition-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.condition-badge-icon{width:.75rem;height:.75rem;display:inline-block;flex-shrink:0}.condition-badge-text{line-height:1;white-space:nowrap}@media(min-width:768px)and (max-width:991.98px){.product-condition-badge{font-size:.75rem;padding:.4rem .7rem}.condition-badge-icon{width:.85rem;height:.85rem}}@media(min-width:992px){.product-condition-badge{font-size:.8rem;padding:.45rem .75rem}.condition-badge-icon{width:.9rem;height:.9rem}}@media(max-width:767.98px){.product-condition-badge{font-size:.75rem;padding:.4rem .65rem}.condition-badge-icon{width:.8rem;height:.8rem}}.social-share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1.5px solid #e0e0e0;background:#fff;color:#666;transition:all .2s ease;cursor:pointer;text-decoration:none}.social-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;text-decoration:none}.social-share-btn.facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.social-share-btn.twitter:hover{background:#000;border-color:#000;color:#fff}.social-share-btn.whatsapp:hover{background:#25d366;border-color:#25d366;color:#fff}.social-share-btn.linkedin:hover{background:#0077b5;border-color:#0077b5;color:#fff}.social-share-btn.copy-link:hover{background:#ff6e14;border-color:#ff6e14;color:#fff}@media(max-width:576px){.social-share-btn{width:32px;height:32px}.social-share-btn svg{width:16px!important;height:16px!important}}.flash-sale-badge-icon-desktop{position:absolute;bottom:15px;right:15px;z-index:5;transition:all .3s ease;display:block}.flash-sale-badge-icon-desktop:hover{transform:scale(1.1)}.flash-sale-icon-desktop{width:110px;height:110px;object-fit:contain;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.flash-sale-badge-icon-mobile{position:absolute;bottom:55px;right:15px;z-index:9;transition:all .3s ease;display:block}.flash-sale-icon-mobile{width:90px;height:90px;object-fit:contain;display:block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}#productActionButtons button{transition:all .3s ease}#productActionButtons button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003!important}#productActionButtons button:active{transform:translateY(0)}body{background:#f8f9fa}.main-product-image,.carousel-image-item img{transition:opacity .3s ease-in-out}.thumbnail-image{transition:all .2s ease-in-out}.product-description img{max-width:100%;height:auto;display:block;margin:1rem auto}@media(min-width:768px){.sticky-image-column{position:sticky;top:150px;z-index:50;align-self:flex-start}}@media(min-width:992px){.sticky-sidebar{position:sticky;top:150px;z-index:100}}@media(max-width:575.98px){.col-md-7 .product-title{font-size:1rem!important;font-weight:600!important}.col-md-7 .product-price{font-size:1.25rem!important;font-weight:700!important}.col-md-7 .original-price{font-size:.875rem!important}.col-md-7 .savings-text{font-size:.75rem!important}}@media(min-width:576px)and (max-width:767.98px){.col-md-7 .product-title{font-size:1.125rem!important}.col-md-7 .product-price{font-size:1.375rem!important}.col-md-7 .original-price{font-size:.938rem!important}}@media(max-width:991.98px){.col-lg-4.col-xl-4{margin-top:1rem}}@media(max-width:767.98px){.card-header h6{font-size:.85rem!important}.card-body{padding:.75rem!important}.col-md-5,.col-md-7{flex:0 0 100%;max-width:100%}#mainImage{max-height:300px!important}}@media(min-width:768px)and (max-width:991.98px){#mainImage{max-height:350px!important}.col-md-7 .product-title{font-size:1.125rem!important}.col-md-7 .product-price{font-size:1.375rem!important}}.rating-input{display:flex;flex-direction:row-reverse;justify-content:flex-end}.rating-input input{display:none}.rating-input label{cursor:pointer;font-size:2rem;color:#ddd;padding:0 .1rem}.rating-input label:hover,.rating-input label:hover~label,.rating-input input:checked~label{color:#ffc107}.variant-label{transition:all .3s ease;border:2px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem;background:#fff;cursor:pointer;font-size:.875rem}.variant-label:hover{background-color:#fff5f0;border-color:#ff6e14!important;transform:translateY(-2px);box-shadow:0 4px 12px #ff6e1433}.btn-check:checked+.variant-label{background:#ff6e14!important;color:#fff!important;border-color:#ff6e14!important;transform:scale(1.05);box-shadow:0 6px 20px #ff6e1466}.variant-color-swatch{display:inline-flex;flex-direction:column;align-items:center;gap:.375rem;cursor:pointer;transition:all .3s ease}.variant-color-swatch:hover{transform:translateY(-2px)}.color-swatch{width:40px;height:40px;border-radius:50%;display:block;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.btn-check:checked+.variant-color-swatch .color-swatch{border-color:#ff6e14!important;border-width:3px!important;box-shadow:0 0 0 3px #ff6e1433,0 4px 12px #00000026;transform:scale(1.1)}.btn-check:hover+.variant-color-swatch .color-swatch{transform:scale(1.05);box-shadow:0 4px 12px #0003}.color-name{font-size:.8rem;color:#666;font-weight:500}.btn-check:checked+.variant-color-swatch .color-name{color:#ff6e14;font-weight:600}.add-to-cart-btn{position:relative;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #ff6e144d}.add-to-cart-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff6e1480;background:#e05d00!important}.add-to-cart-btn:active{transform:translateY(-1px)}.tag-badge:hover{background:#ff6e14!important;color:#fff!important;transform:translateY(-2px)}.card.border-0.bg-light{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.nav-tabs .nav-link{color:#666;transition:all .3s ease;font-size:.875rem}.nav-tabs .nav-link:hover:not(.active){background:color-mix(in srgb,var(--frontend-primary, #FF6E14) 5%,white)!important;color:var(--frontend-primary, #FF6E14)}.nav-tabs .nav-link.active{background:#fff!important;color:var(--frontend-primary, #FF6E14)!important;box-shadow:0 2px 8px #00000014}a[href*=policy]:hover{background:var(--frontend-primary, #FF6E14)!important;color:#fff!important}a[href*=policy]:hover svg{color:#fff!important}.tab-content{font-size:.8rem;color:#1f2937!important}.tab-content h5{font-size:.95rem;color:#1f2937!important}.tab-content h6{font-size:.85rem;color:#1f2937!important}.tab-content p,.tab-content li,.tab-content .card-title{font-size:.8rem;color:#1f2937!important}.tab-content strong,.tab-content b,.tab-content h1,.tab-content h2,.tab-content h3,.tab-content h4,.tab-content div,.tab-content span{color:#1f2937!important}.product-description{font-size:.8rem;line-height:1.5;color:#1f2937!important}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{font-size:.9rem;margin-bottom:.75rem;color:#1f2937!important}.product-short-description{font-size:.8rem;line-height:1.5;color:#1f2937!important}@media(max-width:768px){.product-title{font-size:1rem!important}.tab-content{font-size:.75rem!important}.tab-content h5{font-size:.875rem!important}.tab-content h6{font-size:.8rem!important}.tab-content p,.tab-content li,.product-description{font-size:.75rem!important}.product-description h1,.product-description h2,.product-description h3,.product-description h4,.product-description h5,.product-description h6{font-size:.85rem!important}.product-short-description{font-size:.75rem!important}.nav-tabs .nav-link{font-size:.8rem!important;padding:.5rem 1rem!important}}@media(max-width:480px){.product-title{font-size:.95rem!important}.tab-content,.product-description,.product-short-description{font-size:.7rem!important}.nav-tabs .nav-link{font-size:.75rem!important;padding:.4rem .8rem!important}}.img-thumbnail{transition:all .3s ease;border:2px solid #dee2e6}.img-thumbnail:hover{border-color:#0d6efd;transform:scale(1.05);box-shadow:0 4px 8px #0000001a}.wishlist-btn-mobile,.wishlist-btn-desktop{transition:all .3s ease}.wishlist-btn-mobile:hover,.wishlist-btn-desktop:hover{transform:scale(1.15);box-shadow:0 4px 16px #ff6e1466!important;background:#ff6e141a!important}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.product-images-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;gap:0;scrollbar-width:none}.product-images-carousel::-webkit-scrollbar{display:none}.carousel-image-item{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.carousel-image-item img{display:block}.image-counter{position:absolute;bottom:15px;right:15px;background:#00000059;color:#fffc;padding:6px 10px;border-radius:4px;font-size:.7rem;font-weight:500;z-index:8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:none}.carousel-indicators-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.indicator-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:all .3s ease;cursor:pointer}.indicator-dot.active{width:24px;border-radius:6px;background:#fff;box-shadow:0 2px 6px #0000004d}.wishlist-btn-desktop.active,.wishlist-btn-mobile.active{background:#fff!important}.wishlist-btn-desktop.active svg,.wishlist-btn-mobile.active svg{color:#dc3545!important}.flash-sale-banner{background:linear-gradient(135deg,#dc3545,#e55a6a,#dc3545);border-radius:8px;overflow:hidden;position:relative;box-shadow:0 4px 15px #dc35454d}.flash-sale-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.flash-sale-banner-content{padding:1.5rem;position:relative;z-index:1}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.countdown-item{background:#ffffff26;border-radius:8px;padding:.75rem .5rem;text-align:center;min-width:60px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.countdown-value{display:block;font-size:1.5rem;font-weight:700;color:#fff;line-height:1}.countdown-label{display:block;font-size:.75rem;color:#ffffffe6;margin-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.countdown-separator{font-size:1.5rem;font-weight:700;color:#fff;margin:0 .25rem}@media(max-width:768px){.flash-sale-banner-content{padding:1rem}.countdown-item{min-width:50px;padding:.5rem .25rem}.countdown-value{font-size:1.25rem}.countdown-label{font-size:.7rem}.countdown-separator{font-size:1.25rem;margin:0 .125rem}}@media(max-width:576px){.countdown-timer{gap:.25rem}.countdown-item{min-width:45px;padding:.4rem .2rem}.countdown-value{font-size:1.1rem}.countdown-label{font-size:.65rem}}
