#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}

.product-title {
  font-size: 18px !important;
}
/* ==== Search Bar (under banner) – Legacy Storefront ==== */
/* Bar background */
#search-form.callout-region {
  background: #00447e !important;          /* <-- your bar color */
  padding: 0px 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
}
/* ==== Feature Region Styling ==== */
.feature-region {
  background: linear-gradient(90deg, #00447e 0%, #5AC4BE 100%) !important;
  color: #fff !important;
  padding: 10px 0 !important;
}
/* ==== NHCO Top Links ==== */
.nhco-top-link a {
  color: inherit;
  font-weight: 600;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}
.nhco-top-link a:hover,
.nhco-top-link a:focus {
  color: #5AC4BE !important;
}

/* Fallback utility bar styling (only used if header nav wasn't found) */
#nhco-utility-bar {
  background: #00447e;
  padding: 8px 20px;
  text-align: right;
}
#nhco-utility-bar a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  margin-left: 20px;
}
#nhco-utility-bar a:hover {
  color: #5AC4BE;
}