#product-bottom-slider ul{--containerWidth:1140px;width:max-content;width:-webkit-max-content;width:-moz-max-content;height:auto;transform:translateX(20px);animation:moveSlideshow 15s linear infinite;animation-direction:alternate;position:absolute;top:0;left:0}@media (max-width:1199px){#product-bottom-slider ul{--containerWidth:940px}}@media (max-width:991px){#product-bottom-slider ul{--containerWidth:720px}}@media (max-width:767px){#product-bottom-slider ul{--containerWidth:calc(100vw - 30px)}}#product-bottom-slider .col-12{position:relative;min-height:320px;overflow-x:hidden}@keyframes moveSlideshow{0%{transform:translateX(20px)}100%{transform:translateX(calc(-100% - 20px + var(--containerWidth)))}}#product-bottom-slider ul:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}