/* Measured reference header geometry, retaining native menu/cart behavior. */
.header-section {
  --gva-header-ink: #04182b;
  --gva-header-font: GvahqFigtree, Figtree, sans-serif;
  color: var(--gva-header-ink);
  font-family: var(--gva-header-font);
}
.header-section .header__container-top-wrap { max-width: 1300px; min-height: 47.6px; }
.header-section .header__logo-text { font-family: var(--gva-header-font); font-size: 30px; font-weight: 400; letter-spacing: .012em; line-height: 1.2; }
.header-section .header-nav__menu-item { --nav-menu-item-padding-block: 11px; }
.header-section .header-nav__underline--active {
  padding: 6px 14px;
  border-radius: 8px;
  color: #fff !important;
  background: #2d4247;
}
.header-section .header-nav__underline--active > .header-nav__ellipsis { padding: 0; }
.header-section .header-nav__underline--active::after { display: none; }
@media (min-width: 960px) {
  /* Keep the desktop header at the measured 47.609px anchor height. */
  .header-section { margin-bottom: 1px; }
  .header-section .header__container-top-wrap { width: calc(100% - 40px); max-width: 1400px; min-height: 46.609375px; }
  .header-section .header-action-bar { padding-block: 9.3046875px; }
  .header-section .header-nav__menu-item { display: flex; align-items: center; --nav-menu-item-padding-block: 9.3046875px; }
  .header-section .header-nav__menu-item > a { height: auto; }
  .header-section .header-nav__menu-item > a.header-nav__underline--active { align-self: center; padding: 4px 10px; }
}
@media (max-width: 1439px) and (min-width: 750px) {
  .header-section .header__container-top-wrap { margin-inline: 50px; width: auto; }
}
@media (max-width: 749px) {
  .header-section .header__container-top-wrap { min-height: 40.75px; height: 40.75px; }
  .header-section .header__logo-text { font-size: 27px; }
}
@media (min-width: 750px) and (max-width: 959px) {
  .header-section .header__container-top-wrap { min-height: 40.75px; height: 40.75px; margin-inline: 0; width: 100%; padding-inline: 16px; }
  .header-section .header__logo-text { font-size: 27px; }
}
