.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Под заказ' ;
  visibility: visible;
  display: block; 
  color: #d6c149;
}
.t706__form-bottom-text.t-text.t-text_xs:after {
    position: relative !important;
    background-image: url("https://static.tildacdn.com/tild3566-3130-4131-a433-323439333230/1700500.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 200px !important;
    width: 100% !important;
    content: "";
    margin-top: 20px;
    display: block;
}
@media screen and (max-width: 680px) {
    .t706__form-bottom-text.t-text.t-text_xs:after {
    position: relative !important;
    background-image: url("https://static.tildacdn.com/tild3566-3130-4131-a433-323439333230/1700500.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 100px !important;
    width: 100% !important;
    content: "";
    margin-top: 20px;
    display: block;
}
}
.js-store-prod-all-text:after {
    position: relative !important;
    background-image: url("https://static.tildacdn.com/tild3566-3130-4131-a433-323439333230/1700500.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    height: 180px !important;
    width: 100% !important;
    content: "";
    margin-top: 20px;
    display: block;
}
@media screen and (max-width: 1200px) {
.js-store-prod-all-text:after {
    position: relative !important;
    background-image: url("https://static.tildacdn.com/tild3566-3130-4131-a433-323439333230/1700500.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px !important;
    width: 100% !important;
    content: "";
    margin-top: 20px;
    display: block;
    background-position: top left;
}
}