.nm-site-header {
  position: relative;
  z-index: 20;
  padding: 0 !important;
  border: 0;
  background: #fff;
}

.nm-site-header .wp-block-navigation__responsive-container-open,
.nm-site-header .wp-block-navigation__responsive-container-close {
  min-width: 44px;
  min-height: 44px;
}

.nm-header-inner {
  width: 100%;
  max-width: none !important;
  margin-inline: 0 !important;
  min-height: 120px;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  column-gap: 48px;
  align-items: center;
  padding: 32px clamp(32px, 5vw, 96px) !important;
  background: #f7f6f2;
  border: 0;
  box-shadow: none;
}

.nm-header-logo {
  justify-self: start;
  margin: 0;
}

.nm-header-logo img {
  display: block;
  max-width: 100%;
}

.nm-header-navigation {
  --wp--style--block-gap: 24px;

  justify-self: end;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nm-header-actions {
  justify-self: end;
  gap: 20px;
}

.nm-header-actions > * {
  margin: 0;
}

.nm-header-search .wp-block-search__inside-wrapper {
  width: auto !important;
}

.nm-header-search .wp-block-search__button {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 8px;
  color: #111;
  background: transparent !important;
  border: 0;
  border-radius: 0;
}

.nm-header-search .wp-block-search__button:hover,
.nm-header-search .wp-block-search__button:focus-visible {
  color: #111;
  background: transparent !important;
}

.nm-header-search .wp-block-search__button svg {
  width: 24px;
  height: 24px;
}

.nm-header-account {
  width: 40px !important;
  height: 40px !important;
  display: grid;
  place-items: center;
}

.nm-header-account a,
.nm-header-account img {
  display: block;
}

.nm-header-account img {
  width: 24px !important;
  height: 24px !important;
}

.nm-header-cart {
  min-width: 40px;
  min-height: 40px;
}

.nm-header-cart .wc-block-mini-cart__button {
  min-width: 40px;
  min-height: 40px;
  padding: 7px;
}

.nm-header-cart .wc-block-mini-cart__icon {
  width: 24px;
  height: 24px;
}

.nm-header-navigation a,
.nm-header-actions button,
.nm-header-account a {
  transition: opacity 160ms ease;
}

.nm-header-navigation a:hover,
.nm-header-actions button:hover,
.nm-header-account a:hover {
  opacity: 0.62;
}

.nm-header-navigation a:focus-visible,
.nm-header-actions button:focus-visible,
.nm-header-account a:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

@media (max-width: 780px) {
  .nm-site-header {
    padding: 0 !important;
  }

  .nm-header-inner {
    min-height: 68px !important;
    grid-template-columns: minmax(100px, 1fr) auto auto;
    column-gap: 4px;
    padding: 12px 18px !important;
  }

  .nm-header-logo img {
    width: 116px !important;
  }

  .nm-header-actions {
    gap: 0;
  }

  .nm-site-header .wp-block-navigation__responsive-container-open,
  .nm-site-header .wp-block-navigation__responsive-container-close {
    min-width: 36px;
    min-height: 36px;
    padding: 6px;
  }

  .nm-header-search .wp-block-search__button,
  .nm-header-account,
  .nm-header-cart,
  .nm-header-cart .wc-block-mini-cart__button {
    width: 36px !important;
    min-width: 36px;
    height: 36px !important;
    min-height: 36px;
  }
}
