.co-input-field, .m-input-field {
  background-color: white;
}

/* Новые стили для изображения в корзине */
.co-basket_item-image img  {
  width: 100%!important;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-width: 100%; 
  max-height: 100%;
}

.co-basket_item-image {
  border-radius: 12px;
}

.co-sidebar{
  box-shadow: none!important;
}

.co-basket_subtotal-title.discount-subtotal-description {
  color: var(--color-accent-text);
}

.co-basket_subtotal-price.co-price--current.discount-subtotal-amount {
  color: var(--color-accent-text); /* Оставляем переменную, как в оригинале */
}
