    .t-store__filter__title,
    div.t-product__option-title.t-typography__options.t-descr,
    .t-product__option-title.t-product__option-title_radio.t-descr,
    .t-checkbox__control.t-descr {
        color: white !important;
    }
    
    .t-checkbox__indicator, .t-checkbox__indicator::after,
    .t-product__option-item_radio .t-product__option-input + .t-product__option-checkmark::before {
        border-color: #fff !important;
    }
    
    
    .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked + .t-product__option-checkmark::after {
        background-color: #fff !important;
    }
    .t-input-title.t-descr,
    .t706__form-upper-text.t-descr,
    .t706__cartwin-prodamount-wrap.t-descr,
    .t706__product-title.t-descr,
    select.js-product-edition-option-variants.t-product__option-select.t-descr,
    select.t-store__sort-select.t-descr,
    select.t-product__option-select.t-typography__options.t-descr,
    .t-store__filter__title,
    .t706__cartwin-heading.t-name {
        color: black !important;
    }

    @media screen and (max-width: 960px) {
    .t-store__filter__title {
        color: white !important;
    }
}