.header-zara {
  letter-spacing: 0.08em;
}

.header-zara .nova-container-fluid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 4.0625rem;
}

.header-zara .zara-menu a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.nova-header.header-zara ul.actions>li .sub-menu {
  left: 0;
}

.header-search-wrapper {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.header-search-label {
  position: relative;
  min-width: 240px;
  text-align: left;
  display: block;
  padding: 8px 2px;
}

.header-search-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}

.menu-zara-new {
  display: flex;
  height: 100%;
  gap: 20px;
}

.new-branding-nav {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.new-hamburger-toggle {
  display: block;
}

.new-hamburger-toggle svg {
  margin-top: 20px;
  width: 44px;
  height: 44px;
}