/**
 * Swiper width fix for version 8.x bugs
 */
.zslide-container {
  width: 100%;
  overflow: hidden;
}

.zslide-container .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.zslide-container .swiper-wrapper {
  width: 100% !important;
  max-width: 100vw !important;
}

/* Override any crazy calculated widths */
.swiper-wrapper[style*="3.35544e"] {
  width: 100% !important;
  transform: translateX(0) !important;
}
