/* Product Single */
.p_top_detail {
  margin-bottom: 20px;
}
.p_top_detail .product_title-wrapper {
  padding: 25px 0 50px;
}
.p_top_detail h3 {
  border-bottom: 3px solid #235787;
  margin: 30px 0 20px;
}
.p_top_detail .product_p_image-wrapper {
  text-align: center;
}
.p_top_detail .product_p_image-wrapper img {
  margin: 20px auto;
  max-width: 100%;
}

.product_detail_single {
  margin-bottom: 80px;
}

.product_p_yt-wrapper {
  padding: 50px 15% 0;
}
.product_p_yt-wrapper .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.product_p_yt-wrapper .youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 48em) {
  .product_p_yt-wrapper {
    padding: 50px 0 0;
  }
}/*# sourceMappingURL=style.css.map */