
    .js-store-prod-name {
        display: inline-block;
    }
    .t-store__card__descr {
        margin-top: 15px;
        height: 0px;
    }
    .t-store__card__price {
        display: flex !important;
    }
    .js-store-price-wrapper {
        display: inline-block;
        margin-top: 0px !important;
    }
    .t-store__card__textwrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
