.t-store__card__price-wrapper {
    margin-top: 5px;
}
t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 15px;
}
.t-store__card__mark {
    border-radius: 50px;
    box-sizing: border-box;
     display: table-cell;
    font-family: 'TildaSans';
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}


@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-bottom: 60px;
        padding-top: 100px;
    }
}