/* Mega menu positioning fix */
@media screen and (min-width: 1000px) {
  .header__primary-nav-item {
    position: relative !important;
  }
}