/* Topbar search item (Glozin child extension) */
#topbar .topbar-search-item {
  width: 100%;
  max-width: 320px;
}

#topbar .topbar-search-item .header-search {
  width: 100%;
}

#topbar .topbar-search-item .header-search__form {
  position: relative;
  display: block;
  width: 100%;
}

#topbar .topbar-search-item .header-search__field {
  width: 100%;
  max-width: 100%;
  min-height: 36px;
  font-size: 13px;
  padding-inline-start: 45px;
}

#topbar .topbar-search-item .header-search__button {
  --gz-button-width: 44px;
  --gz-button-height: 40px;
  position: absolute;
  inset-inline-start: 4px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 991px) {
  #topbar .topbar-search-item {
    max-width: 100%;
  }
}
