
/* Фон всего всплывающего окна корзины */
.t706__cartwin {
  background: rgba(0,0,0,0.85) !important; /* тёмное полупрозрачное затемнение вокруг */
}

/* Контент внутри корзины — фон коричневый */
.t706__cartwin-content {
  background: #473218 !important;
}

/* Заголовки, названия, подписи, поля — чёрные */
.t706__cartwin .t706__cartwin-title,
.t706__cartwin .t706__prodtitle,
.t706__cartwin .t706__cartwin-label,
.t706__cartwin .t706__cartwin-products,
.t706__cartwin .t706__cartwin-prodamount,
.t706__cartwin .t706__cartwin-input,
.t706__cartwin .t706__cartwin-text {
  color: #000000 !important;
}

/* Цена — тёмное золото */
.t706__cartwin .t706__product-price {
  color: #9b7a3c !important;
}

/* Кнопка оплаты — можно отдельно, если нужно */
.t706__cartwin .t706__cartwin-btn {
  background: #000000 !important;
  color: #d6b36a !important;
}
</style>