.product-scroll-wrapper{width:100%;overflow:hidden;position:relative}.product-scroll-container{display:flex;gap:20px;width:max-content;animation:scroll-animation 40s linear infinite}.product-scroll-wrapper:hover .product-scroll-container{animation-play-state:paused}.product-scroll-item{flex:0 0 200px;overflow:hidden}.product-scroll-item img{width:100%;height:auto;display:block;aspect-ratio:3 / 4;object-fit:cover;transition:transform 0.3s ease}.product-scroll-item a:hover img{transform:scale(1.05)}@keyframes scroll-animation{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}