/* Hide Astra default header everywhere (desktop + mobile). */
#masthead,
header#masthead,
.site-header,
.ast-site-header,
.ast-header,
.ast-main-header-wrap,
.ast-primary-header-bar,
.main-header-bar-wrap,
.main-header-bar,
.ast-desktop-header,
.ast-mobile-header-wrap,
.ast-header-break-point .main-header-bar-wrap,
.ast-header-break-point .main-header-bar,
.ast-header-break-point .ast-mobile-header-wrap,
.ast-header-break-point .ast-primary-header-bar,
.ast-header-break-point .ast-main-header-wrap {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

