.infinite-wheel-container{overflow:hidden;position:relative;width:100%;padding:2.5rem 0}.infinite-wheel-track{display:flex;gap:3rem;width:max-content;animation:spin 170s linear infinite}.infinite-wheel-container:hover .infinite-wheel-track{animation-play-state:paused}.infinite-wheel-item{flex:0 0 auto;width:90px;height:80px;border-radius:5px;overflow:hidden;transition:transform .3s ease}.infinite-wheel-item:hover{transform:scale(1.1)}.infinite-wheel-item img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:5px}@keyframes spin{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width: 799px){.infinite-wheel-track{animation:spin 130s linear infinite}}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
