.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}
.js-store-prod-descr {
    flex-grow: 1;
}


    .js-store-prod-text a {
        display: inline-block;
        padding: 10px 15px;
        margin-right: 15px;
        margin-top: 20px;
        border-radius: 7px;
        font-weight: 600;
        background-color: #2cb742;
        color: #ffffff !important;
    }

    .js-store-prod-text a:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg');
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
        vertical-align: middle;
    }

    .t706__cartwin_showed {
        z-index: 999999999;
    }

