Remove "New" text and box from product image

Hi!

Could anyone steer me in the right direction of removing the NEW text and box from the product photos

https://www.petiteskincostockists.com/

Thank you so much

.product--labels-container {
    display: none !important;
}

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme–async.liquid

That worked!!! THANK YOU SO MUCH!!

Hey… I dont have that file in my Assets. I have tried adding the code at the bottom of theme.css.liquid as well as featured_collection.liquid and featured_collection_owl.liquid. all to no avail. hmmm?
also… is there a way to edit the product creation date in the CSV upload so that it no longer thinks it is NEW?

Me either did you figure it out?