/* Precio regular (sin oferta o producto simple) */
.price .woocommerce-Price-amount {
    font-family: 'Barlow', sans-serif;
    color: #7f1d1d;
    font-weight: 500;
    font-size: 18px;
}

/* Precio de oferta (ins) - en TODOS lados */
.price ins .woocommerce-Price-amount {
    font-family: 'Barlow', sans-serif;
    color: #7f1d1d;
    font-weight: 500;
    font-size: 16px;
}

/* Precio tachado (del) - en TODOS lados */
.price del .woocommerce-Price-amount {
    font-family: 'Barlow', sans-serif;
    color: #78716c;
    font-weight: 500;
    font-size: 16px;
}

