
/* Изменение цвета текста на странице товара */
.t-store-page .js-store-prod-name,
.t-store-page .js-store-prod-description,
.t-store-page .t-store__prod__price-value,
.t-store-page .t-store__prod__text,
.t-store-page .t-store__prod__text-wrapper {
    color: #333333 !important; /* Замените #333333 на нужный цвет */
}

