/* Hide WooCommerce and Elementor sale badges on single product pages */
body.single-product span.onsale,
body.single-product .woocommerce span.onsale,
body.single-product .woocommerce-page span.onsale,
body.single-product .woocommerce-product-gallery .onsale,
body.single-product .elementor-woocommerce-product-gallery .onsale {
    display: none !important;
}
