@media screen and (max-width: 960px) { 
    .t-store__filter__options {
        display: block !important;
    }
    .t-store__filter__opts-mob-btn {
    display: none!important;
   } 
   .t-store__filter__search-and-sort {
       display: block !important;
}
.t-store__filter__search-mob-btn-icon {
    display: none!important;
   }
.t-store__filter__input, .t-store__filter__btn {
background: #ffffff !important;
}
}
 






@media screen and (max-width: 960px) { 
    .t-store__filter__item-controls-wrap {
        display: block !important;
    }