body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

body.no-scroll {
  position: fixed;
  width: 100%;
}

.mobile-booking-overlay,
.mobile-booking-panel,
.mobile-booking-form {
  pointer-events: auto;
}

.mobile-header-front {
  pointer-events: none;
}

.mobile-header-front a,
.mobile-header-front button {
  pointer-events: auto;
}

.solaris-arrow {
  pointer-events: auto;
  z-index: 50;
}

.mobile-header-front {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-header-top {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: flex-start;
  z-index: 30;
}

.mobile-header-logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}

.mobile-header-logo img {
  max-width: 180px;
}

.mobile-menu-toggle-centered {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #00bcd4;
  border: none;
  z-index: 30;
}

.mobile-menu-toggle-centered span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 6px auto;
}

.mobile-hero-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 20;
}

.mobile-cta {
  flex: 1;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  background: #0b2a45;
  color: #fff;
}

.mobile-cta.primary {
  background: #09233a;
}

.mobile-lang {
  position: relative;
}

.mobile-lang-list {
  display: none;
  position: absolute;
  background: #363849;
}

.mobile-lang-list.open {
  display: block;
}

.mobile-header-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.mobile-header-top,
.mobile-header-cta {
  position: relative;
  z-index: 210;
}

.hero-slider {
  z-index: 1;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background: #2f3142;
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all .25s ease;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-menu-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 24px;
}

.mobile-menu-header {
  color: #fff;
}

.mobile-menu-content {
  padding-top: 20px;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-nav li {
  margin: 18px 0;
}

.mobile-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-menu-actions {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.mobile-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.mobile-action-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.action-hours {
  background: #b6a897;
  border: none;
}

.action-bonus {
  background: transparent;
}

.action-site {
  background: transparent;
}

.mobile-menu-extras {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.mobile-extra-btn,
.mobile-menu-search input {
  height: 49px;
  line-height: 49px;
}

.mobile-extra-btn {
  width: 100%;
  max-width: 320px;
  margin: 14px auto;
  padding: 14px 16px 14px 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  transition: all .2s ease;
}

.mobile-extra-btn:hover,
.mobile-extra-btn:active {
  background: #AA9B8D;
  border-color: #AA9B8D;
  color: #fff;
}

.mobile-extra-btn:focus {
  color: #fff;
}

.mobile-extra-btn {
  position: relative;
  padding-left: 32px;
}

.mobile-extra-btn::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  width: 18px;
  height: 18px;

  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.icon-hours::before {
  background-image: url('../images/icons/Aukioloajat_140x140.png');
}

.icon-bonus::before {
  background-image: url('../images/icons/Avain_140x140.png');
}

.mobile-menu-search {
  width: 100%;
  max-width: 320px;
  margin: 24px auto 72px;
  position: relative;
}

.mobile-menu-search input[type="text"] {
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 12px 0 40px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0;
  color: #2f3142;
  font-size: 13px;
  font-weight: 700;
}

.mobile-menu-search input::placeholder {
  color: #7a7a7a;
}

.mobile-menu-search::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/search_icon_dark.png') no-repeat center;
  background-size: contain;
  filter: none;
  pointer-events: none;
}

.mobile-site-switcher {
  width: 100%;
  max-width: 320px;
  margin: 14px auto;
  position: relative;
}

.mobile-site-switcher button {
  border-radius: 0;
}

.mobile-site-current {
  width: 100%;
  height: 49px;
  line-height: 49px;
  padding: 0 16px 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}

.mobile-site-current .site-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url('../images/icons/Solaris_140x140.png') no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.mobile-site-switcher.open .mobile-site-current {
  border-bottom: none;
}

.mobile-site-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2b2d3d;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-top: none;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  transition:
    transform 0.32s cubic-bezier(.25, .8, .25, 1),
    opacity 0.25s ease;
  z-index: 5;
}

.mobile-site-switcher.open .mobile-site-list {
  transform: scaleY(1);
  opacity: 1;
}

.mobile-site-list a {
  display: block;
  padding: 10px 16px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.mobile-site-list a:hover,
.mobile-site-list a:focus,
.mobile-site-list a:active {
  background: #00B5D1;
  color: #fff;
}

.mobile-site-current:hover,
.mobile-site-current:active {
  background: #AA9B8D;
  border-color: #AA9B8D;
  color: #fff;
}

.mobile-site-current:focus {
  color: #fff;
}

.mobile-menu-overlay .mobile-menu-logo img {
  height: 48px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.mobile-menu-header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 16px;
}

.mobile-menu-logo img {
  height: 48px;
  margin: 0 auto;
}

.mobile-menu-logo {
  text-align: center;
}

.header-logo-subtext {
  padding-top: 6px;
  font-size: 11px;
  letter-spacing: 1px;
  opacity: .85;
  color: #fff;
}

.mobile-menu-close {
  background: none;
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-close img {
  width: 36px;
  height: 36px;
  display: block;
}

.mobile-menu-close img {
  transition: opacity .15s ease;
}

.mobile-menu-close:active img {
  opacity: 0.4;
}

.mobile-menu-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 170, 205, .5);
}

.mobile-action-btn {
  width: 100%;
  max-width: 280px;
  margin: 12px auto;
  padding: 14px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all .2s ease;
}

.mobile-action-btn.primary {
  background: #b6a897;
  color: #fff;
}

.mobile-action-btn.outline {
  border: 1px solid #fff;
  color: #fff;
}

.mobile-action-btn:hover,
.mobile-action-btn:active,
.mobile-action-btn:focus {
  background: #c7b08b;
  border-color: #c7b08b;
  color: #fff;
}

.mobile-menu-header-grid>.mobile-menu-close {
  justify-self: end;
}

.mobile-nav,
.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav>li {
  margin: 14px 0;
}

.mobile-nav .sub-menu {
  margin-top: 10px;
}

.mobile-nav .sub-menu li {
  margin: 10px 0;
}

.mobile-nav .sub-menu a {
  display: block;
  text-align: center;
  padding: 0;
}

.mobile-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;
  padding-right: 36px;
}

.mobile-menu-nav-wrap {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.mobile-nav .sub-menu {
  display: none;
  margin-top: 8px;
}

.mobile-nav li.open>.sub-menu {
  display: block;
}

.mobile-nav .sub-menu a {
  font-size: 13px;
  font-weight: 600;
  opacity: .85;
}


.mobile-menu-toggle-bottom {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #00B5D1;
  border: none;
}

.mobile-menu-toggle-bottom span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 6px auto;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav {
  margin: 0;
  padding: 0;
}

.mobile-nav+.mobile-nav {
  margin-top: 0;
}

.mobile-nav+.mobile-nav>li:first-child {
  margin-top: 0;
}

.mobile-menu-content .mobile-nav {
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.mobile-nav>li {
  width: 100%;
}

.mobile-nav>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 36px;
}

.mobile-nav .sub-menu a {
  padding: 0;
}

.mobile-nav a:hover,
.mobile-nav a:focus,
.mobile-nav a:active,
.mobile-nav .current-menu-item>a {
  color: #00AACD;
}

.mobile-nav .sub-menu a:hover,
.mobile-nav .sub-menu a:focus,
.mobile-nav .sub-menu a:active {
  color: #00AACD;
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-menu-content .mobile-nav {
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.mobile-nav .sub-menu {
  padding-left: 0;
}

.mobile-nav .sub-menu a {
  text-align: center;
}

.mobile-booking-bar {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  z-index: 900;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mobile-booking-bar::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -12px;
  background: rgba(11, 42, 69, 0.20);
  z-index: -1;
}

.mobile-booking-bar a,
.mobile-booking-bar button {
  padding: 14px 10px;
  text-align: center;
  background: #0b2a45;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
}

.mobile-booking-bar .is-pressed {
  background: #00AACD;
}

@media (hover: hover) and (pointer: fine) {
  .mobile-booking-bar a:hover,
  .mobile-booking-bar button:hover {
    background: #00AACD;
  }
}
.mobile-booking-bar a:hover,
.mobile-booking-bar button:hover,
.mobile-booking-bar a:active,
.mobile-booking-bar button:active,
.mobile-booking-bar a:focus,
.mobile-booking-bar button:focus {
  color: #fff !important;
}

.mobile-booking-overlay {
  position: fixed;
  inset: 0;
  height: 100dvh;
  background: #2f3142;
  z-index: 10040;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, visibility .25s ease;
}

.mobile-booking-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.booking-hotel {
  max-width: 220px;
}

.booking-hotel .mobile-select {
  width: 100%;
}

@media (min-width: 768px) {
  .mobile-select-toggle:hover {
    background: #f2f2f2;
    cursor: pointer;
  }

  .mobile-select-option:hover {
    background: #e6e6e6;
  }

  .people-toggle-mobile:hover {
    background: #f2f2f2;
  }
}

.mobile-booking-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.mobile-booking-header {
  flex-shrink: 0;
}

.mobile-booking-header {
  position: relative;
  padding: 20px 16px 16px;
  padding-bottom: 0px;
}

.mobile-booking-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mobile-booking-title::after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background: #00AACD;
  margin-top: 10px;
}

.mobile-booking-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 0;
}

.mobile-booking-close img {
  width: 100%;
  height: auto;
}

.mobile-booking-form {
  padding: 8px 16px 20px;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-booking-form label {
  display: block;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

.mobile-select {
  position: relative;
}

.mobile-select-toggle {
  display: flex;
  align-items: stretch;
  background: #fff;
  height: 32px;
}

.mobile-select-value {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: 600;
  color: #222;
}

.mobile-select-arrow {
  width: 32px;
  background: #c1b29b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-select-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
}

.mobile-select {
  position: relative;
}

.mobile-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  display: none;
}

.mobile-select-dropdown.open {
  display: block;
}

.people-select-mobile {
  position: relative;
}

.people-toggle-mobile {
  display: flex;
  align-items: stretch;
  height: 32px;
  background: #fff;
  cursor: pointer;
}

.people-toggle-mobile span:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}

.people-dropdown-mobile {
  position: fixed;
  top: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  width: min(90vw, 280px);
  margin-top: 8px;
  background: #fff;
  padding: 14px 16px;
  z-index: 10050;
  display: none;
}

.people-dropdown-mobile.open {
  display: block;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
}

.people-dropdown-mobile,
.people-dropdown-mobile * {
  color: #222 !important;
  font-family: inherit;
}

.people-row-mobile .people-label {
  color: #222 !important;
  font-weight: 700;
  font-size: 15px;
}

.people-row-mobile {
  color: #222 !important;
}

.mobile-booking-form button,
.mobile-booking-form input,
.mobile-booking-form .mobile-select-toggle,
.mobile-booking-form .people-toggle-mobile {
  border-radius: 0 !important;
}

.mobile-select-option {
  padding: 12px 14px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  color: #222;
  cursor: pointer;
}

.mobile-select-option:hover {
  background: #f2f2f2;
}

.mobile-select-dropdown button {
  width: 100%;
  padding: 12px;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}

.mobile-select-dropdown button:hover {
  background: #eaeaea;
}

.people-btn-mobile {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  color: #333;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  transition:
    background-color 0.15s ease,
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.05s ease;
}

@media (hover: hover) {
  .people-btn-mobile:hover {
    background: #f3f3f3;
    border-color: #bdbdbd;
  }
}

.people-btn-mobile:active {
  background: #e6e6e6;
  border-color: #aaa;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(1px);
}

.people-btn-mobile.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.booking-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.booking-hotel .mobile-select {
  max-width: 220px;
}

.mobile-booking-form input[name="code"] {
  max-width: 150px;
}

.people-select--mobile {
  position: relative;
}

.people-toggle-mobile {
  display: flex;
  align-items: stretch;
  height: 32px;
  background: #fff;
}

.people-toggle-mobile span:first-child {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-weight: 700;
  color: #222;
}

.people-dropdown-mobile.open {
  display: block;
}

.people-row-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.people-label {
  font-weight: 700;
  color: #222;
}

.people-dropdown-mobile {
  pointer-events: auto;
}

.counter-mobile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.counter-btn-mobile {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c1b29b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.counter-btn-mobile {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.counter-mobile span {
  min-width: 20px;
  text-align: center;
  font-weight: 700;
  color: #222;
}

.btn-search {
  margin-top: 28px;
  width: 100%;
  height: 52px;

  background: #00B5D1;
  border: none;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #fff;
}

.mobile-booking-back {
  display: block;
  margin-top: 2rem;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .mobile-booking-back:hover {
    color: #00bcd4;
  }
}

.mobile-booking-back:focus,
.mobile-booking-back:hover,
.mobile-booking-back:active {
  color: #00bcd4;
  outline: none;
}

#mobile-calendar .ui-datepicker {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

#mobile-calendar .ui-datepicker table {
  width: 100% !important;
  table-layout: fixed !important;
}

#mobile-calendar .ui-datepicker th,
#mobile-calendar .ui-datepicker td {
  width: 14.2857% !important;
  text-align: center;
}

#mobile-calendar .ui-datepicker-calendar td a {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  max-width: 42px;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

#mobile-calendar .ui-datepicker th {
  padding: 5px 0 !important;
}

#mobile-calendar .ui-datepicker td {
  padding: 4px 0 !important;
}

#mobile-calendar .ui-datepicker td span,
#mobile-calendar .ui-datepicker td a {
  text-align: center !important;
}

@media (max-width: 991px) {

  main,
  #primary {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {

  .carousel-control-prev.solaris-arrow {
    left: 10px;
  }

  .solaris-arrow {
    width: 30px;
    height: 30px;
    top: 60%;
  }

  .carousel-control-next.solaris-arrow {
    right: 10px;
  }

  .hero-slider {
    min-height: 80vh;
  }

  .slider-text {
    top: 60%;
    transform: translateY(-50%);
  }

  .slide-small {
    font-size: 11px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }

  .slide-big {
    font-size: 32px;
    line-height: 1.15;
    margin-bottom: 12px;
  }

  .slide-italic {
    font-size: 18px;
    line-height: 1.3;
  }

  .header-logo-subtext {
    font-size: 9px;
  }

  .static-header {
    position: relative;
    height: 80vh;
    min-height: 550px;
  }

  .hero-static {
    min-height: 550px;
  }

  .hero-static-text {
    top: 60% !important;
    width: 100%;
  }

  .hero-static-text .hero-italic {
    font-size: 18px;
    line-height: 1.3;
  }

  .hero-static-text .hero-title {
    font-size: 32px;
  }

  .carousel-caption {
    right: 10%;
    left: 10%;
  }
}

@media (max-width: 991px) {

  .mobile-nav li.menu-item-has-children>a {
    position: relative;
    padding: 0 36px;
  }

  .mobile-submenu-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .mobile-submenu-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff80;
    border-bottom: 2px solid #ffffff80;
    transform: rotate(45deg);
    transition: transform .2s ease;
  }

  .mobile-nav li.open>a .mobile-submenu-toggle::after {
    transform: rotate(-135deg);
  }

  #mobile-calendar .ui-datepicker-header {
    padding: 6px 8px;
    min-height: auto;
  }

  #mobile-calendar .ui-datepicker-title {
    line-height: 1.2;
    font-size: 14px;
  }

  #mobile-calendar .ui-datepicker-prev,
  #mobile-calendar .ui-datepicker-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
  }


  #mobile-calendar .ui-corner-all,
  #mobile-calendar .ui-corner-bottom,
  #mobile-calendar .ui-corner-right,
  #mobile-calendar .ui-corner-br {
    border-bottom-right-radius: 0;
  }

  #mobile-calendar .ui-corner-bottom,
  #mobile-calendar .ui-corner-all,
  #mobile-calendar .ui-corner-left,
  #mobile-calendar .ui-corner-bl {
    border-bottom-left-radius: 0;
  }

  #mobile-calendar .ui-corner-top,
  #mobile-calendar .ui-corner-all,
  #mobile-calendar .ui-corner-right,
  #mobile-calendar .ui-corner-tr {
    border-top-right-radius: 0;
  }

  #mobile-calendar .ui-corner-top,
  #mobile-calendar .ui-corner-all,
  #mobile-calendar .ui-corner-left,
  #mobile-calendar .ui-corner-tl {
    border-top-left-radius: 0;
  }

  #mobile-calendar .ui-widget-header {
    border: none;
  }

  .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    bottom: calc(90px + env(safe-area-inset-bottom));
  }

  body.booking-open
  .cky-btn-revisit-wrapper {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
}