header,
header.is-sticky {
  border-bottom: 0px solid transparent;
}

body.static-header header:not(.is-sticky) {
  background: #fff;
  /* white background once scrolled */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /*
      	* @ Change domain on Scroll
      	*/
}
body.static-header header:not(.is-sticky) .navigation-items-item.is-level-0.has-dropdown > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M2 2l3 3 3-3' fill='none' stroke='%23596174' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
body.static-header header:not(.is-sticky) .custom-logo-link img {
  display: none;
}
body.static-header header:not(.is-sticky) .custom-logo-link {
  display: inline-block;
  width: 130px;
  height: 40px;
  background: url("https://oskinclinic.dk/wp-content/uploads/2025/10/logo-dark-blue.svg") no-repeat center;
  background-size: contain;
}
body.static-header header:not(.is-sticky) .navigation-toggle {
  --toggleColor: var(--wp--preset--color--primary);
}

@media (min-width: 777px) {
  .mega-menu .navigation-dropdown {
    background: var(--wp--preset--color--custom-f-8-f-5-f-2);
  }
  .navigation-dropdown-ul {
    background: var(--wp--preset--color--custom-f-8-f-5-f-2) !important;
    border: none;
    padding: 0px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style: none;
    padding: 0;
  }
  .navigation-dropdown {
    background-color: transparent;
    left: var(--dropdown-left-fix, calc(var(--dropDownWidth) / 2 * 0));
    border: none;
    padding: 7px;
  }
  .is-level-1 .navigation-items-item-link {
    color: var(--wp--preset--color--primary);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
}
#primary_menu a.navigation-items-item-link {
  padding: 7px;
  border-radius: 0px;
}