.t706__cartwin-content {
  background-color: rgb(32 32 32);
  border-radius: 12px !important;
  backdrop-filter: blur(12px);
  border: 4px solid #ffffff; /* Исправила опечатку: было #fffff */
}

.t706__cartwin-heading {
  color: #ffffff !important;
}

.t706__product-title {
  color: #ffffff !important;
}

.t706__product-title__option {
  color: #ffffff !important;
  opacity: 1 !important;
}

.t706__product-quantity,
.t706__product-quantity-inp {
  color: #ffffff !important;
}

.t706__product-amount {
  color: #ffffff !important;
}

.t706__cartwin-prodamount-wrap {
  color: #ffffff !important;
}

/* ДОБАВЛЕННЫЕ СТИЛИ */

/* 1. Цвет суммы под формой заказа */
.t706__cartwin-total,
.t706__cart-total {
  color: #ffffff !important;
  font-weight: bold; /* Можно сделать жирным для акцента */
  font-size: 1.2em; /* Увеличить размер шрифта */
}

/* 2. Цвет лейбла при добавлении товара */
.t706__add-to-cart-success,
.t706__notification {
  color: #4CAF50 !important; /* Зелёный цвет для успешного действия */
  background-color: rgba(76, 175, 80, 0.1) !important; /* Лёгкий фон */
  padding: 8px 16px;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
}

/* Альтернатива: если лейбл красный (ошибка) */
.t706__add-to-cart-error {
  color: #F44336 !important; /* Красный цвет */
  background-color: rgba(244, 67, 54, 0.1) !important;
}

/* 3. Цвет текста над формой */
.t706__form-label,
.t706__checkout-heading,
.t706__section-title {
  color: #ffffff !important;
  font-size: 1.1em;
  margin-bottom: 8px;
  display: block;
}

.t706__cartwin-total,
.t706__cart-total,
.t706__total-amount,
.t706__checkout-total {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1.4em;
  margin: 15px 0;
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.t706__form-upper-text,
.t-descr,
.t-descr_xs,
.t706__bubble-text {
  color: #ffffff !important; /* Белый цвет текста */
}



.t706__cartwin-prodamount-price {
  color: #ffffff; /* Белый цвет текста */
  font-weight: bold; /* Жирный шрифт (опционально) */
}

.t706__cartwin-totalamount-label {
  color: #ffffff !important; /* Белый цвет текста */
}

.t706__cartwin-prodamount-currency {
    color: #ffffff;
}
}