/* Reduce hero/banner section height (background image area) */
  [data-themebanner] .hero-container,
  [data-themebanner] .hero-container .zphero {
    min-height: 480px !important;
  }

/* Hide search in top bar (desktop and mobile) on all pages */
  [data-zs-search-container] .theme-search-field-container,
  [data-zs-mobile-header-search] {
    display: none !important;
  }