/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page-header-navigations/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
}

.wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content:after {
  line-height: 1;
}

.wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content:after {
  font-family: "Font Awesome 6 Free";
}

.wp-block-new-standard-page-header-navigations {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-template-rows: repeat(2, auto);
  gap: var(--wp--preset--spacing--10) 0;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
  }
}
.wp-block-new-standard-page-header-navigations__icon-buttons {
  display: flex;
  align-items: center;
  grid-row: 1;
  grid-column: 2;
  -moz-column-gap: calc(var(--wp--preset--spacing--10) - 6px);
       column-gap: calc(var(--wp--preset--spacing--10) - 6px);
  margin-left: calc(var(--wp--preset--spacing--10) - 6px);
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__icon-buttons {
    grid-column: 1;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .wp-block-new-standard-page-header-navigations__icon-buttons {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.wp-block-new-standard-page-header-navigations__icon-buttons__button {
  position: relative;
  width: 30px;
  height: 30px;
  min-height: 0;
  margin-left: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
.wp-block-new-standard-page-header-navigations__icon-buttons__button:focus {
  outline: none;
}
.wp-block-new-standard-page-header-navigations__icon-buttons__button svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--custom--color-contrast);
}
.wp-block-new-standard-page-header-navigations__icon-buttons__button .cart-count {
  position: absolute;
  right: -9px;
  bottom: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: bold;
  color: var(--wp--custom--color-text-in-contrast);
  background: var(--wp--custom--color-accent);
  border-radius: 50%;
  transform: scale(0.6);
}
.wp-block-new-standard-page-header-navigations__menu-wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__menu-wrap {
    position: fixed;
    top: 0;
    right: -80%;
    display: block;
    width: 80%;
    height: 100%;
    transition: right 0.3s;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__menu-wrap:has(.wp-block-new-standard-page-header-navigations__toggle-menu.--close input:not(:checked)) {
    right: 0;
  }
}
.wp-block-new-standard-page-header-navigations__toggle-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__toggle-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--wp--custom--color-accent);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__toggle-menu.--open {
    grid-column: 2;
    margin-left: var(--wp--preset--spacing--10);
  }
}
@media screen and (max-width: 599px) {
  .wp-block-new-standard-page-header-navigations__toggle-menu.--open {
    margin-left: 8px;
  }
}
.wp-block-new-standard-page-header-navigations__toggle-menu.--close {
  margin-left: auto;
}
.wp-block-new-standard-page-header-navigations__toggle-menu svg {
  fill: var(--wp--custom--color-base);
}
.wp-block-new-standard-page-header-navigations__toggle-menu input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wp-block-new-standard-page-header-navigations__toggle-menu:has(input:checked) {
  display: none;
}
.wp-block-new-standard-page-header-navigations__menu-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
  }
}
.wp-block-new-standard-page-header-navigations__menu-overlay:has(~ .wp-block-new-standard-page-header-navigations__menu .wp-block-new-standard-page-header-navigations__toggle-menu.--close input:checked) {
  display: none;
}
.wp-block-new-standard-page-header-navigations__menu {
  display: contents;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__menu {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--wp--custom--color-base);
    z-index: 1;
  }
}
.wp-block-new-standard-page-header-navigations__menu-items {
  display: contents;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations__menu-items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
}
.wp-block-new-standard-page-header-navigations .wp-block-social-links {
  justify-content: flex-end !important;
  margin-top: 0;
  margin-bottom: 0;
  grid-row: 1;
  grid-column: 1;
  -moz-column-gap: var(--wp--preset--spacing--10);
       column-gap: var(--wp--preset--spacing--10);
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-social-links {
    order: 2;
    justify-content: center !important;
  }
}
.wp-block-new-standard-page-header-navigations .wp-block-buttons {
  -moz-column-gap: var(--wp--preset--spacing--10);
       column-gap: var(--wp--preset--spacing--10);
  margin-left: var(--wp--preset--spacing--10);
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-buttons {
    order: 3;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-new-standard-page-header-navigations .wp-block-navigation {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation {
    order: 1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--wp--custom--color-contrast-3);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation-item {
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--wp--custom--color-contrast-3);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation-item__content {
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-icon {
    margin-right: 16px;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-new-standard-page-header-navigations .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  .wp-block-new-standard-page-header-navigations .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  .wp-block-new-standard-page-header-navigations .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    top: 100%;
    gap: 4px;
    padding: 10px;
    background-color: var(--wp--custom--color-base);
    border: none;
    border-radius: 5px;
    box-shadow: var(--wp--preset--shadow--sm);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
  .wp-block-new-standard-page-header-navigations .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
  .wp-block-new-standard-page-header-navigations .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    position: static;
    width: 100%;
    padding: 10px 22px;
    background-color: var(--wp--custom--color-base-2);
    border-top: 1px solid var(--wp--custom--color-contrast-3);
    border-left: none;
    border-right: none;
    border-bottom: none;
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
    border-bottom: none;
  }
}
.wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  position: relative;
  padding-right: 32px;
  color: var(--wp--custom--color-contrast);
}
@media screen and (min-width: 600px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    background-color: var(--wp--custom--color-base-2);
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding-top: 12px;
    padding-left: 0;
    padding-bottom: 12px;
  }
}
.wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container .wp-block-navigation-item__content:after {
  content: "\f054";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  height: 0.8em;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 1;
  color: var(--wp--custom--color-accent);
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .wp-block-new-standard-page-header-navigations .wp-block-navigation__submenu-container {
    position: static;
  }
}

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