body.t-body:not(.t-body_popupshow) .t706__cartpage {
  background-color: #fefafa !important;
}

body.t-body_popupshow .t706__cartpage {
  background-color: transparent !important;
}

.t706__cartpage-totals,
.t706__cartpage-prodamount {
  background-color: #fefafa !important;
}

.t706__sidebar .t706__sidebar-content {
  background-color: #fefafa !important;
}

.t1002__wishlistwin .t1002__wishlistwin-content {
  background-color: #fefafa !important;
}

.t1002__wishlistwin {
  background-color: transparent !important;
}



.t-store__card__title {
  min-height: 3em;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t-store__card__descr {
  min-height: 4.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


/* Кнопки вариантов товара */
.t-store__prod-popup__opt-link,
.t-product__option-item {
    border-radius: 8px !important;
    overflow: hidden;
    transition: all 0.2s ease;
    padding: 10px 18px !important;
    background-color: #fffbf6 !important;
    border: 1px solid #dcc7bc !important;
    color: #5a3a2e !important;
}

/* Актив */
.t-store__prod-popup__opt-link_active,
.t-product__option-item_active {
    background-color: #f6e7e1 !important;
    border: 1px solid #c86a4a !important;
    color: #5a3a2e !important;
}

/* Текст внутри активной кнопки */
.t-store__prod-popup__opt-link_active *,
.t-product__option-item_active * {
    color: #b85f45 !important;
    font-weight: 700 !important;
}

/* Hover */
.t-store__prod-popup__opt-link:hover,
.t-product__option-item:hover {
    border-color: #c86a4a !important;
}