/* Уменьшаем размер карточек и изображений, убираем кнопку Buy now */
.small-promos .t-store__card {
  width: 200px !important;
  margin: 10px !important;
}

.small-promos .t-store__card__imgwrapper {
  max-height: 120px;
  overflow: hidden;
}

.small-promos .t-store__card__img img {
  width: 100px !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
}

.small-promos .t-store__card__btn-wrapper .t-store__btn.t-btn.t-btn_sm {
  display: none; /* Скрываем кнопку Buy now */
}

.small-promos .t-store__card__title,
.small-promos .t-store__card__descr,
.small-promos .t-store__card__btn-wrapper {
  text-align: center !important;
}
