/* Делаем обертку колоночной и растягиваем ссылку */
.store__card__wrap_txt-and-opts {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.store__card__wrap_txt-and-opts > a {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Текстовый контейнер — растягивается, цена прижимается вниз */
.t-store__card__textwrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.js-store-price-wrapper {
  margin-top: auto;
}
