.t-store__card__btn {
    max-width: 100px;
}


@media screen and (max-width: 960px) {
    /* Фильтры */
    .t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
        display: block;
    }
    .t-store__filter__opts-mob-btn {
        display: none;
    }
    /* Поиск */
    .t-store__filter__options, .t-store__filter__search-and-sort, .t-store__filter__sort {
        display: block;
    }
    .t-store__filter__search-mob-btn {
        display: none;
    }
}

/* Высота поиска */
.t951 .t-store__filter__search .t-store__filter__input {
    height: 40px;
}

@media screen and (min-width: 1200px) {
    .t951 .t-store__filter__search .t-store__filter__input {
        width: 1160px;
    }
}

/* Ширина поиска Планшеты */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .t951 .t-store__filter__search .t-store__filter__input {
        width: 960px;
    }
}

/* Стиль поиска */
.t-store__filter__search .t-store__filter__input {
    padding-left: 20px;
    padding-right: 100px;
    border-radius: 50px;
}

.t-store__search-icon {
    width: 20px;
    padding-left: 14px;
    padding-right: 18px;
}

.t-store__search-close-icon {
    padding-left: 15px;
    padding-right: 15px;
    right: 50px;
}