.new-nav-component .hp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 56px;
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(94, 64, 30, 0.12);
}

.new-nav-component .hp-nav__logo {
  height: 36px;
  display: block;
}

.new-nav-component .hp-nav__links {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-left: auto;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.new-nav-component .hp-nav__links a {
  color: #6a5a48;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.new-nav-component .hp-nav__links a:hover {
  color: #bd7a1e;
  border-color: #bd7a1e;
  text-decoration: none;
}

.new-nav-component .hp-nav__lang {
  margin-left: 36px;
  padding-left: 36px;
  border-left: 1px solid rgba(94, 64, 30, 0.12);
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 1;
}

.new-nav-component .hp-nav__lang .block {
  margin: 0;
}

.new-nav-component .hp-nav__lang .block h2,
.new-nav-component .hp-nav__lang .visually-hidden {
  display: none;
}

.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links,
.new-nav-component .hp-nav__lang .hp-lang-fallback {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li {
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li a,
.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li span,
.new-nav-component .hp-nav__lang .hp-lang-fallback a,
.new-nav-component .hp-nav__lang .hp-lang-fallback span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  color: #9a8a78;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}

.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li a:hover,
.new-nav-component .hp-nav__lang .hp-lang-fallback a:hover {
  color: #bd7a1e;
  border-color: rgba(189, 122, 30, 0.45);
}

.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li.is-active a,
.new-nav-component .hp-nav__lang .language-switcher-language-url ul.links li.is-active span,
.new-nav-component .hp-nav__lang .hp-lang-fallback .is-active {
  color: #6a5a48;
  border-color: rgba(34, 34, 34, 0.35);
  background: rgba(255, 255, 255, 0.8);
}

.new-nav-component .hp-nav__cart {
  margin-left: 20px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(94, 64, 30, 0.12);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.new-nav-component .hp-nav__cart svg {
  opacity: 0.6;
}

.new-nav-component .hp-nav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  width: 36px;
  height: 36px;
  margin-left: 16px;
  padding: 6px 4px;
  background: none;
  border: none;
}

.new-nav-component .hp-nav__hamburger span {
  display: block;
  height: 1.5px;
  background: #5c3d1e;
  transition: transform 0.3s, opacity 0.3s;
}

.new-nav-component .hp-nav__hamburger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.new-nav-component .hp-nav__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.new-nav-component .hp-nav__hamburger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.new-nav-component .hp-drawer {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #faf6f0;
  z-index: 99;
  padding: 40px 32px;
  flex-direction: column;
  border-top: 1px solid rgba(94, 64, 30, 0.12);
  overflow-y: auto;
}

.new-nav-component .hp-drawer.open {
  display: flex;
}

.new-nav-component .hp-drawer a {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #6a5a48;
  padding: 18px 0;
  border-bottom: 1px solid rgba(94, 64, 30, 0.12);
}

.new-nav-component .hp-drawer .hp-drawer__lang {
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  color: #9a8a78;
  padding: 18px 0;
}

.new-nav-component .hp-drawer .hp-drawer__cta {
  margin-top: 32px;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  text-align: center;
  background: #bd7a1e;
  color: #fff;
  border: none;
}

@media (max-width: 1024px) {
  .new-nav-component .hp-nav {
    padding: 0 24px;
  }

  .new-nav-component .hp-nav__links {
    display: none;
  }

  .new-nav-component .hp-nav__hamburger {
    display: flex;
  }

  .new-nav-component .hp-nav__logo {
    height: 28px;
  }
}
