.t-store__prod-popup__brand {
    margin-top: 4px;
    color: #777;
}
.t-store__prod-popup__sku {
    margin-top: 4px;
    color: #777 !important;
}

.t-store__card__price-value {
    font-family: 'montserrat',Arial,sans-serif;
    font-weight: 400;
    color: #121212;
}

.t-store__card__price-currency, .t-store__card__price-value, .t-store__prod-popup__price-currency, .t-store__prod-popup__price-value, .t-store__prod__price-portion {
    font-family: 'montserrat',Arial,sans-serif;
    font-weight: 400;
    color: #121212;
}


.t-btn {
    letter-spacing: 2px;
}

.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Изготовим под заказ'; 
  visibility: visible;
  display: block;
  font-family: 'Montserrat' ,Arial,sans-serif;
  color: #626262;
}

