.js-store-close-text {
  display: none;
}

.t-product__option-input:checked + .t-product__option-checkmark::after {
  background-color: #e8927c !important;
}

/*изменение цвета и обводки радио-кнопки в поп-апе карточки товара*/
.t-product__option-input + .t-product__option-checkmark::before {
  border: 1px solid #e8927c !important;
}

.t447__descr{
  text-transform: none !important;
}

/*ховер для ссылки в футере. по умолчанию не работает без этой правки*/
.t447 .t447__descr a:hover {
  color: #e8927c !important;
}

/*изменение цвета сообщения "Нет в наличии" на брендовый, т.к. настроек нет в меню*/
.t-store__card__sold-out-msg {
  color: #e8927c !important;
}

.t451__leftside {
  flex-grow: 0 !important;
  flex-basis: 0 !important;
}

.js-profile-save tlk-profile__close-save tlk-profile__close-save__default tlk-btn {
    color: #e8927c !important;
}

@media screen and (min-width: 980px) {
    .t451__centerside {
      margin-left: 30px !important;
      justify-content: left !important;
    }
}

.t-inputpromocode__btn {
    border-radius: 12px !important;
    background-color: #353535 !important;
    
    &:hover {
        background-color: #e8927c !important;
    }
}

