.animate-slide-up-slow{animation:slideUpSlow .3s ease-out}.animate-slide-down-slow{animation:slideDownSlow .3s ease-in}.animate-fade-in-delayed{animation:fadeInDelayed .4s ease-out}.animate-fade-out-quick{animation:fadeOutQuick .15s ease-in}@keyframes slideUpSlow{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDownSlow{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes fadeInDelayed{0%{opacity:0}40%{opacity:0}to{opacity:1}}@keyframes fadeOutQuick{0%{opacity:1}to{opacity:0}}.dual-range-slider input[type=range]{position:absolute;width:100%;height:3px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dual-range-slider input[type=range]::-webkit-slider-thumb{height:18px;width:18px;border-radius:50%;background:#0089dd;pointer-events:auto;-webkit-appearance:none;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.dual-range-slider input[type=range]::-moz-range-thumb{height:18px;width:18px;border-radius:50%;background:#0089dd;pointer-events:auto;-moz-appearance:none;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.filter-panel-scrollbar::-webkit-scrollbar{width:5px;height:5px}.filter-panel-scrollbar::-webkit-scrollbar-track{background:transparent}.filter-panel-scrollbar::-webkit-scrollbar-thumb{background:#ddd;border-radius:8px}.filter-list-scrollbar::-webkit-scrollbar{width:.2rem}.filter-list-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.15)}.filter-list-scrollbar::-webkit-scrollbar-thumb{background:#000}.product-card-wrapper{animation:fadeIn .5s ease-out;animation-fill-mode:both;animation-delay:calc(var(--index) * .05s)}@keyframes fadeIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.custom-html-body{-moz-column-count:auto;-moz-columns:auto;columns:auto;text-align:left;display:block}.custom-html-body h1,.custom-html-body h2,.custom-html-body h3,.custom-html-body h4,.custom-html-body h5,.custom-html-body h6,.custom-html-body p,.custom-html-body>*{text-align:left;word-spacing:normal;letter-spacing:normal;-moz-text-align-last:auto;text-align-last:auto}.custom-html-body h2{font-size:14px;font-weight:700;text-transform:uppercase;margin-top:15px}.custom-html-body h3{font-size:16px;font-weight:600;color:#000;margin-top:15px;line-height:1.5}@media (min-width:768px){.custom-html-body h3{font-size:20px}}.custom-html-body h4{font-size:16px;font-weight:400;margin-top:15px}@media (min-width:768px){.custom-html-body h4{font-size:20px}}.custom-html-body h6{font-size:20px;font-weight:700;margin-top:15px}.custom-html-body p{margin-top:15px}.custom-html-body b,.custom-html-body strong{font-weight:700}.custom-html-body a{text-decoration:underline;text-decoration-thickness:1px;cursor:pointer;color:inherit}.custom-html-body a:hover{text-decoration-thickness:2px}.custom-html-body ol,.custom-html-body ul{margin-top:15px;padding-left:20px}.custom-html-body ul{list-style:disc}.custom-html-body ol{list-style:decimal}.custom-html-body li{margin-top:15px}.custom-html-body table{width:100%;border-collapse:collapse;margin-top:15px;color:#545454;border:1px solid #ebebeb;border-radius:4px;overflow:hidden}.custom-html-body th{font-weight:700;text-align:left}.custom-html-body td,.custom-html-body th{padding:14px;border:1px solid #ebebeb}