/* Functional slider rules only. All visual styling remains controlled by JetProductGallery. */
.rsvg-native-gallery .jet-woo-product-gallery-slider > .swiper-wrapper {
  display: block !important;
  transform: none !important;
}

.rsvg-native-gallery .jet-woo-product-gallery-slider > .swiper-wrapper > .swiper-slide {
  display: none !important;
  width: 100% !important;
  transform: none !important;
}

.rsvg-native-gallery .jet-woo-product-gallery-slider > .swiper-wrapper > .swiper-slide.rsvg-active {
  display: block !important;
}

.rsvg-native-gallery .jet-woo-swiper-gallery-thumbs > .swiper-wrapper {
  display: flex !important;
  transform: none !important;
}

.rsvg-native-gallery .jet-woo-swiper-gallery-thumbs > .swiper-wrapper > .swiper-slide {
  flex: 0 0 calc(25% - 7.5px);
  width: calc(25% - 7.5px) !important;
}

@media (max-width: 767px) {
  .rsvg-native-gallery .jet-woo-swiper-gallery-thumbs > .swiper-wrapper > .swiper-slide {
    flex-basis: calc(33.333% - 6.667px);
    width: calc(33.333% - 6.667px) !important;
  }
}
