.product-list-home .swiper{width:100%}.product-list-home .swiper-slide img{display:block;border-radius:24px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@keyframes scroll{0%{transform:translateX(50%)}to{transform:translateX(0)}}@keyframes scroll-reverse{0%{transform:translateX(0)}to{transform:translateX(50%)}}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{animation:scroll 800s linear infinite}.carousel-track,.carousel-track-reverse{display:flex;width:-moz-fit-content;width:fit-content}.carousel-track-reverse{animation:scroll-reverse 800s linear infinite}.carousel-pause{animation-play-state:paused}.carousel-item{flex-shrink:0}[data-theme=dark] .progress-primary::-moz-progress-bar{border-radius:var(--rounded-box,2rem);background-color:#9e009b}[data-theme=dark] .progress-primary::-webkit-progress-value{background-color:#86d51e}[data-theme=light].progress-primary::-moz-progress-bar{border-radius:var(--rounded-box,2rem);background-color:#b1d4ffad}.progress-primary:indeterminate{--progress-color:var(--fallback-in,oklch(var(--in)/1))}[data-theme=light].progress-primary::-webkit-progress-value{background-color:rgba(30,113,213,.68)}