.t-store__card__sold-out-msg {
  visibility: hidden;
}
.t-store__card__sold-out-msg:after {
  content:'Сообщить о поступлении’; 
  visibility: visible;
  display: block;
  color: #ffffff;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    background: gray;
    border: 1px solid gray;
}

h2.t-store__tabs__item-title {
    color: white !important;
}
var interval = setInterval(function() {
var element = document.querySelector(".js-store-parts-switcher");
if (element !== null) {
clearInterval(interval);
element.textContent = "Смотреть всё";
}
}, 100);

#form573243708 .t-checkbox__control {
    display: flex !important;
}

#form573243708 .t-checkbox__indicator {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 0px;
    opacity: 9;
}

#form1034523431 .t-checkbox__control {
    display: flex !important;
}

#form1034523431 .t-checkbox__indicator {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 0px;
    opacity: 9;
}

#form721735337 .t-checkbox__indicator {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 0px;
    opacity: 9;
}