.t-store__prod-popup__brand {
    display: none !important;
}

.js-product-controls-wrapper div:nth-child(1) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(3) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(4) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(5) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(6) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(7) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(8) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(9) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(10) {
    display: none !important;
}

.js-store-prod-all-charcs p:nth-child(11) {
    display: none !important;
}



.js-store-prod-descr {
    display: none !important;
}


/*
.js-store-prod-popup-buy-btn-txt {
  visibility: hidden;
}
.js-store-prod-popup-buy-btn-txt:after {
  content: "Скоро в продаже"; 
  visibility: visible;
  display: block;
  color: #333;
  transform: translateY(-50%);
}*/


.js-store-prod-sold-out {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content: "Скоро в продаже"; 
  visibility: visible;
  display: block;
  color: #333333;
  
  transform: translateY(-50%)
}


.t-store__prod-popup__btn_disabled {
  visibility: hidden;
}

.t-store__prod-popup__btn_disabled:after {
  content: "Скоро в продаже"; 
  visibility: visible;
  display: block;
  color: #333;
  transform: translateY(-160%);
}