Melhorar preço – Script Yampi

Script

/* INICIO CODIGO - ESTILO DO PREÇO */
.price {
    color: #0245bf !important
}
.product .main-product-prices .installment-text::before {
    content: "ou ";
    font-weight: 500
}

.product .main-product-prices .installment-text::after {
    content: " no cartão"
}

.product .main-product-prices .installment-text .price {
    color: var(--color-btn-primary-background)
}

/* FIM CODIGO - ESTILO DO PREÇO */
Esse tutorial foi util?