.header-search {
  display: none !important;
}

html.nw2-search-collapsed .geo-search {
  height: 10px;
  min-height: 10px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--geo-cream, #fbf6ef);
  box-shadow: none;
}

html.nw2-search-collapsed .geo-search > * {
  opacity: 0;
  pointer-events: none;
}

html.nw2-search-open .geo-search {
  height: 42px;
  margin: 6px 14px 0;
  padding: 0 4px 0 11px;
  border-radius: 14px;
}

html.nw2-search-open .geo-search button {
  height: 34px;
  border-radius: 11px;
}

html.nw2-search-open .geo-breadcrumb {
  margin-top: 7px;
}

