body.single-chalet #single-chalet-hero {
  height: 652px;
  position: relative;
  padding: 10px 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.single-chalet #single-chalet-hero #single-chalet-hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-chalet #single-chalet-hero #single-chalet-hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2509803922);
}
body.single-chalet #single-chalet-hero h1 {
  position: absolute;
  z-index: 3;
  color: #FFF8EB;
  font-weight: 200;
  font-size: 100px;
  line-height: 100%;
  letter-spacing: 1%;
  margin: 0;
  padding: 0;
}
body.single-chalet #single-chalet-section-1 h2 {
  margin: 0 0 40px;
}
@media (max-width: 991px) {
  body.single-chalet .single-chalet-key-features {
    margin: 40px 0 0;
  }
}
body.single-chalet .single-chalet-key-features {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
body.single-chalet .single-chalet-key-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.single-chalet .single-chalet-key-feature img {
  border-radius: 0 !important;
}
body.single-chalet .single-chalet-key-feature span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
body.single-chalet.single-chalet-lightbox-open {
  overflow: hidden;
}
body.single-chalet #single-chalet-gallery {
  padding: 0 !important;
  margin: 0 !important;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .swiper-slide {
  aspect-ratio: 469/466;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-open {
  display: block;
  width: 100% !important;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 !important;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  transform: translateY(-50%);
  cursor: pointer;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav--prev {
  left: 15px;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav--next {
  right: 15px;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav.swiper-button-lock {
  display: none;
}
@media (max-width: 450px) {
  body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav {
    width: 30px;
    height: 30px;
  }
  body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav--prev {
    left: 10px;
  }
  body.single-chalet #single-chalet-gallery .single-chalet-gallery-swiper .single-chalet-gallery-nav--next {
    right: 10px;
  }
}
body.single-chalet #single-chalet-gallery .swiper-pagination {
  position: static;
  margin-top: 24px;
}
body.single-chalet #single-chalet-gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d2c5;
  opacity: 1;
}
body.single-chalet #single-chalet-gallery .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
body.single-chalet .single-chalet-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 64px 0 0;
  background: #000;
  color: #FFF8EB;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overscroll-behavior: contain;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.single-chalet .single-chalet-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.single-chalet .single-chalet-lightbox img {
  border-radius: 0 !important;
}
body.single-chalet .single-chalet-lightbox[data-count="1"] .single-chalet-lightbox__nav {
  display: none;
}
body.single-chalet .single-chalet-lightbox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  pointer-events: none;
}
body.single-chalet .single-chalet-lightbox__counter {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #FFF8EB;
}
body.single-chalet .single-chalet-lightbox__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}
body.single-chalet .single-chalet-lightbox__download,
body.single-chalet .single-chalet-lightbox__close,
body.single-chalet .single-chalet-lightbox__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFF8EB;
  cursor: pointer;
  text-decoration: none;
}
body.single-chalet .single-chalet-lightbox__download:hover, body.single-chalet .single-chalet-lightbox__download:focus-visible,
body.single-chalet .single-chalet-lightbox__close:hover,
body.single-chalet .single-chalet-lightbox__close:focus-visible,
body.single-chalet .single-chalet-lightbox__nav:hover,
body.single-chalet .single-chalet-lightbox__nav:focus-visible {
  color: #fff;
}
body.single-chalet .single-chalet-lightbox__download:focus-visible,
body.single-chalet .single-chalet-lightbox__close:focus-visible,
body.single-chalet .single-chalet-lightbox__nav:focus-visible {
  outline: 1px solid #FFF8EB;
  outline-offset: 2px;
}
body.single-chalet .single-chalet-lightbox__stage {
  position: relative;
  flex: 1 1 0%;
  min-height: 0;
  width: 100%;
}
body.single-chalet .single-chalet-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
body.single-chalet .single-chalet-lightbox__nav.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}
body.single-chalet .single-chalet-lightbox__nav--prev {
  left: 8px;
}
body.single-chalet .single-chalet-lightbox__nav--next {
  right: 8px;
}
body.single-chalet .single-chalet-lightbox-main {
  width: 100%;
  height: 100%;
  padding: 0 64px;
  box-sizing: border-box;
}
body.single-chalet .single-chalet-lightbox-main .swiper-wrapper,
body.single-chalet .single-chalet-lightbox-main .swiper-slide {
  height: 100%;
}
body.single-chalet .single-chalet-lightbox-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-chalet .single-chalet-lightbox-main img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-chalet .single-chalet-lightbox-thumbs {
  flex-shrink: 0;
  width: 100%;
  padding: 16px 20px 20px;
  box-sizing: border-box;
}
body.single-chalet .single-chalet-lightbox-thumbs .swiper-slide {
  width: 88px;
  height: 56px;
  opacity: 0.45;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
body.single-chalet .single-chalet-lightbox-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-color: #FFF8EB;
}
body.single-chalet .single-chalet-lightbox-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body.single-chalet .single-chalet-lightbox {
    padding-top: 56px;
  }
  body.single-chalet .single-chalet-lightbox-main {
    padding: 0 48px;
  }
  body.single-chalet .single-chalet-lightbox__nav--prev {
    left: 0;
  }
  body.single-chalet .single-chalet-lightbox__nav--next {
    right: 0;
  }
  body.single-chalet .single-chalet-lightbox-thumbs .swiper-slide {
    width: 72px;
    height: 48px;
  }
}
body.single-chalet #single-chalet-main h2 {
  margin: 0 0 40px;
}
body.single-chalet #single-chalet-main .chalet-features,
body.single-chalet #single-chalet-main .chalet-layout-location-top,
body.single-chalet #single-chalet-main .chalet-layout-location-description,
body.single-chalet #single-chalet-main .chalet-layout-additional-info {
  max-width: 100%;
  width: 706px;
}
body.single-chalet #single-chalet-main .chalet-features ul,
body.single-chalet #single-chalet-main .chalet-layout-location-top ul,
body.single-chalet #single-chalet-main .chalet-layout-location-description ul,
body.single-chalet #single-chalet-main .chalet-layout-additional-info ul {
  list-style: disc;
}
body.single-chalet #single-chalet-main .chalet-features p,
body.single-chalet #single-chalet-main .chalet-features li,
body.single-chalet #single-chalet-main .chalet-layout-location-top p,
body.single-chalet #single-chalet-main .chalet-layout-location-top li,
body.single-chalet #single-chalet-main .chalet-layout-location-description p,
body.single-chalet #single-chalet-main .chalet-layout-location-description li,
body.single-chalet #single-chalet-main .chalet-layout-additional-info p,
body.single-chalet #single-chalet-main .chalet-layout-additional-info li {
  font-family: Rosario;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
}
body.single-chalet #single-chalet-main .chalet-features p a,
body.single-chalet #single-chalet-main .chalet-features li a,
body.single-chalet #single-chalet-main .chalet-layout-location-top p a,
body.single-chalet #single-chalet-main .chalet-layout-location-top li a,
body.single-chalet #single-chalet-main .chalet-layout-location-description p a,
body.single-chalet #single-chalet-main .chalet-layout-location-description li a,
body.single-chalet #single-chalet-main .chalet-layout-additional-info p a,
body.single-chalet #single-chalet-main .chalet-layout-additional-info li a {
  text-decoration: underline;
}
body.single-chalet #single-chalet-main .chalet-features .chalet-features-list {
  padding: 0 0 60px;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #B8B5A9;
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.single-chalet #single-chalet-main .chalet-features .chalet-features-list {
    grid-template-columns: repeat(2, max-content);
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  body.single-chalet #single-chalet-main .chalet-features .chalet-features-list {
    grid-template-columns: repeat(2, max-content);
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  body.single-chalet #single-chalet-main .chalet-features .chalet-features-list {
    grid-template-columns: repeat(1, max-content);
    justify-content: flex-start;
  }
}
body.single-chalet #single-chalet-main .chalet-features .chalet-features-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  font-size: 14px;
}
body.single-chalet #single-chalet-main .chalet-features .chalet-features-list li img {
  width: 25px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
body.single-chalet #single-chalet-main .chalet-layout-location {
  padding: 60px 0;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-layout-location-floorplan-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
  padding: 80px 0 40px;
}
@media (max-width: 1200px) {
  body.single-chalet #single-chalet-main .chalet-layout-location .chalet-layout-location-floorplan-map {
    display: flex;
    flex-direction: column;
  }
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-layout-location-floorplan {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-images {
  width: 100%;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-image {
  width: 100%;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0;
  padding: 0;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0 0 6px;
  margin: 0;
  cursor: pointer;
  color: #2b2b2b;
  font-family: "Editorial New", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  box-shadow: none;
  border-radius: 0;
  font-family: Rosario;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  text-transform: none !important;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-floorplan-tab.is-active {
  border-bottom-color: #2b2b2b;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-layout-location-map {
  position: relative;
  min-width: 0;
  min-height: 360px;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-location-map-iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
body.single-chalet #single-chalet-main .chalet-layout-location .chalet-layout-location-description {
  padding: 0 0 60px;
  border-bottom: 1px solid #B8B5A9;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info {
  padding: 0 0 60px;
  border-bottom: 1px solid #B8B5A9;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta .chalet-layout-additional-info-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta .chalet-layout-additional-info-meta-item a {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta.chalet-layout-additional-info-reviews {
  margin-top: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta.chalet-layout-additional-info-reviews .chalet-layout-additional-info-meta-item:nth-child(1) img {
  width: 15px;
  height: 15px;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
body.single-chalet #single-chalet-main .chalet-layout-additional-info .chalet-layout-additional-info-meta-item img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0 !important;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability {
  padding: 60px 0 0;
  width: 628px;
  max-width: 100%;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-availability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 23px;
  padding: 20px 0 60px;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week {
  border-radius: 10px;
  padding: 20px 24px;
  font-family: Rosario;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1%;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week.is-available {
  background: #DFD8C0;
  color: #262C3C;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week.is-booked {
  background: #262C3C;
  color: #FFF8EB;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week__dates,
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week__price,
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week__status {
  margin: 0;
}
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week__price,
body.single-chalet #single-chalet-main .chalet-layout-pricing-availability .chalet-pricing-week__status {
  margin-top: 12px;
}
body.single-chalet #single-chalet-main .chalet-layout-booking-info {
  width: 706px;
  max-width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #B8B5A9;
}
body.single-chalet #single-chalet-main .chalet-layout-booking-info .chalet-layout-booking-info-inner {
  width: 501px;
  max-width: 100%;
}
body.single-chalet #single-chalet-main .chalet-layout-booking-info h3 {
  margin: 0 0 40px;
}
body.single-chalet #single-chalet-main .chalet-layout-booking-info p {
  font-family: Rosario;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}
body.single-chalet #single-chalet-main .chalet-layout-another-chalet {
  width: 706px;
  max-width: 100%;
  padding: 60px 0 0;
}
body.single-chalet #single-chalet-main .chalet-layout-another-chalet p {
  width: 519px;
  max-width: 100%;
}
body.single-chalet #single-chalet-main .chalet-pricing-availability-info {
  width: 533px;
  max-width: 100%;
  font-family: Rosario;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  margin: 0 0 40px;
}
body.single-chalet #single-chalet-main .chalet-layout-sidebar {
  position: sticky;
  top: 30px;
  background-color: var(--colour-navy);
  color: var(--colour-cream);
  padding: 50px 40px;
  border-radius: 5px;
  max-height: calc(100svh - 60px);
  overflow-y: auto;
}
@media (max-width: 991px) {
  body.single-chalet #single-chalet-main .chalet-layout-sidebar {
    margin-top: 40px;
  }
}
body.single-chalet #single-chalet-main .chalet-layout-sidebar h2,
body.single-chalet #single-chalet-main .chalet-layout-sidebar p {
  color: var(--colour-cream);
}
body.single-chalet #single-chalet-main .chalet-layout-sidebar .ns-contact-form-property,
body.single-chalet #single-chalet-main .chalet-layout-sidebar .ns-contact-form-general {
  padding: 20px 0 0 !important;
  border-radius: 0 !important;
}
body.single-chalet #single-chalet-testimonials {
  background-color: #DFD8C0;
  padding: 0 !important;
}
body.single-chalet #single-chalet-in-summer {
  position: relative;
  padding: 60px 40px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 654px;
}
body.single-chalet #single-chalet-in-summer #single-chalet-in-summer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-chalet #single-chalet-in-summer #single-chalet-in-summer-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2509803922);
}
body.single-chalet #single-chalet-in-summer h2,
body.single-chalet #single-chalet-in-summer p {
  color: #FFF8EB;
  position: relative;
  z-index: 3;
  width: 450px;
  max-width: 100%;
}
body.single-chalet #single-chalet-in-summer h2 {
  margin-bottom: 40px;
}
body.single-chalet #single-chalet-in-summer p {
  font-family: Rosario;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}
body.single-chalet #single-chalet-in-summer p:last-child {
  margin-bottom: 0;
}
body.single-chalet #single-chalet-related-chalets h2 {
  margin: 0 0 27px;
}

article.chalet-card .chalet-card__image {
  margin: 0 0 18px;
}
article.chalet-card .chalet-card__image img {
  aspect-ratio: 393/441;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 0 !important;
}
article.chalet-card h3 {
  margin: 0 0 9px;
  font-weight: 200;
  font-size: 22px;
  line-height: 100%;
}
.dark-background article.chalet-card h3 {
  color: #FFF8EB;
}

.our-chalet-collection {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.our-chalet-collection .our-chalet-collection__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 140px;
}
@media (min-width: 768px) {
  .our-chalet-collection .our-chalet-collection__filters {
    padding: 0 90px;
  }
}
.our-chalet-collection .our-chalet-collection__results {
  display: flex;
  flex-direction: column;
}
.our-chalet-collection .our-chalet-collection__results-wrap {
  position: relative;
}
.our-chalet-collection .our-chalet-collection__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: rgba(255, 248, 235, 0.72);
  pointer-events: none;
}
.our-chalet-collection .our-chalet-collection__loader[hidden] {
  display: none;
}
.our-chalet-collection .our-chalet-collection__loader-logo {
  position: relative;
  display: inline-block;
  width: min(180px, 40vw);
}
.our-chalet-collection .our-chalet-collection__loader-logo-image {
  display: block;
  width: 100%;
  height: auto;
}
.our-chalet-collection .our-chalet-collection__loader-logo-image--base {
  opacity: 0.2;
}
.our-chalet-collection .our-chalet-collection__loader-logo-image--shine {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 65%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 65%, transparent 100%);
  -webkit-mask-size: 220% 100%;
  mask-size: 220% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: ns-chalet-logo-wipe 1.6s ease-in-out infinite;
  pointer-events: none;
}
.our-chalet-collection.our-chalet-collection--large-image-rows .our-chalet-collection__results {
  gap: 145px;
}
@media (max-width: 767px) {
  .our-chalet-collection.our-chalet-collection--large-image-rows .our-chalet-collection__results {
    gap: 60px;
  }
}
.our-chalet-collection.our-chalet-collection--grid .our-chalet-collection__results {
  gap: 0;
}
.our-chalet-collection.is-loading .our-chalet-collection__results {
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.our-chalet-collection .our-chalet-collection__empty {
  margin: 0;
  font-family: "Rosario", sans-serif;
}
.our-chalet-collection button.our-chalet-collection__filter.northstar-btn {
  margin-top: 0;
}
.our-chalet-collection button.our-chalet-collection__filter.northstar-btn.is-active, .our-chalet-collection button.our-chalet-collection__filter.northstar-btn:disabled {
  color: var(--hover-text) !important;
  cursor: default;
  opacity: 1;
}
.our-chalet-collection button.our-chalet-collection__filter.northstar-btn.is-active .northstar-btn__path, .our-chalet-collection button.our-chalet-collection__filter.northstar-btn:disabled .northstar-btn__path {
  fill: var(--color);
}
@supports (corner-shape: scoop) {
  .our-chalet-collection button.our-chalet-collection__filter.northstar-btn.is-active, .our-chalet-collection button.our-chalet-collection__filter.northstar-btn:disabled {
    background-color: var(--color);
  }
}

article.chalet-card--alternative {
  display: grid;
  grid-template-columns: 61fr 39fr;
  align-items: center;
}
article.chalet-card--alternative .chalet-card__image-link {
  display: block;
  text-decoration: none;
}
article.chalet-card--alternative .chalet-card__image {
  margin: 0;
}
article.chalet-card--alternative .chalet-card__image img {
  aspect-ratio: 883/589 !important;
  border-radius: 6px !important;
  max-height: 589px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 767px) {
  article.chalet-card--alternative .chalet-card__image img {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}
article.chalet-card--alternative .chalet-card__content {
  padding: 0 75px;
}
article.chalet-card--alternative .chalet-card__content-inner {
  max-width: 394px;
}
@media (max-width: 767px) {
  article.chalet-card--alternative .chalet-card__content-inner {
    width: 100%;
    max-width: 100%;
  }
}
article.chalet-card--alternative .chalet-card__content-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article.chalet-card--alternative .chalet-card__title {
  margin: 0 0 30px;
  font-weight: 200;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1%;
}
.dark-background article.chalet-card--alternative .chalet-card__title {
  color: #FFF8EB;
}
article.chalet-card--alternative .chalet-card__sleeps {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: Rosario;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
}
article.chalet-card--alternative .chalet-card__caption {
  margin: 0 0 20px;
  max-width: 420px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}
article.chalet-card--alternative:nth-child(even) {
  grid-template-columns: 39fr 61fr;
}
article.chalet-card--alternative:nth-child(even) .chalet-card__image-link {
  order: 2;
}
article.chalet-card--alternative:nth-child(even) .chalet-card__content {
  order: 1;
  padding: 0 75px;
  display: flex;
  justify-content: flex-end;
}
article.chalet-card--alternative:nth-child(even) .chalet-card__image img {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media (max-width: 767px) {
  article.chalet-card--alternative:nth-child(even) .chalet-card__image img {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
  }
}

@media (max-width: 767px) {
  article.chalet-card--alternative {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  article.chalet-card--alternative:nth-child(even) {
    grid-template-columns: 1fr;
  }
  article.chalet-card--alternative:nth-child(even) .chalet-card__image-link,
  article.chalet-card--alternative:nth-child(even) .chalet-card__content {
    order: initial;
  }
  article.chalet-card--alternative:nth-child(even) .chalet-card__content {
    padding: 0;
  }
  article.chalet-card--alternative .chalet-card__content {
    padding: 0;
  }
}
body.single-chalet,
article.chalet-card,
.elementor-widget-our_chalet_collection,
.our-chalet-collection {
  /**
  * Northstar Elementor button
  */
}
body.single-chalet a.northstar-btn,
body.single-chalet button.northstar-btn,
article.chalet-card a.northstar-btn,
article.chalet-card button.northstar-btn,
.elementor-widget-our_chalet_collection a.northstar-btn,
.elementor-widget-our_chalet_collection button.northstar-btn,
.our-chalet-collection a.northstar-btn,
.our-chalet-collection button.northstar-btn {
  margin-top: 20px;
  --color: #262c3c;
  --color-cream: #f5f0e8;
  --hover-text: #f5f0e8;
  --hover-background: #262c3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Cousine", monospace;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143;
  letter-spacing: 0.018rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: var(--color);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 40px;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  transition: color 0.4s ease, transform 0.4s ease, letter-spacing 0.4s ease;
  white-space: nowrap;
}
body.single-chalet a.northstar-btn.is-active,
body.single-chalet button.northstar-btn.is-active,
article.chalet-card a.northstar-btn.is-active,
article.chalet-card button.northstar-btn.is-active,
.elementor-widget-our_chalet_collection a.northstar-btn.is-active,
.elementor-widget-our_chalet_collection button.northstar-btn.is-active,
.our-chalet-collection a.northstar-btn.is-active,
.our-chalet-collection button.northstar-btn.is-active {
  color: var(--hover-text) !important;
  background: var(--color);
}
body.single-chalet a.northstar-btn.is-active .northstar-btn__path,
body.single-chalet button.northstar-btn.is-active .northstar-btn__path,
article.chalet-card a.northstar-btn.is-active .northstar-btn__path,
article.chalet-card button.northstar-btn.is-active .northstar-btn__path,
.elementor-widget-our_chalet_collection a.northstar-btn.is-active .northstar-btn__path,
.elementor-widget-our_chalet_collection button.northstar-btn.is-active .northstar-btn__path,
.our-chalet-collection a.northstar-btn.is-active .northstar-btn__path,
.our-chalet-collection button.northstar-btn.is-active .northstar-btn__path {
  fill: var(--color);
}
body.single-chalet a.northstar-btn.northstar-btn--on-dark,
article.chalet-card a.northstar-btn.northstar-btn--on-dark,
.elementor-widget-our_chalet_collection a.northstar-btn.northstar-btn--on-dark,
.our-chalet-collection a.northstar-btn.northstar-btn--on-dark {
  --color: #f5f0e8;
  --hover-text: #262c3c;
  background: var(--hover-text);
}
body.single-chalet .northstar-btn__shape,
article.chalet-card .northstar-btn__shape,
.elementor-widget-our_chalet_collection .northstar-btn__shape,
.our-chalet-collection .northstar-btn__shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
  pointer-events: none;
}
body.single-chalet .northstar-btn__path,
article.chalet-card .northstar-btn__path,
.elementor-widget-our_chalet_collection .northstar-btn__path,
.our-chalet-collection .northstar-btn__path {
  fill: none;
  stroke: var(--color, currentColor);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
  transition: fill 0.4s ease;
}
body.single-chalet .northstar-btn__label,
article.chalet-card .northstar-btn__label,
.elementor-widget-our_chalet_collection .northstar-btn__label,
.our-chalet-collection .northstar-btn__label {
  position: relative;
  z-index: 1;
}
body.single-chalet a.northstar-btn:hover,
body.single-chalet a.northstar-btn:focus-visible,
body.single-chalet button.northstar-btn:hover,
body.single-chalet button.northstar-btn:focus-visible,
article.chalet-card a.northstar-btn:hover,
article.chalet-card a.northstar-btn:focus-visible,
article.chalet-card button.northstar-btn:hover,
article.chalet-card button.northstar-btn:focus-visible,
.elementor-widget-our_chalet_collection a.northstar-btn:hover,
.elementor-widget-our_chalet_collection a.northstar-btn:focus-visible,
.elementor-widget-our_chalet_collection button.northstar-btn:hover,
.elementor-widget-our_chalet_collection button.northstar-btn:focus-visible,
.our-chalet-collection a.northstar-btn:hover,
.our-chalet-collection a.northstar-btn:focus-visible,
.our-chalet-collection button.northstar-btn:hover,
.our-chalet-collection button.northstar-btn:focus-visible {
  color: var(--hover-text) !important;
}
body.single-chalet a.northstar-btn:hover .northstar-btn__path,
body.single-chalet a.northstar-btn:focus-visible .northstar-btn__path,
body.single-chalet button.northstar-btn:hover .northstar-btn__path,
body.single-chalet button.northstar-btn:focus-visible .northstar-btn__path,
article.chalet-card a.northstar-btn:hover .northstar-btn__path,
article.chalet-card a.northstar-btn:focus-visible .northstar-btn__path,
article.chalet-card button.northstar-btn:hover .northstar-btn__path,
article.chalet-card button.northstar-btn:focus-visible .northstar-btn__path,
.elementor-widget-our_chalet_collection a.northstar-btn:hover .northstar-btn__path,
.elementor-widget-our_chalet_collection a.northstar-btn:focus-visible .northstar-btn__path,
.elementor-widget-our_chalet_collection button.northstar-btn:hover .northstar-btn__path,
.elementor-widget-our_chalet_collection button.northstar-btn:focus-visible .northstar-btn__path,
.our-chalet-collection a.northstar-btn:hover .northstar-btn__path,
.our-chalet-collection a.northstar-btn:focus-visible .northstar-btn__path,
.our-chalet-collection button.northstar-btn:hover .northstar-btn__path,
.our-chalet-collection button.northstar-btn:focus-visible .northstar-btn__path {
  fill: var(--color);
}
body.single-chalet a.northstar-btn:focus-visible,
body.single-chalet button.northstar-btn:focus-visible,
article.chalet-card a.northstar-btn:focus-visible,
article.chalet-card button.northstar-btn:focus-visible,
.elementor-widget-our_chalet_collection a.northstar-btn:focus-visible,
.elementor-widget-our_chalet_collection button.northstar-btn:focus-visible,
.our-chalet-collection a.northstar-btn:focus-visible,
.our-chalet-collection button.northstar-btn:focus-visible {
  outline: 2px solid var(--color);
  outline-offset: 4px;
}
@supports (corner-shape: scoop) {
  body.single-chalet a.northstar-btn,
  body.single-chalet button.northstar-btn,
  article.chalet-card a.northstar-btn,
  article.chalet-card button.northstar-btn,
  .elementor-widget-our_chalet_collection a.northstar-btn,
  .elementor-widget-our_chalet_collection button.northstar-btn,
  .our-chalet-collection a.northstar-btn,
  .our-chalet-collection button.northstar-btn {
    border: 1px solid var(--color);
    border-radius: 9px;
    corner-shape: scoop;
    transition: color 0.4s ease, background-color 0.4s ease, transform 0.4s ease, letter-spacing 0.4s ease;
  }
  body.single-chalet .northstar-btn__shape,
  article.chalet-card .northstar-btn__shape,
  .elementor-widget-our_chalet_collection .northstar-btn__shape,
  .our-chalet-collection .northstar-btn__shape {
    display: none;
  }
  body.single-chalet a.northstar-btn:hover,
  body.single-chalet a.northstar-btn:focus-visible,
  body.single-chalet button.northstar-btn:hover,
  body.single-chalet button.northstar-btn:focus-visible,
  article.chalet-card a.northstar-btn:hover,
  article.chalet-card a.northstar-btn:focus-visible,
  article.chalet-card button.northstar-btn:hover,
  article.chalet-card button.northstar-btn:focus-visible,
  .elementor-widget-our_chalet_collection a.northstar-btn:hover,
  .elementor-widget-our_chalet_collection a.northstar-btn:focus-visible,
  .elementor-widget-our_chalet_collection button.northstar-btn:hover,
  .elementor-widget-our_chalet_collection button.northstar-btn:focus-visible,
  .our-chalet-collection a.northstar-btn:hover,
  .our-chalet-collection a.northstar-btn:focus-visible,
  .our-chalet-collection button.northstar-btn:hover,
  .our-chalet-collection button.northstar-btn:focus-visible {
    background-color: var(--color);
  }
}
@supports not (corner-shape: scoop) {
  body.single-chalet a.northstar-btn,
  body.single-chalet button.northstar-btn,
  article.chalet-card a.northstar-btn,
  article.chalet-card button.northstar-btn,
  .elementor-widget-our_chalet_collection a.northstar-btn,
  .elementor-widget-our_chalet_collection button.northstar-btn,
  .our-chalet-collection a.northstar-btn,
  .our-chalet-collection button.northstar-btn {
    border: 1px solid transparent;
  }
  body.single-chalet a.northstar-btn::before, body.single-chalet a.northstar-btn::after,
  body.single-chalet button.northstar-btn::before,
  body.single-chalet button.northstar-btn::after,
  article.chalet-card a.northstar-btn::before,
  article.chalet-card a.northstar-btn::after,
  article.chalet-card button.northstar-btn::before,
  article.chalet-card button.northstar-btn::after,
  .elementor-widget-our_chalet_collection a.northstar-btn::before,
  .elementor-widget-our_chalet_collection a.northstar-btn::after,
  .elementor-widget-our_chalet_collection button.northstar-btn::before,
  .elementor-widget-our_chalet_collection button.northstar-btn::after,
  .our-chalet-collection a.northstar-btn::before,
  .our-chalet-collection a.northstar-btn::after,
  .our-chalet-collection button.northstar-btn::before,
  .our-chalet-collection button.northstar-btn::after {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    pointer-events: none;
  }
  body.single-chalet a.northstar-btn::before,
  body.single-chalet button.northstar-btn::before,
  article.chalet-card a.northstar-btn::before,
  article.chalet-card button.northstar-btn::before,
  .elementor-widget-our_chalet_collection a.northstar-btn::before,
  .elementor-widget-our_chalet_collection button.northstar-btn::before,
  .our-chalet-collection a.northstar-btn::before,
  .our-chalet-collection button.northstar-btn::before {
    background: linear-gradient(var(--color), var(--color)) top/calc(100% - 18px) 1px no-repeat, linear-gradient(var(--color), var(--color)) bottom/calc(100% - 18px) 1px no-repeat, linear-gradient(var(--color), var(--color)) left/1px calc(100% - 18px) no-repeat, linear-gradient(var(--color), var(--color)) right/1px calc(100% - 18px) no-repeat, radial-gradient(circle at 0 0, transparent 8px, var(--color) 8px, var(--color) 9px, transparent 9.5px) 0 0/9px 9px no-repeat, radial-gradient(circle at 100% 0, transparent 8px, var(--color) 8px, var(--color) 9px, transparent 9.5px) 100% 0/9px 9px no-repeat, radial-gradient(circle at 100% 100%, transparent 8px, var(--color) 8px, var(--color) 9px, transparent 9.5px) 100% 100%/9px 9px no-repeat, radial-gradient(circle at 0 100%, transparent 8px, var(--color) 8px, var(--color) 9px, transparent 9.5px) 0 100%/9px 9px no-repeat;
  }
  body.single-chalet a.northstar-btn::after,
  body.single-chalet button.northstar-btn::after,
  article.chalet-card a.northstar-btn::after,
  article.chalet-card button.northstar-btn::after,
  .elementor-widget-our_chalet_collection a.northstar-btn::after,
  .elementor-widget-our_chalet_collection button.northstar-btn::after,
  .our-chalet-collection a.northstar-btn::after,
  .our-chalet-collection button.northstar-btn::after {
    background: var(--color);
    opacity: 0;
    transition: opacity 0.4s ease;
    -webkit-mask-image: radial-gradient(circle at 0 0, transparent 9px, #000 9.5px), radial-gradient(circle at 100% 0, transparent 9px, #000 9.5px), radial-gradient(circle at 100% 100%, transparent 9px, #000 9.5px), radial-gradient(circle at 0 100%, transparent 9px, #000 9.5px);
    -webkit-mask-size: 51% 51%;
    -webkit-mask-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: radial-gradient(circle at 0 0, transparent 9px, #000 9.5px), radial-gradient(circle at 100% 0, transparent 9px, #000 9.5px), radial-gradient(circle at 100% 100%, transparent 9px, #000 9.5px), radial-gradient(circle at 0 100%, transparent 9px, #000 9.5px);
    mask-size: 51% 51%;
    mask-position: 0 0, 100% 0, 100% 100%, 0 100%;
    mask-repeat: no-repeat;
  }
  body.single-chalet a.northstar-btn:hover::after, body.single-chalet a.northstar-btn:focus-visible::after, body.single-chalet a.northstar-btn.is-active::after,
  body.single-chalet button.northstar-btn:hover::after,
  body.single-chalet button.northstar-btn:focus-visible::after,
  body.single-chalet button.northstar-btn.is-active::after,
  article.chalet-card a.northstar-btn:hover::after,
  article.chalet-card a.northstar-btn:focus-visible::after,
  article.chalet-card a.northstar-btn.is-active::after,
  article.chalet-card button.northstar-btn:hover::after,
  article.chalet-card button.northstar-btn:focus-visible::after,
  article.chalet-card button.northstar-btn.is-active::after,
  .elementor-widget-our_chalet_collection a.northstar-btn:hover::after,
  .elementor-widget-our_chalet_collection a.northstar-btn:focus-visible::after,
  .elementor-widget-our_chalet_collection a.northstar-btn.is-active::after,
  .elementor-widget-our_chalet_collection button.northstar-btn:hover::after,
  .elementor-widget-our_chalet_collection button.northstar-btn:focus-visible::after,
  .elementor-widget-our_chalet_collection button.northstar-btn.is-active::after,
  .our-chalet-collection a.northstar-btn:hover::after,
  .our-chalet-collection a.northstar-btn:focus-visible::after,
  .our-chalet-collection a.northstar-btn.is-active::after,
  .our-chalet-collection button.northstar-btn:hover::after,
  .our-chalet-collection button.northstar-btn:focus-visible::after,
  .our-chalet-collection button.northstar-btn.is-active::after {
    opacity: 1;
  }
  body.single-chalet a.northstar-btn.is-active,
  body.single-chalet button.northstar-btn.is-active,
  article.chalet-card a.northstar-btn.is-active,
  article.chalet-card button.northstar-btn.is-active,
  .elementor-widget-our_chalet_collection a.northstar-btn.is-active,
  .elementor-widget-our_chalet_collection button.northstar-btn.is-active,
  .our-chalet-collection a.northstar-btn.is-active,
  .our-chalet-collection button.northstar-btn.is-active {
    background-color: transparent;
  }
  body.single-chalet .northstar-btn__shape,
  article.chalet-card .northstar-btn__shape,
  .elementor-widget-our_chalet_collection .northstar-btn__shape,
  .our-chalet-collection .northstar-btn__shape {
    display: none;
  }
}
@media (max-width: 424px) {
  body.single-chalet a.northstar-btn,
  body.single-chalet button.northstar-btn,
  article.chalet-card a.northstar-btn,
  article.chalet-card button.northstar-btn,
  .elementor-widget-our_chalet_collection a.northstar-btn,
  .elementor-widget-our_chalet_collection button.northstar-btn,
  .our-chalet-collection a.northstar-btn,
  .our-chalet-collection button.northstar-btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@supports (corner-shape: scoop) {
  body.single-chalet a.northstar-btn.northstar-btn--on-image,
  article.chalet-card a.northstar-btn.northstar-btn--on-image,
  .elementor-widget-our_chalet_collection a.northstar-btn.northstar-btn--on-image,
  .our-chalet-collection a.northstar-btn.northstar-btn--on-image {
    border: solid 1px var(--color-cream);
  }
}
@supports (corner-shape: scoop) {
  body.single-chalet a.northstar-btn.northstar-btn--on-image:hover,
  body.single-chalet a.northstar-btn.northstar-btn--on-image:focus-visible,
  article.chalet-card a.northstar-btn.northstar-btn--on-image:hover,
  article.chalet-card a.northstar-btn.northstar-btn--on-image:focus-visible,
  .elementor-widget-our_chalet_collection a.northstar-btn.northstar-btn--on-image:hover,
  .elementor-widget-our_chalet_collection a.northstar-btn.northstar-btn--on-image:focus-visible,
  .our-chalet-collection a.northstar-btn.northstar-btn--on-image:hover,
  .our-chalet-collection a.northstar-btn.northstar-btn--on-image:focus-visible {
    border-color: var(--hover-background);
  }
}

@keyframes ns-chalet-logo-wipe {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: -100% 0;
    mask-position: -100% 0;
  }
}