/* Buscadorkits replaces PS native searchbar in Hummingbird theme */
.ps-searchbar,
.ps-searchbar--mobile,
.js-search-widget,
[data-position*="search"] { display: none !important; }

/* Promote buscadorkits header bar to look like a real search */
#custom-searchbar {
  flex: 1 1 auto;
  margin: 0 12px;
  max-width: 720px;
}
#custom-searchbar .buscador_barra_form {
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
#custom-searchbar .buscador_input_busqueda {
  flex: 1 1 auto;
  padding: 10px 18px;
  border: none;
  outline: none;
  font-size: 14px;
  background: transparent;
}
#custom-searchbar .buscador_boton_buscar {
  padding: 10px 22px;
  background: #1a73e8;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.3px;
}
#custom-searchbar .buscador_boton_buscar:hover { background: #1557b0; }
