html {
  height: auto !important;
}

.swiper-bullets.is--creview {
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 100% !important;
  background-color: var(--white) !important;
  opacity: 0.24 !important;
  transition: all 225ms ease !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.swiper-slide.is--sthumb.swiper-slide-visible {
  margin-right: 0 !important;
}

.hidden {
  display: none;
}

.swiper {
  overflow: unset !important;
}

.is--arrow.is--disabled {
  opacity: 1 !important;
}
