.aura-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.auragold-home .aura-header {
  position: absolute;
  inset: 0 0 auto;
}

.aura-header .header-lower {
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(214, 184, 118, 0.18);
}

.auragold-home .aura-header .header-lower {
  background: rgba(5, 5, 5, 0.66);
}

.aura-header .outer-box {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.aura-header .logo-box,
.aura-header .menu-area,
.aura-header .nav-right {
  position: static !important;
  transform: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px 0 !important;
}

.aura-header .logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.aura-header .logo-box .logo,
.aura-header .logo-box .logo a {
  display: block;
  margin: 0;
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 0;
}

.aura-header .logo-box .logo img {
  display: block;
  opacity: 1 !important;
  width: 172px;
  height: auto;
}

.aura-header .menu-area {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.aura-header .menu-area .main-menu {
  display: block !important;
  width: 100%;
}

.aura-header .menu-area .main-menu .navigation {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.aura-header .menu-area .navigation > li {
  margin-right: 34px;
}

.aura-header .menu-area .navigation > li:last-child {
  margin-right: 0;
}

.aura-header .menu-area .navigation > li > a {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f5ead2 !important;
}

.aura-header .menu-area .navigation > li > a:hover,
.aura-header .menu-area .navigation > li.current > a,
.aura-header .menu-area .navigation > li.current-menu-item > a {
  color: #d4ae61 !important;
}

.aura-header .mobile-nav-toggler {
  display: none !important;
  width: 42px;
  height: 42px;
  margin: 0 !important;
}

.aura-header .mobile-nav-toggler .icon-bar {
  display: block !important;
  width: 26px;
  height: 2px;
  margin: 3px 0;
  background: #f5ead2 !important;
}

.aura-header .nav-right {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
}

.aura-header .nav-right li,
.aura-header .nav-right .cart-box {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  list-style: none;
}

.aura-header .nav-right .cart-box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #f5ead2 !important;
}

.aura-header .nav-right .cart-box a:hover {
  color: #d4ae61 !important;
}

.aura-header .nav-right .cart-box a span {
  background: #b89650;
  color: #160f03;
}

.mobile-menu .nav-logo a {
  display: block;
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.mobile-menu .nav-logo img {
  display: block;
  opacity: 1 !important;
  width: 150px;
  height: auto;
}

@media (max-width: 1200px) {
  .auragold-site .aura-header .outer-box,
  .auragold-home .aura-header .outer-box {
    position: relative !important;
    display: block !important;
    min-height: 88px !important;
    padding: 0 16px !important;
  }

  .auragold-site .aura-header .logo-box,
  .auragold-home .aura-header .logo-box {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1;
  }

  .auragold-site .aura-header .logo-box .logo img,
  .auragold-home .aura-header .logo-box .logo img {
    width: 124px !important;
  }

  .auragold-site .aura-header .menu-area,
  .auragold-home .aura-header .menu-area {
    position: absolute !important;
    top: 50% !important;
    left: 16px !important;
    right: auto !important;
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-start !important;
    transform: translateY(-50%) !important;
    z-index: 2;
  }

  .auragold-site .aura-header .menu-area .main-menu,
  .auragold-home .aura-header .menu-area .main-menu {
    display: none !important;
  }

  .auragold-site .aura-header .mobile-nav-toggler,
  .auragold-home .aura-header .mobile-nav-toggler {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .auragold-site .aura-header .nav-right,
  .auragold-home .aura-header .nav-right {
    position: absolute !important;
    top: 50% !important;
    right: 16px !important;
    left: auto !important;
    width: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: flex-end !important;
    transform: translateY(-50%) !important;
    z-index: 2;
  }

  .auragold-site .aura-header .nav-right li,
  .auragold-home .aura-header .nav-right li {
    margin: 0 !important;
  }
}
