/* Generated by vite-plugin-svg-spritemap */
.top-line {
  padding: 0.6875rem 0;
  background-color: #2a401e;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.45;
  letter-spacing: 0;
}

.header {
  position: relative;
  z-index: 40;
  background-color: #ffffff;
  border-bottom: 0.0625rem solid #d3d3d3;
}
.header--sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  animation: header-slide-down 0.35s ease both;
  box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.admin-bar .header--sticky {
  top: 2rem;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  min-height: 5.625rem;
}
@media (max-width: 782px) {
  .admin-bar .header--sticky {
    top: 2.875rem;
  }
}
@media (max-width: 600px) {
  .admin-bar .header--sticky {
    top: 0;
  }
}
.header--sticky .header__container {
  min-height: 3.8125rem;
}
.header__logo {
  width: 5.375rem;
  min-width: 5.375rem;
  height: auto;
  outline: 0;
}
.header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header--sticky .header__logo {
  width: 3rem;
  min-width: 3rem;
}
.header__menu {
  flex: 1 1 auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  min-width: max-content;
}

.header-spacer {
  height: 0;
}

@keyframes header-slide-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.main-menu {
  font-family: "Glory";
}
.main-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.main-menu__item {
  position: relative;
}
.main-menu__item.booking-link {
  margin-left: 0.5rem;
  padding-right: 0;
  font-family: "Montserrat";
}
.main-menu__item.booking-link .main-menu__link {
  color: #ffffff;
  background: linear-gradient(180deg, #b7c958 0%, #879940 100%);
  box-shadow: inset 0 0 0 0.0625rem rgba(0, 0, 0, 0.03), inset 0 0.25rem 0.1875rem -0.125rem rgba(0, 0, 0, 0.08);
  padding: 0.4375rem 0.3125rem;
  min-height: 1.875rem;
}
.main-menu__item.booking-link .main-menu__link::after {
  display: none;
}
.main-menu__item.booking-link .main-menu__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
  transition: width 0.2s ease-in-out;
}
.main-menu__item.booking-link .main-menu__link:hover:before {
  width: 100%;
}
.main-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5.625rem;
  padding: 0 1.25rem 0 0.75rem;
  border-radius: 0.3125rem;
  color: #3c5c55;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
  color: #2a2b39;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.main-menu__link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  background-color: #879940;
}
.main-menu__link:hover {
  color: #879940;
}
.header--sticky .main-menu__link {
  min-height: 3.8125rem;
}
.main-menu__subitems {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 14.25rem;
  border-radius: 0 0 0.1875rem 0.1875rem;
  background-color: #F2F2F2;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.main-menu__subitems::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0.75rem;
}
.main-menu__child-link {
  justify-content: flex-start;
  width: 100%;
  min-height: 2.8125rem;
  white-space: normal;
  font-family: "Montserrat";
  padding: 0.9375rem 1.25rem;
  display: block;
  border-radius: 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}
.main-menu__child-link::after {
  display: none;
}
.main-menu__child-link:hover {
  background: rgba(0, 0, 0, 0.06);
}

.parent-item:hover .main-menu__subitems {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sm-cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  color: #225c54;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.sm-cart span:first-child {
  font-size: 1.0625rem;
}
.sm-cart__count {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1875rem;
  height: 1.1875rem;
  padding: 0 0.3125rem;
  border-radius: 1.25rem;
  background-color: #b7c958;
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 1;
}

.lang {
  position: relative;
}
.lang__current {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  height: 2.25rem;
  padding: 0.3125rem 0.625rem;
  border: 0.0625rem solid #e5e5e5;
  border-radius: 0.1875rem;
  background-color: #ffffff;
  color: #225c54;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.lang__current img {
  width: 1.125rem;
  height: 0.75rem;
}
.lang__current span {
  font-size: 0.4375rem;
  transition: transform 0.3s ease;
}
.lang__list {
  position: absolute;
  top: calc(100% - 0.0625rem);
  width: 100%;
  right: 0;
  display: grid;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.375rem);
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.lang__item {
  width: 100%;
  border-left: 0.0625rem solid #e5e5e5;
  border-right: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
}
.lang__item:last-child {
  border-radius: 0 0 0.1875rem 0.1875rem;
}
.lang__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.125rem;
  opacity: 0.7;
}
.lang__link img {
  width: 1.125rem;
  height: 0.75rem;
}
.lang__link:hover {
  opacity: 1;
}
.lang:hover .lang__current span, .lang:focus-within .lang__current span, .lang.is-open .lang__current span {
  transform: rotate(180deg);
}
.lang:hover .lang__list, .lang:focus-within .lang__list, .lang.is-open .lang__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.icon-menu {
  display: none;
}

@media (max-width: 77.49875em) {
  .main-menu {
    display: none;
  }
  .icon-menu {
    display: block;
    position: relative;
    z-index: 5;
    width: 1.875rem;
    height: 1.125rem;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #b7c958;
    transition: all 0.3s ease;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .icon-menu::after {
    bottom: 0;
  }
}

@media (max-width: 37.49875em) {
  .top-line {
    display: none;
  }
}

@media (max-width: 20em) {
  .header__logo {
    width: 3.5rem;
  }
  .header__logo {
    min-width: 3.5rem;
  }
}

@media (min-width: 20em) and (max-width: 76.25em) {
  .header__logo {
    width: clamp( 3.5rem , 2.83333333333125rem  +  3.3333333333vw , 5.375rem );
  }
  .header__logo {
    min-width: clamp( 3.5rem , 2.83333333333125rem  +  3.3333333333vw , 5.375rem );
  }
}

@media (min-width: 76.25em) {
  .header__logo {
    width: 5.375rem;
  }
  .header__logo {
    min-width: 5.375rem;
  }
}
