/* === Скрытие опций которых нет в наличии === */
.js-product .t-product__option-variants_custom .t-product__option-item.t-product__option-item_disabled {
    display: none;
}