/** Shopify CDN: Minification failed

Line 1230:15 Expected identifier but found ")"
Line 1626:13 Expected ":"

**/
:root {
  --dark-navy-blue: #1f3a56;
  --color--dark: #1f3a56;
  --color--accent: #F4B400;
  --color--light: #FAF4EC;
  --ml-h1: 4.28571rem;
  --ml-h2: 2.5rem;
  --ml-h3: 1.875rem;
  --ml-h4: 1.5625rem;
  --ml-h5: 1rem;
  --d-h1: 9.5rem;
  --d-h2: 7.5rem;
  --d-h3: 5.375rem;
  --d-h4: 4.25rem;
  --d-h5: 3.25rem;
  --d-h6: 1.875rem;
  --d-h7: 1.25rem;
  --d-text-l: 1.25rem;
  --ml-text-l: 1.15rem;
  --d-text-s: .75rem;
  --ml-text-s: .75rem;
  --side-padding: 1.4%;
  --ml-side-padding: 2.8%;
  --ml-text-m: .86rem;
  --ml-details: .86rem;
  --side-padding-large: 4.17%;
  --section-vertical-padding: 4rem;
  --main-white: #f3ede6;
}

/* base size 16px on D, 14px on M */

html {
  font-size: 1.1vw;
}
@media (max-width: 989px) {
  html {
    font-size: 3.6vmin;
  }
}
h1,h2,h3,h4,h5,h6, 
.h1,.h2,.h3,.h4,.h5,.h6 {
  color: inherit;
}

/* section[class*="section_"] {
  h1,h2,h3,h4,h5,h6, 
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-size: inherit;
}
}*/

body {
  color: var(--dark-navy-blue);
  letter-spacing: -.02em;
  background-color: #faf4ec;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 156%;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 94%;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 94%;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.375rem;
  font-weight: 700;
  line-height: 94%;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 94%;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 94%;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 94%;
}

.heading {
  font-size: 9.5rem;
  line-height: 94%;
}

.heading-2 {
  font-size: 7.5rem;
  line-height: 94%;
}

.heading-3 {
  font-size: 5.375rem;
  line-height: 94%;
}

.h1 {
  font-size: var(--d-h1);
  letter-spacing: -.04em;
  text-transform: uppercase;
  flex-flow: wrap;
  font-weight: 700;
  line-height: 94% !important;
  display: flex;
}

.h2 {
  font-size: var(--d-h2);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.h3 {
  font-size: var(--d-h3);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.h4 {
  font-size: var(--d-h4);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.h5 {
  font-size: var(--d-h5);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.h6 {
  font-size: var(--d-h6);
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.h7 {
  font-size: var(--d-h7);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94% !important;
}

.button {
  /* color: var(--dark-navy-blue); */
  letter-spacing: 0;
  text-transform: uppercase;
  /* background-color: #faf4ec; */
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 3.375rem;
  padding: 0 1.25em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 100%;
  display: inline-flex;
}

.button:hover {
  /* color: #faf4ec; */
  /* background-color: #f4b400; */
}

.button.button--small {
  height: 2.1875rem;
  font-size: .75rem;
}

.button.button--large {
  height: 3.375rem;
  font-size: 1.25rem;
}

.button.is-light {
  /* color: #faf4ec; */
  /* background-color: #f4b400; */
}

.button.is-dark {
  /* color: #faf4ec; */
  /* background-color: #1f3a56; */
}

.text-size--large {
  font-size: var(--d-text-l);
  line-height: 130%;
}

.text-size--large.is-for-wanderers {
  line-height: 94%;
}

.text-size--small {
  font-size: var(--d-text-s);
  line-height: 130%;
}

.section_hero {
  color: #faf4ec;
  height: 100vh;
  padding-bottom: 6.0625rem;
  position: relative;
  overflow: hidden;
}

.section_background {
  position: absolute;
  inset: 0%;
}

.section_background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.background_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero_layout {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 3.75rem;
  padding-left: 4.125rem;
  padding-right: 4.125rem;
  display: flex;
  position: relative;
}

.hero_heading {
  justify-content: center;
  display: flex;
}

.position_relative {
  position: relative;
}

.hero_subheading {
  position: absolute;
  right: 0;
  transform: translate(26%);
}

.hero_bottom {
  justify-content: space-between;
  display: flex;
}

.hero_message {
  max-width: 22.3125rem;
}

.hero_button {
  align-items: flex-end;
  display: flex;
}

.hero_h {
  font-size: var(--d-h2);
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
}

.hero_one_weekend {
  font-size: var(--d-h6);
  letter-spacing: -.05em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
}

.section_vacation {
  padding-top: 0;
  /* padding-top: 6.0625rem; */
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  aspect-ratio: 1440 / 1435;
  background-color: #faf4ec;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  /* margin-top: -6.0625rem; */
  display: flex;
  position: relative;
  overflow: hidden;
  /* -webkit-mask: url('/cdn/shop/files/vacation_mask.svg?v=1758818415') top / 100%;;
  mask: url('/cdn/shop/files/vacation_mask.svg?v=1758818415') top / 100%;; */
}

.vacation_bottom_image {
  aspect-ratio: 1440 / 660;
  color: #faf4ec;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  max-width: none;
  position: relative;
  overflow: hidden;
}

.vacation_bottom_message {
  font-size: var(--d-text-l);
  max-width: 21.1875rem;
  line-height: 130%;
  position: absolute;
  bottom: 2.5rem;
  left: 2.5rem;
}

.section_faq {
  /* padding-top: 10.8125rem; */
  padding-right: var(--side-padding-large);
  padding-left: var(--side-padding-large);
  background-color: #faf4ec;
  /* margin-top: -10.8125rem; */
  position: relative;
  overflow: hidden;
  /* -webkit-mask: url("https://cdn.prod.website-files.com/68cd4d5240944514bcada356/68d1156fa8609e817ea77219_faq-background-mask.svg") top / 100%;;
  mask: url("https://cdn.prod.website-files.com/68cd4d5240944514bcada356/68d1156fa8609e817ea77219_faq-background-mask.svg") top / 100%;; */
}

.faq_layout {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.faq_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_item.accordion {
  border-top: 1px solid #1f3a5680 !important;
  border-bottom: none !important;
  margin-top: 0;
  margin-bottom: 0;
}

.faq_item.accordion:nth-last-child(1), 
.faq_item.accordion:nth-last-child(2) {
  border-bottom: 1px solid rgba(31, 58, 86, 0.5) !important;
}

.faq_item_title {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  font-size: var(--d-h7);
  text-transform: uppercase;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-weight: 700;
  line-height: 94%;
  display: flex;
}

.faq_item_icon {
  flex: none;
  color: var(--color--accent);
}

.faq_item_icon_image {
  width: 1.375rem;
}

.accordion details[open]>summary .faq_item_icon_image {
    transform: rotate(180deg);
}

.embed_css {
  display: none;
}

.faq_item_body_inner {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.section_join {
  /* padding-top: 10.8125rem; */
  padding-bottom: var(--section-vertical-padding);
  background-color: var(--dark-navy-blue);
  color: var(--main-white);
  overflow: hidden;
  /* -webkit-mask: url("/cdn/shop/files/join_mask.svg?v=1758817681") top / 100%;
  mask: url("/cdn/shop/files/join_mask.svg?v=1758817681") top / 100%; */
}

.join_heading {
  font-size: var(--d-h4);
  text-transform: uppercase;
  max-width: 48.8125rem;
  font-weight: 700;
  line-height: 94%;
}

.join_layout {
  gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.join_subheading {
  font-size: var(--d-h7);
  text-transform: uppercase;
  max-width: 22.625rem;
  font-weight: 700;
  line-height: 94%;
}

.join_swiper_navigation {
  display: flex;
  gap: 1rem;
  margin: 2rem 0 1rem 0;
}

#join_swiper_navigation .swiper-button-next, 
#join_swiper_navigation .swiper-button-prev {
  position: relative;
  color: var(--color--accent);
  width: 2rem;
  height: 2rem;
}

.circle_text {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.circle_heading {
  font-size: var(--d-h7);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
}

.circle_item {
  aspect-ratio: 1;
  background-color: #e9e4d8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.circle_item._2 {
  z-index: 3;
  width: 14.75rem;
  top: 6.80556vw;
  left: 25.1389%;
}

.circle_item._1 {
  color: #faf4ec;
  width: 21.25%;
  top: 22.7778vw;
  left: 9.58333vw;
}

.circle_item._3 {
  z-index: 3;
  color: #faf4ec;
  width: 24.3056%;
  top: 9.86111vw;
  right: 8.40278%;
}

.circle_item._4 {
  width: 19.0278%;
  top: 32.8472vw;
  right: 26.9444vw;
}

.circle_background {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.vacation_modern {
  font-size: var(--d-h4);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
  position: absolute;
  top: 23.1944vw;
  left: 50%;
  transform: translate(-50%);
}

.vacation_top_line {
  z-index: 2;
  pointer-events: none;
  width: 90.97vw;
  max-width: none;
  position: absolute;
  top: 12.7778vw;
  left: 0;
}

.media_cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.media_contain {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.vacation_bottom_line {
  z-index: 2;
  pointer-events: none;
  width: 84.4444vw;
  max-width: none;
  position: absolute;
  top: 0;
  right: 10%;
}

.vacation_badge {
  background-color: #faf4ec33;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 5.1875rem;
  height: 5.1875rem;
  display: flex;
}

.vacation_bottom_badges {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
}

.vacation_bottom_and_we {
  font-size: var(--d-h7);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
  position: absolute;
  top: 3.75rem;
  left: 2.5rem;
}

.join_cards.swiper {
  overflow: visible !important;
}

.join_cards_list {
  position: relative;
  display: flex;
  width: fit-content;
}

.join_card {
  aspect-ratio: 366 / 407;
  border-radius: .375rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* background: url(/cdn/shop/files/polaroid_frame_1.avif?v=1758646851);
  background-size: cover; */
  filter: drop-shadow(-2.36305px 3.54457px 4.7261px rgba(0, 0, 0, 0.25));
}

.join_card.text_only {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #faf4ec;
  color: var(--dark-navy-blue);
  padding: 1.25rem;
  gap: 1rem;
  max-width: 100%;
  box-sizing: border-box;
}

.join_card_logo {
  width: 25%;
  min-width: 3.5rem;
}

.join_card_image {
  position: absolute;
  inset: 6% 6% 13%;
}

.join_testimonials_list {
  /* grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem; */
  color: var(--dark-navy-blue);
  background-color: #faf4ec;
  border-radius: 1.25rem;
  /* flex-flow: column; */
  padding-top: 5rem;
  padding-bottom: 4.375rem;
  /* display: flex; */
  overflow: hidden;
}

.join_testimonials_inner {
  padding-top: 5rem;
}

.join_testimonials_heading {
  font-size: var(--d-h5);
  text-align: center;
  text-transform: uppercase;
  max-width: 51.8125rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 94%;
}

.testimonial_slide {
  grid-column-gap: 4.6875rem;
  grid-row-gap: 4.6875rem;
  max-width: 100%;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  display: flex;
}

.testimonial_slide_author {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  width: 8.875rem;
  display: flex;
  position: relative;
}

.testimonial_slide_author_photo {
  border-radius: 2.5rem;
  position: relative;
  overflow: hidden;
}

.testimonial_slide_author_quote {
  position: absolute;
  top: 0;
  left: 7.6875rem;
}

.testimonial_slide_author_name {
  font-size: var(--d-h7);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
}

.testimonial_slide_body {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: auto;
  display: flex;
}

.testimonial_slide_title {
  font-size: var(--d-h7);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 94%;
}

.testimonial_slide_body_date {
  opacity: .5;
}

.testimonial_slide_image {
  filter: drop-shadow(1.04067px 1.04067px 2.49761px #a69f904d);
  flex: none;
  width: 18.4375rem;
  transform: rotate(9deg);
}

.join_card_wrapper.swiper-slide {
  filter: drop-shadow(-2.49226px 3.73839px 17.3px #00000040);
  width: 22.875rem;
}

.section_escape {
  padding-top: var(--section-vertical-padding);
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  color: #faf4ec;
  overflow: hidden;
}

.escape_2 {
  opacity: .7;
  margin-left: 16.5625rem;
  display: inline-block;
}

.escape_1 {
  width: 100%;
}

.escape_banner {
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.escape_text {
  position: absolute;
  top: 8.75rem;
  left: 2.5rem;
  right: 2.5rem;
}

.escape_text_pack {
  font-size: var(--d-h7);
  text-transform: uppercase;
  max-width: 15.3125rem;
  margin-top: 1rem;
  margin-left: 16.5625rem;
  font-weight: 700;
  line-height: 94%;
}

.escape_text_button {
  margin-top: 2rem;
  margin-left: 16.5625rem;
}

.escape_person {
  width: 9%;
  position: absolute;
  top: 27.625%;
  left: 45%;
}

.escape_img_d,
.escape_img_m {
  width: 100%;
}

.escape_mountain {
  width: 45.5714%;
  position: absolute;
  top: 40.875%;
  top: 40.5%;
  right: 0;
}

.vacation_bottom_heading {
  position: absolute;
  top: 26.3636%;
  left: 2.5rem;
  right: 2.5rem;
}

.vacation_bottom_heading_1 {
  margin-left: auto;
}

.vacation_heading {
  font-size: var(--d-h3);
  text-transform: uppercase;
  flex-flow: wrap;
  display: flex;
}

.join_sticker {
  width: 9.375rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -40%) rotate(26deg);
  z-index: 2;
}

.join_top {
  padding-right: var(--side-padding-large);
  padding-left: var(--side-padding-large);
}

.join_bottom {
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  margin-top: 4rem;
}

.escape_text_heading {
  font-size: var(--d-h1);
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.faq_heading {
  font-size: var(--d-h3);
}

.show-ml-767 {
  display: none;
}

@media screen and (max-width: 989px) {
  h1 {
    font-size: var(--ml-h1);
  }

  h2 {
    font-size: var(--ml-h2);
  }

  h3 {
    font-size: var(--ml-h3);
  }

  h4 {
    font-size: var(--ml-h4);
  }

  h5 {
    font-size: var(--ml-h5);
  }

  .h2 {
    font-size: 3.75rem;
  }

  .button, .button.button--large {
    font-size: 1rem;
  }

  .text-size--large {
    font-size: var(--ml-text-l);
  }

  .text-size--small {
    font-size: var(--ml-text-s);
  }

  .hero_layout {
    padding-left: 2.3%;
    padding-right: 2.3%;
  }

  .hero_subheading {
    position: relative;
  }

  .hero_bottom {
    justify-content: center;
  }

  .hero_message {
    display: none;
  }

  .hero_h {
    font-size: var(--ml-h1);
    flex-flow: wrap;
    line-height: 80%;
    display: flex;
  }

  .hero_one_weekend {
    font-size: var(--ml-h5);
  }

  .heading-4 {
    font-size: 1rem;
  }

  .hero_h_2 {
    margin-left: auto;
  }

  .section_vacation {
    padding-top: 18.4vw;
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
    aspect-ratio: 390 / 1621;
    margin-top: -18.4vw;
    /* -webkit-mask: url('../images/vacation_mask_m.svg') top / 100%;
    mask: url('../images/vacation_mask_m.svg') top / 100%; */
  }

  .vacation_bottom_image {
    aspect-ratio: 369 / 665;
    border-radius: 1.42857rem;
  }

  .vacation_bottom_message {
    font-size: var(--ml-text-m);
    max-width: 19.1em;
    bottom: 2.14286rem;
    left: 2.14286rem;
  }

  .section_faq {
    /* padding-top: 30.2564vmin; */
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
    /* margin-top: -30.2564vmin; */
    /* -webkit-mask: url('../images/faq_mask_m.svg') top / 100%;
    mask: url('../images/faq_mask_m.svg') top / 100%; */
  }

  .faq_list {
    grid-template-columns: 1fr;
  }

  .faq_item_title {
    font-size: var(--ml-h5);
  }

  .faq_item.accordion:nth-last-child(2) {
    border-bottom: none !important;
  }

  .section_join {
    /* padding-top: 28.7179vw; */
    /* -webkit-mask: url('../images/join_mask_m.svg') top / 100%;
    mask: url('../images/join_mask_m.svg') top / 100%; */
  }

  .join_layout {
    gap: 2.1rem;
  }

  .join_heading {
    font-size: var(--ml-h3);
  }

  .join_subheading {
    font-size: var(--ml-details);
    max-width: 15em;
  }

  .circle_heading {
    font-size: var(--ml-h5);
  }

  .circle_item._2 {
    width: 48.4615vw;
    top: 38.4615vw;
    left: auto;
    right: 8.71795vw;
  }

  .circle_item._1 {
    left: var(--ml-side-padding);
    width: 61.5385%;
    top: 79.4872vw;
  }

  .circle_item._3 {
    top: 136.923vw;
    right: var(--ml-side-padding);
    width: 52.5641%;
  }

  .circle_item._4 {
    width: 48.4615%;
    top: 178.462vw;
    left: 7.94872vw;
    right: auto;
  }

  .vacation_modern {
    left: var(--ml-side-padding);
    font-size: var(--ml-h2);
    text-align: left;
    top: 18.4615vw;
    transform: none;
  }

  .vacation_top_line {
    width: 87.1795vw;
    top: 51.2821vw;
  }

  .vacation_bottom_line {
    width: 73.3333vw;
    left: 7.75vw;
    right: auto;
  }

  .vacation_bottom_and_we {
    font-size: var(--ml-details);
    top: 3.57143rem;
    left: 2.14286rem;
  }

  .join_testimonials_heading {
    font-size: var(--ml-h4);
    margin-bottom: 2.8rem;
  }

  .testimonial_slide {
    flex-flow: column;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    gap: 0;
  }

  .testimonial_slide_author {
    width: 4.625rem;
    gap: .7rem;
  }

  .testimonial_slide_author_photo {
    border-radius: 1.25rem;
  }

  .testimonial_slide_author_quote {
    width: 1.125rem;
    left: 4.3125rem;
  }

  .testimonial_slide_author_name {
    font-size: var(--ml-details);
  }

  .testimonial_slide_title {
    font-size: var(--ml-h5);
  }

  .testimonial_slide_image.show-ml-767 {
    width: 17rem;
    margin-left: -1rem;
  }
  

  .section_escape {
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
  }

  .escape_2 {
    margin-left: 0;
  }

  .escape_text {
    top: 3rem;
    left: 8.1%;
    right: 8.1%;
  }

  .escape_text_pack {
    font-size: var(--ml-details);
    max-width: 13.6rem;
    margin-left: 0;
  }

  .escape_text_button {
    margin-left: 0;
  }

  .escape_person {
    width: 32.973%;
    top: 22.1212%;
    left: 61.3514%;
  }

  .vacation_bottom_heading {
    top: 11.2857rem;
    left: 2.14286rem;
    right: 2.14286rem;
  }

  .vacation_heading {
    font-size: var(--ml-h2);
  }

  .join_bottom {
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
  }

  .escape_text_heading {
    font-size: var(--ml-h1);
  }

  .faq_heading {
    font-size: var(--ml-h2);
  }

  .testimonial_slide_top {
    grid-column-gap: 2.875rem;
    grid-row-gap: 2.875rem;
    justify-content: space-between;
    display: flex;
  }

  .hide-ml-767 {
    display: none;
  }

  .show-ml-767 {
    display: block;
  }
}

.button:after, 
.button:before {
  content: none;
}

.button {
  min-height: auto;
  min-width: auto;
}

.header__heading {
  font-size: 1rem;
}

.circle_heading p, 
.circle_text p {
    margin: 0;
}

#join_testimonials_list .swiper {
  overflow: visible;
}

#join_testimonials_list .swiper-button-next, 
#join_testimonials_list .swiper-button-prev {
  color: var(--dark-navy-blue);
}

#join_testimonials_list .swiper-pagination-bullet, 
#join_testimonials_list .swiper-pagination-bullet-active {
  background: var(--dark-navy-blue);
}

#join_testimonials_list .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.16;
}

#join_testimonials_list .swiper-button-prev {
  left: 2.5rem;)
}

#join_testimonials_list .swiper-button-next {
  right: 2.5rem;
}

@media (max-width: 989px) {
  .join_testimonials_inner {
    padding-top: 2.5rem;
  }
  #join_testimonials_list .swiper {
    padding-bottom: 4.7rem;
  }
  #join_testimonials_list .swiper-button-prev {
    left: auto;
    right: 55%;
    bottom: 0;
    top: auto;
    margin-top: auto;
    height: 2rem;
    width: 2rem;
  }

  #join_testimonials_list .swiper-button-next {
    right: auto;
    left: 55%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    height: 2rem;
    width: 2rem;
  }

  #join_testimonials_list .swiper-pagination {
    display: none;
  }
}

.custom-footer {
    padding: 6.25rem 0 1rem 0;
}

#custom-footer .link--text {
  color: #FAF4EC;
}

#custom-footer .footer-custom-link .link--text {
    text-decoration: underline;
    text-decoration-thickness: .06em;
    text-underline-offset: .3em;
}

.custom-footer {
  color: #faf4ec;
  background: #1f3a56;
  padding-right: var(--side-padding-large);
  padding-left: var(--side-padding-large);
  /* -webkit-mask: url('/cdn/shop/files/footer_mask.svg?v=1758902000') top / 100%;
  mask: url('/cdn/shop/files/footer_mask.svg?v=1758902000') top / 100%; */
  padding-top: 12rem;
}

.footer_bottom {
    margin-top: 5.625rem;
    align-items: end;
}

@media (max-width: 989px) {
  .custom-footer {
    padding-top: 5.7rem;
    padding-bottom: 2.2rem;
  }

  .footer_bottom {
    margin-top: 2.8rem;
    align-items: end;
  }
}

.header__icon {
  display: inline-flex;
  height: auto;
  width: auto;
  margin-left: .4rem;
}

.header__icon .svg-wrapper {
  display: inline-flex;
  height: 2.1875rem;
  width: 2.1875rem;
  background: #faf4ec;
  color: var(--dark-navy-blue);
  border-radius: .75rem;
}

.header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .7rem;
    padding-right: .7rem;
}

@media screen and (min-width: 990px) {
    .header {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.list-menu__item--link {
  line-height: 94%;
}

.section-featured-product .product-form {
  max-width: 25.5rem;
}

.section-featured-product .masked_section-header {
  height: 10rem;
  /* -webkit-mask: url('/cdn/shop/files/vacation_mask.svg?v=1758818415') top / 100%;;
  mask: url('/cdn/shop/files/vacation_mask.svg?v=1758818415') top / 100%;; */
}


header-drawer {
    grid-area: icons;
    justify-self: end;
    margin-left: 0;
}

@media (max-width: 989px) {
  .header--mobile-left {
    grid-template-columns: auto 1fr auto;
  }
  .header__icons {
    justify-self: start;
  }
  .header__button {
    display: none;
  }
  .header__icon {
    height: 2.1rem;
    width: 2.1rem;
  }
  /* .header__icon.header__icon--menu .icon {
    width: 1.1rem;
    height: 1.1rem;
  } */
  .header__icon span {
    width: 100%;
    background: var(--color--light);
    border-radius: .75rem;
  }
  .header__icon .cart-count-bubble span {
    background: transparent;
  }
  .header__icons {
    padding-right: 0;
  }
  .header__icon--cart {
    margin-right: 0;
  }
  header-drawer {
    margin-left: 0 !important;
  }
  .menu__button .button {
    height: 3rem;
    padding: 0 1.5rem;
    font-size: .9rem;
  }
}

.section_frames {
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  /* padding-top: 7.5rem; */
  /* padding-bottom: 3rem; */
  padding-top: 2rem;
  background-color: #faf4ec;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  /* overflow: hidden; */
  text-align: center;
}

.frames_scroll {
  height: calc(4000px + 2*250px);
}

.frames_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  padding-top: 2.875rem;
  position: relative;
  z-index: 1;
}

.frames_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 3.75rem; */
  height: 100vh;
  position: sticky;
  top: 0;
  /* top: 6.5rem;
  height: calc(100vh - 6.5rem); */
}

.frames_subheading {
    text-transform: uppercase;
    opacity: .7;
    font-weight: bold;
    font-size: var(--d-h7);
    line-height: 94%;
}

.frames_heading {
    text-transform: uppercase;
    font-size: var(--d-h3);
    color: #B0B5B9;
}

.frames_button {
  /* margin-top: 5.5rem; */
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

.canvas-wrapper {
  position: relative;
  display: inline-block;
}

.frames_canvas {
  position: relative;
  z-index: 0;
}

.frames_canvas #canvas {
  /* transform: scale(1.15); */
}

.frame_hint {
    display: flex;
    flex-direction: column;
    gap: .9375rem;
    text-align: left;
    width: 100%;
    max-width: 13rem;
    position: absolute;
    width: 51%;
}

.frame_hint:nth-child(2n+1) {
  width: 25%;
  width: 35%;
  top: 40%;
  left: 84%;
}

.frame_hint:nth-child(2n+2) {
  width: 25%;
  width: 35%;
  top: 40%;
  right: 86%;
}

.frame_hint:nth-child(3) {
  left: 64%;
  width: 41%;
  width: 51%;
  top: 49%;
}

.frame_hint:nth-child(4) {
  width: 58%;
  width: 68%;
  right: 62%;
}

.frame_hint:nth-child(5) {
    width: 45%;
    width: 55%;
    left: 56%;
    top: 50%;
}

.frame_hint_image {
    width: 100%;
    position: relative;
}

.frame_hint_text_wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 100%;
    gap: .9375rem;
    width: 100rem;
    max-width: 13rem;
    top: calc(100% + 1rem);
    transform: translate(-25%, 0);
}

.frame_hint:nth-child(2n+2) .frame_hint_text_wrapper {
  left: auto;
  right: 100%;
  transform: translate(50%, 0)
}

.frame_hint:nth-child(3) .frame_hint_text_wrapper {
    transform: translate(-25%, 0);
}

.frame_hint:nth-child(4) .frame_hint_text_wrapper {
   max-width: 12.5rem;
}

.frame_hint_heading {
    font-size: 1.75rem;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 94%;
}

.frame_hint_text {
    opacity: 50%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    line-height: 94%;
}

.frame_hint_icon {
  display: none;
}

.frame_hints_top {
  display: flex;
}

.frame_hint_top {
  background: var(--color--dark);
  color: var(--color--light);
  border-radius: .75rem;
  padding: 1rem 1.5rem;
  width: 12rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.frame_hint_top:nth-child(2n+1) {
  transform: translate(.35rem, 0) rotate(-2.6deg)
}

.frame_hint_top:nth-child(2n+2) {
  background: #446689;
  transform: translate(-.35rem, 0) rotate(7deg)
}

.frame_hint_top .frame_hint_heading {
  font-size: var(--ml-details);
}

@media (max-width: 989px) {
  .section_frames {
    padding-top: 5rem;
    padding-bottom: 4.3rem;
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
  }

  .frames_head {
    gap: 1.8rem;
    padding-top: 0;
  }

  .frames_subheading {
    font-size: var(--ml-details);
    max-width: 16.7em;
  }

  .frames_heading {
    font-size: var(--ml-h1);
    max-width 5.34em;
  }

  .frames_layout {
    gap: 2.15rem;
    top: 3rem;
    height: 100svh;
  }

  #canvas {
    max-width: 100%;
  }

  .frame_hint_icon {
    display: block;
    width: 1.1rem;
    margin: 0 auto;
  }

  .frames_hints {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 7rem;
    position: relative;
    margin-top: 1rem;
  }

  .frame_hint {
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    /* width: 100%;
    max-width: none; */
    text-align: center;
  }

  .frame_hint_image {
    display: none;
  }

  .frames_hints .frame_hint:nth-child(1), 
  .frames_hints .frame_hint:nth-child(2) {
    display: none !important;
  }

  .frames_button {
    padding-bottom: 0;
  }

  .frame_hint_text_wrapper {
    position: relative;
    left: auto !important;
    transform: none !important;
    right: auto !important;
  }
}

.product__title.h5 {
  font-size: var(--d-h5);
}
#product {
  padding-top: 12rem;
  margin-top: -12rem;
}

@media (max-width: 989px) {
  #product {
    padding-top: 8rem;
    margin-top: -8rem;
  }
  .product__title.h5 {
    font-size: var(--ml-h3);
  }
}

.section-header {
  transition: background .18s ease-in-out;
}

.section_gear {
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  position: relative;
  z-index: 2;
  padding-top: 1.5rem;
  padding-bottom: 8.25rem;
}

.gear_content {
  position: relative;
}

.gear_image {
  border-radius: 1.25rem;
  overflow: hidden;
}

.gear_top_layout {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
}

.gear_bottom_layout {
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2.5rem;
}

.gear_heading {
  font-size: var(--d-h5);
  max-width: 32rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: .6875rem;
}

.gear_heading span {
  display: inline-block;
}

.gear_heading span:last-child {
  color: var(--color--light);
}

.gear_bottom_text {
  font-size: var(--d-h7);
  line-height: 94%;
  font-weight: bold;
  max-width: 16rem;
  text-transform: uppercase;
  color: var(--color--light);
}

.gear_card {
    position: absolute;
    width: 34.4rem;
}

.gear_line {
    position: absolute;
    top: 3.25rem;
    left: 29rem;
    width: 34.7rem;
    z-index: 1;
}

.gear_card.gear_card_left {
    left: 20.7rem;
    top: 21.4rem;
    transform: rotate(-4deg);
}

.gear_card.gear_card_right {
    left: 47rem;
    top: 26.75rem;
    transform: rotate(4deg);
}

.gear_photo {
  position: absolute;
  width: 22rem;
  left: 63rem;
  top: 4rem;
  border-radius: .375rem;
  overflow: hidden;
  filter: drop-shadow(10px 8px 25.4px rgba(34, 34, 34, 0.33));
  transform: rotate(-8deg);
}

@media (max-width: 989px) {
  .section_gear {
    padding-right: var(--ml-side-padding);
    padding-left: var(--ml-side-padding);
    padding-bottom: 10.5rem;
  }

  .gear_top_layout,
  .gear_bottom_layout {
    left: 2.14286rem;
  }

  .gear_top_layout {
    top: 2.85rem;
  }

  .gear_heading {
    font-size: var(--ml-h3);
    max-width: 22rem;
    gap: .7rem;
  }

  .gear_line {
    width: 3.57rem;
    top: 3.1rem;
    left: 21.9rem;
  }

  .gear_bottom_text {
    font-size: var(--ml-details);
    max-width: 11.2rem;
  }

  .gear_bottom_layout {
    top: 14.4rem;
    gap: 1.4rem;
  }

  .gear_card {
    width: 21.3rem;
  }

  .gear_card.gear_card_left {
    left: 5rem;
    top: 24.4rem;
    transform: rotate(-17deg);
  }

  .gear_card.gear_card_right {
    left: .5rem;
    top: 39.6rem;
    transform: rotate(6deg);
  }

  .gear_photo {
    width: 10.1rem;
    top: 14rem;
    left: 15rem;
    transform: rotate(-8deg);
  }
}

.template-index .section-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

body:not(.template-index) .section-header { 
  background: var(--color--dark);
}

.header .button {
  text-transform: none;
}