/* начало подсветка плиток магазина */

.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper
{
    box-shadow: 0 0 28px 8px rgba(253, 129, 40, 0.85);
    border-radius: 30px;
}

/* конец подсветка плиток магазина  */

/* начало исправления для мобилок */

@media screen and (max-width: 960px) {
.t-store__card-list__vertical-align-buttons .t-store__card__btns-wrapper {
    margin-bottom: 30px; !important
}
.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper
{
    margin-top: 40px; !important
}
}
/* конец исправления для мобилок */