﻿.xzoom-thumbs--non-slider {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.xzoom-thumbs--non-slider a {
  width: 114px !important;
}

.xzoom-thumbs a {
  width: 100%;
  height: 100%;
}

.xzoom-thumbs .img-preview-gallery {
  border: 2px solid var(--gray-g100) !important;
}

.xzoom-thumbs.product-thumb-slider {
}

.xzoom-thumbs.product-thumb-slider .splide__arrow--prev {
  inset-inline-start: 0 !important;
  inset-inline-end: auto !important;
}

.xzoom-thumbs.product-thumb-slider .splide__arrow--next {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}

.xzoom-thumbs .img-preview-gallery.xactive {
  border: 2px solid var(--primary-p400) !important;
  box-shadow: none !important; 
}

.html-product-details-page .xzoom-preview, 
.html-product-details-page .xzoom-source {
  z-index: 40 !important;
}

.html-product-details-page:has(.quickviewmodal .quickviewdetails .close-button) .xzoom-preview,
.html-product-details-page:has(.quickviewmodal .quickviewdetails .close-button) .xzoom-source {
  z-index: 100 !important;
}

.picture-gallery-wrapper {
  position: relative;
  padding: 0 16px;
}

.picture-gallery-wrapper .swiper-button-prev,
.picture-gallery-wrapper .swiper-button-next {
  background-color: var(--primary-p400) !important;
  width: 45px !important;
  height: 41px !important;
}

.picture-gallery-wrapper .swiper-button-prev:after,
.picture-gallery-wrapper .swiper-button-next:after {
  content: "" !important;
}

.picture-gallery-wrapper .swiper-button-next {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z"></path></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.picture-gallery-wrapper .swiper-button-prev {
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z"></path></svg>');
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.picture-gallery-wrapper .swiper-pagination-bullet-active {
  background-color: var(--primary-p400) !important;
  scale: 1.2;
  transition: scale 0.3s ease;
}

.picture-gallery-wrapper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.picture-gallery-wrapper .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

.product-details-page .xzoom-thumbs .img-preview-gallery {
  aspect-ratio: 0.9;
}

@media only screen and (min-width: 576px) {
  .picture-gallery-wrapper {
    position: relative;
    padding: 0 40px;
  }
}
