@media screen and (min-width: 960px){
.t-store__filter__item-controls-wrap {
    border-radius: 12px;
    box-shadow: none;
    outline: 1px solid #FF0283;
}
.t-store__filter__input {
    border-radius: 6px !important;
}

.t-store__filter__btn {
    border-radius: 4px;
    background-color: #FF0283;
    color: white;
    border: none;
}
}

.t-store__card__price_old.t-store__card__price-item.t-name.t-name_xs{
    display: none;
}

@media screen and (min-width: 960px)
{
    .t-checkbox__indicator {
    border-color: #FF0283 ;
    border-radius: 4px ;
}
    
    
    .t-store__filter__item {
    margin: 0 !important;
    padding: 4px 12px;
    border-radius: 100px;
    background-color: #ffffff;
    margin-right: 10px !important;
    color: #ffffff;
    }
}
    @media screen and (min-width: 960px)
    {
.t-store__filter__controls-wrapper {
    padding: 20px;
    border-radius: 16px;
    background-color: #F5F5F5;
    box-sizing: border-box;
}
}

@media screen and (min-width: 960px){
    
.t-store__sort-select, .t-store__search-wrapper .js-store-filter-search {
    height: 40px;
    border-radius: 10px;
}
.t-store__filter__input.js-store-filter-search{
    width: 250px;
}

.t-store__sort-select{
    width: 100%;
}
}
@media screen and (min-width: 960px)
{
.t-store__filter__item-controls-wrap {
    border-radius: 6px;
    #box-shadow: none;
    #outline: 1px solid #FF0283;
    background-color: #ffffff;
}
}

.t-store__filter__chosen-val{
    background-color: #F5F5F5;
}

.t-store__filter__chosen-val.js-store-filter-chosen-item.t-descr.t-descr_xxs{
    color: #1D1D1F !important;
}

@media screen and (max-width: 960px)
{
    .t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons.active .t-store__filter__checkmark_color:before, .t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons.active .t-store__filter__checkmark_color:before {
        border-radius: 8px;
        border: 1px solid #FF0283;
    }
    
    .t-store__filter__input {
        border-radius: 100px !important;
    }
    
    .t-store__filter__btn.js-store-filter-price-btn{
        border-radius: 100px !important;
        background-color: #FF0283;
        color: white;
    }
    

}

/* Отступ сверху на странице товара */
.t-store__prod-snippet__container {
    padding-bottom: 120px;
    padding-top: 40px;
}

