/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/mega-menu/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
nav.wp-block-haus-mega-menu ul {
  list-style-type: none;
  padding: 0;
}
nav.wp-block-haus-mega-menu > ul > li > .hause-block-mega-menu-link__link,
nav.wp-block-haus-mega-menu > ul > li > span > .hause-block-mega-menu-link__link,
nav.wp-block-haus-mega-menu > ul > li > .wp-block-haus-search-form-wrapper {
  display: flex;
  padding-top: var(--menu-items-padding-top);
  padding-right: var(--menu-items-padding-right);
  padding-bottom: var(--menu-items-padding-bottom);
  padding-left: var(--menu-items-padding-left);
  white-space: nowrap;
  text-decoration: inherit;
}
nav.wp-block-haus-mega-menu > ul > li > span > i {
  padding-top: var(--menu-items-padding-top);
  padding-right: 1rem;
  padding-bottom: var(--menu-items-padding-bottom);
  padding-left: 1rem;
  cursor: pointer;
}

.haus-mega-menu-submenu-wrapper {
  background-color: var(--submenu-background);
}

.wp-block-haus-mega-menu-inner-blocks {
  display: flex;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.wp-block-haus-mega-menu-inner-blocks.justify-left {
  justify-content: flex-start;
}
.wp-block-haus-mega-menu-inner-blocks.justify-center {
  justify-content: center;
}
.wp-block-haus-mega-menu-inner-blocks.justify-right {
  justify-content: flex-end;
}
.wp-block-haus-mega-menu-inner-blocks.justify-space-between {
  justify-content: space-between;
}
.wp-block-haus-mega-menu-inner-blocks.orientation-vertical {
  flex-direction: column;
}
.wp-block-haus-mega-menu-inner-blocks .haus-block-mega-menu-link__link {
  text-decoration: inherit;
}
.wp-block-haus-mega-menu-inner-blocks > li {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-haus-mega-menu .is-layout-flex {
  align-items: baseline;
}
.wp-block-haus-mega-menu.is-layout-flex {
  align-items: baseline;
}
.wp-block-haus-mega-menu.opened {
  display: flex;
}
.wp-block-haus-mega-menu.opened > ul {
  display: none;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-hamburger-button-close {
  padding-top: 0.75rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 15%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff !important;
  position: fixed;
  right: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 2rem;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-mega-menu-inner-blocks {
  width: 100%;
  margin-right: 50px;
  margin-top: 3rem;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-mega-menu-inner-blocks > li {
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-submenu-wrapper {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-submenu-wrapper > ul {
  width: auto;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-submenu-wrapper .wp-block-haus-header-links {
  -moz-column-count: unset !important;
       column-count: unset !important;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-mega-menu-submenu > span {
  display: flex;
  align-items: center;
  width: auto;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-mega-menu-submenu > span > a {
  flex-grow: 1;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-mega-menu-submenu > span > i {
  display: block;
}
.wp-block-haus-mega-menu.opened .wp-block-haus-search-form-wrapper .wp-block-haus-search {
  width: 100%;
}

.haus-mega-menu-submenu-wrapper > ul > .wp-block-group {
  gap: 12rem;
}
.haus-mega-menu-submenu-wrapper > ul > .wp-block-group > *::after {
  position: absolute;
  top: 0;
  transform: translateX(-6rem);
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
.haus-mega-menu-submenu-wrapper > ul > .wp-block-group > *:first-child::after {
  display: none;
}

.haus-mega-menu-hamburger-button-close {
  display: none;
}

.wp-block-haus-mega-menu-link a,
.hause-block-mega-menu-link__link {
  display: inline-flex;
  align-items: baseline;
  color: inherit;
  text-decoration: inherit;
  white-space: nowrap;
}
.wp-block-haus-mega-menu-link a i,
.hause-block-mega-menu-link__link i {
  min-width: 20px;
  text-align: center;
}

.wp-block-haus-mega-menu.opened {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.wp-block-haus-mega-menu.opened > ul {
  background-color: #fff;
  display: block;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-hamburger-button-open {
  display: none;
}
.wp-block-haus-mega-menu.opened .haus-mega-menu-hamburger-button-close {
  display: block;
}
.wp-block-haus-mega-menu.opened .hide-on-hamburger {
  display: none;
}
.wp-block-haus-mega-menu:not(.opened) .hide-on-desktop {
  display: none;
}

.hide-on-desktop {
  background-color: #f0f0f0;
  font-weight: normal;
}

/*# sourceMappingURL=style-index.css.map*/