@media screen and (max-width: 640px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 10px !important;
    }
}


.t-store__card__title,
.t-store__card__price {
    padding-left: 10px !important;
}

@media screen and (max-width: 640px) {
    .t-store__card__title,
    .t-store__card__price {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="10"],
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"],
    .t-store__grid-cont_col-width_stretch[data-col-gap="10"],
    .t-store__grid-cont_col-width_stretch[data-col-gap="20"] {
        padding: 0 5px !important;
    }
}