/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./integrations/woocommerce/assets/css/godam-product-reels.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Frontend styles for the Product Video Gallery carousel
 * on WooCommerce single product pages.
 */
.rtgodam-product-video-gallery {
  position: relative;
  width: 100%;
}

.rtgodam-product-video-gallery__container {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rtgodam-product-video-gallery__container::-webkit-scrollbar {
  display: none;
}

.rtgodam-product-video-gallery__item {
  flex: 0 0 180px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.rtgodam-product-video-gallery__item .godam-video-placeholder .animate-play-btn {
  display: none;
}
.rtgodam-product-video-gallery__item .godam-video-placeholder img.godam-player-poster-image {
  object-fit: cover;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper figure {
  margin: 0;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .godam-player__wrapper,
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .video-js {
  width: 100%;
  height: 100%;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-tech {
  object-fit: cover;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-loading-spinner {
  display: none !important;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-control-bar {
  display: block !important;
  opacity: 1 !important;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-control-bar .vjs-control {
  display: none !important;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-control-bar .vjs-control.vjs-progress-control {
  display: block !important;
  pointer-events: none;
}
.rtgodam-product-video-gallery__item .godam-gallery-video-wrapper .vjs-big-play-button {
  display: none !important;
}

.rtgodam-product-video-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  cursor: pointer;
  z-index: 20;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.rtgodam-product-video-gallery__nav:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.rtgodam-product-video-gallery__nav svg {
  width: 20px;
  height: 20px;
}
.rtgodam-product-video-gallery__nav--prev {
  left: 8px;
}
.rtgodam-product-video-gallery__nav--next {
  right: 8px;
}

@media (max-width: 768px) {
  .rtgodam-product-video-gallery__nav {
    width: 32px;
    height: 32px;
  }
  .rtgodam-product-video-gallery__nav svg {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=godam-product-reels.css.map*/