@charset "UTF-8";
.js-best-price-calendar .js-best-price-calendar__price-skeleton {
  width: 3.5em;
  height: 1em;
  font-size: calc(12 * var(--rem-ratio));
  margin: .35em auto;
  pointer-events: none;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-best-price-calendar .js-best-price-calendar__price-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

@media screen and (max-width: 767.9px) or (max-height: 767.9px) {
  .js-best-price-calendar .js-best-price-calendar__price-skeleton {
    font-size: calc(10 * var(--rem-ratio));}
}

.js-best-price-calendar .is-select .js-best-price-calendar__price-skeleton {
  opacity: .25;}

.js-best-price-calendar .js-best-price-calendar__be-price.is-skeleton {
  --color-surface: transparent;
  width: 6em;
  color: transparent;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-best-price-calendar .js-best-price-calendar__be-price.is-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

@media screen and (max-width: 767.9px) or (max-height: 767.9px) {
  .js-best-price-calendar .js-best-price-calendar__be-price.is-skeleton {
    height: 12px;}
}

.js-best-price-calendar .js-best-price-calendar-month-histogram-slide__price.is-skeleton {
  width: 3.5em;
  height: 14px;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-best-price-calendar .js-best-price-calendar-month-histogram-slide__price.is-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

@media screen and (max-width: 767.9px) or (max-height: 767.9px) {
  .js-best-price-calendar .js-best-price-calendar-month-histogram-slide__price.is-skeleton {
    height: 12px;}
}

.js-best-price-calendar .js-best-price-calendar-month-histogram-slide.is-current button .js-best-price-calendar-month-histogram-slide__price.is-skeleton {
  opacity: .5;}

.js-best-price-calendar .js-best-price-calendar-bar-graph__slide button.is-skeleton {
  background-color: var(--color-surface);
  overflow: hidden;
  position: relative;}

.js-best-price-calendar .js-best-price-calendar-bar-graph__slide button.is-skeleton:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff40;
  position: absolute;
  left: 0;
  top: 0;
  animation: 1s skeleton-loading-02 ease-in-out infinite both;}

.js-best-price-calendar .js-best-price-calendar-bar-graph-scale__label.is-skeleton {
  width: 3.5em;
  height: 1em;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-best-price-calendar .js-best-price-calendar-bar-graph-scale__label.is-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

@keyframes skeleton-loading {
  0% {
    left: 0;
    transform: translate(-100%);}

  to {
    left: 100%;
    transform: translate(0);}
}

@keyframes skeleton-loading-02 {
  0% {
    opacity: 0;}

  50% {
    opacity: 1;}

  to {
    opacity: 0;}
}

.js-bestPriceCardWeather {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  width: auto;
  max-width: calc(100% - 54px);
  min-height: 50px;
  border-bottom-right-radius: 12px;
  padding: 4px;
  margin-bottom: var(--container-padding);
  color: #fff;
  z-index: 1;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_icon {
  height: 36px;
  margin-block: auto;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_icon > img {
  height: 100%;
  aspect-ratio: 1/1;
  filter: invert(100%) sepia(0%) saturate(1829%) hue-rotate(335deg) brightness(101%) contrast(99%);}

.js-bestPriceCardWeather .js-bestPriceCardWeather_text {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  height: 100%;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_info {
  font-size: calc(11 * var(--rem-ratio));
  font-weight: 500;
  white-space: nowrap;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_info > .today,
.js-bestPriceCardWeather .js-bestPriceCardWeather_info > .weather {
  font-size: calc(12 * var(--rem-ratio));
  font-weight: 500;
  white-space: normal;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_info > .forecast {
  margin-top: 2px;
  font-size: calc(10 * var(--rem-ratio));}

.js-bestPriceCardWeather .js-bestPriceCardWeather_temperature {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 8px;
  width: fit-content;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_currentTemperature {
  font-size: calc(20 * var(--rem-ratio));}

.js-bestPriceCardWeather .js-bestPriceCardWeather_currentTemperature > .temp {
  font-size: calc(20 * var(--rem-ratio));
  font-weight: 700;
  min-width: calc(25 * var(--rem-ratio));
  display: inline-block;
  text-align: end;
  line-height: 1;}

.js-bestPriceCardWeather .js-bestPriceCardWeather_currentTemperature > .unit {
  font-size: calc(10 * var(--rem-ratio));
  vertical-align: calc(8 * var(--rem-ratio));
  padding-left: calc(1.25 * var(--rem-ratio));}

.js-bestPriceCardWeather .js-bestPriceCardWeather_forecastTemperature {
  font-size: calc(11 * var(--rem-ratio));
  line-height: 1.45;}

.js-bestPriceCardWeather.-skeleton {
  height: 50px;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_icon {
  display: block;
  aspect-ratio: 1/1;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_icon:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_icon {
  background-color: transparent;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .weather {
  display: inline-block;
  margin-top: 2px;
  height: calc(12 * var(--rem-ratio));
  width: 3em;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .weather:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .weather {
  background-color: transparent;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .forecast {
  height: calc(10 * var(--rem-ratio));
  width: 5em;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .forecast:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_info > .forecast {
  background-color: transparent;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_currentTemperature {
  margin-top: calc(2 * var(--rem-ratio));}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_currentTemperature > .temp {
  display: inline-block;
  width: calc(25 * var(--rem-ratio));
  height: 20px;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_currentTemperature > .temp:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_currentTemperature > .temp {
  background-color: transparent;}

.js-bestPriceCardWeather.-skeleton .js-bestPriceCardWeather_currentTemperature > .unit {
  font-size: calc(10 * var(--rem-ratio));
  vertical-align: top;}

.js-bestPriceCardForecast {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 6px;
  margin-top: 6px;
  width: 100%;}

.js-bestPriceCardForecast .js-bestPriceCardForecast_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}

.js-bestPriceCardForecast.-skeleton .js-bestPriceCardForecastItem_icon {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardForecast.-skeleton .js-bestPriceCardForecastItem_icon:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardForecast.-skeleton .js-bestPriceCardForecastItem_icon {
  margin: auto;}

.js-bestPriceCardForecast.-skeleton .js-bestPriceCardForecastItem_temp > span {
  display: inline-block;
  height: calc(10 * var(--rem-ratio));
  width: 3em;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardForecast.-skeleton .js-bestPriceCardForecastItem_temp > span:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardForecastItem {
  border-radius: 8px;
  color: var(--color-primary);
  text-align: center;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_info {
  display: grid;
  gap: 16px;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_day > .date {
  font-size: calc(14 * var(--rem-ratio));
  font-weight: 700;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_day > .weekday {
  font-size: calc(10 * var(--rem-ratio));}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_icon {
  height: 24px;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_icon.-skeleton {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_icon.-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_icon.-skeleton {
  margin: auto;}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_icon > img {
  height: 100%;
  aspect-ratio: 1/1;
  filter: brightness(0) saturate(100%) invert(10%) sepia(37%) saturate(7469%) hue-rotate(227deg) brightness(85%) contrast(113%);}

.js-bestPriceCardForecastItem .js-bestPriceCardForecastItem_temp {
  font-size: calc(10 * var(--rem-ratio));
  line-height: 1.2;}

.js-bestPriceCardItem_imgSlider {
  border-radius: 6px 6px 0 0;
  overflow: hidden;}

.js-bestPriceCardItem_imgSlider .js-bestPriceCardItem_img.splide__slide {
  width: 100%;}

.js-bestPriceCardItem_imgSlider .js-bestPriceCardItem_img.-skeleton {
  display: block;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardItem_imgSlider .js-bestPriceCardItem_img.-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardItem_imgSlider .js-bestPriceCardItem_img.-skeleton > img {
  display: none;}

.js-bestPriceCardItem_imgSlider .js-bestPriceCardItem_img > img[aria-hidden=true] {
  display: none;}

.js-bestPriceCardItem_thumbnailSlider {
  background: #e8e8e8;
  padding: 6px;}

.js-bestPriceCardItem_thumbnailSlider[aria-hidden=true] {
  display: none;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide {
  width: 60px;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  cursor: pointer;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide > img {
  width: 100%;
  aspect-ratio: 2/1;
  border-radius: 4px;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide > img[aria-hidden=true] {
  display: none;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-active {
  border-color: var(--color-blue-primary);
  position: relative;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-skeleton {
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-skeleton {
  height: 30px;
  border-radius: 4px;
  border: 2px solid transparent;}

.js-bestPriceCardItem_thumbnailSlider .js-bestPriceCardItem_thumbnail.splide__slide.is-skeleton:after {
  content: none;}

.js-bestPriceCardItem_thumbnailSlider .splide__track--nav > .splide__list > .splide__slide {
  border-width: 2px;}

.ANA-0060.aem-GridColumn:has(#reservation-reservation) {
  visibility: hidden;}

.best-price-calendar__description {
  --icon-description-gap: 16px;
  display: flex;
  gap: 0 var(--icon-description-gap);
  align-items: center;
  border: solid 1px #b2b2b2;
  border-radius: 5px;
  background-color: #fff;
  padding: 1em;
  font-size: calc(12 * var(--rem-ratio));}

.best-price-calendar__description:has(.best-price-calendar__description-notices > :nth-child(2)) {
  --icon-description-gap: 28px;}

@media screen and (max-width: 767.9px) {
  .best-price-calendar__description:has(*[data-layout=b], *[data-layout=c]) {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 1em;}
}

.best-price-calendar__description .best-price-calendar__description-notices {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;}

.best-price-calendar__description .best-price-calendar__description-notices:has(> :nth-child(2)):before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--icon-description-gap) / 2 * -1);
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
  transform: translateY(-50%);}

@media screen and (max-width: 767.9px) {
  .best-price-calendar__description .best-price-calendar__description-notices:has(> :nth-child(2)):before {
    display: none;}
}

.best-price-calendar__description .best-price-calendar__description-notices:has(> :nth-child(2)) li {
  --indent-size: .75em;
  position: relative;
  padding-left: var(--indent-size);
  text-indent: calc(var(--indent-size) * -1);}

.best-price-calendar__description .best-price-calendar__description-notices:has(> :nth-child(2)) li:before {
  content: "*";
  display: inline-block;
  font-size: 1em;
  padding-left: var(--indent-size);}

.best-price-calendar__description .best-price-calendar__description-notices:has(> :nth-child(2)) li + li {
  margin-top: .25em;}

.fontSize100 .best-price-calendar__description {
  font-size: .75rem;}

.js-best-price-calendar__trigger,
.js-best-price-calendar__trigger-mock {
  --a-color-primary: #00146e;
  --a-color-secondary: #ccd4ea;
  --a-color-secondary-lighten: #f0f2f8;
  --a-color-primary-rgb: 0 20 110;
  --a-color-secondary-rgb: 204 212 234;
  --a-color-muted: #767676;
  --a-color-muted-rgb: 118 118 118;
  --a-color-button-asw: var(--a-color-primary);
  --a-color-button-asw-rgb: var(--a-color-primary-rgb);
  --a-color-button-wws: #d54100;
  --a-color-button-wws-rgb: 213 65 0;}

.js-best-price-calendar__trigger:before,
.js-best-price-calendar__trigger-mock:before {
  content: "";
  display: block;
  aspect-ratio: 40/38;
  -webkit-mask-image: url(/common-assets/common-patrs/best-price-calendar/img/ico-calendar.svg);
  mask-image: url(/common-assets/common-patrs/best-price-calendar/img/ico-calendar.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin-bottom: 2px;}

.js-best-price-calendar__trigger[data-layout=a],
.js-best-price-calendar__trigger:not([data-layout]),
.js-best-price-calendar__trigger-mock[data-layout=a],
.js-best-price-calendar__trigger-mock:not([data-layout]) {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background: none;
  border: solid 1px #b2b2b2 !important;
  border-radius: 50%;
  flex-shrink: 0;
  color: inherit;
  overflow: hidden;}

.js-best-price-calendar__trigger[data-layout=a]:before,
.js-best-price-calendar__trigger:not([data-layout]):before,
.js-best-price-calendar__trigger-mock[data-layout=a]:before,
.js-best-price-calendar__trigger-mock:not([data-layout]):before {
  width: 20px;
  background-color: #5a5a5a;
  margin-bottom: 2px;}

.js-best-price-calendar__trigger[data-layout=b],
.js-best-price-calendar__trigger-mock[data-layout=b] {
  display: grid;
  grid-template-rows: auto 1fr;
  place-items: center;
  width: 100%;
  min-width: 80px;
  min-height: 56px;
  background-color: #fff;
  border: 1px solid var(--a-color-primary);
  border-radius: 8px;
  font-size: 12px;
  color: var(--a-color-primary);
  line-height: 1.1;
  gap: 4px;
  padding: 6px;
  position: relative;
  overflow: hidden;}

.js-best-price-calendar__trigger[data-layout=b]:before,
.js-best-price-calendar__trigger-mock[data-layout=b]:before {
  width: 24px;
  background-color: var(--a-color-primary);}

.js-best-price-calendar__trigger[data-layout=b]:after,
.js-best-price-calendar__trigger-mock[data-layout=b]:after {
  content: none;}

@media screen and (max-width: 767.9px) {
  .js-best-price-calendar__trigger[data-layout=b],
  .js-best-price-calendar__trigger-mock[data-layout=b] {
    min-height: 48px;
    font-size: 11px;
    gap: 2px;
    padding: 6px 4px 4px;}

  .js-best-price-calendar__trigger[data-layout=b]:before,
  .js-best-price-calendar__trigger-mock[data-layout=b]:before {
    width: 20px;}
}

.js-best-price-calendar__trigger[data-layout=c],
.js-best-price-calendar__trigger-mock[data-layout=c] {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  place-items: center;
  width: 100%;
  min-width: 140px;
  min-height: 40px;
  background-color: #fff;
  border: 1px solid var(--a-color-primary);
  border-radius: 9999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--a-color-primary);
  line-height: 1.1;
  gap: .5em;
  padding: .25em 1em;}

.js-best-price-calendar__trigger[data-layout=c]:before,
.js-best-price-calendar__trigger-mock[data-layout=c]:before {
  width: 20px;
  background-color: var(--a-color-primary);}

.js-best-price-calendar__trigger[data-layout=c]:after,
.js-best-price-calendar__trigger-mock[data-layout=c]:after {
  content: none;}

button.js-best-price-calendar__trigger[data-layout=b]:hover,
button.js-best-price-calendar__trigger[data-layout=b]:focus,
button.js-best-price-calendar__trigger[data-layout=c]:hover,
button.js-best-price-calendar__trigger[data-layout=c]:focus {
  background-color: var(--a-color-secondary-lighten);
  text-decoration: underline;
  cursor: pointer;}

.js-best-price-calendar__trigger-mock[data-layout=b] {
  width: 100px;}

@media screen and (max-width: 767.9px) {
  .js-best-price-calendar__trigger-mock[data-layout=b] {
    width: 80px;}
}

.js-best-price-calendar__trigger-mock[data-layout=c] {
  width: 140px;}

#vue-travel-showcase .js-best-price-calendar__trigger {
  position: relative;
  overflow: hidden;}

#vue-travel-showcase .js-best-price-calendar__trigger:after {
  content: none;}

.js-bestPriceCard {
  max-width: 1280px;
  line-height: 1.25;
  margin: 0 auto;}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard {
    padding: 0;}
}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard.aem-GridColumn {
    padding: 0;}
}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard[data-enable-slider-on-mobile=true] .js-bestPriceCard_container {
    margin-left: calc((100vw - 100%) / -2);
    margin-right: calc((100vw - 100%) / -2);
    overflow: hidden;}
}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard[data-enable-slider-on-mobile=false] .splide__arrows {
    display: none;}

  .js-bestPriceCard[data-enable-slider-on-mobile=false] .js-bestPriceCard_list.splide__list {
    display: grid !important;
    gap: 30px;
    justify-items: center;}
}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard[data-enable-slider-on-mobile=false] .js-bestPriceCard_item.splide__slide {
    margin-inline: auto;
    width: 100%;}
}

.js-bestPriceCard a {
  color: #00146e;}

.js-bestPriceCard a:hover,
.js-bestPriceCard a:focus {
  text-decoration: underline;}

.js-bestPriceCard a[target=_blank] img {
  vertical-align: middle;}

.js-bestPriceCard .js-bestPriceCard_heading {
  margin-top: 0;
  margin-bottom: 47px;
  text-align: center;}

.js-bestPriceCard .js-bestPriceCard_heading.type--header-2 {
  color: inherit;}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) {
  margin-inline: auto;}

@media screen and (min-width: 1024px) {
  .js-bestPriceCard .splide:has(.js-bestPriceCard_list) {
    width: fit-content;
    max-width: 100%;}
}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow {
  display: grid;
  place-items: center;
  background: #fff;
  width: 40px;
  height: 40px;
  opacity: 1;
  box-shadow: 0 0 8px #0000003d;
  transition: opacity .16s ease-out;}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url(/international/theme/openjaw-showcase/img/icon-chevron-black.svg);
  background-size: contain;
  background-repeat: no-repeat;}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow:disabled {
  opacity: 0;
  cursor: auto;}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow.splide__arrow--prev {
  left: -1em;
  padding-right: 2px;}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow.splide__arrow--prev:after {
  transform: scaleX(-1);}

.js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow.splide__arrow--next {
  right: -1em;
  padding-left: 2px;}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow {
    top: calc(12px + (100vw - 56px) * .15);}

  .js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow.splide__arrow--prev {
    left: 8px;}

  .js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow.splide__arrow--next {
    right: 8px;}
}

@media screen and (max-width: 599.9px) {
  .js-bestPriceCard .splide:has(.js-bestPriceCard_list) .splide__arrow {
    top: calc(12px + (100vw - 56px) / 4);}
}

.js-bestPriceCard .js-bestPriceCard_track.splide__track {
  padding: 12px;}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard .js-bestPriceCard_track {
    padding: 0 15px;}
}

.js-bestPriceCard .bestPrice_annotations {
  margin-top: 20px;
  font-size: 12px;}

.js-bestPriceCard .bestPrice_annotations .bestPriceAnnotations_item {
  list-style: none;}

.js-bestPriceCard .bestPriceAnnotations_list {
  text-indent: -1em;
  padding-left: 1em;}

.js-bestPriceCard .bestPriceAnnotations_mark {
  display: inline-block;
  padding-left: 1em;}

.js-bestPriceCard #live-region {
  position: absolute;
  opacity: 0;
  font-size: 0;}

.js-bestPriceCard .splide__slide {
  width: 30%;
  max-width: 320px;}

@media screen and (max-width: 1023.9px) {
  .js-bestPriceCard .splide__slide {
    width: 40%;}
}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCard .splide__slide {
    width: 100%;
    max-width: 400px;}
}

.js-bestPriceCardItem {
  --a-color-primary: #00146e;
  --a-color-secondary: #ccd4ea;
  --a-color-secondary-lighten: #f0f2f8;
  --a-color-primary-rgb: 0 20 110;
  --a-color-secondary-rgb: 204 212 234;
  --a-color-muted: #767676;
  --a-color-muted-rgb: 118 118 118;
  --a-color-button-asw: var(--a-color-primary);
  --a-color-button-asw-rgb: var(--a-color-primary-rgb);
  --a-color-button-wws: #d54100;
  --a-color-button-wws-rgb: 213 65 0;
  --color-button: #d54100;
  --color-button-rgb: 213 65 0;
  --color-surface: #f1f1f1;
  list-style: none;
  color: #333;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px #00000029;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  line-height: 1.25;}

@media screen and (max-width: 767.9px) {
  .js-bestPriceCardItem {
    max-width: none;}
}

.js-bestPriceCardItem .is-skeleton {
  display: block;
  height: 1.3em;
  background: var(--color-surface);
  border-radius: 2px;
  overflow: hidden;
  position: relative;}

.js-bestPriceCardItem .is-skeleton:before {
  content: "";
  display: block;
  width: 75%;
  height: 100%;
  background:
    linear-gradient(
      to right,
      transparent,
      rgba(255, 255, 255, .5) 40% 60%,
      transparent);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%);
  animation: 1s skeleton-loading ease-in-out infinite both;}

.js-bestPriceCardItem_img {
  aspect-ratio: 2/1;
  width: 100%;}

.js-bestPriceCardItem_img > img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;}

.js-bestPriceCardItem_img.is-skeleton {
  height: auto;}

.js-bestPriceCardItem_img.is-skeleton > img {
  opacity: 0;}

.js-bestPriceCardItem_content {
  padding: 20px 16px 16px;}

.js-bestPriceCardItem_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .25em;}

.js-bestPriceCardItem_title .js-bestPriceCardItem_originName,
.js-bestPriceCardItem_title .js-bestPriceCardItem_destinationName {
  font-weight: 700;}

.js-bestPriceCardItem_originName {
  display: inline-block;
  margin-right: .25em;}

.js-bestPriceCardItem_destinationName {
  display: block;
  font-size: 20px;
  margin-top: .125em;}

.js-bestPriceCardItem_date {
  font-size: 14px;}

.js-bestPriceCardItem_date.is-skeleton {
  width: fit-content;
  min-width: 50%;}

.js-bestPriceCardItem_fareArea {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 30px;}

.js-bestPriceCardItem_classImage {
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden;}

.js-bestPriceCardItem_classImage > img {
  width: 100%;
  object-fit: cover;}

.js-bestPriceCardItem_fare {
  font-size: 14px;
  margin: 0;}

.js-bestPriceCardItem_fareValue {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 .25em;
  min-width: 4em;
  font-size: 24px;
  margin-bottom: 4px;
  color: #e80000;}

.js-bestPriceCardItem_fareValue.is-skeleton {
  width: 60%;}

.js-bestPriceCardItem_fareValue.no-price {
  display: block;
  font-size: 11px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .005em;
  color: #767676;
  line-height: 1.25;
  margin-bottom: .5em;}

.js-bestPriceCardItem_fareValue > .value {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  gap: .125em;}

.js-bestPriceCardItem_fareValue .currencyCode,
.js-bestPriceCardItem_fareValue .from {
  font-weight: 700;
  font-size: 16px;}

.js-bestPriceCardItem_fareValue .from {
  color: #333;
  font-weight: 400;}

.js-bestPriceCardItem_buttonArea {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) 3fr;
  gap: 8px;
  margin-top: 20px;}

.js-bestPriceCardItem_be button {
  display: block;
  width: 100%;
  min-height: 56px;
  background-color: var(--color-button);
  border: none;
  margin: auto;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;}

.js-bestPriceCardItem_be button:hover,
.js-bestPriceCardItem_be button:focus {
  color: var(--color-button);
  background-color: #fff;
  border: 2px solid var(--color-button);
  text-decoration: underline;
  text-underline-offset: .25em;}

.js-bestPriceCardItem_be button > span {
  font-size: 18px;
  font-weight: 700;}

.js-bestPriceCardItem_be[data-asw=true] button {
  --color-button: var(--a-color-primary);
  --color-button-rgb: var(--a-color-primary-rgb);}

.js-bestPriceCardItem_be[data-asw=true] button:hover,
.js-bestPriceCardItem_be[data-asw=true] button:focus {
  color: #fff;
  background-color: rgb(var(--color-button-rgb)/80%);
  border: none;}

.js-bestPriceCardItem_note {
  margin-top: 12px;}

