/* YouTube gallery slide — scoped to PDP hero gallery. */
.htha-product-hero__gallery .htha-gallery-video-slide {
  background: #111;
}
.htha-product-hero__gallery .htha-gallery-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #111;
}
.htha-product-hero__gallery .htha-gallery-video__poster {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #111;
  cursor: pointer;
  aspect-ratio: 16 / 9;
  max-height: 100%;
}
.htha-product-hero__gallery .htha-gallery-video__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}
.htha-product-hero__gallery .htha-gallery-video__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.28);
  pointer-events: none;
}
.htha-product-hero__gallery .htha-gallery-video__play {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}
.htha-product-hero__gallery .htha-gallery-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #25221e;
  transform: translate(-50%, -50%);
}
.htha-product-hero__gallery .htha-gallery-video__badge {
  position: absolute;
  z-index: 1;
  left: 10px;
  bottom: 10px;
  padding: 2px 6px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  background: rgba(17, 17, 17, 0.72);
  border-radius: 2px;
}
.htha-product-hero__gallery .htha-gallery-video__frame {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100%;
  border: 0;
  background: #000;
}
.htha-product-hero__gallery .woocommerce-product-gallery.is-htha-video-active .woocommerce-product-gallery__trigger {
  display: none !important;
}

.htha-product-hero__gallery .flex-control-thumbs li.htha-gallery-video-thumb {
  position: relative;
}
.htha-product-hero__gallery .flex-control-thumbs li.htha-gallery-video-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.htha-product-hero__gallery .flex-control-thumbs li.htha-gallery-video-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #25221e;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.htha-product-hero__gallery .flex-control-thumbs li.htha-gallery-video-thumb .htha-gallery-video-thumb__badge {
  position: absolute;
  left: 4px;
  bottom: 4px;
  z-index: 1;
  padding: 1px 4px;
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(17, 17, 17, 0.75);
  border-radius: 2px;
  pointer-events: none;
}
