.media-stage .product-video-player {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050706;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.media-stage .product-video-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050706;
}

.media-stage.is-video-active .product-video-player {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.media-stage.is-video-active > .product-hero-image,
.media-stage.is-video-active > .product-hero-picture,
.media-stage.is-video-active > .flagship-media-badge {
  visibility: hidden;
}

.media-stage.is-video-active::after {
  display: none !important;
}

.hero-proof-thumbs > .hero-proof-thumb {
  order: 3;
}

.hero-proof-thumbs > .hero-proof-thumb:first-child {
  order: 1;
}

.hero-proof-thumbs > .product-video-thumb {
  order: 2;
  display: grid !important;
}

.product-video-thumb-frame {
  position: relative;
  background: #07120d !important;
}

.product-video-thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  padding: 0 !important;
  opacity: .82;
}

.product-video-play-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  background: rgba(255, 184, 0, .96);
  border: 2px solid rgba(255, 255, 255, .92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
}

.product-video-play-badge::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 9px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #143b2b;
}

.product-video-caption {
  color: var(--gs-brand) !important;
  font-size: .72rem;
  font-weight: 900 !important;
  line-height: 1.25;
}

.product-video-swipe-hint {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(30, 106, 69, .08);
  color: #174c33;
  font-size: .76rem;
  font-weight: 750;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .media-stage.has-product-video {
    touch-action: pan-y;
  }

  .product-video-swipe-hint {
    font-size: .8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .media-stage .product-video-player {
    transition: none;
  }
}
