/* Mobile-only product menu. Desktop navigation remains unchanged. */
@media (max-width: 991px) {
  #header .ul-product-nav__toggle {
    min-height: 48px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
  }

  #header .ul-product-nav__toggle > span:last-child {
    font-size: 22px;
    font-weight: 400;
    transition: transform .2s ease;
  }

  #header .ul-product-nav__toggle[aria-expanded="true"] > span:last-child {
    transform: rotate(45deg);
  }

  #header .ul-mobile-product-nav {
    width: 100%;
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px 18px 18px;
    background: #fff;
    color: #14263b;
    border-top: 1px solid #303030;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
  }

  #header .ul-mobile-mega-menu {
    display: grid;
    gap: 0;
  }

  #header .ul-mobile-mega-menu__group,
  #header .ul-mobile-mega-menu > .ul-mega-menu__group {
    display: grid;
    gap: 0;
    padding: 15px 0 10px;
    border-bottom: 1px solid #e4e7ea;
  }

  #header .ul-mobile-mega-menu > .ul-mega-menu__group:last-child {
    border-bottom: 0;
  }

  #header .ul-mobile-mega-menu strong {
    display: block;
    padding: 0 2px 8px;
    color: #a66b00;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .07em;
  }

  #header .ul-mobile-mega-menu a {
    display: flex;
    align-items: center;
    min-height: 39px;
    padding: 7px 2px;
    color: #14263b !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
    text-decoration: none;
    border-top: 1px solid #f0f1f2;
  }

  #header .ul-mobile-mega-menu a::after {
    content: '›';
    margin-left: auto;
    padding-left: 12px;
    color: #8d949c !important;
    font-size: 19px;
    font-weight: 400;
  }
}
