@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;}
}
@media screen and (max-width: 960px) {
    .t-store__filter__options, .t-store__filter__search-and-sort {
        margin-top: 0px;

    }
}
.t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 20px;
    height: 150px;
}
.js-product .t-product__option-select {
    width: 100% !important;
    border: 1px #000000 solid;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-x: hidden;
}
#allrecords .t-store__card a {
    outline: none;
    background: white;
    border-radius: 20px;
}
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_1-1, .t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_original-ratio.t-store__card__imgwrapper_1-1 {
    margin-block: 20px;
}