body.header-sign-in-dropdown-open {
  overflow: visible !important;
}

.header-sign-in-overlay,
body.header-sign-in-dropdown-open .header-sign-in-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.main-header .header,
.main-header .header-wrapper,
.main-header .flex-header,
.main-header .col-right-header {
  overflow: visible;
}

.main-header .header-sign-in-dropdown-menu {
  z-index: 20;
}

.main-header .header-sign-in-dropdown.has-products:hover .header-sign-in-dropdown-menu,
.main-header .header-sign-in-dropdown.has-products:focus-within .header-sign-in-dropdown-menu,
body.header-sign-in-dropdown-open .main-header .header-sign-in-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.main-header .header-sign-in-dropdown:not(.has-products) .button-header-outlined--signin {
  padding-left: 24px;
  padding-right: 24px;
  gap: 0;
}

.main-header .header-sign-in-dropdown:not(.has-products) .button-header-outlined--signin svg,
.main-header .header-sign-in-dropdown:not(.has-products)::before {
  display: none;
}

.main-header .flex-header {
  align-items: center;
  gap: 12px;
}

.main-header .col-left-header {
  margin-right: 0;
  justify-content: flex-start;
  flex: 1 0 auto;
  min-width: auto;
  gap: 0;
}

.main-header .col-right-header {
  flex: 1 0 auto;
  min-width: auto;
  justify-content: flex-end;
}

.main-header .header-sign-in-dropdown,
.main-header .button-header-outlined,
.main-header .button-header-filled {
  flex-shrink: 0;
  white-space: nowrap;
}

.main-header .button-header-outlined,
.main-header .button-header-filled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .main-header .button-header-outlined {
    display: none;
  }
}

@media (max-width: 639px) {
  .main-header .button-header-filled {
    display: none;
  }
}

.main-header .menu-header-desktop {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .main-header .menu-header-desktop {
    display: none;
  }
}

.main-header .menu-header-desktop ul {
  height: 100%;
}

.main-header .menu-header-desktop .first-level-item {
  gap: 4px;
  padding: 0;
  white-space: nowrap;
}

.main-header .menu-header-desktop .first-level-item.has-sub-menu {
  padding: 20px 16px;
}

.main-header .menu-header-desktop .first-level-item-text {
  font-family: "ppmori", sans-serif;
  font-feature-settings: "ss02" on, "ss04" on, "ss05" on;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
}

.main-header .menu-header-desktop a.first-level-item-text {
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header .menu-header-desktop .has-sub-menu .chevron-icon {
  margin-left: 0;
}

@media (max-width: 1399px) {
  .main-header .menu-header-desktop .first-level-item.has-sub-menu {
    padding: 20px 10px;
  }

  .main-header .menu-header-desktop a.first-level-item-text {
    padding: 20px 10px;
  }
}
