/*
 * Restore original sans font only for visible product titles.
 * More specific selectors to beat the generic Playfair heading override.
 */

body #center_column .pb-center-column h1[itemprop="name"],
body .primary_block .pb-center-column h1[itemprop="name"],
body .pb-center-column h1[itemprop="name"],
body h1[itemprop="name"],
body .product_list .right-block h5[itemprop="name"],
body .product_list .right-block h5[itemprop="name"] a.product-name,
body .product_list .content h3.title[itemprop="name"],
body .product_list .content h3.title[itemprop="name"] a,
body .product_list a.product-name {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

body #center_column .pb-center-column h1[itemprop="name"],
body .primary_block .pb-center-column h1[itemprop="name"],
body .pb-center-column h1[itemprop="name"],
body h1[itemprop="name"] {
  font-weight: bold !important;
}
