@charset "UTF-8";
header {
  border-bottom: 1px solid #f9f9f8 !important;
  /* box-shadow: 0px 0px 5px 0px var(--wp--preset--color--primary-faded); */
}

header {
  --header-bg-color: white;
  /*
  * @ Logo
  */
  --logo-height: 59px;
  --minicart-qty-color: white;
  border-bottom: solid 1px #e2e8f0;
  margin-bottom: 0px !important;
  /*
    * Logo
    */
}
@media (max-width: 177px) {
  header {
    margin-bottom: 8px;
    border-color: transparent;
  }
}
header .wp-block-site-logo {
  --logo-height: 50px;
  width: 173px;
}
@media (max-width: 1175px) {
  header .wp-block-site-logo {
    --logo-height: 40px;
  }
}
@media (max-width: 950px) {
  header .wp-block-site-logo {
    --logo-height: 30px;
  }
}
header .header {
  /*
  * @ Top part
  */
  /*
  * Icons
  */
  /*
  * @ Nav part
  */
}
header .header-inner {
  width: 100%;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-bottom: 0;
  /*@media (max-width: 777px) {
    justify-content: flex-start;
    padding: 12px 16px;
    row-gap: 12px;
    --logo-height: 29px;
    //flex-wrap: nowrap !important;

    .header-navigation {
      order: -4;
      width: fit-content;
    }

    --toggleColor: black;
    --toggleWidth: 24px;

    .navigation-toggle {
      padding: 0;
      border-radius: 4px;

      padding-top: 0;
      padding-bottom: 0;

      .line,
      .line:after,
      .line:before {
        left: 0;
        margin: auto;
      }
    }

    .wp-block-site-logo {
      order: -3;
      margin-left: 12px;
    }

    .header-ikoner {
      order: -2;
      gap: 0;
      margin-left: auto;
      --icon-padding: 6px 8px;
      --height: 22px;
    }
  }*/
}
@media (max-width: 777px) {
  header .header-inner {
    justify-content: flex-start;
    row-gap: 12px;
    --logo-height: 29px;
  }
}
header .header-navigation {
  --nav-height: 48px;
  padding-left: 0;
  padding-right: 0;
  /*
  padding-top: 8px;
  padding-bottom: 8px;
  */
}
header .header-navigation:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #e2e8f0;
  height: var(--nav-height);
  z-index: -1;
}
header .header-ikoner {
  margin: 0;
  --columns-gap: 0px !important;
  --size: 26px;
  --height: 26px;
  --icon-padding: 10px 12px;
}
header .header-ikoner > * {
  padding: var(--icon-padding);
  border-radius: 100%;
}
header .header-ikoner > *:hover {
  background-color: var(--wp--preset--color--secondary-faded);
}
header .header-ikoner .header-cart-text {
  display: none;
}
header .header-navigation {
  margin: 0;
  width: 100%;
}
@media (min-width: 777px) {
  header .header-navigation .navigation {
    margin-left: 0 !important;
  }
}
@media (max-width: 777px) {
  header .header-navigation {
    padding: 0;
  }
}
header .navigation {
  /*
  --gap: 14px;
  --fontSize: 14px;
  --gapDropdown: 16px;
  --font-weight: 400;

  --color: var(--wp--preset--color--text);
  --colorHover: rgba(0, 0, 0, 0.6);
  --colorActive: var(--wp--preset--color--text);
  */
  /*@media (min-width: 777px) {
    &-items {
      justify-content: center;

      &-item {
        &.is-level-0 {
          > a {
            padding: 18px 10px;
          }

          > a {
            border-bottom: 2px solid transparent;
            transition: all 0.2s ease-in-out;
          }

          &.is-active > a,
          &.is-open > a {
            border-bottom: 2px solid #6d8f66;
          }
        }

        &.is-active > a,
        &.is-open > a {
          //color: lightcoral;
        }

        &.arrow-right > a {
          &:after {
            content: "";
            margin-left: 4px;
            height: var(16px, --mega-menu-title-css-icon-size);
            width: var(--mega-menu-title-css-icon-size, 16px);
            background: var(
              --mega-menu-title-css-icon,
              url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /></svg>')
            );

            background-repeat: no-repeat;
            display: inline-block;
          }
        }

        &:not(.is-active) > a {
          //opacity: 60%;
          //&.is-active
        }

        &.light-bg {
          .sub-menu-wrapper.navigation-dropdown {
            background-color: var(--wp--preset--color--bg-light-grey);
          }
        }
      }
    }


    &-dropdown {
      top: calc(100% + 1px);
    }
  }*/
}
@media (min-width: 777px) {
  header .navigation-dropdown {
    top: calc(100% + 13px);
  }
}
@media (min-width: 777px) {
  header .navigation .bolt-mobile-logo,
  header .navigation .bolt-mobile-links, header .navigation.primary_menu > .bolt-product-categories-wrapper {
    display: none !important;
  }
}
@media (max-width: 1px) {
  header .navigation {
    --fontSize: 16px;
    --nav-icon-height: 96px;
    --nav-icon-width: 96px;
    --nav-icon-margin: 16px;
    --complex-mobile-gap: 0px;
    --color: black;
    /*
    * @ Mobile
    */
    /*
    * Top Shortcode
    */
    /*
    * @ Bottom Links
    */
  }
  header .navigation .bolt-mobile-logo {
    padding: 9px 0 21px 0;
    --logo-height: 38px;
    width: 221px;
    text-align: left;
  }
  header .navigation .bolt-product-categories-wrapper {
    width: calc(100% + 32px);
    margin-left: -16px;
    box-sizing: border-box;
    margin-right: -16px;
    margin-top: 0;
  }
  header .navigation .bolt-mobile-links {
    background-color: #f9efe7;
    margin: 24px 0 0 0;
    list-style: none;
    width: calc(100% + 32px);
    box-sizing: border-box;
    margin-left: -16px;
    margin-right: -16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
  }
  header .navigation .bolt-mobile-links a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
  }
  header .navigation .bolt-mobile-links a svg {
    height: 22px;
    width: 22px;
  }
}

/*
body.navigation-open {
  max-height: 100vh;
  overflow: hidden;
}
*/