/* V290: consistent edge-to-edge search controls for all six category pages. */
.category-page-searchbar,
.surg-searchbar,
.dental-searchbar,
.vet-searchbar,
.implant-searchbar,
.beauty-expanded .toolbar,
.surg-browser-head,
.dental-browser-head,
.full-vet-toolbar {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}

.category-page-searchbar,
.surg-searchbar,
.dental-searchbar,
.vet-searchbar,
.implant-searchbar {
  margin: 18px 0 26px !important;
}

#categoryPageSearch,
#surgCatSearch,
#surgPageSearch,
#dentalCatSearch,
#dentalPageSearch,
#vetSearch,
#fullVetSearch,
#implantProductSearch,
#beautySearch {
  display: block !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 52px !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  border: 1px solid #cdb9bf !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3d1722 !important;
  font: inherit !important;
  box-shadow: 0 6px 18px rgba(61, 23, 34, 0.06) !important;
}

#categoryPageSearch:focus,
#surgCatSearch:focus,
#surgPageSearch:focus,
#dentalCatSearch:focus,
#dentalPageSearch:focus,
#vetSearch:focus,
#fullVetSearch:focus,
#implantProductSearch:focus,
#beautySearch:focus {
  border-color: #76172f !important;
  outline: 2px solid rgba(118, 23, 47, 0.2) !important;
  outline-offset: 1px !important;
}

.surg-browser-head,
.dental-browser-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

#surgPageSearch,
#dentalPageSearch {
  grid-column: 1 / -1 !important;
}

.full-vet-toolbar,
.beauty-expanded .toolbar {
  flex-wrap: wrap !important;
}

#fullVetSearch,
#beautySearch {
  order: -1 !important;
}

@media (max-width: 760px) {
  #categoryPageSearch,
  #surgCatSearch,
  #surgPageSearch,
  #dentalCatSearch,
  #dentalPageSearch,
  #vetSearch,
  #fullVetSearch,
  #implantProductSearch,
  #beautySearch {
    height: 50px !important;
  }
}
