.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper {
  padding-bottom: 45%;
}

.t-store__card__textwrapper .js-store-prod-name {
  display: inline-block;
  margin-left: 30px;
  margin-right: 15px;
  text-align: left;
}

.t-store__card__textwrapper .js-store-price-wrapper {
  display: flex;
  margin: 0;
  margin-right: 30px;
  flex-direction: column;
  white-space: nowrap;
}

.t-store__card__textwrapper {
  display: flex;
  justify-content: space-between;
}