Remove Prices from Search Bar/Predictive Search

I need to remove the prices from the search bar on my website. See attachment.

Website is https://www.oemcatalyticconverters.com/

Using Out of The Sandbox ‘Flex’ theme. They were not willing to help sadly.

Hello @OEMIndustries ,

Follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your style.css file and paste the following code below:

form.header__search-form.search-form .item-pricing.price {
    display: none !important;
}

Thanks

You are amazing!