/* Уменьшаем вертикальные отступы между карточками в блоке ST315N на мобильных */
@media (max-width: 767px) {
  #rec1501683021 .t-store__card {
    margin-bottom: 1px !important; /* стандарт ~40px → стало компактнее */
  }

  #rec1501683021 .t-store__col {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  #rec1501683021 .t-store__grid-cont {
    row-gap: 1px !important; /* вертикальный зазор между строками */
  }

  #rec1501683021 .t-rec {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
   #rec1501758501 .t-store__card {
    margin-bottom: 1px !important; /* стандарт ~40px → стало компактнее */
  }

  #rec1501758501 .t-store__col {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  #rec1501758501 .t-store__grid-cont {
    row-gap: 1px !important; /* вертикальный зазор между строками */
  }

  #rec1501758501 .t-rec {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }
}

