swiper-carousel {
  display: block;
}

swiper-carousel .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

swiper-carousel .swiper:not(.swiper-initialized) .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

swiper-carousel .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 100%;
}
