/* Stop Swiper animation and transitions */ .swiper-container { animation: none !important; transition: none !important; } .swiper-wrapper { transform: none !important; } .swiper-slide { animation: none !important; transition: none !important; }