.t-catalog__card__textwrapper{
display:flex !important;
justify-content:space-between;
align-items:flex-start;
gap:10px;
}
.js-catalog-prod-name{
flex:1;
}
.js-catalog-price-wrapper{
margin-top:0 !important;
flex-shrink:0;
}
.t-catalog__card__price{
white-space:nowrap;
}