/* Дополнения catalog.element/decowelder */
.video__frame_youtube {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #121a20;
}

.video__youtube {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.product-detail__swiper_single .product-detail__swiper-pagination,
.product-detail__swiper_single .product-detail__nav {
  display: none;
}
