How to set up custom notifications for product discounts in FLOW theme?

I have some collections/products in my shopify store that have price breaks - i want to be able to notify the customer on the product page that if they add X amount more of a product to their basket, they will get X amount in discount.
eg: ‘Add 5 more to get X% off or add 20 more to get XX% off’.

Im assuming it needs to be done in the CSS but i’m not sure what to put?
I’m using FLOW theme.

Hello @sambattersby ,

You need html, liquid, JS and css too for it.
With Standalone css we cannot do it.

Thanks