/* = Скрытие опций которых нет в наличии = */
.js-product:not(:has(.t-store__prod-popup__btn_disabled)) .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled {
    display: none;
}
/* = Скрытие опции выбора магазина в котором находится товар при 0 остатке товара = */
.js-product:has(.t-store__prod-popup__btn_disabled) .t-product__option[data-edition-option-id="Наличие в магазинах"] {
    display: none;
}
/* = Надпись «Нет в наличии» = */
.t-store__card__sold-out-msg {
    color: #b7b7b7;
}
/* = Каталог = */
@media screen and (max-width: 960px) {
    #rec930572771 .t951__cont-wrapper .t951__sidebar {
        background-color: transparent !important;
    }
    #rec930572771 .t-store__parts-switch-btn {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    #rec930572771 .t-store__parts-switch-btn:first-child {
        margin-left: 0 !important;
    }
    #rec930572771 .t-store__parts-switch-btn:last-child {
        margin-right: 0 !important;
    }
}
