.wcvg-product-gallery :is(img, video, iframe) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wcvg-product-gallery {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.wcvg-product-gallery .wcvg-product-gallery-slider {
  position: relative;
}
.wcvg-product-gallery
  :is(.wcvg-product-gallery-button-next, .wcvg-product-gallery-button-prev) {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  z-index: 2;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.wcvg-product-gallery
  .wcvg-product-gallery-slider
  .wcvg-product-gallery-button-next {
  left: -50%;
}

.wcvg-product-gallery
  .wcvg-product-gallery-slider:hover
  .wcvg-product-gallery-button-next {
  left: 10px;
}

.wcvg-product-gallery
  .wcvg-product-gallery-slider
  .wcvg-product-gallery-button-prev {
  right: -50%;
}

.wcvg-product-gallery
  .wcvg-product-gallery-slider:hover
  .wcvg-product-gallery-button-prev {
  right: 10px;
}

.wcvg-product-gallery .wcvg-product-gallery-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.wcvg-product-gallery .wcvg-product-gallery-slider :is(video, iframe) {
  aspect-ratio: 16 / 9;
}

.wcvg-product-gallery .wcvg-product-gallery-slider .gallery-img {
  background-color: #ffffff;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs {
  width: 100%;
  overflow: hidden;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
  max-height: 152px;
  border: 1px solid transparent;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .swiper-slide-thumb-active {
  border-color: #db1d31 !important;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs :is(img, video) {
  aspect-ratio: 1/1;
  pointer-events: none;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .gallery-video {
  position: relative;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .gallery-iframe {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .gallery-iframe iframe {
  width: 100%;
  height: 170%;
  margin-top: -35%;
  pointer-events: none;
}

.wcvg-product-gallery .wcvg-product-gallery-thumbs .gallery-video svg {
  color: #ffffff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
