.testHide .predictive-search__result-group:first-child{
  display: none;
}
button#OpenSearchDrawer {
    all: unset;
}
button#OpenSearchDrawer {
    margin-bottom: -11px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  button#OpenSearchDrawer {
    margin-bottom: 0;
}
  #CustomSearchDrawer{
    width: 300px;
  }
}