/* Уменьшаем верхний отступ именно у рекорда с карточкой товара */
.t-records .t-rec:has(.t-store__prod-snippet__container) {
  padding-top: 50px !important;
}

/* На всякий случай убираем внутренние отступы у самого контейнера */
.t-store__prod-snippet__container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}