/* Для каталога товаров */
.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content: 'OUT OF STOCK';
  visibility: visible;
  display: block;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  top: -10px;
  padding: 0;
  border: none;
  border-radius: 0;
}

/* Для страницы карточки товара */
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt {
  font-size: 0;
}
.t-store__prod-popup__btn_disabled td.js-store-prod-popup-buy-btn-txt:after {
  content: 'OUT OF STOCK';
  font-size: 14px;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  position: relative;
  top: 0px;
  padding: 0;
  border: none;
  border-radius: 0;
}
