/* Кнопка варианта — обычное состояние (кроме варианта "Цвет" с картинками) */
.t-product__option-item:not(.t-product__option-item_image) {
  border-radius: 30px !important;
  border: 1px solid #fbcc00 !important;
  background-color: #181818 !important;
}

.t-product__option-item:not(.t-product__option-item_image) .t-product__option-title {
  color: #ffffff !important;
}

/* Выбранный (активный) вариант — кроме варианта "Цвет" */
.t-product__option-item_active:not(.t-product__option-item_image) {
  border-radius: 30px !important;
  border: 1px solid #fbcc00 !important;
  background-color: #fbcc00 !important;
}

/* Фон боковой панели корзины */
.t706__sidebar-content {
  background-color: #181818 !important;
}

/* Текст внутри корзины */
.t706__sidebar-content,
.t706__sidebar-content * {
  color: #ffffff !important;
}

/* Поля ввода — фон отдельно, чтобы не потерялся */
.t706__sidebar-content input,
.t706__sidebar-content textarea {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border-color: #555 !important;
}

/* Кнопка "Оформить заказ" остаётся жёлтой — текст делаем тёмным для контраста */
.t706__sidebar-content button,
.t706__sidebar-content [class*="submit"] {
  color: #181818 !important;
}

/* Крестик закрытия и иконки, чтобы были видны на тёмном фоне */
.t706__sidebar-content svg,
.t706__sidebar-content use {
  fill: #ffffff !important;
}
/* Полноэкранная страница корзины (второй шаг) */
.t706__cartpage,
.t706__cartpage-content,
.t706__cartwin-content {
  background-color: #181818 !important;
}

.t706__cartpage,
.t706__cartpage *,
.t706__cartwin-content,
.t706__cartwin-content * {
  color: #ffffff !important;
}

/* Поля ввода имени и телефона */
.t706__cartpage input,
.t706__cartwin-content input {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border-color: #555 !important;
}

.t706__cartpage input::placeholder,
.t706__cartwin-content input::placeholder {
  color: #999 !important;
}

/* Иконки/крестики */
.t706__cartpage svg,
.t706__cartwin-content svg {
  fill: #ffffff !important;
}