/* Выравнивание цены в карточке товара по нижнему краю*/
.t-store__card__textwrapper {display: flex; flex-direction: column;}
.js-store-price-wrapper {margin-top: auto; display: flex; flex-wrap: wrap; padding-top: 10px;}
.js-store-prod-sold-out {width: 100%; order: -1;}
.t-store__card__price {margin-right: 5px;}
