How do I restore the search icon on my mobile site header?

Hello @atm19 ,
Sorry For the the Trouble Here is the code you can try i hope this will hepl
Please follow the path :
Go to the Online Store-> Theme-> Edit code-> Assets> base.css → Add code at the bottom.

@media screen and (max-width: 767px) {
.header__search{
 display: block !important;
  }
}

This is the same code only small changes is there please apply .