How do I add "Each" after a price?

I want to add the word “Each” after a price.

Hi,
Please try this:

    .ginput_product_price_label:after {
         content: 'Each' !important;
    }