/* Product-page title display only. Keeps backend product names unchanged. */
body.o_website_sale_product #product_details h1,
body.o_website_sale_product #product_detail h1 {
    text-transform: uppercase !important;
}
