Hide "search" and "cart" in header (dawn theme)

Hi! How can I temporarily hide the “search” and “cart” icon in the header on the website www.chimaek.ch ?

Hi,

Edit your theme and open the base.css file and put the bellow code in the bottom of file and save.

.header__icons.header__icons–localization {
display: none;

}