.t-store__card__sold-out-msg {
    visibility: hidden;
}
.t-store__card__sold-out-msg::after {
    content: 'Скоро в наявності';
    visibility: visible;
    display: block;
    color: #FF0000;
}

.t-store__prod-popup__close-txt {font-size: 22px; font-family: roboto;}

.t-store__filter__prods-number, .t-store__filter__item-title, .t-store__filter__title, .t-store__filter__opts-mob-btn, .t-store__filter__chosen-val {
    font-size: 16px;
    font-family: roboto;}

.t-store__card__mark {font-size: 18px; font-weight: bold;} /* MARK */

.t-store__filter__chosen-val {background-color: #eee; color: black;}

.js-product-brand {font-size: 16px; font-weight: bold;}

.js-product-brand::before {
    content: 'Бренд: ';
    font-weight: normal;
}
.t-typography__characteristics, .js-store-prod-charcs {font-size: 16px;}