html, body {
  overflow-x: hidden !important;
}

.t-rec {
  overflow-x: hidden;
}

.t-store__card__price {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.t-store__card {
  position: relative;
  min-height: 300px; /* подбери под нужную высоту */
  padding-bottom: 60px; /* чтобы не перекрыть цену */
}