/* Generated by vite-plugin-svg-spritemap */
.icon-menu {
  display: none;
}

.mob-menu {
  display: none;
}
.mob-menu__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(24, 31, 22, 0.48);
  opacity: 0;
}
[data-fls-menu-open] .mob-menu__overlay {
  opacity: 1;
}
[data-fls-loaded] .mob-menu__overlay {
  transition: opacity 0.35s ease;
}
.mob-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(24.375rem, 88vw);
  height: 100svh;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: -1.125rem 0 3.125rem rgba(24, 31, 22, 0.16);
  transform: translateX(100%);
  overscroll-behavior: contain;
}
[data-fls-menu-open] .mob-menu__panel {
  transform: translateX(0);
}
[data-fls-loaded] .mob-menu__panel {
  transition: transform 0.35s ease;
}
.mob-menu__head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.75rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 0.0625rem solid rgba(42, 43, 57, 0.1);
  background-color: #ffffff;
}
.mob-menu__logo {
  width: 3.875rem;
}
.mob-menu__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.mob-menu__close {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.mob-menu__close::before, .mob-menu__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.0625rem;
  background-color: #2a2b39;
  transition: background-color 0.3s ease;
}
.mob-menu__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mob-menu__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mob-menu__close:hover::before, .mob-menu__close:hover::after {
  background-color: #879940;
}
.mob-menu__extras {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  border-bottom: 0.0625rem solid rgba(42, 43, 57, 0.1);
  background-color: #f7f7f5;
}
.mob-menu__cart {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  min-width: 0;
  color: #2a2b39;
}
.mob-menu__cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  color: #225c54;
  font-size: 1.1875rem;
}
.mob-menu__cart-info {
  display: grid;
  gap: 0.125rem;
  min-width: 0;
}
.mob-menu__cart-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}
.mob-menu__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.1875rem;
  padding: 0 0.3125rem;
  border-radius: 0.625rem;
  background-color: #b7c958;
  color: #ffffff;
  font-size: 0.625rem;
}
.mob-menu__cart-total {
  color: rgba(42, 43, 57, 0.62);
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
}
.mob-menu__langs {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.mob-menu__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.1875rem;
  opacity: 0.55;
  transition: opacity 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.mob-menu__lang img {
  width: 1.125rem;
  height: 0.75rem;
}
.mob-menu__lang:hover, .mob-menu__lang.is-active {
  border-color: rgba(42, 43, 57, 0.12);
  background-color: #ffffff;
  opacity: 1;
}
.mob-menu__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.75rem 1.25rem 1.5rem;
}
.mob-menu__list {
  margin-bottom: 1.5rem;
}
.mob-menu__item {
  border-bottom: 0.0625rem solid rgba(42, 43, 57, 0.1);
}
.mob-menu__parent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem;
  align-items: stretch;
}
.mob-menu__link {
  display: flex;
  align-items: center;
  min-height: 3.375rem;
  color: #2a2b39;
  font-family: "Glory";
  font-size: 1.1875rem;
  line-height: 1.25;
  transition: color 0.3s ease;
}
.mob-menu__link:hover {
  color: #879940;
}
.mob-menu__submenu-toggle {
  position: relative;
  width: 3rem;
  min-height: 3.375rem;
}
.mob-menu__submenu-toggle::before, .mob-menu__submenu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #2a2b39;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.mob-menu__submenu-toggle::before {
  transform: translate(-50%, -50%);
}
.mob-menu__submenu-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .mob-menu__submenu-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
.mob-menu__submenu-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.is-open .mob-menu__submenu-wrap {
  grid-template-rows: 1fr;
}
.mob-menu__submenu {
  overflow: hidden;
}
.mob-menu__sublink {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border-top: 0.0625rem solid rgba(42, 43, 57, 0.06);
  color: rgba(42, 43, 57, 0.76);
  font-size: 0.875rem;
  line-height: 1.35;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.mob-menu__sublink:hover {
  color: #2a2b39;
  background-color: #f7f7f5;
}
.mob-menu__booking {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.875rem;
  margin-top: auto;
  padding: 0.625rem 1.125rem;
  border-radius: 0.1875rem;
  background: linear-gradient(180deg, #b7c958 0%, #879940 100%);
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  transition: background-color 0.3s ease;
}
.mob-menu__booking:hover {
  background: #225c54;
}
@media (max-width: 77.49875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 77.49875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: #3c5c55;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .mob-menu {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    visibility: hidden;
    pointer-events: none;
  }
  [data-fls-menu-open] .mob-menu {
    visibility: visible;
    pointer-events: auto;
  }
  [data-fls-loaded] .mob-menu {
    transition: visibility 0.35s ease;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
}
