/* ========================================================================
   Страница товара (опт) — новый дизайн v4.
   Только опт-специфика. Цена, кнопка "в корзину", "нашли дешевле" и
   строки-ссылки используют готовые классы из v4.css (как в рознице).
   ======================================================================== */

/* Статус наличия — в стиле блока .cheeper (без иконки), под заказ — красный */
.product-cart-box .product-opt-status {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #5CA595;
  margin-bottom: 16px;
}
.product-cart-box .product-opt-status.product-opt-status-zakaz {
  color: #DC2626;
}

/* Блок цены — отступ снизу */
.product-cart-box .v2-prices-product {
  margin-bottom: 16px;
}
.product-cart-box .data-price-comment {
  font-family: "Inter";
  font-size: 13px;
  line-height: 18px;
  color: #959A9D;
  margin-top: 4px;
}

/* Оптовые параметры — ряды как "Таблица размеров/Наличие", но со значением справа */
.product-cart-box .product-opt-rows {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.product-cart-box .product-opt-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 38px;
  font-family: "Inter";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  border-bottom: 1px solid #EDEEEF;
}
.product-cart-box .product-opt-row-label {
  font-weight: 500;
  color: #394345;
}
.product-cart-box .product-opt-row-value {
  font-weight: 400;
  color: #959A9D;
  text-align: right;
}

/* Пар для заказа — счётчик */
.product-cart-box .product-opt-stepper-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  margin: 8px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product-cart-box .product-opt-stepper {
  display: flex;
  align-items: center;
  border: 1px solid #CACDCE;
  border-radius: 8px;
  overflow: hidden;
}
.product-cart-box .product-opt-stepper a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: #394345 !important;
  text-decoration: none !important;
  -webkit-user-select: none;
  user-select: none;
  background: #fff;
}
.product-cart-box .product-opt-stepper a:hover {
  background: #F5F6F6;
}
.product-cart-box .product-opt-stepper span {
  min-width: 46px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #394345;
}

/* Итого */
.product-cart-box .product-opt-total {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 16px 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #394345;
}
.product-cart-box .product-opt-total b {
  font-weight: 600;
}
