
/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}

/* Миниатюры в карточке товара */
.t-slds__thumbsbullet-wrapper {
    display: none !important;
}

.t-store__prod-snippet__container {
padding-bottom: 120px;
padding-top: 50px;
}