<!-- Выравнивать цены в карточках товаров по нижнему краю | https://necodim.ru/tilda/price-on-bottom -->
<style>
.t778__textwrapper, .t-store__card__textwrapper {
display: flex;
flex-direction: column;
}
.t778__descr, .js-store-prod-descr {
margin-bottom: auto;
}
</style>