/* Família do papel em preto; nome/cor comercial em azul. */
html body ul.products li.product .sp-card-body .sp-tagline,
html body.single-product.woocommerce div.product .summary .sp-product-family {
  color: #0c0c0c !important;
}

html body ul.products li.product .sp-card-body h2.woocommerce-loop-product__title,
html body.single-product.woocommerce div.product .summary h1.product_title {
  color: var(--brand-blue, #204595) !important;
}
