.filter{width:100%;margin:0 0 10px;background:#f9f9f9;border:1px solid #f0f0f0;border-radius:6px;padding:10px 10px 5px;box-shadow:0 1px 3px rgba(0,0,0,0.05);position:relative;font-size:clamp(13px,3.4vw,15px);line-height:1.5;-webkit-text-size-adjust:100%;text-size-adjust:100%;}.filter-main{margin-bottom:10px;}.filter-main::after{content:'';display:table;clear:both;}.filter select{float:left;width:160px;margin-right:10px;background-color:#FFF;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 5px center;background-size:12px auto;border:1px solid #e3e3e3;padding:8px 0 8px 10px;border-radius:4px;color:#333;font-family:inherit;font-size:inherit;cursor:pointer;transition:all 0.2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.filter select::-ms-expand{display:none;}.filter select:hover{border-color:#e63946;}.filter select:focus{outline:none;border-color:#e63946;box-shadow:0 0 0 2px rgba(230,57,70,0.1);}.filter-toggle-input{display:none;}.filter-toggle-btn{position:absolute;top:10px;right:90px;flex:0 0 auto;padding:8px 20px;background:linear-gradient(135deg,#f8f9fa 0%,#f5f7f9 100%);border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-family:inherit;font-size:inherit;color:#333;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all 0.2s ease;box-shadow:0 2px 4px rgb(140 140 140 / 8%);line-height:1.5;vertical-align:middle;}.filter-toggle-btn:hover{background:linear-gradient(135deg,#e9ecef 0%,#d8d8d8 100%);border-color:#bbb;box-shadow:0 3px 6px rgba(0,0,0,0.12);transform:translateY(-1px);}.filter-toggle-btn-text{white-space:nowrap;}.filter-toggle-btn-text::before{content:'Mở rộng bộ lọc';}.filter-toggle-input:checked ~ .filter-toggle-btn .filter-toggle-btn-text::before{content:'Ẩn bộ lọc';}.filter-toggle-btn-icon{font-size:0.65rem;transition:transform 0.2s ease;}.filter-toggle-input:checked ~ .filter-toggle-btn .filter-toggle-btn-icon{transform:rotate(180deg);}.filter-submit-btn{float:right;padding:8px 20px;background:linear-gradient(135deg,#e63946 0%,#d62839 100%);color:#fff;border:none;border-radius:4px;font-family:inherit;font-size:inherit;font-weight:600;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(230,57,70,0.2);line-height:1.5;}.filter-submit-btn:hover{background:linear-gradient(135deg,#d62839 0%,#c51f2f 100%);box-shadow:0 3px 6px rgba(230,57,70,0.3);transform:translateY(-1px);}.filter-submit-btn:active{transform:translateY(0);box-shadow:0 1px 2px rgba(230,57,70,0.2);}.filter-submit-btn:disabled{background:#d1d5db;cursor:not-allowed;opacity:0.7;box-shadow:none;transform:none;}.filter-clear-btn{display:inline-block;float:left;margin-top:15px;padding:6px 12px;background:#fff5f5;color:#dc2626;border:1px solid #fecaca;border-radius:20px;font-size:inherit;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;transition:all 0.2s ease;line-height:1.4;}.filter-clear-btn:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5;}.filter-advanced{max-height:0;overflow:hidden;opacity:0;transition:all 0.3s ease;margin-top:0;}.filter-toggle-input:checked ~ .filter-advanced{max-height:600px;opacity:1;margin-top:15px;padding-top:15px;padding-bottom:10px;border-top:1px solid #e9ecef;}.filter-current-results{display:flex;align-items:center;padding:8px 12px;margin-bottom:10px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;font-size:inherit;color:#0369a1;}.filter-results-text{display:flex;align-items:center;gap:4px;}.filter-results-loading{display:inline-flex;align-items:center;margin-left:6px;}.filter-results-loading .spinner{display:inline-block;width:14px;height:14px;border:2px solid #bae6fd;border-top-color:#0369a1;border-radius:50%;animation:spin .6s linear infinite;}@keyframes spin{to{transform:rotate(360deg);}}.selected-filters-container{display:none;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 0;border-top:1px solid #e9ecef;margin-top:10px;}.selected-filters{display:flex;flex-wrap:wrap;gap:8px;flex:1;}.selected-filter-tag{display:inline-flex;align-items:center;padding:6px 12px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:20px;font-size:inherit;color:#374151;gap:6px;transition:all 0.2s ease;}.selected-filter-tag:hover{background:#e5e7eb;}.selected-filter-tag .remove-filter{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;font-size:inherit;color:#6b7280;transition:color 0.2s ease;line-height:1;}.selected-filter-tag .remove-filter:hover{color:#dc2626;}.clear-all-filters{font-size:inherit;color:#3b82f6;text-decoration:none;white-space:nowrap;padding:6px 0;transition:color 0.2s ease;}.clear-all-filters:hover{color:#1d4ed8;text-decoration:underline;}.filter-group{margin-bottom:15px;}.filter-group:last-child{margin-bottom:0;}.filter-group-label{display:block;font-size:inherit;font-weight:600;color:#495057;margin-bottom:8px;text-transform:uppercase;letter-spacing:0.5px;}.filter-options{display:flex;flex-wrap:wrap;gap:8px;}.filter-checkbox{display:inline-flex;align-items:center;padding:4px 8px;background:#f8f9fa;border:1px solid #e3e3e3;border-radius:20px;cursor:pointer;font-size:0.85rem;color:#495057;transition:all 0.2s ease;user-select:none;}.filter-checkbox:hover{background:#e9ecef;border-color:#e63946;color:#e63946;}.filter-checkbox input[type="checkbox"]{margin:0 5px 0 0;cursor:pointer;width:12px;height:12px;}.filter-checkbox input[type="checkbox"]:checked + span{color:#e63946;font-weight:600;}.filter-checkbox:has(input:checked){background:#fff5f5;border-color:#e63946;color:#e63946;}.color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-left:3px;border:1px solid #ddd;vertical-align:middle;transform:translateY(-1px);box-shadow:0 1px 2px rgba(0,0,0,0.1);}.filter-energy-types{display:inline-block;margin-bottom:10px;margin-right:10px;float:left;}.filter-label{font-size:inherit;color:#333;margin-right:8px;font-weight:600;}.energy-type-checkbox{display:inline-block;margin-right:12px;cursor:pointer;font-size:inherit;color:#333;user-select:none;}.energy-type-checkbox input[type="checkbox"]{margin-right:4px;cursor:pointer;width:16px;height:16px;vertical-align:middle;}.energy-type-checkbox span{vertical-align:middle;}.energy-type-checkbox:hover{color:#e63946;}@media only screen and (max-width:680px){.filter{width:100%;padding:8px;background-color:#fff;font-size:clamp(12px,2.55vw,14px);}.filter-main{margin-bottom:10px;}.filter-main::after{content:'';display:table;clear:both;}.filter select{float:left;width:calc(50% - 36px);margin-right:8px;padding:7px 0 7px 8px;}.filter select:last-of-type{margin-right:8px;}.filter-submit-btn{float:right;padding:7px 16px;}.filter-toggle-btn{position:relative;top:auto;width:100%;margin-top:-20px;padding:25px 8px 0;justify-content:center;border:none;right:auto;background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,0.7) 30%,#fff 100%) !important;z-index:10;box-shadow:none !important;}.filter-toggle-btn:hover,.filter-toggle-btn:active{background:linear-gradient(to bottom,transparent 0%,rgba(255,255,255,0.7) 30%,#fff 100%) !important;transform:none !important;box-shadow:none !important;border:none !important;}.filter-clear-btn{float:left;padding:5px 10px;}.filter-toggle-btn-text{display:inline;}.filter-toggle-btn-icon{display:inline;}.filter-toggle-input:checked ~ .filter-advanced{max-height:1200px;margin-top:12px;padding-top:12px;}.selected-filters-container{padding:8px 0;gap:6px;}.selected-filters{gap:6px;}.selected-filter-tag{padding:5px 10px;gap:4px;}.selected-filter-tag .remove-filter{width:14px;height:14px;}.filter-group{margin-bottom:12px;}.filter-group-label{margin-bottom:6px;}.filter-options{gap:6px;}.filter-checkbox{padding:5px 10px;}.filter-checkbox input[type="checkbox"]{width:14px;height:14px;}.color-dot{width:12px;height:12px;margin-left:2px;}.filter-energy-types{width:100%;float:none;margin-bottom:15px;}.filter-label{display:block;margin-bottom:8px;}.energy-type-checkbox{display:block;margin-bottom:8px;margin-right:0;}.filter-app-control{width:100%;float:none;margin-bottom:15px;}}@media only screen and (max-width:380px){.filter{}}@media only screen and (max-width:390px){.filter{font-size:clamp(10px,2.28vw,11px);}}.sub-category{width:100%;height:40px;display:block;display:flex;overflow-x:auto;overflow-y:hidden;margin-bottom:10px;}.sub-category::-webkit-scrollbar{width:0;height:0;}.sub-category a{height:35px;display:block;background-color:#f3f4f6;border-radius:10px;color:#333;border:1px solid #e3e3e3;font-size:0.8125rem;padding:10px 10px 0;white-space:nowrap;text-decoration:none;margin-right:10px;font:400 0.8125rem Arial;}.sub-category a:hover{color:brown;}.product-list{width:100%;display:grid;margin:0 0 30px 0;padding:0;list-style:none;}.product-list .no-products{grid-column:1 / -1;text-align:center;padding:60px 20px;background:#f9fafb;border-radius:12px;list-style:none;}.lazy-load-status{grid-column:1 / -1;width:100%;margin:0;padding:40px 20px;color:#6b7280;}.product-list .no-products p{color:#6b7280;font-size:1rem;font-weight:500;margin:0;}@media only screen and (min-width:1281px){.product-list{grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px) calc(20% - 8px);}}@media only screen and (min-width:721px) and (max-width:1280px){.product-list{grid-column-gap:8px;grid-row-gap:8px;grid-template-columns:calc(25% - 6px) calc(25% - 6px) calc(25% - 6px) calc(25% - 6px);}}@media only screen and (min-width:601px) and (max-width:720px){.product-list{grid-column-gap:9px;grid-row-gap:9px;grid-template-columns:calc(33.33% - 6px) calc(33.33% - 6px) calc(33.33% - 6px);}}@media only screen and (max-width:600px){.product-list{grid-column-gap:10px;grid-row-gap:10px;grid-template-columns:calc(50% - 5px) calc(50% - 5px);}}.product-list li{background:#ffffff;list-style:none;position:relative;-webkit-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08);overflow:hidden;}.product-list li:hover{background-color:#ffffff;}.product-list li .product-colors{display:flex !important;flex-wrap:wrap;gap:4px !important;margin-top:5px !important;padding:0;}.product-list li .product-colors .product-code{display:inline-flex !important;align-items:center;gap:0 !important;padding:2px 8px 2px 7px !important;border:1px solid #e8e8e8 !important;border-radius:6px !important;font:500 clamp(9px,2.4vw,10px) "Helvetica Neue",Helvetica,Arial,sans-serif;background:#f3f3f3 !important;color:#aaaaaa;box-shadow:0 1px 2px rgba(91,76,200,0.1);line-height:1.45;}.product-list li .product-colors .product-code:hover{border-color:#9584e0 !important;background:linear-gradient(180deg,#f3efff 0%,#e9e4fb 100%) !important;box-shadow:0 1px 3px rgba(91,76,200,0.16);}.product-list li .product-colors .color-name,.product-list li .product-colors .color-code{font-size:inherit !important;line-height:inherit;vertical-align:baseline;}.product-list li .product-colors .color-name{color:#4a4458;font-weight:500;letter-spacing:0.02em;}.product-list li .product-colors .color-code{margin-left:5px;padding-left:5px;border-left:1px solid #7b7b7b;color:#c10073;font-weight:500;letter-spacing:0.03em;}@media only screen and (max-width:380px){.product-list li .product-colors .product-code{padding:1px 6px !important;border-radius:7px !important;font-size:9px !important;}}.product-list li .edit-btn{padding:3px 5px;position:absolute;border:1px solid #e3e3e3;background-color:#FFF;color:#555;font-size:0.75rem;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;border-radius:10px;top:2px;right:2px;cursor:pointer;display:block;z-index:1;}.product-list li .edit:hover{opacity:1;}.product-list li a{text-decoration:none;}.product-list li img{width:100%;border-radius:0;margin:auto;-webkit-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;object-fit:cover;}.product-list li .product-name{min-height:2.6em;font-size:clamp(12px,3.2vw,14px);line-height:1.3;color:#1f2937;margin-top:8px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;font-weight:500;font-family:'Inter','SF Pro Display',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',sans-serif;letter-spacing:-0.01rem;}.old-price{color:#9ca3af;font-size:0.75rem;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;margin:2px 0 0;line-height:1.15;}.old-price span{text-decoration:line-through;}.new-price{font-weight:700;color:#dc2626;font-size:clamp(12px,11px + 0.5vw,15px);margin:0;line-height:1.15;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}.product-list .price{width:100%;padding:0 12px 6px;color:#dc2626;text-align:left;position:relative;}.product-list .dct-price{width:120px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:clamp(12px,11px + 0.5vw,15px);font-weight:700;color:#dc2626;}.product-list .cur-price{width:120px;color:#9ca3af;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;font-size:0.8125rem;font-weight:400;text-decoration:line-through;}.product-list .flash-sale-clock{width:78px;position:absolute;right:8px;top:0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:0.9375rem;font-weight:600;color:#ef4444;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:0 5px;text-align:center;border-radius:6px;}@media only screen and (min-width:601px) and (max-width:1024px){.product-list .dct-price{width:auto;max-width:calc(100% - 62px);font-size:clamp(11px,10px + 0.35vw,12px);}.product-list .new-price{font-size:clamp(11px,10px + 0.35vw,12px);}.product-list .cur-price,.product-list .old-price{display:block;width:100%;font-size:0.75rem;}.product-list .flash-sale-clock{position:absolute;right:8px;top:0;width:auto;font-size:0.75rem;}}.more-category{display:block;font-family:Arial,Helvetica,sans-serif;margin-bottom:50px;text-align:center;border-bottom:1px solid #e3e3e3;padding-bottom:5px;cursor:pointer;color:#000;text-decoration:none;}@media only screen and (max-width:680px){.old-price,.new-price{float:none;display:block;}.new-price{margin-top:5px;}.product-list .flash-sale-clock{width:auto !important;min-width:72px;font:600 0.8125rem Helvetica Neue,Helvetica,Arial,sans-serif;padding:2px 6px !important;}.status-label,.gift{display:inline-flex !important;align-items:center !important;height:16px !important;font-size:0.625rem !important;padding:0 5px !important;margin-top:-20px !important;}.gift{padding:0 7px 0 18px !important;background-size:11px !important;background-position:left 3px center !important;}}@media only screen and (max-width:380px){.status-label,.gift{display:inline-flex !important;align-items:center !important;height:14px !important;padding:0 4px !important;margin-top:-18px !important;}.status-label{padding:0 5px !important;border-radius:4px;}.gift{padding:0 5px 0 15px !important;background-size:10px !important;background-position:left 3px center !important;}}@media only screen and (-webkit-min-device-pixel-ratio:2){.status-label{font-size:0.6875rem;}}.details{width:20px;position:absolute;top:5px;left:5px;}.details .icon{width:100%;aspect-ratio:1/1;float:left;padding:3px;background-color:#ffffff;border:0;border-radius:8px;box-sizing:border-box;text-align:center;text-decoration:none #D1D5DB solid;text-decoration-thickness:auto;box-shadow:0 2px 6px rgba(0,0,0,0.1);cursor:pointer;user-select:none;-webkit-user-select:none;touch-action:manipulation;margin-bottom:6px;transition:all 0.2s ease;background-size:90%;background-repeat:no-repeat;background-position:center;}.details .icon-battery{background-image:url('https://sieuthinguoilon.com/public/images/icons/battery.svg');}.details .icon-water{background-image:url('https://sieuthinguoilon.com/public/images/icons/water.svg');}.details .icon-hot{background-image:url('https://sieuthinguoilon.com/public/images/icons/hot.svg');}.details .icon-remote{background-image:url('https://sieuthinguoilon.com/public/images/icons/remote.svg');}.details .icon-app{background-image:url('https://sieuthinguoilon.com/public/images/icons/phone.svg');}.details .icon-double-head{background-image:url('https://sieuthinguoilon.com/public/images/icons/double-headed.svg');}.details .icon-video{background-image:url('https://sieuthinguoilon.com/public/images/icons/video.svg');}.quick-information{width:100%;margin:5px auto 10px;font-size:clamp(11px,3vw,12px);line-height:1.3;font-style:italic;color:#696969;padding:0 12px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;}.status-label,.gift{height:20px;margin-top:-22px;margin-bottom:5px;color:#FFF;z-index:1;position:absolute;display:inline-flex;align-items:center;font-size:0.6875rem;line-height:1;box-sizing:border-box;}.status-label{padding:0 6px;border-radius:5px;background:linear-gradient(135deg,#4d893db2,#349433);left:5px;white-space:nowrap;box-shadow:0 2px 8px rgba(132,132,132,0.3);justify-content:flex-start;}.status-label::after{content:"Luôn có hàng";line-height:1;}.gift{padding:0 10px 0 25px;border-radius:5px;right:5px;background:url("https://sieuthinguoilon.com/public/images/gift.svg") no-repeat left 5px center,linear-gradient(135deg,#ec4899,#db2777);background-size:15px,100%;box-shadow:0 2px 8px rgba(236,72,153,0.3);justify-content:flex-start;}.gift::before{content:'Quà Tặng';line-height:1;}.padding-10px{padding:12px;}.category-board{width:100%;margin:20px 0 30px;border:none;padding:0;background:transparent;}.category-board a{text-decoration:none;display:inline-block;}.category-board .category-icon{width:clamp(24px,6.7vw,26px);height:clamp(24px,6.7vw,26px);background-color:#FFF;border-radius:50%;margin-right:8px;padding:4px;float:left;border:1px solid #e3e3e3;}.category-board .block-category{width:100%;background-color:#f5f1df;border:1px solid #e3e3e3;padding:10px;padding:13px 10px 10px;border-radius:5px;display:block;text-decoration:none;font-weight:bold;margin-bottom:15px;}.category-board .block-category a img{width:100%;}.category-board .block-category a{display:inline-flex;align-items:center;font-weight:normal;font-weight:bold;color:rgb(36,36,36);margin-bottom:0;font-size:clamp(13px,3.5vw,14px);}.category-board .block-category a:hover{color:red;}.category-board .block-category a span{display:inline-flex;align-items:center;line-height:1.3;}.category-board .block-category .category-main-link span{margin-top:2px;}.category-board .main-sub-category{width:100%;margin-bottom:0;display:grid;grid-column-gap:12px;grid-template-columns:calc(33.33% - 12px) calc(33.33% - 12px) calc(33.33% - 12px);}.category-board .main-sub-category a{display:inline-flex;align-items:center;white-space:nowrap;margin-right:10px;height:30px;color:#333;font-size:clamp(11px,3vw,12px);font-weight:normal;line-height:1.3;}.category-board .main-sub-category a:hover{color:red;}.category-board .main-sub-category span{display:inline-flex;align-items:center;line-height:1.3;}.category-board .main-sub-category .subcategory-name{margin-top:4px;}.category-board .main-sub-category .category-icon{width:clamp(22px,6vw,24px);height:clamp(22px,6vw,24px);}.category-board .main-sub-category .category-icon img{width:100%;height:100%;}@media only screen and (min-width:861px) and (max-width:1080px){.category-board .main-sub-category{grid-template-columns:calc(50% - 9px) calc(50% - 9px);}}@media only screen and (max-width:860px){.category-board .main-sub-category{display:block;}.category-board .main-sub-category a{display:block;margin-bottom:6px;line-height:1.2;}}.promo-slider-wrapper{width:100%;position:relative;margin-bottom:30px;}.promo-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.95);border:1px solid #ddd;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.promo-nav-btn:hover{background:#fff;border-color:#1a73e8;box-shadow:0 4px 12px rgba(0,0,0,0.15);}.promo-nav-btn:active{transform:translateY(-50%) scale(0.95);}.promo-nav-left{left:8px;}.promo-nav-right{right:8px;}.promo-nav-icon{display:block;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:18px 18px;}.promo-nav-left .promo-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");}.promo-nav-right .promo-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");}.promo-nav-left:hover .promo-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a73e8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");}.promo-nav-right:hover .promo-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a73e8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");}.promo-slider-container{width:100%;overflow:hidden;position:relative;}.promo-slider-row{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;gap:10px;will-change:transform;transition:transform 0.6s ease-out;}.promo-slider-row .promo-item{flex:0 0 auto;width:320px;min-width:320px;list-style:none;display:flex;align-items:center;border:1px solid #e3e3e3;border-radius:8px;padding:8px;transition:all 0.3s ease;cursor:pointer;text-decoration:none;color:inherit;}.promo-slider-row .promo-item.available{border-color:#ddd;background:#f9f9f9;}.promo-slider-row .promo-item:hover{box-shadow:0 2px 8px rgba(0,0,0,0.1);}.promo-slider-row .promo-item img{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0;}.promo-slider-row .promo-item .promo-info{flex:1;padding-left:10px;margin-top:-5px;}.promo-slider-row .promo-item .promo-info p{margin:0;line-height:1.4;}.promo-slider-row .promo-item .promo-name{font-size:0.75rem;color:#333;font-weight:500;margin-bottom:2px !important;}.promo-slider-row .promo-item .promo-name:hover{color:#1a73e8;}.promo-slider-row .promo-item .promo-prices{font-size:0.8125rem;}.promo-slider-row .promo-item .promo-original{color:#454545;text-decoration:line-through;margin-left:8px;}.promo-slider-row .promo-item .promo-price{font-weight:bold;color:#e53935;}.promo-slider-row .promo-item .promo-savings{font-size:0.6875rem;color:#2e7d32;font-weight:500;}.promo-slider-row .promo-item .promo-requirement.met{color:#333;}.promo-slider-container::before,.promo-slider-container::after{content:'';position:absolute;top:0;bottom:0;width:50px;z-index:2;pointer-events:none;}.promo-slider-container::before{left:0;background:linear-gradient(to right,#fff,transparent);}.promo-slider-container::after{right:0;background:linear-gradient(to left,#fff,transparent);}@media only screen and (max-width:768px){.promo-slider-row .promo-item{width:280px;min-width:280px;}.promo-nav-btn{width:32px;height:32px;}.promo-nav-left{left:5px;}.promo-nav-right{right:5px;}}@media only screen and (max-width:480px){.promo-slider-row .promo-item{width:260px;min-width:260px;}.promo-slider-row{gap:8px;}.promo-nav-btn{width:28px;height:28px;}.promo-nav-icon{width:16px;height:16px;background-size:14px 14px;}}#product-promotions-placeholder{font-size:clamp(11px,2.75vw,13px);-webkit-text-size-adjust:100%;text-size-adjust:100%;}#product-promotions-placeholder .section-header .section-title,#product-promotions-placeholder .promo-slider-row .promo-item .promo-name,#product-promotions-placeholder .promo-slider-row .promo-item .promo-prices,#product-promotions-placeholder .promo-slider-row .promo-item .promo-savings{font-size:inherit;}@media only screen and (max-width:380px){#product-promotions-placeholder{}}.pagination-bar{display:flex;justify-content:center;align-items:center;margin-bottom:0;padding:0;}.pagination{display:inline-block;margin-top:10px;white-space:nowrap;}.pagination li{width:34px;height:34px;display:block;float:left;color:black;padding:0;list-style:none;text-decoration:none;transition:all 0.25s ease;background:#f8f9fa;color:#495057;border:2px solid #dee2e6;border-radius:50%;margin:0 3px;cursor:pointer;text-align:center;font:500 0.9rem 'Segoe UI',Arial,Helvetica,sans-serif;box-shadow:none;position:relative;overflow:hidden;}.pagination li::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:rgba(76,175,80,0.08);opacity:0;transition:opacity 0.25s ease;}.pagination li:hover::before{opacity:1;}.pagination li a{text-decoration:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:0;}.pagination li span{color:#333;font-size:0.9rem;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;}.pagination li.active{background:#4CAF50;color:white;border:2px solid #4CAF50;box-shadow:0 0 0 3px rgba(76,175,80,0.15);transform:scale(1.1);}.pagination li.active span{color:white;font-weight:600;}.pagination li:hover:not(.active){background-color:#e9ecef;border-color:#4CAF50;transform:scale(1.05);}.pagination li:active:not(.active){transform:scale(0.95);}.slider-top{width:100%;aspect-ratio:1280/357;margin:20px 0;position:relative;}.banner{width:calc(60% - 3px);height:100%;float:left;position:relative;border-radius:8px;padding:0;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;}.banner img{display:block;width:100%;height:100%;border-radius:8px;margin:0;padding:0;object-fit:cover;vertical-align:top;}.small-banners{width:calc(40% - 10px);height:100%;float:right;border-radius:5px;padding:10px;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:10px;}.small-banners img{width:100%;height:100%;aspect-ratio:1;border-radius:5px;border:1px solid #ddd;position:static;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;object-fit:cover;}.banner-right-wrapper{width:calc(40% - 10px);height:100%;float:right;display:flex;flex-direction:column;gap:10px;}.small-banners-wrapper{width:100%;flex:0 0 auto;max-height:40%;border-radius:8px;overflow:hidden;position:relative;padding:5px;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;}.small-banners-nav-btn{position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto;width:22px;height:38px;border-radius:5px;background:rgba(255,255,255,0.95);border:1px solid #ddd;cursor:pointer;z-index:10;opacity:0.5;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.small-banners-nav-btn:hover{background:#fff;border-color:#1a73e8;box-shadow:0 4px 12px rgba(0,0,0,0.15);opacity:1;}.small-banners-nav-btn:active{transform:scale(0.95);}.small-banners-nav-left{left:0;}.small-banners-nav-right{right:0;}.small-banners-nav-icon{display:block;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:18px 18px;}.small-banners-nav-left .small-banners-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");}.small-banners-nav-right .small-banners-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");}.small-banners-nav-left:hover .small-banners-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a73e8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");}.small-banners-nav-right:hover .small-banners-nav-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a73e8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");}.small-banners-container{width:100%;height:100%;min-height:0;overflow:hidden;}.small-banners-row{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;align-items:flex-start;transition:transform 0.6s ease-out;will-change:transform;}.small-banner-item{flex:0 0 auto;width:calc((100% - 20px) / 3);aspect-ratio:4 / 3;border-radius:8px;overflow:hidden;}.small-banner-item img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e3e3e3;}@media only screen and (min-width:601px) and (max-width:1080px){.small-banner-item{width:calc((100% - 30px) / 4);min-width:calc((100% - 30px) / 4);}}.welcome-card{width:100%;flex:1 1 60%;min-height:0;background-color:#ffffff;border-radius:8px;padding:10px;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px;display:flex;flex-direction:column;justify-content:flex-start;transition:box-shadow 0.25s ease,border-color 0.25s ease;}.banner-right-wrapper:not(:has(.small-banners-wrapper)) .welcome-card,.banner-right-wrapper .welcome-card:only-child{height:auto !important;}.welcome-card--slider{--announcement-gap:8px;overflow:hidden;position:relative;margin-top:2px;padding:6px 5px;flex:1 1 0;min-height:0;border-radius:8px;}.welcome-card--slider .welcome-list-viewport{flex:1 1 0;min-height:0;overflow:hidden;width:100%;border-radius:8px;}.welcome-card--slider .welcome-list{width:100%;height:100%;padding:0;margin:0;list-style:none;display:flex;flex-direction:column;gap:var(--announcement-gap);will-change:transform;}.welcome-card--slider .welcome-item{flex:0 0 calc((100% - var(--announcement-gap)) / 2 + 2px);min-height:0;width:100%;box-sizing:border-box;margin:0;padding:12px;display:flex;align-items:center;gap:10px;border-radius:10px;background:#ffe8f2;border:1px solid #e3e3e3;transition:all 0.2s ease;position:relative;overflow:visible;}.welcome-card--slider .welcome-item:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.1),0 0 0 1px rgba(255,255,255,0.9) inset,0 2px 4px rgba(255,255,255,0.6);background:#ffe0f0;}.welcome-card--slider .welcome-item-header{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0;padding-bottom:2px;}.welcome-card--slider .welcome-item-icon-img{width:65px;height:65px;border-radius:15px;object-fit:contain;flex-shrink:0;border:none;background:transparent;padding:0;box-shadow:none;transition:transform 0.2s ease;margin:0;box-shadow:0 4px 12px rgba(0,0,0,0.1),0 0 0 1px rgba(255,255,255,0.9) inset,0 2px 4px rgba(255,255,255,0.6);}.welcome-card--slider .welcome-item:hover .welcome-item-icon-img{transform:scale(1.05);}.welcome-card--slider .welcome-item:last-child{margin-bottom:0;}.welcome-card--slider .welcome-item-title{font-weight:700;font-size:clamp(12px,3.1vw,15px);line-height:1.3;color:#1a1a1a;letter-spacing:0;margin:0;display:block;transition:color 0.2s ease;}.welcome-card--slider .welcome-desc{margin:0;color:#333333;line-height:1.45;font-size:clamp(10px,2.8vw,13px);font-weight:400;transition:color 0.2s ease;}.welcome-card--slider .welcome-item:hover .welcome-desc{color:#1a1a1a;}.welcome-card--slider .welcome-desc *{font-size:inherit !important;line-height:inherit !important;font-family:inherit !important;}.welcome-card--slider .welcome-desc p{margin:0;font-weight:inherit;color:inherit;}@media only screen and (max-width:1080px){.slider-top{height:auto;}.banner{width:100%;height:auto;float:none;margin-bottom:10px;}.small-banners{width:100%;height:auto;float:none;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:6px;}.small-banners img{width:100%;height:auto;aspect-ratio:1;position:static;float:none;}.banner-right-wrapper{width:100%;height:auto;float:none;flex-direction:column;gap:12px;padding-bottom:10px;}.small-banners-wrapper{width:100%;height:auto;min-height:0;margin-bottom:10px;position:relative;}.small-banners-container{height:auto;}.small-banners-nav-btn{top:0;bottom:0;margin-top:auto;margin-bottom:auto;}@media (max-width:680px){.welcome-item{padding:0 5px !important;gap:5px !important;}.small-banner-item{width:calc((100% - 12px) / 3);min-width:calc((100% - 12px) / 3);}}.welcome-card{width:100%;height:auto !important;}.welcome-item-icon-img{margin-right:5px !important;}.welcome-card.welcome-card--slider{width:100%;flex:0 0 auto;display:flex;flex-direction:column;height:184px;min-height:184px;padding:6px 5px 6px;overflow:hidden;}.welcome-card.welcome-card--slider .welcome-list-viewport{flex:0 0 172px;height:172px;min-height:172px;overflow:hidden;border-radius:8px;}.welcome-card.welcome-card--slider .welcome-list{width:100%;height:auto;min-height:100%;flex:0 0 auto;overflow:visible;gap:8px;}.welcome-card.welcome-card--slider .welcome-item{height:calc((200px - 36px) / 2);min-height:calc((200px - 36px) / 2);max-height:calc((200px - 36px) / 2);flex:0 0 calc((200px - 36px) / 2);padding:5px;overflow:hidden;}}