/* БАЗОВЫЙ ФИКС ДЛЯ СТАБИЛЬНОСТИ */
.t-store__card {
    display: block;
    margin: 15px auto;
    width: 100%;
    max-width: 300px;
}

.t-store__card-wrapper {
    display: block;
}

.t-store__prod-col {
    display: block;
    width: 100%;
}

.t-col {
    display: block;
    margin-bottom: 20px;
}

img {
    max-width: 100%;
    height: auto;
}