/* Отступы 10px у изображений в карточках товара ST310N */
.t-store__card__imgwrapper img {
    padding: 10px;
    box-sizing: border-box;
}