/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 170:0 Unexpected "`"
Line 175:11 Unexpected "{"
Line 175:16 Expected ":"
Line 186:11 Unexpected "{"
Line 186:16 Expected ":"
Line 193:11 Unexpected "{"
Line 193:16 Expected ":"
Line 194:11 Unexpected "{"
... and 245 more hidden warnings

**/
{%- style -%}

/* ==========================================================================
   WAC INDEX PAGES — ORGANIZED BY SECTIONS (NO RULES REMOVED/CHANGED)
   Blocks:
   00) Global tweaks & tokens
   10) Quote card
   20) Hero (layout, copy, read-more)
   21) Hero image & caption
   22) Hero mobile tweaks
   30) Section 1 — Polaroid rows
   31) Plan Together banner tuning (SR-Polaroids)
   40) Sections 2 & 3 — Standard grids + “See more”
   41) Passion labels/chips (incl. route body)
   42) Passion reasons block
   43) Breakpoints (shared)
   50) Section 3 — Search form (MR)
   60) Section 4 — Countries grid (desktop + mobile swipe)
   70) Mobile-specific (≤899px) overrides for multiple sections
   80) Final desktop override (countries 5-up)
   ========================================================================== */




/*==========================================================================*/
/* 00) GLOBAL TWEAKS & TOKENS (asset-safe) */
/*==========================================================================*/

/* Price text downsize inside standard grids (desktop) */
@media (min-width:900px){
  .wac-index .std-grid .meta div[style*="font-weight:600"],
  .wac-index .std-grid-4 .meta div[style*="font-weight:600"]{ font-size:14px; }
}

/* H2 heading spacing in Section 1 (desktop) */
@media (min-width:900px){
  .wac-index .sa-h2--xp{ margin-bottom:16px; }
  .wac-index .sa-h2--xp + .xp-track{ margin-top:-15px; }
  .wac-index .sa-h2--xp + .xp-track > .xp:first-child{ margin-top:26px; }
}

/* Full-page wrapper uses a grid clamp: gutters | content | gutters */
.wac-index{
  --ink:#1d1b20; --muted:#6b7280; --line:#e5e7eb; --panel:#fff8ef;
  --accent:#ffc428; --accent-line:#e2b200; --shadow:0 10px 30px rgba(0,0,0,.10);
  color:var(--ink);
  margin:0px auto 10px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif;
  overflow-x:hidden;
  display:grid;
  grid-template-columns:1fr minmax(0,1150px) 1fr;
}

/* Clamp every direct child to the content column by default */
.wac-index > *{ grid-column:2; }

/* Allow full-bleed only for opt-in wrappers */
.wac-index .wac-hero-outer.is-fullbleed,
.wac-index > .wac-fullbleed{ grid-column:1 / -1; }

/* Headings */
.wac-index .sa-h2{ font-size:32px; line-height:1.2; margin:18px 0 16px; }
.wac-index .sa-h2 + .xp{ margin-top:36px; }
.wac-index .sa-h3{ font-size:18px; margin:0 0 10px; color:var(--ink); }
.wac-index .sa-preview{ margin-top:50px; }

/* Nice space after (optional) full-bleed video hero */
.wac-hero{ margin-bottom:clamp(24px,4vw,56px); }

/* ---- Layout utilities ---- */
.sa-clamp{
  max-width: var(--sa-max-width, 1150px);
  margin-inline: auto;
  padding-inline: var(--sa-gutter, 18px);
  box-sizing: border-box;
}

/* Remove side gutters on a per-section basis */
.sa-no-gutter{
  padding-inline: 0 !important;
  padding-left: 0 !important;   /* defend vs. left/right-only rules */
  padding-right: 0 !important;
}

/* (Optional) make a block bleed edge-to-edge inside .wac-index */
.sa-fullbleed{
  grid-column: 1 / -1;
  max-width: none;
  padding-inline: 0 !important;
}
/* Mobile: normalize H2 sizes across ALL WAC sections on index pages */
@media (max-width: 899px){
  /* Standard section H2 */
  .wac-index .sa-h2{
    font-size: 25px !important;
    line-height: 1.25 !important;
    margin: 18px 0 12px !important; /* keep spacing consistent */
  }

  /* XP variant should match too */
  .wac-index .sa-h2.sa-h2--xp{
    font-size: 25px !important;
    line-height: 1.25 !important;
  }
}

/* If some sections don’t live inside .wac-index, use this as a safety net: */
@media (max-width: 899px){
  [id^="wac-"] .sa-h2{
    font-size: 25px !important;
    line-height: 1.25 !important;
  }
  [id^="wac-"] .sa-h2.sa-h2--xp{
    font-size: 25px !important;
    line-height: 1.25 !important;
  }
}


/*==========================================================================*/
/* 10) QUOTE CARD */
/*==========================================================================*/


.wac-index .sa-quote--full{
  max-width:1100px;
  margin:24px auto 28px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 10px 30px rgba(0,0,0,.10);
  padding:26px 32px;
  position:relative;
}
.wac-index .sa-quote--full::before{
  content:""; position:absolute; left:10px; top:12px; bottom:12px; width:6px;
  border-radius:6px; background:var(--accent,#ffc428); opacity:.95;
}
.wac-index .sa-quote--full .qtext{ margin:0 0 10px; font-style:italic; line-height:1.6; font-size:1.5rem; color:var(--ink,#1d1b20); }
.wac-index .sa-quote--full .qattr{ margin:0; color:#6c7580; font-weight:600; }

@media (min-width:992px){
  .wac-index .sa-quote--full{
    display:flex; align-items:center; gap:32px;
    padding:28px 48px;
    margin-left:auto;              /* ← changed */
    margin-right:auto;             /* ← changed */
    max-width:1000px;
  }
  .wac-index .sa-quote--full .qtext{ flex:1; margin:0; font-size:1.55rem; line-height:1.65; }
  .wac-index .sa-quote--full .qattr{ flex:0 0 220px; display:flex; align-items:center; white-space:normal; text-align:left; margin:0; }
}


`
/* ========================================================================== */
/* 20) HERO — LAYOUT, COPY, READ-MORE                                         */
/* ========================================================================== */

.sa-wrap--{{ sid }} .sa-hero .sa-row{
  display:grid;
  gap:28px;
  align-items:start;
  grid-template-columns:1fr; /* mobile default */
    max-width:1150px;
  margin-inline:auto;
  padding-inline:18px;

}

.sa-wrap--{{ sid }} .sa-hero h1{
  grid-column:auto;
  margin:0 0 10px;
  font-size:36px;
  line-height:1.2;
}

.sa-wrap--{{ sid }} .sa-hero .sa-passions{ margin-top:14px; }
.sa-wrap--{{ sid }} .sa-hero .col--copy .intro{ max-width:70ch;  }

/* tighten paragraph spacing inside the intro */
.sa-wrap--{{ sid }} .sa-hero .intro.rte > * + * { 
  margin-top: 12px !important;   /* was ~20–24px from theme */ 
}
/* Constrain hero inner width */
.wac-hero__inner{
  max-width:1150px;
  margin-inline:auto;
  padding-inline:18px;   /* match site gutter */
  display:grid;
  gap:var(--wac-gap-sm);
  text-align:left;
}

@media (min-width: 992px){
  #sa-intro.intro.rte {
    margin-top: 18px !important;
    margin-bottom: 18px;
  }
}

/* smaller <p> margins too */
.sa-wrap--{{ sid }} .sa-hero .col--copy .intro p{
  margin: 0 0 6px !important;
}
/* spacing below intro text */
.sa-wrap--{{ sid }} .sa-hero .col--copy .intro {
  padding-bottom: 2px;   /* adjust as needed */
}

/* read more link */
#sa-intro .sa-readmore{
  all: unset;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}


/* ========================================================================== */
/* 21) HERO IMAGE & CAPTION                                                    */
/* ========================================================================== */

.wac-index .sa-hero .col--image > .media{
  position:relative !important;
  display:block !important;
  aspect-ratio:7/5 !important;
  border:16px solid #fff;
  border-bottom-width:0 !important;
  border-radius:16px;
  background:#eee;
  box-shadow:0 8px 20px rgba(0,0,0,.12);
  overflow:hidden !important;
  box-sizing:border-box;
}
.wac-index .sa-hero .col--image > .media.media--with-caption::before{ content:none !important; }
.wac-index .sa-hero .col--image > .media{ position:relative; }
.wac-index .sa-hero .col--image > .media.media--with-caption::after{
  content:attr(data-caption);
  position:absolute; left:16px; right:16px; bottom:12px;
  text-align:center; font-family:'Caveat',cursive; font-weight:400; font-size:22px; line-height:1.2;
  color:#4B1F2A; text-shadow:0 2px 4px rgba(0,0,0,.35); pointer-events:none; margin-bottom:0;
}
.wac-index .sa-hero .col--image > .media > img.media__img{ position:relative; z-index:5; }
.wac-index .sa-hero .col--image > .media{ background:#fff; padding-bottom:54px !important; }

@media (max-width:749px){
  .wac-index .sa-hero .col--image > .media.media--with-caption::after{ font-size:18px; bottom:10px; }
}

/* neutralise any legacy negative margins on the image column */
.wac-index .sa-hero .col--image{ margin-left:0 !important; margin-right:0 !important; }



/* ========================================================================== */
/* 22) HERO — MOBILE LAYOUT TWEAKS (IMAGE FILL, CAPTION LAYERING)             */
/* ========================================================================== */

@media (max-width: 749px){
  .sa-wrap--{{ sid }} .sa-hero .col--image{
    width: 100%;
    margin-bottom: -15px;
    margin-left: -40px;
    margin-top: -35px;
  }

  .sa-wrap--{{ sid }} .sa-hero .col--image > .media{
    width: 100%;
    border-radius: 14px;
    border-bottom-width: 0px !important;
    aspect-ratio: 7/5 !important;
  }

  .sa-wrap--{{ sid }} .sa-hero .col--image > .media > img.media__img{
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  /* z-index layering for caption over image */
  .sa-wrap--{{ sid }} .sa-hero .col--image > .media > img.media__img{ z-index: 1 !important; }
  .sa-wrap--{{ sid }} .sa-hero .col--image > .media.media--with-caption::after{ z-index: 5 !important; }

  .sa-wrap--{{ sid }} .sa-hero .col--image > .media > img.media__img{
    position: absolute !important;
    top: 0 !important; right: 0 !important; left: 0 !important; bottom: auto !important;
    width: 100% !important;
    height: calc(100% - 54px) !important;
    object-fit: cover !important;
    z-index: 1 !important;
  }
}


/* ========================================================================== */
/* 30) SECTION 1 — POLAROID ROWS                                              */
/* ========================================================================== */

.sa-wrap--{{ sid }} .xp{
  display:grid;
  grid-template-columns:270px 1fr; /* single source of truth */
  gap:60px;
  align-items:center;
  margin:60px auto;
  max-width:1050px;
}
.sa-wrap--{{ sid }} .xp--right{
  grid-template-columns:1fr 270px;
  gap:30px;
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
}

.sa-wrap--{{ sid }} .xp__copy{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:20px;
  padding:28px 28px 24px;
  box-shadow:var(--shadow);
}
.sa-wrap--{{ sid }} .xp__title{ font-size:22px; margin:0 0 10px; }
.sa-wrap--{{ sid }} .xp__bullets{ font-size: 15px; margin:0 0 8px 0; padding-left:6px; }
.sa-wrap--{{ sid }} .xp__bullets li{ margin:6px 0; list-style:none; }

.sa-wrap--{{ sid }} .xp__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:16px;
  gap:12px;
}
.sa-wrap--{{ sid }} .xp__price{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
}
.sa-wrap--{{ sid }} .xp__price .chip{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--line);
}
.sa-wrap--{{ sid }} .btn{
  display:inline-block;
  background:var(--accent);
  color:#222;
  font-weight:700;
  text-decoration:none;
  padding:12px 18px;
  border-radius:12px;
  border:1px solid var(--accent-line);
  box-shadow:0 2px 0 var(--accent-line);
}
.sa-wrap--{{ sid }} .btn:hover{ transform:translateY(-1px); }

/* Polaroid effect */
.sa-wrap--{{ sid }} .xp__polaroid{ margin:0; position:relative; isolation:isolate; width:300px; }
.sa-wrap--{{ sid }} .xp__polaroid::before{
  content:""; position:absolute; inset:-18px -18px -40px -18px; background:#fff; border:1px solid #ddd;
  border-radius:8px; z-index:-1; box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.sa-wrap--{{ sid }} .xp__img{
  display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:6px; background:#ddd;
}

/* SR Polaroids — uniform image + text heights on mobile */
@media (max-width: 749px){
  /* Make each card a column so media + copy stack predictably */
  .wac-polaroids .xp,
  .wac-polaroids .xp__polaroid{
    display:flex !important;
    flex-direction:column !important;
  }

  /* 1) FIXED IMAGE HEIGHT (same for all) */
  .wac-polaroids .xp__media{           /* wrapper */
    height: 200px !important;          /* ← set your target image height */
    overflow:hidden !important;
  }
  .wac-polaroids .xp__media img,       /* actual image */
  .wac-polaroids .xp__img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;       /* crop to fill */
    display:block !important;
  }

  /* 2) FIXED TEXT BLOCK HEIGHT (same for all) */
  .wac-polaroids .xp__copy{
    min-height: 140px !important;      /* ← tune as needed */
    max-height: 140px !important;
    overflow:hidden !important;
    display:block !important;
  }

  /* Clamp long text so it doesn’t overflow the fixed text block */
  .wac-polaroids .xp__title{ margin:8px 0 6px !important; }
  .wac-polaroids .xp__blurb{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;             /* lines to show inside the fixed block */
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }
}


/* ========================================================================== */
/* 31) PLAN TOGETHER — BANNER TUNING (SR-POLAROIDS DESKTOP)                    */
/* ========================================================================== */

@media (min-width: 990px){
  .sa-wrap--{{ sid }} .lctp-{{ sid }} .lctp--desktop .lctp-inner{
    padding-left: 200px;   /* was 220px in the snippet */
  }
  .sa-wrap--{{ sid }} .lctp-{{ sid }} .lctp-btn{
    max-width: 260px;
    flex: 0 1 260px;
    font-size: 1.2rem;
    padding: .55rem .9rem;
    margin-left: 18px;
    line-height: 1.25;
    word-break: break-word;
    white-space: normal;
  }
  .sa-wrap--{{ sid }} .lctp-{{ sid }} .lctp-text{
    flex: 1 1 auto;
    min-width: 0;
  }
}

/* ========================================================================== */
/* 40) SECTIONS 2 & 3 — STANDARD GRIDS + “SEE MORE”                           */
/* ========================================================================== */

/* Optional clamp when this block is used as a standalone routes grid section */
.wac-routes-grid.sa-wrap{
  max-width:1150px;
  margin:48px auto 40px;
  padding:0 18px;
  box-sizing:border-box;
}

/* See more / book more button */
.book-more {
  margin-top: -25px;
  margin-bottom: 50px !important;
  display: flex;
  justify-content: center; /* centers child horizontally */
}

/* Grid containers (apply to section-scoped wrapper AND standalone routes grid) */
.sa-wrap--{{ sid }} .std-grid,
.sa-wrap--{{ sid }} .std-grid-4,
.wac-routes-grid .std-grid,
.wac-routes-grid .std-grid-4{
  display:grid;
  gap:22px;
  margin:24px 0 0px;
  max-width:1150px;
  margin-inline:auto;
  padding-inline:0px;
}

/* Cards + internals */
.sa-wrap--{{ sid }} .std-card,
.wac-routes-grid .std-card{
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.sa-wrap--{{ sid }} .std-card .media,
.wac-routes-grid .std-card .media{ aspect-ratio:4/3; background:#eee; }

.sa-wrap--{{ sid }} .std-card .meta,
.wac-routes-grid .std-card .meta{ padding:12px 14px; }

.sa-wrap--{{ sid }} .std-card h3,
.wac-routes-grid .std-card h3{ margin:0 0 6px; font-size:14px; }

.sa-wrap--{{ sid }} .std-card a,
.wac-routes-grid .std-card a{ text-decoration:none; color:inherit; display:block; }

/* Give standalone routes wrapper the same tokens the big section had */
.wac-routes-grid.sa-wrap{
  --ink:#1d1b20; --muted:#6b7280; --line:#e5e7eb; --panel:#fff8ef;
  --accent:#ffc428; --accent-line:#e2b200; --shadow:0 10px 30px rgba(0,0,0,.10);
}

/* Center the CTA and keep the yellow button styling */
.sa-wrap--{{ sid }} .sa-seeall,
.wac-routes-grid .sa-seeall{
  display:block;
  text-align:center !important;      /* robust centering */
  margin:32px 0 12px !important;     /* breathing room */
}

.sa-wrap--{{ sid }} .sa-seeall a,
.wac-routes-grid .sa-seeall a{
  /* layout/centering */
  display:inline-flex !important;
  justify-content:center;
  align-items:center;
  margin:0 auto !important;
  width:auto !important;
  max-width:max-content;
  white-space:nowrap;
  float:none !important;

  /* button look (forced to beat theme) */
  background:var(--accent, #ffc428) !important;
  background-image:none !important;
  color:#222 !important;
  font-weight:700 !important;
  text-decoration:none !important;
  padding:12px 18px !important;
  border-radius:12px !important;
  border:1px solid var(--accent-line, #e2b200) !important;
  box-shadow:0 2px 0 var(--accent-line, #e2b200) !important;
}

.sa-wrap--{{ sid }} .sa-seeall a:hover,
.wac-routes-grid .sa-seeall a:hover{
  transform:translateY(-1px) !important;
}
.sa-wrap--{{ sid }} .price-line,
.wac-routes-grid .price-line{
  color: var(--muted, #6b7280);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.35;
}




/* ========================================================================== */
/* 41) PASSION LABELS / CHIPS (incl. in route-card body)                      */
/* ========================================================================== */

.sa-wrap--{{ sid }} .passion-labels{ margin-top:8px; display:flex; flex-wrap:wrap; gap:6px; }
.sa-wrap--{{ sid }} .passion-chip{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:500;
  color:var(--ink);
  border:1px solid currentColor;
  background:transparent;
  opacity:.9;
  gap: 5px 52px;          /* row gap, column gap */
  margin-top: 6px;
  column-gap: 34px;       /* horizontal space between pills */
}

#shopify-section-{{ section.id }} .wac-passions__labels .passion-chip + .passion-chip{ margin-right:4px !important; }

.wac-col__group-title {
  margin-bottom: 8px;
  margin-top:-4px;
}

/* Only affect pill spacing inside the ROUTE CARD body */
.sa-wrap--{{ sid }} .passion-labels--route-body { 
  gap: 0 !important;               /* neutralise container gap */
  margin-bottom: 5px;
  margin-top:2px;
  margin-left: -3px;
}

/* Move individual pills without touching their padding */
.sa-wrap--{{ sid }} .passion-labels--route-body .passion-chip {
  margin-right: 5px;              /* horizontal spacing */
  margin-bottom: 3px;             /* row spacing when wrap */
}


/* ========================================================================== */
/* 42) PASSION REASONS BLOCK                                                   */
/* ========================================================================== */

.sa-wrap--{{ sid }} .passion-box{ text-align:left; padding:28px 32px; }
.sa-wrap--{{ sid }} .passion-box .p-head{ font-size:22px; margin:0 0 14px; font-weight:700; color:var(--ink); }
.sa-wrap--{{ sid }} .passion-box .p-list{ list-style:none; padding:0; margin:0; }
.sa-wrap--{{ sid }} .passion-box .p-list li{ margin:10px 0; font-size:16px; line-height:1.5; }
.sa-wrap--{{ sid }} .passion-box .p-list .num{ font-weight:700; margin-right:6px; }


/* ========================================================================== */
/* 43) BREAKPOINTS (SHARED LAYOUT + GUTTERS)                                  */
/* ========================================================================== */

@media (min-width:700px){
  /* tablet: 2-up grids, reset flex, apply gutters */
  .sa-wrap--{{ sid }} .std-grid,
  .sa-wrap--{{ sid }} .std-grid-4{
    display:grid;                               /* ensure we revert from mobile flex */
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    max-width:1150px;                           /* ← consistent site container */
    margin-inline:auto;
    padding-inline:0px;                        /* ← consistent side gutters */
  }

  /* neutralise mobile widths that might linger */
  .sa-wrap--{{ sid }} .std-grid > .std-card,
  .sa-wrap--{{ sid }} .std-grid-4 > .std-card{
    width:auto;
    max-width:none;
    flex:initial;
  }
}

@media (min-width:900px){
  /* hero two columns on desktop (keep existing rule) */
  .sa-wrap--{{ sid }} .sa-hero .sa-row{
    grid-template-columns:minmax(0,1fr) 560px;
  }

  /* keep xp footer layout + tilt logic unchanged */
  .sa-wrap--{{ sid }} .xp__footer{ flex-wrap:nowrap; gap:16px; }
  .sa-wrap--{{ sid }} .xp__price{ flex:0 0 auto; }
  .sa-wrap--{{ sid }} .xp__price .chip{
    min-width:110px; white-space:nowrap;
  }
  .sa-wrap--{{ sid }} .xp__footer .btn{
    flex:0 0 auto; max-width:360px; white-space:normal;
  }

  .sa-wrap--{{ sid }} .xp--left .xp__polaroid{ transform:rotate(-2.2deg); }
  .sa-wrap--{{ sid }} .xp--right .xp__polaroid{ transform:rotate(2.2deg); }

  .sa-wrap--{{ sid }} .xp__price .chip{
    display:inline-flex;
    flex-direction:row;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    min-width:auto;
  }
  .sa-wrap--{{ sid }} .xp__price .chip .label,
  .sa-wrap--{{ sid }} .xp__price .chip .money{ display:inline; line-height:1.1; }
}

@media (min-width:1024px){
  /* desktop: 3-up and 4-up grids with gutters */
  .sa-wrap--{{ sid }} .std-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    max-width:1150px;
    margin-inline:auto;
    padding-inline:0px;
  }
  .sa-wrap--{{ sid }} .std-grid-4{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
    max-width:1150px;
    margin-inline:auto;
    padding-inline:0px;
  }

  /* neutralise mobile flex widths */
  .sa-wrap--{{ sid }} .std-grid > .std-card,
  .sa-wrap--{{ sid }} .std-grid-4 > .std-card{
    width:auto;
    max-width:none;
    flex:initial;
  }
}
/* -------------------------------------------------------------------------- */
/* 43B) SECTION HEADINGS – GUTTER ALIGNMENT                                   */
/* -------------------------------------------------------------------------- */

/* Base: all section titles and subheads */
.sa-wrap--{{ sid }} .sa-h2,
.sa-wrap--{{ sid }} .sa-h3,
.sa-wrap--{{ sid }} .sa-seeall,
.sa-wrap--{{ sid }} .sa-preview,
.sa-wrap--{{ sid }} .sa-quote--full,
.sa-wrap--{{ sid }} .passion-box {
  max-width:1150px;
  margin-inline:auto;
  padding-inline:18px;   /* match site gutters */
}

/* Optional: remove double padding when inside a grid container that already has gutters */
.sa-wrap--{{ sid }} .std-grid .sa-h2,
.sa-wrap--{{ sid }} .std-grid .sa-h3 {
  padding-inline:0;
}


/* ========================================================================== */
/* 50) SECTION 3 — SEARCH FORM (MR)                                           */
/* ========================================================================== */

/* Rental search card: add space above the heading, remove space under the form */
.wac-summary.wac-lhc-search.wac-order--hire-route.wac-panel.wac-panel--beige{
  padding-top: 14px !important;
  margin-bottom: -100px !important;
}
@media (max-width:899px){.wac-summary.wac-lhc-search.wac-order--hire-route.wac-panel.wac-panel--beige{
  margin-top: -36px !important;}}

/* Embedded widget: remove bottom gap */
#MainProduct-{{ section.id }} #rental-search .mr-widget-host{
  margin-bottom: 0 !important;
}


/* ========================================================================== */
/* 60) SECTION 4 — COUNTRIES GRID (DESKTOP & TABLET)                           */
/* ========================================================================== */

.sa-wrap--{{ sid }} .std-grid--countries{
  display:grid;
  gap:22px;
}

/* tablet */
@media (min-width:700px){
  .sa-wrap--{{ sid }} .std-grid--countries{
    grid-template-columns:repeat(3, minmax(220px,1fr));
  }
}

/* desktop: 5-up with sensible min width */
@media (min-width:1024px){
  .sa-wrap--{{ sid }} .std-grid--countries{
    grid-template-columns:repeat(5, minmax(220px,1fr));
  }
}


/* ========================================================================== */
/* 70) MOBILE-SPECIFIC (≤899px) OVERRIDES                                      */
/* ========================================================================== */

@media (max-width:899px){
  /* Reorder hero: H1 → image → intro → passions */
  .sa-wrap--{{ sid }} .sa-hero .sa-row{
    grid-template-areas:
      "h1"
      "image"
      "intro"
      "passions";
  }
  .sa-wrap--{{ sid }} .sa-hero .col--copy{ display:contents; }
  .sa-wrap--{{ sid }} .sa-hero h1{ grid-area:h1; }
  .sa-wrap--{{ sid }} .sa-hero .col--image{ grid-area:image; }
  .sa-wrap--{{ sid }} .sa-hero .intro{ grid-area:intro; }
  .sa-wrap--{{ sid }} .sa-hero .sa-passions{ grid-area:passions; }
  .sa-wrap--{{ sid }} .sa-hero .sa-passions{ margin-top:-14px !important; } 
  
  /* Margin above H1 for wrapper */
  .sa-wrap--{{ sid }}{
    margin: 30px auto 60px;   /* top | sides | bottom */
  }

  .book-more {
    margin-top: 20px;
    margin-bottom: 50px !important;
    display: flex;
    justify-content: center;
  }

  /* Mobile: shrink all section H2s */
  .sa-wrap--{{ sid }} .sa-h2{
    font-size:25px;
    line-height:1.25;
    margin:38px 0 12px;
  }

  /* Mobile: fixed-height copy card with top-aligned content */
  .sa-wrap--{{ sid }} { --xp-copy-h:400px; }

  .sa-wrap--{{ sid }} .xp__copy{
    display: flex;
    flex-direction: column;
    height: var(--xp-copy-h);
    overflow: hidden;
    padding:40px 18px 20px;
  }

  /* keep the “Read & Book” area at the bottom of the card */
  .sa-wrap--{{ sid }} .xp__footer{ margin-top: auto; }

  /* Mobile: spacing for products */
  .sa-wrap--{{ sid }} .xp{ margin: 0 0 32px; }

  .sa-wrap--{{ sid }} .xp__polaroid{
    width: 95%;
    margin: 30px auto 8px !important;
    transform: none;
  }
  .sa-wrap--{{ sid }} .xp__polaroid::before{
    inset: -14px -14px -6px -8px;
  }
  .sa-wrap--{{ sid }} .xp__copy{ margin-top: 0; }

  /* Section 1 scroller */
  .sa-wrap--{{ sid }} .xp-track{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-inline:contain;
    padding:0 12px 8px;
    margin:0 0px;
  }
  .sa-wrap--{{ sid }} .xp-track::-webkit-scrollbar{ display:none; }

  .sa-wrap--{{ sid }} .xp{
    flex:0 0 85%;
    max-width:85%;
    scroll-snap-align:start;
    grid-template-columns:1fr;
    gap:0;
    margin:0;
  }
  .sa-wrap--{{ sid }} .xp--left,
  .sa-wrap--{{ sid }} .xp--right{ grid-template-columns:1fr; }

  .sa-wrap--{{ sid }} .xp__polaroid{ order:0; width:90%; margin:0 auto -2px; }
  .sa-wrap--{{ sid }} .xp__polaroid::before{ inset:-14px -14px -10px -14px; }
  .sa-wrap--{{ sid }} .xp__copy{ order:1; }
  .sa-wrap--{{ sid }} .xp__title{ font-size:19px; line-height:1.25; }
  .sa-wrap--{{ sid }} .xp__img{ width:100%; height:auto; }

  /* Price chip stacks on mobile */
  .sa-wrap--{{ sid }} .xp__price .chip{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border-radius:999px;
    background:#fff;
    border:1px solid var(--line);
    min-width:88px;
    line-height:1.1;
  }
  .sa-wrap--{{ sid }} .xp__price .chip .label{ font-size:12px; font-weight:600; opacity:.9; }
  .sa-wrap--{{ sid }} .xp__price .chip .money{ font-size:16px; font-weight:800; }

  /* Button width on mobile */
  .sa-wrap--{{ sid }} .xp__footer .btn{ flex:1 1 auto; text-align:center; padding:2px 2px; }

  /* Section 4 (Remaining experiences) — mobile 2-up grid */
  .sa-wrap--{{ sid }} .std-grid-4{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
  }
  .sa-wrap--{{ sid }} .std-grid-4 .std-card .media{ aspect-ratio:4/3; }
  .sa-wrap--{{ sid }} .std-grid-4 .std-card .meta{ padding:10px 10px; }
  .sa-wrap--{{ sid }} .std-grid-4 .std-card h3{ font-size:17px; line-height:1.25; }
  .sa-wrap--{{ sid }} .std-grid-4 .std-card .meta > *{ font-size:13px; }

  /* Mobile: smaller bullet text */
  .sa-wrap--{{ sid }} .xp__bullets li{
    font-size:14px;
    line-height:1.4;
  }

  /* Section 2: std-grid becomes horizontal scroller on mobile */
  .sa-wrap--{{ sid }} .std-grid{
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding:0 12px 8px;
    margin:0 0px;
  }
  .sa-wrap--{{ sid }} .std-grid::-webkit-scrollbar{ display:none; }
  .sa-wrap--{{ sid }} .std-grid > .std-card{
    flex:0 0 85%;
    max-width:85%;
    scroll-snap-align:start;
  }
}


/* ========================================================================== */
/* 80) FINAL DESKTOP OVERRIDE (COUNTRIES 5-UP)                                 */
/* ========================================================================== */

@media (min-width:1024px){
  /* 5 per row for the countries grid only */
  .sa-wrap--{{ sid }} .std-grid.std-grid--countries{
    grid-template-columns: repeat(5, 1fr);
  }
}

{%- endstyle -%}
