How can I remove the search icon next to 'CHARMENTE'?

I would like to get rid of the search icon that is next to “CHARMENTE”. Thank you!

https://charmente.com/

Go to Themes> Customize> Click “Header”> Custom CSS> Add This Code

.header__search {display: none; visibility: hidden;}

Result:

Hope that helps!
@biznazz101

I get this message when I put in this code.

Okay, instead use the same code but Go to Themes> “…”> Edit Code> base.css> Add Code Above At The Bottom & Save