@media screen and (max-width: 767px) {
  .toggleMenu {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    background: #fff;
  justify-content: center;
    align-items: center;
    display: flex !important;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
      position: relative;
    width: 36px;
    height: 22px;
    margin: 0 auto;
    display: block;
  }
  .menu-trigger span {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #584736;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0px;
  }
  .toggleMenu.is-active   {

  }
  .toggleMenu.is-active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-30deg);
    top: 3px;
  }
  .toggleMenu.is-active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.is-active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-5px) rotate(30deg);
    bottom: 7px;
    width: 100%;
  }
  #header .g_nav {
    display: none;
  }
  #header .g_nav {
    padding: 87px 30px 0px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: #fff;
    display: block !important;
    min-height: 100vh;
  }
  .navOpen .g_nav {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body.navOpen,
  body.navOpen *,
  body.navOpen *:hover,
  body.navOpen *:focus,
  body.navOpen *:is-active {
    touch-action: none !important;
    pointer-events: none !important;
  }
  body.navOpen .hamburger,
  body.navOpen #navigation,
  body.navOpen #navigation * {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .navOpen {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
  }
  .navOpen .header__logo img {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
  .navOpen .menu-fix a, .navOpen .menu-fix img {
    touch-action: auto !important;
    pointer-events: visible !important;
  }
}
.navOpen header:before   {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #fff;z-index: 9999;
  
}

.navOpen header .logo  {

  position: fixed;
}