.t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 12px;
}
.t-store__card__price-wrapper {
    margin-top: 4px;
}
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 40px;
    }
}


.t-store__prod-snippet__container {
    padding-top: 30px;
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 12px;
    }
}

.t-feed__post-popup__container {
    padding: 30px 0;
}

@media screen and (max-width: 1200px) {
    .t-text_md {
        font-size: 12px;
    }
}



.t-store__card__sold-out-msg {
    color: #B33232;
}
