.swiper_large_preview .pv-video-slide .product-zoom-container,
.swiper_large_preview .pv-video-slide .product-zoom-img,
.swiper_large_preview .pv-video-slide .zoomContainer {
  display: none !important;
  pointer-events: none !important;
}

.swiper_large_preview > .swiper-button-prev,
.swiper_large_preview > .swiper-button-next {
  z-index: 50 !important;
  pointer-events: auto !important;
}

.swiper_large_preview .pv-video-slide .videoholder_wrapper,
.swiper_large_preview .pv-video-slide iframe {
  z-index: 1 !important;
}

#lightbox .lb-container.pv-lightbox-video {
  position: relative;
  background: #000;
}

#lightbox .pv-lightbox-video-frame {
  display: block;
  border: 4px solid #fff;
  border-radius: 3px;
  background: #000;
}

#lightbox .pv-lightbox-video-swipe-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  background: transparent;
  cursor: grab;
  touch-action: pan-y;
}

#lightbox .pv-lightbox-video-swipe-layer:active {
  cursor: grabbing;
}

#lightbox .pv-lightbox-video-swipe-layer.is-controls-enabled {
  pointer-events: none;
}

#lightbox .lb-container.pv-lightbox-video .lb-image {
  display: none !important;
}

#lightbox .lb-container.pv-lightbox-video .lb-nav {
  pointer-events: none;
}

#lightbox .lb-container.pv-lightbox-video .lb-prev,
#lightbox .lb-container.pv-lightbox-video .lb-next {
  width: 56px !important;
  pointer-events: auto;
}

html.pv-lightbox-open,
html.pv-lightbox-open body {
  max-width: 100vw !important;
  overflow: hidden !important;
}

html.pv-lightbox-open #lightboxOverlay,
html.pv-lightbox-open #lightbox {
  left: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

html.pv-lightbox-open #lightboxOverlay {
  position: fixed !important;
  top: 0 !important;
  height: 100vh !important;
}

html.pv-lightbox-open #lightbox {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important;
  height: 100vh !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

html.pv-lightbox-open #lightbox::before {
  content: '';
  display: block;
  flex: 0 0 52px;
}

html.pv-lightbox-open #lightbox .lb-dataContainer {
  position: static !important;
  display: block !important;
  flex: 0 0 52px;
  margin-right: auto !important;
  margin-left: auto !important;
}

html.pv-lightbox-open #lightbox .lb-nav {
  position: fixed !important;
  top: 50vh !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100px !important;
  transform: translateY(-50%) !important;
  display: block !important;
  pointer-events: none !important;
  z-index: 5 !important;
}

html.pv-lightbox-open #lightbox .lb-prev,
html.pv-lightbox-open #lightbox .lb-next {
  display: block !important;
  width: 56px !important;
  pointer-events: auto !important;
  transition: none !important;
}

html.pv-lightbox-open #lightbox .lb-image,
html.pv-lightbox-open #lightbox .lb-dataContainer,
html.pv-lightbox-open #lightbox .lb-prev,
html.pv-lightbox-open #lightbox .lb-next {
  touch-action: pan-y !important;
  -webkit-user-select: none;
  user-select: none;
}

html.pv-lightbox-open #lightbox .pv-lightbox-video-frame {
  touch-action: auto !important;
}

html.pv-lightbox-open #qk-contact-panel,
html.pv-lightbox-open .back-to-top {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 991px) {
  .swiper_thumb .video_link {
    display: block !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    background: #111;
  }

  .swiper_thumb .video_link > div,
  .swiper_thumb .video_link > a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .swiper_thumb .video_link img.video-thumb {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  #lightbox .lb-container.pv-lightbox-video .lb-prev,
  #lightbox .lb-container.pv-lightbox-video .lb-next {
    width: 42px !important;
  }

  html.pv-lightbox-open #lightbox .lb-prev,
  html.pv-lightbox-open #lightbox .lb-next {
    width: 42px !important;
  }
}
