.ekp-gallery .eletech-product-video-thumb {
  position: relative !important;
  order: -1 !important;
  display: inline-flex !important;
  box-sizing: border-box !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  min-height: 64px !important;
  color: #ffffff !important;
  background: linear-gradient(145deg, #2c2c34, #111116) !important;
  border: 2px solid transparent !important;
  border-radius: 18px !important;
  padding: 0.2em !important;
  cursor: pointer !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.ekp-gallery .eletech-product-video-thumb:hover,
.ekp-gallery .eletech-product-video-thumb.is-active {
  border-color: var(--ek-rosa, #e8558e) !important;
  box-shadow: 0 0 0 4px rgba(232, 85, 142, 0.12) !important;
}

.ekp-gallery .eletech-product-video-thumb:focus-visible {
  outline: 3px solid currentColor !important;
  outline-offset: 3px !important;
}

.ekp-gallery .eletech-product-video-thumb__icon {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background: rgba(17, 17, 22, 0.76) !important;
  box-shadow: 0 6px 18px rgba(17, 17, 22, 0.28) !important;
}

.ekp-gallery .eletech-product-video-thumb__icon::after {
  content: '' !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin-left: 4px !important;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 14px solid currentColor !important;
}

.ekp-gallery .eletech-product-video-thumb__image {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 14px !important;
}

.ekp-gallery .ekp-gallery__stage > .eletech-product-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-height: min(78vh, 760px) !important;
  object-fit: contain !important;
  background: #000000 !important;
}

.ekp-gallery .ekp-gallery__stage > [hidden] {
  display: none !important;
}
