/* Start custom CSS *//* Hide existing currency symbol (₹ / $ / PKR etc) */ body.elementor-page-1239 .woocommerce-Price-currencySymbol {     display: none; }  /* Add Rs before price */ body.elementor-page-1239 .amount::before {     content: "Rs ";     font-weight: 600; }/* End custom CSS */