/**
 * Soft mint site menu/header only — matches Contact nav wash.
 * Page title heroes (Electric Screens, etc.) keep Kadence defaults.
 * Site-wide on abiselectronics.com. Does NOT restyle logo or brand mark.
 */

:root {
  --abis-wash-top: #dce9e1;
  --abis-wash-bot: #cfe0d5;
  --abis-wash-solid: #d9e8de;
  --abis-wash-accent: rgba(9, 186, 101, 0.18);
}

/* —— Site header / menu only (nav, logo, cart) —— */
body #masthead .site-header-main-section-left,
body #masthead .site-header-main-section-center,
body #masthead .site-header-main-section-right {
  background-color: transparent !important;
}

body #masthead.site-header {
  background-color: var(--abis-wash-solid) !important;
  background-image:
    linear-gradient(135deg, var(--abis-wash-accent) 0%, transparent 55%),
    linear-gradient(180deg, var(--abis-wash-top) 0%, var(--abis-wash-bot) 100%) !important;
  border-bottom: 1px solid rgba(40, 50, 54, 0.08);
}

/* Sticky / scrolled / transparent header variants keep the mint menu wash. */
body .kadence-sticky-header.item-is-fixed #masthead.site-header,
body .kadence-sticky-header.item-is-stuck #masthead.site-header,
body #masthead.site-header[data-header-sticky],
body.transparent-header #masthead.site-header,
body.mobile-transparent-header #masthead.site-header,
body.home.abis-home-proto #masthead.site-header,
body.home.abis-home-option-a #masthead.site-header {
  background-color: var(--abis-wash-solid) !important;
  background-image:
    linear-gradient(135deg, var(--abis-wash-accent) 0%, transparent 55%),
    linear-gradient(180deg, var(--abis-wash-top) 0%, var(--abis-wash-bot) 100%) !important;
  border-bottom: 1px solid rgba(40, 50, 54, 0.08);
}
