.product-slide-show-wrapper .card-section-wrapper {
  width: 100%;
}

.product-slide-show-wrapper .swiper {
  width: 100%;
  overflow: visible !important;
}

.product-slide-show-wrapper .card-section-wrapper .swiper-slide {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-slide-show-wrapper .swiper-pagination-bullet {
  width: 20px !important;
  height: 4px !important;
  border-radius: 99px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.product-slide-show-wrapper .swiper-pagination-bullet-active {
  background-color: rgba(188, 25, 24, 1) !important;
}

.product-slide-show-wrapper .swiper-pagination {
  bottom: -40px !important;
  left: 0px !important;
  width: 100% !important;
}

/*# sourceMappingURL=34fada315622baa2.css.map*/