/* = Скрытие опций которых нет в наличии = */
.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;
}

/* = Скрыть подсказку в поле «Дом» = */
#customdelivery #house-searchbox .t706__search-icon, #customdelivery #house-searchbox .t-input-clear, #customdelivery #house-searchbox .searchbox-list, #customdelivery #house-searchbox.load .t-input-block:after {
   display: none;
}
#customdelivery #house-searchbox .searchbox-input {
   padding-right: 20px !important;
}

/* = Каталог = */
@media screen and (max-width: 960px) {
    #rec930572771 .t951__cont-wrapper .t951__sidebar {
        background-color: transparent !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;
    }
}
