/* Скрываем слово "от" у цен (для всех вариантов блоков магазина) */
.t-store__card__price-value::before,
.t-catalog__card__price-value::before,
.js-product-price::before {
    content: none !important;
    display: none !important;
    margin-right: 0 !important;
}