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

.js-store-price-wrapper {
    margin-bottom: 20px;
}


.limit-text {
    color: #adadad;
    font-weight: 500;
    text-align: left;
}

.limit-wrapper {
    margin-top: 40px;
    font-size: 15px;
    margin-top: auto;
}

.limit-text span span {
    color: #000;
}


.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}


.t-store__prod__price-portion {
    display: none;
}

.t706__product-title__portion {
    display: none;
}

span.t706__product-portion {
    display: none !important;
}


.popup_img {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 15px auto;
}    
