body.single-product .jlc-pdp-product-video {
  margin: 0;
}

body.single-product .jlc-pdp-product-video__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #000;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16 / 9;
}

body.single-product .jlc-pdp-product-video iframe,
body.single-product .jlc-pdp-product-video video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/**
 * ==========================================
 * PRODUCT VIDEO ADMIN
 * ==========================================
 */

.jlc-product-video-poster-preview {
  width: 100%;
  max-width: 256px;
  height: 180px;
  margin: 12px 0;
  border: 1px solid #dcdcde;
  border-radius: 8px;
  overflow: hidden;
  background: #f6f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jlc-product-video-poster-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jlc-product-video-poster-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.jlc-product-video-poster-actions .button-link-delete {
  color: #b32d2e;
}

body.single-product .jlc-pdp-product-video__title {
  margin: 0 0 20px;
  text-align: center;
  font-family: "Cinzel";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--jlc-pdp-heading);
}

@media (max-width: 1024px) {
  body.single-product .jlc-pdp-product-video {
    margin: 48px 0;
  }

  body.single-product .jlc-pdp-product-video__wrapper {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  body.single-product .jlc-pdp-product-video {
    margin: 40px 0;
  }

  body.single-product .jlc-pdp-product-video__wrapper {
    border-radius: 0px;
  }

  body.single-product .jlc-pdp-product-video__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
