@media (max-width: 640px) {
  
  /* СКРЫВАЕМ описание в карточках каталога */
  .t-store__card__descr {
    display: none !important;
  }
  
  /* Уменьшаем высоту контейнера с текстом */
  .t-store__card__textwrapper {
    height: auto !important;
    min-height: unset !important;
  }
  
  /* Компактнее заголовок */
  .t-store__card__title {
    margin-bottom: 0px !important;
  }
  
  /* ПРИЖИМАЕМ цену к заголовку */
  .t-store__card__price-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  /* Кнопки */
  .t-align_left .t-store__card__btn {
    margin: 0 6px 6px 0;
}
    
    .t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    --height: 42px;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
    

  /* ПРИЖИМАЕМ кнопку к цене */
  .t-store__card__btns-wrapper {
    margin-top: 6px !important;
    padding-top: 6px !important;
  }

/* Верхние фильтры */
@media screen and (max-width: 640px) {
    #rec1368196171 .t-store__grid-cont_col-width_stretch .t951__sidebar {
        margin: 0px 0px 10px 0px;
  }
  
    /* Расстояние от картинки до заголовка */
    .t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 12px;
}

/* Расстояние межджу карточками по вертикали */
@media screen and (max-width: 640px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 42px;
    }