.site-header {
  position: relative;
  width: 100%;
  z-index: 1001;
  color: var(--textNavi);
  background-repeat: no-repeat;
  background-position: center;
  max-height: 70px;
  /* same as .site-header-inner */
}

@media screen and (max-width: 899px) {
  body.sidebar-active {
    overflow-y: hidden;
  }
}

.fixed-header .site-header {
  position: fixed;
}

.customize-support.fixed-header .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .customize-support.fixed-header .site-header {
    top: 46px;
  }
}

@media screen and (max-width: 599px) {
  #wpadminbar {
    position: fixed;
  }
}

.site-header-wrapper {
  position: relative;
  z-index: 102;
}

.fixed-header .site-header-wrapper {
  background: none;
}

@media screen and (max-width: 899px) {
  body.fixed-header .navi-active .site-header-wrapper {
    background-color: var(--bgNavi);
  }
}

.site-header-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  gap: 30px;
  -webkit-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 500ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  max-width: none;
}

.hide-header .site-header-inner {
  transform: translateY(-70px);
}

.site-header-logo-wrapper {
  width: 100%;
  max-width: 405px;
}

.site-header-logo {
  display: flex;
  max-width: 405px;
  height: 25px;
  -webkit-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: max-width 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .site-header-logo {
    max-width: 350px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-logo {
    max-width: 300px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-logo {
    max-width: 200px;
  }
}

.site-header-logo img,
.site-header-logo svg {
  width: 100%;
  height: auto;
}

.site-header .site-header-logo svg {
  transition: filter 0.2s ease-in-out;
}

.site-header.is-dark .site-header-logo svg {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media only screen and (max-width: 899px) {
  .sidebar-active .site-header.is-dark .site-header-logo svg g {
    fill: var(--bgNavi);
  }
}

/* Main navigation */

.site-header-nav-wrapper {
  z-index: 101;
}

.site-header-aux-wrapper {
  display: flex;
  flex: 1;
  gap: 10px;
}

@media (min-width: 768px) {
  .site-header-aux-wrapper {
    gap: 50px;
  }
}

.site-header-nav-wrapper>nav {
  width: 100%;
}

.site-header-nav-wrapper>nav>ul,
.site-header-aux-wrapper>nav>ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin: 0;
  padding: 0;
  gap: 35px;
}

@media (max-width: 899px) {

  .site-header-nav-wrapper>nav>ul,
  .site-header-aux-wrapper>nav>ul {
    gap: 20px;
  }
}

@media (max-width: 399px) {

  .site-header-nav-wrapper>nav>ul,
  .site-header-aux-wrapper>nav>ul {
    gap: 15px;
  }
}

.site-header-nav-wrapper>nav>ul>li,
.site-header-aux-wrapper>nav>ul>li {
  display: flex;
  align-items: center;
  height: 100%;
}

.site-header-nav-wrapper>nav>ul li a,
.site-header-aux-wrapper>nav>ul li a {
  display: inline-flex;
  height: 100%;
  align-items: center;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  font-size: 29px;
  font-weight: 500;
  letter-spacing: 0.17ex;
  color: var(--textNavi);
  z-index: 99;
  text-decoration: none;
}

@media (max-width: 899px) {

  .site-header-nav-wrapper>nav>ul li a,
  .site-header-aux-wrapper>nav>ul li a {
    font-size: 21px;
  }
}

@media (max-width: 399px) {

  .site-header-nav-wrapper>nav>ul li a,
  .site-header-aux-wrapper>nav>ul li a {
    font-size: 19px;
  }
}

.site-header-nav-wrapper>nav>ul li a.is-active,
.site-header-aux-wrapper>nav>ul li a.is-active {
  color: #999;
}

.site-header-aux-wrapper>nav>ul li a {
  padding-left: 5px;
  padding-right: 5px;
  color: var(--textNavi);
}

.site-header-aux-wrapper>nav>ul li.wpml-ls-current-language a {
  color: var(--textNavi);
}

.site-header-nav-wrapper>nav>ul li a:hover,
.site-header-aux-wrapper>nav>ul li a:hover,
.site-header-nav-wrapper>nav>ul li.hover a {
  color: #999;
}

/* Auxilary navigation */

.site-header-aux-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

@media (max-width: 899px) {
  .site-header-aux-wrapper {
    order: 1;
    margin-left: auto;
  }
}

/* Submenus */

.site-header-navigation>ul li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.site-header-navigation>ul>li.menu-item-has-children>ul {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);

  z-index: 102;
}

.site-header-navigation>ul>li.menu-item-has-children.wpml-ls-item>ul {
  margin-left: 0;
  min-width: 0;
}

.transparent-header .site-header-navigation>ul li.menu-item-has-children ul {
  background: none;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
}

.site-header-navigation>ul li.menu-item-has-children ul li {
  width: 100%;
  margin: 0;
}

.site-header-navigation>ul li.menu-item-has-children ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .site-header-navigation>ul li.menu-item-has-children ul li a {
    font-size: 15px;
  }
}

.site-header-navigation>ul li.menu-item-has-children ul li a:hover {
  text-decoration: none;
}

/* Header popup navigation */

.header-navigation-popup-toggle {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0 -11px 0 0;
  /* (50px - 28px) / 2 */
  z-index: 102;
  width: 50px;
  height: 50px;
  transition: all 0.2s ease;
  align-items: center;
}

.header-navigation-popup-toggle .menu-icon,
.header-navigation-popup-toggle .menu-cross,
.sidebar-main-close .menu-cross {
  background: none;
  display: flex;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-out;
  width: 28px;
  margin: auto;
}

.header-navigation-popup-toggle .menu-icon {
  background: #ffffff;
}

.site-header .site-header-aux-wrapper {
  color: #f2f2f2;
  transition: .3s ease color;
}

.site-header.is-dark .site-header-aux-wrapper {
  color: #000;
}

.site-header-aux__item.site-header-aux__item--cart {
  position: relative;
}

@media (max-width: 768px) {
  .site-header-aux__item svg {
    transform: scale(.8);
  }
}

.site-header-aux__item.site-header-aux__item--cart span {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  text-align: center;
  font-size: 26px;
  line-height: 1;
  font-family: var(--font-archon);
}

.site-header-aux__item {
  cursor: pointer;
  transition: .3s ease transform;
}

.site-header-aux__item--search {
  position: relative;
  top: 2px;
}

@media (min-width: 768px) {
  .site-header-aux__item.site-header-aux__item--cart {
    margin-right: 75px;
  }

  .site-header-aux__item.site-header-aux__item--cart span {
    font-size: 30px;
  }

  .site-header-aux__item:hover {
    transform: translate(0, -3px);
  }
}

.site-header.is-dark .header-navigation-popup-toggle .menu-icon {
  background: var(--textNavi);
}

.header-navigation-popup-toggle .menu-icon:before,
.header-navigation-popup-toggle .menu-icon:after,
.header-navigation-popup-toggle .menu-cross:before,
.header-navigation-popup-toggle .menu-cross:after,
.sidebar-main-close .menu-cross::before,
.sidebar-main-close .menu-cross::after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}

.site-header.is-dark .header-navigation-popup-toggle .menu-icon:before,
.site-header.is-dark .header-navigation-popup-toggle .menu-icon:after,
.site-header.is-dark .header-navigation-popup-toggle .menu-cross:before,
.site-header.is-dark .header-navigation-popup-toggle .menu-cross:after {
  background: var(--textNavi);
}

.header-navigation-popup-toggle .menu-icon:before,
.header-navigation-popup-toggle .menu-icon:after {
  top: 10px;
  transition: all 0.4s ease-out;
}

.header-navigation-popup-toggle .menu-icon:after {
  top: auto;
  bottom: 10px;
}

.header-navigation-popup-toggle.active .menu-cross:before,
.header-navigation-popup-toggle.active .menu-cross:after {
  background-color: var(--textNavi);
}

.header-navigation-popup-toggle.active .menu-icon {
  /* opacity: 0; */
  width: 0;
}

.header-navigation-popup-toggle.active .menu-cross:before,
.sidebar-main-close .menu-cross::before {
  transform: rotate(-45deg) translateY(0.5px) translateX(0.5px);
}

.header-navigation-popup-toggle.active .menu-cross:after,
.sidebar-main-close .menu-cross::after {
  transform: rotate(45deg) translateY(-0.5px) translateX(0.5px);
}

.header-navigation-popup-toggle.active .menu-icon:before,
.header-navigation-popup-toggle.active .menu-icon:after {
  opacity: 1;
  visibility: visible;
}

/* .header-navigation-popup-toggle.active .menu-icon:before {
  top: 0;
}

.header-navigation-popup-toggle.active .menu-icon:after {
  bottom: 0px;
} */

/* Searchform for mobile */

.site-header-searchform-mobile-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  background-color: var(--bgNavi);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: none;
}

@media only screen and (max-width: 899px) {
  .site-header-searchform-mobile-wrapper {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-searchform-mobile-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header-searchform-mobile-wrapper .site-header-searchform {
  max-width: 100%;
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-searchform {
    flex-direction: column;
  }
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-search-field {
    width: 100%;
  }
}

.site-header-searchform-mobile-wrapper .site-header-search-submit {
  max-width: max-content;
}

@media only screen and (max-width: 319px) {
  .site-header-searchform-mobile-wrapper .site-header-search-submit {
    margin: 20px auto 0;
  }
}

/* Sub header */

.site-sub-header-wrapper {
  background-color: var(--bgNavi);
}

.site-sub-header-inner {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: height 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.site-sub-header-wrapper .site-header-nav-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 42px 42px;
}

@media only screen and (max-width: 899px) {
  .site-sub-header-wrapper .site-header-nav-wrapper {
    padding: 20px 32px 32px;
  }
}

@media only screen and (max-width: 399px) {
  .site-sub-header-wrapper .site-header-nav-wrapper {
    padding: 20px 20px 20px;
  }
}

/* Navi popup animations */

.site-sub-header-wrapper {
  /* --naviInnerWidth: 1905px; */
  position: absolute;
  width: 100%;
  top: 0px;
  left: auto;
  right: 0;
  margin: auto;
  max-width: var(--naviWidth);
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}

@media (max-width: 899px) {
  .site-sub-header-wrapper {
    --naviWidth: 100%;
  }
}

.admin-bar .site-sub-header-wrapper {
  height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  .admin-bar .site-sub-header-wrapper {
    height: calc(100vh - 46px);
  }
}

/************************************************************************************/
/* SITE HEADER NAV TRANSITION */
/************************************************************************************/

.site-sub-header-wrapper {
  z-index: -20;
  opacity: 0.69;
  /* transform: translateX(calc((var(--naviInnerWidth) - var(--naviWidth)) / 2 + 50px)); */
  transform: translateX(100%);
  -webkit-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  .site-sub-header-wrapper {
    -webkit-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: opacity 200ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  }
}

.site-header.navi-active .site-sub-header-wrapper {
  opacity: 1;
  /* transform: translateX(calc((var(--naviInnerWidth) - var(--naviWidth)) / 2)); */
  transform: translateX(0px);
  z-index: 20;
}

@media only screen and (max-width: 1905px) {
  .site-header.navi-active .site-sub-header-wrapper {
    opacity: 1;
    transform: translateX(0%);
  }
}

@media only screen and (max-width: 899px) {
  .site-header.navi-active .site-header-logo svg g {
    fill: var(--textNavi);
  }
}

.site-sub-header-wrapper .site-header-products-wrapper {
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-sub-header-wrapper .site-header-navigation {
  -webkit-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-sub-header-wrapper .site-header-footing-wrapper {
  -webkit-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transform: translateX(100px);
  opacity: 0;
}

.site-header.navi-active .site-sub-header-wrapper .site-header-navigation,
.site-header.navi-active .site-sub-header-wrapper .site-header-products-wrapper,
.site-header.navi-active .site-sub-header-wrapper .site-header-footing-wrapper {
  transform: translateY(0);
  opacity: 1;
}

/************************************************************************************/
/* Sidebar BG flows outside sidebar */
/************************************************************************************/

/* navi BG doesnt flow outside navi */
/* .site-sub-header-wrapper::before {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 70px;
  background-color: var(--bgNavi);
  content: "";
} */

/* navi BG flows outside navi
.site-sub-header-wrapper::before,
.site-sub-header-wrapper::after {
  position: absolute;
  top: -70px;
  width: calc(var(--naviWidth) + (100vw - var(--naviInnerWidth)) / 2);
  height: 70px;
  background-color: var(--bgNavi);
  content: "";
}

.site-sub-header-wrapper::after {
  width: calc((100vw - var(--naviInnerWidth)) / 2);
  top: 0;
  left: 100%;
  height: 100%;
}

@media only screen and (max-width: 1905px) {
  .site-sub-header-wrapper::before {
    left: auto;
    right: 0;
    width: 100%;
  }
} */

/* navi BG flows outside navi end */

/************************************************************************************/
/* SITE HEADER NAV */
/************************************************************************************/

.site-header-products-wrapper {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 899px) {
  .site-header-products-wrapper {
    margin-bottom: 0px;
  }
}

.site-header-products-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 185px;
  padding-left: 42px;
  padding-right: 104px;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (max-width: 899px) {
  .site-header-products-link {
    height: 115px;
    padding-left: 32px;
    padding-right: 64px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-products-link {
    height: 95px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-products-link {
    height: 85px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-header-products-link.is-active {
  background-color: #f1f1f1;
}

.site-header-products-link:hover {
  background-color: #f1f1f1;
}

.site-header-products-link>span {}

.site-header-products-link>img {
  width: 320px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 0%;
  display: inline-flex;
  align-self: flex-end;
}

@media only screen and (max-width: 899px) {
  .site-header-products-link>img {
    width: 200px;
    height: 95px;
  }
}

@media only screen and (max-width: 599px) {
  .site-header-products-link>img {
    width: 165px;
    height: 78px;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-products-link>img {
    width: 130px;
    height: 85%;
  }
}

@media only screen and (max-width: 299px) {
  .site-header-products-link>img {
    width: 40%;
    object-position: 50% 50%;
    object-fit: contain;
  }
}

.site-header-footing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 120px;
  flex-wrap: wrap;
  padding: 20px 42px 42px;
  margin-top: auto;
}

@media only screen and (max-width: 899px) {
  .site-header-footing-wrapper {
    padding: 20px 32px 32px;
    gap: 15px;
    flex-direction: column;
    margin-top: 0;
  }
}

@media only screen and (max-width: 399px) {
  .site-header-footing-wrapper {
    padding: 20px 20px 32px;
    gap: 10px;
  }
}

.site-header-footing-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-header-footing-wrapper ul>li>a {
  font-weight: bold;
  -webkit-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  -o-transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  transition: all 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.site-header-footing-wrapper ul>li>a:hover {
  color: #999;
}


.site-header-search {
  background-color: #393939;
  color: #fff;
  transform: translate(0, -100%);
  opacity: 0;
  transition: .3s ease all;
  pointer-events: none;
}

.search-is-open .site-header-search {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}

.site-header-search form {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}

@media only screen and (max-width: 768px) {
  .site-header-search form {
    gap: 20px;
  }
}

.site-header-search form input {
  background: transparent;
  color: #fff;
  border: 1px solid #888888;
  appearance: none;
}

.site-header-search form input::placeholder {
  color: #888888;
}

.site-header-search form button {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 14px 50px;
  min-width: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  .site-header-search form button {
    padding: 12px 20px;
  }
}

datalist>* {
  background-color: #000;
  color: #fff;
}