#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;
}