body {
  margin: 0;
  padding: 0 12px;
  max-width: 480px;
  margin: 0 auto;
  background: #ffffff;
  font-family: system-ui, sans-serif;
  color: #111;
}

/* HERO */
.hero {
  text-align: center;
  padding: 24px 0;
}

.product-name {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #f80a0a;
}

.product-subtitle-wrapper {
  margin-bottom: 16px;
}

.product-subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

/* IMG */
.hero-img-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #ccc;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Discount */
.discount-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcc00;
  color: #111;
  font-weight: 700;
  padding: 4px 12px;
  font-size: 14px;
  transform: rotate(0deg);
}

/* Price */
.price-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.price {
  flex: 1;
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
}

.price .label {
  font-size: 12px;
  color: #666;
}

.price .amount {
  font-size: 20px;
  font-weight: 700;
}

.old-price .amount {
  color: #999;
  text-decoration: line-through;
}

.new-price {
  background-color: #ffcc00;
}

.new-price .amount {
  color: #111;
}

/* Stock */
.stock-info {
  font-size: 14px;
  margin-bottom: 14px;
}

/* Button */
.btn-order {
  display: block;
  width: 100%;
  background-color: #0058a3;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 0;
  text-decoration: none;
  margin: 10px 0;
  transition: background 0.3s ease;
}

.btn-order:hover {
  background-color: #004080;
}

/* FEATURES */
.features-inline {
  display: flex;
  gap: 6px;
  margin: 24px 0;
}

.feature-icon {
  flex: 1;
  text-align: center;
  border: 1px solid #ddd;
  padding: 8px;
}

.feature-icon img {
  width: 48px;
  margin-bottom: 6px;
}

.feature-label {
  font-size: 13px;
  font-weight: 500;
  color: #111;
}

/* VIDEO */
.video-section {
  margin: 30px 0;
  text-align: center;
}

.video-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.video-wrapper iframe,
.local-video {
  width: 100%;
  border: 1px solid #ccc;
}

/* DESCRIPTION */
.section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}

.description-section {
  margin: 24px 0;
}

.desc-block {
  margin-bottom: 20px;
  text-align: center;
}

.desc-img {
  width: 100%;
  border: 1px solid #ccc;
}

.desc-text {
  font-size: 14px;
  margin-top: 8px;
  color: #333;
}

/* REVIEWS */
.reviews-section {
  margin: 30px 0;
}

.review-main img {
  width: 100%;
  border: 1px solid #ccc;
}

.review-thumbnails {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}

.thumb {
  width: 23%;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumb.active {
  border-color: #0058a3;
}

/* ORDER STEPS */
.order-steps {
  margin: 30px 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.step {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
}

.step img {
  width: 56px;
  height: 56px;
}

.step p {
  font-size: 13px;
  margin-top: 6px;
  color: #333;
}

/* ORDER SECTION */
.order-section {
  padding: 30px 0;
}

.order-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.order-form input {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #bbb;
}

.order-form button {
  background-color: #0058a3;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px;
  border: none;
  cursor: pointer;
}

.order-form button:hover {
  background-color: #004080;
}

.checkbox-label {
  font-size: 12px;
  color: #444;
}

.checkbox-label a {
  color: #0058a3;
  text-decoration: underline;
}

/* FOOTER */
.footer {
  background-color: #f8f8f8;
  color: #333;
  font-size: 12px;
  text-align: center;
  padding: 16px;
}

.footer-link {
  color: #0058a3;
  margin: 6px 4px;
  display: inline-block;
  text-decoration: underline;
}

.footer-links {
  margin-top: 8px;
}
/* Секция с отступами */
.video-section {
padding: 20px 15px;
background-color: #f9f9f9; /* Можно поменять цвет фона */
}
/* Контейнер для видео */
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* Пропорция 16:9 для видео */
height: 0;
overflow: hidden;
border-radius: 12px; /* Закругление углов */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Стили для YouTube iframe */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

/* Стили для обычного видеофайла */
.responsive-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border: none;
}
/* Адаптация под мобильные устройства */
@media (max-width: 480px) {
.video-section {
padding: 16px 10px;
}
.video-container {
border-radius: 8px;
}
/* Секция с отступами */
.video-section {
padding: 20px 15px;
background-color: #f9f9f9; /* Можно поменять цвет фона */
}
/* Контейнер для видео */
.video-container {
position: relative;
width: 100%;
padding-bottom: 56.25%; /* Пропорция 16:9 для видео */
height: 0;
overflow: hidden;
border-radius: 12px; /* Закругление углов */
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
/* Стили для YouTube iframe */
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}

/* Стили для обычного видеофайла */
.responsive-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
border: none;
}
/* Адаптация под мобильные устройства */
@media (max-width: 480px) {
.video-section {
padding: 16px 10px;
}
.video-container {
border-radius: 8px;
}
}