/*загрузить ещё */
.t-btn.t-btnflex.t-btnflex_type_button.t-btnflex_sm.js-store-load-more-btn.t-store__load-more-btn {
    display: none !important; }

/*фильтры в мобилке */
@media screen and (max-width: 960px) {

        /* Стили для отображения фильтров и поиска на мобильных устройствах */
        .t-store__filter__options, 
        .t-store__filter__search-and-sort, 
        .t-store__filter__sort {
            display: block !important; /* Отображение в виде блоков */ }

        /* Скрытие кнопки фильтров для мобильных */
        .t-store__filter__opts-mob-btn {
            display: none; /* Скрытие кнопки */ }

        /* Скрытие кнопки поиска для мобильных */
        .t-store__filter__search-mob-btn {
            display: none; /* Скрытие кнопки */ } }

/*отсутуп между карточками*/
.t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px !important; }
    

/*расстояние заголовка и цены*/
.t-store__card__price-wrapper {
    margin-top: 3px; }
.t-store__card__textwrapper {
    padding-top: 10px; 
    padding-bottom: 20px !important;
}

/*хлебные крошки на всю ширину*/
.t758 .t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%; }
.t758 .t-col {
    display: inline;
    float: left;
    margin-left: 0px; }
    
/*отступы между фильтрами и карточками*/   
@media screen and (min-width: 960px) {
    #rec1452941641 .t951__cont-wrapper .t951__sidebar {
        padding: 30px 0 30px 30px;
        margin-right: 10px !important;
    } }
    
/*отступы фильтры*/
@media screen and (min-width: 961px) {
    .t951 {
        padding-left: 10px;
        padding-right: 10px;
    } }