/** Shopify CDN: Minification failed

Line 1756:0 Unexpected "}"

**/
/* ==========================================================================
   Caroum Hero
   Full-bleed background, page-width content, header-aware top padding.
   ========================================================================== */
a:hover{color:#ffffff;}
.caroum-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--caroum-hero-min-h, 92svh);
  overflow: hidden;
  color: var(--caroum-hero-text, #fff);
  isolation: isolate;
}

/* Media -------------------------------------------------------------------- */
.caroum-hero__media-el,
.caroum-hero__media video,
.caroum-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--caroum-hero-focal, center);
  display: block;
}
.caroum-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.caroum-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      100deg,
      rgba(6, 10, 24, calc(var(--caroum-hero-overlay, 0.55) + 0.18)) 0%,
      rgba(6, 10, 24, var(--caroum-hero-overlay, 0.55)) 42%,
      rgba(6, 10, 24, calc(var(--caroum-hero-overlay, 0.55) * 0.35)) 100%
    );
}

/* Container ---------------------------------------------------------------- */
.caroum-hero__container {
  position: relative;
  width: 100%;
  padding-top: calc(var(--caroum-header-h, 96px) + 1rem);
  padding-bottom: var(--caroum-hero-pad-bottom, 56px);
}

.caroum-hero__inner {
  max-width: var(--caroum-hero-max-w, 64rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
}

.caroum-hero--center .caroum-hero__inner {
  margin-inline: auto;
  align-items: center;
  text-align: center;
}

/* Rating badge ------------------------------------------------------------- */
.caroum-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(10, 14, 30, 0.38);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.caroum-hero__inner { width: 100%; min-width: 0; }

.caroum-hero__rating { max-width: 100%; min-width: 0; flex-wrap: nowrap; }
.caroum-hero__avatars,
.caroum-hero__stars { flex: 0 0 auto; }
.caroum-hero__rating-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.caroum-hero__avatars { display: flex; align-items: center; }

.caroum-hero__avatar {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  object-fit: cover;
  border: 0.2rem solid rgba(255, 255, 255, 0.28);
  margin-left: -1.2rem;
}
.caroum-hero__avatar:first-child { margin-left: 0; }
.caroum-hero__avatar--empty { background: rgba(255, 255, 255, 0.28); }

.caroum-hero__stars { display: inline-flex; align-items: center; gap: 0.3rem; }
.caroum-hero__stars .caroum-icon--star { width: 1.3rem; height: 1.3rem; color: #f5b53f; }
.caroum-hero__rating-value { margin-left: 0.7rem; font-size: 1rem; font-weight: 600; }

.caroum-hero__rating-divider {
  width: 0.1rem;
  height: 1.8rem;
  background: rgba(255, 255, 255, 0.3);
}

.caroum-hero__rating-label { font-size: 1rem; font-weight: 500; white-space: nowrap; }

/* Typography --------------------------------------------------------------- */
.caroum-hero__heading {
  margin: 0;
  font-size: clamp(3rem, 4vw, 6rem);
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: inherit;
  max-width: 14ch;
  text-wrap: initial;
}

.caroum-hero__subheading {
  margin: 0;
  max-width: 56rem;
  font-size: clamp(1.6rem, 1.2vw, 1.6rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}
.caroum-hero__subheading > p { margin: 0; }

/* Search ------------------------------------------------------------------- */
.caroum-hero__search-wrap { display: block; width: 100%; max-width: 62rem; }

.caroum-hero__search {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(6, 10, 24, 0.22);
}

.caroum-hero__search-scope { position: relative; display: flex; align-items: center; flex: 0 0 auto; }

.caroum-hero__search-scope-icon { display: none; }

.caroum-hero__search-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 !important;
  border-radius: 999px !important;
  outline: none;
  padding: 1.2rem 3.4rem 1.2rem 1.8rem;
  max-width: 17rem;
  background: #f2f4f7;
  color: #1c2547;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-overflow: ellipsis;
  box-shadow: none;
}

.caroum-hero__search-select:hover,
.caroum-hero__search-select:focus,
.caroum-hero__search-select:focus-visible,
.caroum-hero__search-select:active {
  border: 0 !important;
  border-radius: 999px !important;
  outline: none !important;
  box-shadow: none !important;
  background: #f2f4f7;
}

.caroum-hero__search-scope-chevron {
  position: absolute;
  right: 1.4rem;
  display: flex;
  pointer-events: none;
  color: #1c2547;
}
.caroum-hero__search-scope-chevron .caroum-icon { width: 1.1rem; height: 0.8rem; }

.caroum-hero__search-divider { width: 0.1rem; height: 2.4rem; background: #e4e7ec; flex: 0 0 auto; }

.caroum-hero__search-field {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 1.4rem;
}
.caroum-hero__search-icon { display: flex; color: #6b7280; flex: 0 0 auto; }
.caroum-hero__search-icon .caroum-icon { width: 1.9rem; height: 1.9rem; }

.caroum-hero__search-field input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 1.2rem;
  color: #1c2547;
  padding: 1.1rem 0;
}
.caroum-hero__search-field input::placeholder { color: #9aa1ad; }
.caroum-hero__search-field input:focus { outline: none; }
.caroum-hero__search-field input::-webkit-search-cancel-button { -webkit-appearance: none; }

.caroum-hero__search-submit {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 1rem 3rem;
  background: var(--caroum-hero-navy, #1c2547);
  color: var(--caroum-hero-navy-text, #fff);
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.18s ease;
}
.caroum-hero__search-submit:hover { filter: brightness(1.12); }

/* Chips -------------------------------------------------------------------- */
.caroum-hero__chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
}
.caroum-hero .caroum-hero__chip:hover,
.caroum-hero__chips a.caroum-hero__chip:hover {
  color: #ffffff !important;
}
.caroum-hero__chips-label { font-size: 1.4rem; color: rgba(255, 255, 255, 0.82); }

.caroum-hero__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}
.caroum-hero__chip:hover { color: #ffffff !important; }

/* Trust row ---------------------------------------------------------------- */
.caroum-hero__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem 0;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.caroum-hero__trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-inline: 2rem;
  border-left: 0.2rem solid rgba(255, 255, 255, 0.72);
}
.caroum-hero__trust-item:first-child { padding-left: 0; border-left: 0; }

.caroum-hero__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #fff;
  color: var(--caroum-hero-accent, #3fa9e0);
  flex: 0 0 auto;
}
.caroum-hero__trust-icon .caroum-icon { width: 1.8rem; height: 1.8rem; }

.caroum-hero__trust-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  max-width: 8ch;
}

/* Focus -------------------------------------------------------------------- */
.caroum-hero a:focus-visible,
.caroum-hero button:focus-visible,
.caroum-hero select:focus-visible,
.caroum-hero input:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.3rem;
  border-radius: 0.6rem;
}

/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */
@media screen and (max-width: 749px) {
  .caroum-hero { min-height: var(--caroum-hero-min-h-mobile, 100svh); }

  .caroum-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(6, 10, 24, calc(var(--caroum-hero-overlay, 0.55) + 0.08)) 0%,
      rgba(6, 10, 24, calc(var(--caroum-hero-overlay, 0.55) + 0.12)) 100%
    );
  }
  .caroum-hero__container { padding-top: calc(var(--caroum-header-h, 84px) + 3.2rem); }

  .caroum-hero__rating {
    width: 100%;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  }
  .caroum-hero__avatar { width: 2.8rem; height: 2.8rem; margin-left: -1rem; }
  .caroum-hero__stars { gap: 0.2rem; }
  .caroum-hero__stars .caroum-icon--star { width: 1.3rem; height: 1.3rem; }
  .caroum-hero__rating-value { margin-left: 0.4rem; }
  .caroum-hero__rating-value,
  .caroum-hero__rating-label { font-size: 1.2rem; white-space: nowrap; }

  .caroum-hero__inner {
    max-width: none;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .caroum-hero__heading { font-size: clamp(3.6rem, 9vw, 5rem); }
  .caroum-hero__subheading { font-size: 1.6rem; }

  /* Stacked white card, per the mobile comp */
  .caroum-hero__search {
    flex-direction: column;
    align-items: stretch;
    gap: 1.2rem;
    padding: 1.2rem;
    border-radius: 2.4rem;
  }
  .caroum-hero__search-scope { width: 100%; }
  .caroum-hero__search-scope-icon {
    position: absolute;
    left: 1.8rem;
    display: flex;
    pointer-events: none;
    color: #1c2547;
  }
  .caroum-hero__search-scope-icon .caroum-icon { width: 1.8rem; height: 1.8rem; }
  .caroum-hero__search-select {
    width: 100%;
    max-width: none;
    padding: 1.7rem 4rem 1.7rem 4.6rem;
    border-radius: 1.6rem;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .caroum-hero__search-scope-chevron { right: 1.8rem; }
  .caroum-hero__search-scope-chevron .caroum-icon { width: 1.4rem; height: 1rem; }

  .caroum-hero__search-divider { display: none; }

  .caroum-hero__search-field {
    padding: 0 1.8rem;
    border-radius: 1.6rem;
    background: #f2f4f7;
  }
  .caroum-hero__search-field input { padding: 1.7rem 0; font-size: 1.6rem; }

  .caroum-hero__search-submit {
    width: 100%;
    padding: 1.8rem 2rem;
    border-radius: 1.6rem;
    font-size: 1.7rem;
  }

  .caroum-hero__chips { justify-content: flex-start;
        width: fit-content;
        max-width: 86%;
        margin: 0 auto; }
  .caroum-hero__chips-label { width: auto; }

  .caroum-hero__trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem 1.2rem;
    width: 100%;
    text-align: left;
    align-items: center;
    justify-items: center;
  }
  .caroum-hero__trust-item { padding-inline: 0; border-left: 0; }
  .caroum-hero__trust-icon { width: 3.6rem; height: 3.6rem; }
  .caroum-hero__trust-text { font-size: 1.2rem; }
}

/* Tablet ------------------------------------------------------------------- */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .caroum-hero__inner { max-width: 56rem; }
  .caroum-hero__trust-item { padding-inline: 1.4rem; }
}
@media screen and (max-width: 400px) {
  .caroum-hero__avatar:nth-child(n + 4) { display: none; }
  .caroum-hero__rating { gap: 0.6rem; }
  .caroum-hero__rating-value,
  .caroum-hero__rating-label { font-size: 1.1rem; }
}
/* ==========================================================================
   Caroum — Feature Cards
   Scoped to the `cfc-` namespace. Safe to drop into any Dawn/Refresh theme.
   All sizing uses px on purpose: Dawn/Refresh set html { font-size: 62.5% },
   so px keeps this component stable if that root value ever changes.
   ========================================================================== */

.cfc {
  --cfc-transition: 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cfc__inner {
  box-sizing: border-box;
}

/* ---------- Container variants -------------------------------------------
   Default uses the theme's own `.page-width`, so the section always lines up
   with the rest of the store. These only add a modifier on top of it.        */

.cfc-container--narrow {
  max-width: 1100px;
}

.cfc-container--full {
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cfc-container--full {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* ---------- Section header ---------------------------------------------- */

.cfc__header {
  margin: 0 0 clamp(28px, 4vw, 52px);
}

.cfc__header--center {
  text-align: center;
}

.cfc__header--left {
  text-align: left;
}

.cfc__heading {
  margin: 0 0 8px;
    padding: 0;
    text-align: center;
    color: var(--cctu-heading-color, #1a2332);
    font-weight: 600;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.01em;
}

.cfc__subheading {
    color: var(--blg-subheading-color, #6b7280);
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.6;
    margin: 0;
}

.cfc__header--left .cfc__subheading {
  margin-left: 0;
  margin-right: 0;
}

.cfc__subheading > p {
  margin: 0;
}

.cfc__subheading > p + p {
  margin-top: 8px;
}

/* ---------- Grid ---------------------------------------------------------- */

.cfc__grid {
  display: grid;
  grid-template-columns: repeat(var(--cfc-cols-mobile, 1), minmax(0, 1fr));
  gap: var(--cfc-gap-mobile, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .cfc__grid {
    grid-template-columns: repeat(var(--cfc-cols-tablet, 2), minmax(0, 1fr));
    gap: var(--cfc-gap, 32px);
  }
}

@media screen and (min-width: 990px) {
  .cfc__grid {
    grid-template-columns: repeat(var(--cfc-cols-desktop, 2), minmax(0, 1fr));
  }
}

.cfc__item {
  display: flex;
  min-width: 0;
}

/* ---------- Card ---------------------------------------------------------- */

.cfc__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: var(--cfc-card-bg, #ffffff);
  border: var(--cfc-card-border-width, 1px) solid var(--cfc-card-border, #eceef2);
  border-radius: var(--cfc-card-radius, 16px);
  box-shadow: var(--cfc-card-shadow, 0 4px 20px rgba(16, 24, 40, 0.07));
  transition: transform var(--cfc-transition), box-shadow var(--cfc-transition);
  will-change: transform;
}

@media (hover: hover) {
  .cfc__card:hover {
    transform: translateY(calc(var(--cfc-lift, 6px) * -1));
    box-shadow: var(--cfc-card-shadow-hover, 0 14px 36px rgba(16, 24, 40, 0.13));
  }

  .cfc__card:hover .cfc__image {
    transform: scale(var(--cfc-zoom, 1.05));
  }
}

/* Keyboard parity with hover */
.cfc__card:focus-within {
  transform: translateY(calc(var(--cfc-lift, 6px) * -1));
  box-shadow: var(--cfc-card-shadow-hover, 0 14px 36px rgba(16, 24, 40, 0.13));
}

.cfc__card--linked .cfc__card-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Media --------------------------------------------------------- */

.cfc__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--cfc-ratio-mobile, 16 / 9);
  background-color: #eef0f4;
}

@media screen and (min-width: 750px) {
  .cfc__media {
    aspect-ratio: var(--cfc-ratio-desktop, 2 / 1);
  }
}

.cfc__image,
.cfc__media > img,
.cfc__media > svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cfc__image--placeholder {
  background-color: #e6e9ee;
  fill: rgba(27, 37, 64, 0.28);
}

/* ---------- Content ------------------------------------------------------- */

.cfc__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--cfc-card-padding-mobile, 20px);
}

@media screen and (min-width: 750px) {
  .cfc__content {
    padding: var(--cfc-card-padding, 24px);
  }
}

.cfc__grid--center .cfc__content {
  text-align: center;
  align-items: center;
}

.cfc__icon {
  margin: 0 0 12px;
  line-height: 0;
}

.cfc__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.cfc__card-heading {
  margin: 0;
  color: var(--cfc-card-heading-color, #1b2540);
  font-size: clamp(17px, 1.5vw, var(--cfc-card-heading-size, 21px));
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.cfc__card-link {
  color: inherit;
  text-decoration: none;
}

/* Makes the whole card clickable without nesting interactive elements. */
.cfc__card-link::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cfc__card-text {
  margin: 10px 0 0;
  color: var(--cfc-card-text-color, #6b7280);
  font-size: clamp(14px, 1.1vw, var(--cfc-card-text-size, 16px));
  line-height: 1.6;
}

.cfc__card-text > p {
  margin: 0;
}

.cfc__card-text > p + p {
  margin-top: 8px;
}

.cfc__card-text a {
  color: inherit;
  position: relative;
  z-index: 2;
}

.cfc__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--cfc-card-heading-color, #1b2540);
  font-size: 15px;
  font-weight: 600;
}

.cfc__arrow {
  width: 16px;
  height: 16px;
  transition: transform var(--cfc-transition);
}

@media (hover: hover) {
  .cfc__card:hover .cfc__arrow {
    transform: translateX(4px);
  }
}

/* ---------- Section button ------------------------------------------------ */

.cfc__footer {
  margin-top: clamp(24px, 3vw, 40px);
}

.cfc__footer--center {
  text-align: center;
}

.cfc__footer--left {
  text-align: left;
}

/* ---------- Entrance animation (progressive enhancement) ------------------ */

.cfc[data-cfc-animate] [data-cfc-reveal] {
  opacity: 0;
  transform: translateY(16px);
}

.cfc[data-cfc-animate] [data-cfc-reveal].cfc--in {
  opacity: 1;
  transform: none;
  transition: opacity 600ms ease, transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: var(--cfc-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  .cfc *,
  .cfc *::before,
  .cfc *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .cfc[data-cfc-animate] [data-cfc-reveal] {
    opacity: 1;
    transform: none;
  }

  .cfc__card:hover,
  .cfc__card:focus-within {
    transform: none;
  }

  .cfc__card:hover .cfc__image {
    transform: none;
  }
}
/* ---------- Alternating desktop widths ------------------------------------
   A 20-column track lets each row flip its narrow/wide order. Cards 1 & 4 of
   every four are narrow, cards 2 & 3 are wide, producing 40/60 → 60/40.      */

@media screen and (min-width: 990px) {
  .cfc__grid--alt {
    grid-template-columns: repeat(20, minmax(0, 1fr));
  }

  .cfc__grid--alt > .cfc__item:nth-child(4n + 1),
  .cfc__grid--alt > .cfc__item:nth-child(4n + 4) {
    grid-column: span var(--cfc-span-narrow, 8);
  }

  .cfc__grid--alt > .cfc__item:nth-child(4n + 2),
  .cfc__grid--alt > .cfc__item:nth-child(4n + 3) {
    grid-column: span var(--cfc-span-wide, 12);
  }

  /* A lone trailing card fills the row instead of leaving a hole. */
  .cfc__grid--alt > .cfc__item:last-child:nth-child(odd) {
    grid-column: span 20;
  }

  /* Fixed image height, not a fixed ratio: cards of different widths in the
     same row keep their headings on the same baseline. */
  .cfc__grid--alt .cfc__media {
    aspect-ratio: auto;
    height: var(--cfc-media-height, 300px);
  }
}

/* =========================================================
   Caroum brands — scoped styles
   All selectors are namespaced with `.cctu` to avoid clashing
   with Refresh theme core styles. Nothing here targets or
   overrides global theme classes.
   ========================================================= */
.cctu {
  background-color: var(--cctu-bg, #ffffff);
  padding-top: var(--cctu-padding-top, 64px);
  padding-bottom: var(--cctu-padding-bottom, 64px);
  width: 100%;
}

.cctu .cctu-full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.cctu__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* ---------- Heading ---------- */

.cctu__heading {
  margin: 0 0 48px;
  padding: 0;
  text-align: center;
  color: var(--cctu-heading-color, #1a2332);
  font-weight: 600;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  max-width: 20ch;
}

/* ---------- Logo row / marquee container ---------- */

.cctu__logos {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.cctu__logos::-webkit-scrollbar {
  display: none;
}

.cctu__track {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: var(--cctu-gap-desktop, 96px);
  width: max-content;
  min-width: 100%;
}

.cctu__track--duplicate {
  display: none;
}

.cctu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: var(--cctu-logo-max-width, 160px);
  height: var(--cctu-logo-max-height, 48px);
}

.cctu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.cctu__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cctu__link:hover .cctu__img,
.cctu__link:focus-visible .cctu__img {
  transform: scale(1.06);
}

.cctu__placeholder {
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.cctu__placeholder-svg {
  width: 100%;
  height: 100%;
}

/* ---------- Marquee (auto-scroll) behavior ---------- */
/* Applied only when the merchant enables it, per breakpoint,
   via the `--marquee-mobile` / `--marquee-desktop` modifier
   classes rendered from the section schema settings. */

.cctu__logos--marquee-mobile,
.cctu__logos--marquee-desktop {
  overflow-x: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 5%,
    #000 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 5%,
    #000 95%,
    transparent 100%
  );
}

.cctu__logos--marquee-mobile .cctu__track,
.cctu__logos--marquee-desktop .cctu__track {
  flex-wrap: nowrap;
}

.cctu__logos--marquee-mobile .cctu__track--duplicate,
.cctu__logos--marquee-desktop .cctu__track--duplicate {
  display: flex;
  flex-wrap: nowrap;
}

/* Mobile: up to 749px */
@media screen and (max-width: 749px) {
  .cctu__heading {
    margin-bottom: 32px;
  }

  .cctu__track {
    gap: var(--cctu-gap-mobile, 56px);
  }

  .cctu__logos--marquee-mobile {
    display: flex;
    animation: none;
  }

  .cctu__logos--marquee-mobile .cctu__track,
  .cctu__logos--marquee-mobile .cctu__track--duplicate {
    animation: cctu-scroll var(--cctu-speed, 28s) linear infinite;
    will-change: transform;
  }

  .cctu__logos--marquee-mobile .cctu__track--duplicate {
    margin-left: var(--cctu-gap-mobile, 56px);
  }
}

/* Desktop / tablet marquee, if merchant enables it */
@media screen and (min-width: 750px) {
  .cctu__logos--marquee-desktop {
    display: flex;
  }

  .cctu__logos--marquee-desktop .cctu__track,
  .cctu__logos--marquee-desktop .cctu__track--duplicate {
    animation: cctu-scroll var(--cctu-speed, 28s) linear infinite;
    will-change: transform;
  }

  .cctu__logos--marquee-desktop .cctu__track--duplicate {
    margin-left: var(--cctu-gap-desktop, 96px);
  }
}

/* When marquee is active, the two tracks sit side by side and
   the JS-measured width drives the seamless loop distance via
   the --cctu-track-width custom property (see companies-trust-us.js). */
.cctu__logos[data-cctu-marquee] .cctu__track,
.cctu__logos[data-cctu-marquee] .cctu__track--duplicate {
  flex-shrink: 0;
}

@keyframes cctu-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--cctu-gap-desktop, 96px)));
  }
}

@media screen and (max-width: 749px) {
  @keyframes cctu-scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-100% - var(--cctu-gap-mobile, 56px)));
    }
  }
}

/* Pause on hover / focus / touch for readability and accessibility,
   and when scrolled out of view (performance) */
.cctu__logos.cctu--paused .cctu__track,
.cctu__logos.cctu--paused .cctu__track--duplicate,
.cctu__logos.cctu--offscreen .cctu__track,
.cctu__logos.cctu--offscreen .cctu__track--duplicate {
  animation-play-state: paused;
}

/* Respect reduced motion preference: disable auto-scroll entirely */
@media (prefers-reduced-motion: reduce) {
  .cctu__logos--marquee-mobile .cctu__track,
  .cctu__logos--marquee-mobile .cctu__track--duplicate,
  .cctu__logos--marquee-desktop .cctu__track,
  .cctu__logos--marquee-desktop .cctu__track--duplicate {
    animation: none;
  }

  .cctu__logos--marquee-mobile .cctu__track,
  .cctu__logos--marquee-desktop .cctu__track {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: max-content;
    min-width: 100%;
  }

  .cctu__logos--marquee-mobile,
  .cctu__logos--marquee-desktop {
    overflow-x: auto;
  }

  .cctu__logos--marquee-mobile .cctu__track--duplicate,
  .cctu__logos--marquee-desktop .cctu__track--duplicate {
    display: none;
  }
}

/* Tablet refinement: tighten spacing instead of only shrinking desktop layout */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .cctu__heading {
    margin-bottom: 40px;
  }

  .cctu__track {
    gap: calc(var(--cctu-gap-desktop, 96px) * 0.6);
  }

  .cctu__item {
    width: calc(var(--cctu-logo-max-width, 160px) * 0.85);
    height: calc(var(--cctu-logo-max-height, 48px) * 0.9);
  }
}
/* ==========================================================================
   Caroum — Product Carousel
   Scoped to the `cpc-` namespace. Nothing here targets theme markup, so the
   product card keeps whatever styling `card-product-v3` gives it.
   Sizing uses px on purpose: Dawn/Refresh set html { font-size: 62.5% }, so
   px keeps this component stable if that root value ever changes.
   ========================================================================== */

.cpc {
  --cpc-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cpc__inner {
  box-sizing: border-box;
}

/* ---------- Container variants -------------------------------------------
   Default uses the theme's own `.page-width`, so the section lines up with
   the rest of the store. These only layer a modifier on top of it.          */

.cpc-container--narrow {
  max-width: 1100px;
}

.cpc-container--full {
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cpc-container--full {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* ---------- Section header ------------------------------------------------ */

.cpc__header {
  margin: 0 0 clamp(24px, 3.5vw, 44px);
}

.cpc__header--center {
  text-align: center;
}

.cpc__header--left {
  text-align: left;
}

.cpc__heading {
      margin: 0 0 8px;
    padding: 0;
    text-align: center;
    color: var(--cctu-heading-color, #1a2332);
    font-weight: 600;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.01em;
}

.cpc__subheading {
    color: var(--blg-subheading-color, #6b7280);
    font-size: clamp(14px, 1.2vw, 18px);
    line-height: 1.6;
    margin: 0;
}

.cpc__header--left .cpc__subheading {
  margin-left: 0;
  margin-right: 0;
}

.cpc__subheading > p {
  margin: 0;
}

.cpc__subheading > p + p {
  margin-top: 8px;
}

/* ---------- Carousel frame ------------------------------------------------ */

.cpc__carousel {
  display: block;
}

.cpc__frame {
  position: relative;
}

/* Mobile: arrows sit on the edges, half over the cards (matches the design). */
.cpc__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cpc-nav-size, 44px);
  height: var(--cpc-nav-size, 44px);
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background-color: var(--cpc-nav-bg, #f1f2f5);
  color: var(--cpc-nav-icon, #1b2540);
  cursor: pointer;
  transition: background-color 250ms ease, opacity 250ms ease, transform 250ms var(--cpc-ease);
  -webkit-tap-highlight-color: transparent;
}

.cpc__nav--prev {
  left: -8px;
}

.cpc__nav--next {
  right: -8px;
}

.cpc__nav-icon {
  width: 45%;
  height: 45%;
  pointer-events: none;
}

@media (hover: hover) {
  .cpc__nav:hover {
    background-color: var(--cpc-nav-bg-hover, #e3e6eb);
    transform: translateY(-50%) scale(1.06);
  }
}

.cpc__nav:focus-visible {
  outline: 2px solid var(--cpc-nav-icon, #1b2540);
  outline-offset: 2px;
}

.cpc__nav[aria-disabled='true'],
.cpc__nav:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

/* Hidden entirely when every card already fits. */
.cpc__carousel[data-static='true'] .cpc__nav,
.cpc__carousel[data-static='true'] .cpc__dots {
  display: none;
}

/* Desktop: push the track inwards so the arrows clear the cards. */
@media screen and (min-width: 990px) {
  .cpc__frame--outside {
    padding-left: calc(var(--cpc-nav-size, 56px) + 20px);
    padding-right: calc(var(--cpc-nav-size, 56px) + 20px);
  }

  .cpc__frame--outside .cpc__nav--prev {
    left: 0;
  }

  .cpc__frame--outside .cpc__nav--next {
    right: 0;
  }

  .cpc__frame--overlay .cpc__nav--prev {
    left: calc(var(--cpc-nav-size, 56px) / -2);
  }

  .cpc__frame--overlay .cpc__nav--next {
    right: calc(var(--cpc-nav-size, 56px) / -2);
  }
}

/* ---------- Scroller ------------------------------------------------------ */

.cpc__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  /* `proximity`, not `mandatory`: mandatory snapping re-snaps any programmatic
     scroll that does not land exactly on a snap point, which silently cancels
     arrow and dot navigation. */
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Room for the card's own shadow so it is not clipped by the scroller. */
  padding: 6px 0 14px;
}

.cpc__viewport::-webkit-scrollbar {
  display: none;
}

.cpc__viewport:focus-visible {
  outline: 2px solid var(--cpc-heading-color, #1b2540);
  outline-offset: 4px;
  border-radius: 4px;
}

.cpc__track {
  display: flex;
  gap: var(--cpc-gap, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Width is emitted per breakpoint by the section's {% style %} block, so no
   calc() ever divides by a custom property. This is only the fallback. */
.cpc__slide {
  flex: 0 0 auto;
  width: 70%;
  min-width: 0;
  scroll-snap-align: start;
  /* The card fills the slide regardless of its internal markup. */
  display: flex;
}

.cpc__slide > * {
  width: 100%;
}

/* Drag state: suppress snap while the pointer is down, and stop the card's
   own links from swallowing the gesture. */
.cpc__viewport[data-dragging='true'] {
  scroll-snap-type: none;
  scroll-behavior: auto;
  cursor: grabbing;
  user-select: none;
}

.cpc__viewport[data-dragging='true'] a,
.cpc__viewport[data-dragging='true'] img {
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .cpc__carousel[data-drag='true'] .cpc__viewport {
    cursor: grab;
  }
}

/* ---------- Pagination dots ----------------------------------------------- */

.cpc__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.cpc__dots:empty {
  display: none;
}

.cpc__dot-btn {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--cpc-nav-bg-hover, #e3e6eb);
  cursor: pointer;
  transition: width 250ms var(--cpc-ease), background-color 250ms ease;
}

.cpc__dot-btn[aria-current='true'] {
  width: 22px;
  border-radius: 999px;
  background-color: var(--cpc-dot, #1b2540);
}

.cpc__dot-btn:focus-visible {
  outline: 2px solid var(--cpc-dot, #1b2540);
  outline-offset: 3px;
}

/* ---------- View all button ----------------------------------------------- */

.cpc__footer {
  margin-top: clamp(28px, 3.5vw, 48px);
  text-align: center;
}

.cpc__view-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 36px;
  border: 1.5px solid var(--cpc-btn-border, #dfe3e9);
  border-radius: 999px;
  background-color: var(--cpc-btn-bg, #ffffff);
  color: var(--cpc-btn-text, #1b2540);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.cpc__view-all-count {
  opacity: 0.55;
  font-weight: 500;
}

/* The dot / arrow morph: both marks share one 16px slot and swap places. */
.cpc__view-all-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--cpc-dot, #1b2540);
}

.cpc__dot-mark {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: currentColor;
  transition: transform 350ms var(--cpc-ease), opacity 200ms ease;
}

.cpc__view-all-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateX(-7px) scale(0.55);
  transition: transform 350ms var(--cpc-ease), opacity 250ms ease 60ms;
}

.cpc__view-all-label {
  transition: transform 350ms var(--cpc-ease);
}

@media (hover: hover) {
  .cpc__view-all:hover {
    border-color: var(--cpc-btn-border-hover, #1b2540);
    background-color: var(--cpc-btn-border-hover, #1b2540);
  }

  .cpc__view-all:hover .cpc__dot-mark {
    opacity: 0;
    transform: scale(0.2) translateX(4px);
    color: #ffffff;
  }

  .cpc__view-all:hover .cpc__view-all-arrow {
    opacity: 1;
    transform: translateX(0) scale(1);
    color: #ffffff;
  }

  .cpc__view-all:hover .cpc__view-all-label {
    color: #ffffff;
  }
}

/* Keyboard parity with the hover animation. */
.cpc__view-all:focus-visible {
  outline: 2px solid var(--cpc-btn-border-hover, #1b2540);
  outline-offset: 3px;
  border-color: var(--cpc-btn-border-hover, #1b2540);
}

.cpc__view-all:focus-visible .cpc__dot-mark {
  opacity: 0;
  transform: scale(0.2) translateX(4px);
}

.cpc__view-all:focus-visible .cpc__view-all-arrow {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* ---------- Editor empty state -------------------------------------------- */

.cpc__empty {
  margin: 0;
  padding: 48px 24px;
  border: 1px dashed var(--cpc-btn-border, #dfe3e9);
  border-radius: 12px;
  color: var(--cpc-subheading-color, #6b7280);
  text-align: center;
}

/* ---------- Reduced motion ------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .cpc__viewport {
    scroll-behavior: auto;
  }

  .cpc *,
  .cpc *::before,
  .cpc *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .cpc__view-all:hover,
  .cpc__nav:hover {
    transform: translateY(0);
  }

  .cpc__nav:hover {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
    .cpc__view-all {
        width: 100%;
    }
}

/* =========================================================
   Testimonials Grid — scoped styles
   Namespaced with `.tsg` — isolated from Refresh theme core.
   ========================================================= */

.tsg {
  background-color: var(--tsg-bg, #eaf1fa);
  padding-top: var(--tsg-padding-top, 64px);
  padding-bottom: var(--tsg-padding-bottom, 64px);
}

.tsg .tsg-full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* ---------- Rating badge ---------- */

.tsg__badge-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.tsg__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--tsg-badge-bg, #ffffff);
  color: var(--tsg-badge-text, #111a2e);
  box-shadow: 0 2px 10px rgba(17, 26, 46, 0.08);
  font-size: 14px;
}

.tsg__badge-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--tsg-star-color, #5b9bd5);
}

.tsg__badge-value {
  font-weight: 600;
}

.tsg__badge-sep {
  width: 1px;
  height: 16px;
  background: rgba(17, 26, 46, 0.15);
}

.tsg__badge-customers {
  color: rgba(17, 26, 46, 0.6);
  white-space: nowrap;
}

/* ---------- Heading ---------- */

.tsg__heading {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--tsg-heading-color, #111a2e);
}

/* ---------- Grid ---------- */

.tsg__grid {
  display: grid;
  grid-template-columns: repeat(var(--tsg-columns-desktop, 3), 1fr);
  gap: var(--tsg-gap, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------- Card ---------- */

.tsg__card {
  display: flex;
  flex-direction: column;
  background: var(--tsg-card-bg, #ffffff);
  border-radius: var(--tsg-card-radius, 16px);
  padding: 28px;
  box-shadow: 0 1px 3px rgba(17, 26, 46, 0.05);
}

.tsg__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.tsg__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #5b9bd5;
}

.tsg__date {
  font-size: 12px;
  color: rgba(17, 26, 46, 0.45);
  white-space: nowrap;
}

.tsg__card-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--tsg-heading-color, #111a2e);
}

.tsg__card-body {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--tsg-text-color, #4b5566);
}

.tsg__divider {
  width: 32px;
  height: 2px;
  border: none;
  background-color: var(--tsg-divider-color, #9aa3af);
  margin: 14px 0 14px 0;
}

.tsg__author {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: var(--tsg-heading-color, #111a2e);
}

.tsg__author-sep {
  color: rgba(17, 26, 46, 0.3);
  margin: 0 2px;
}

/* =========================================================
   Responsive
   ========================================================= */

/* Tablet: 750–989px — optimized column count, not a naive shrink */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .tsg__grid {
    grid-template-columns: repeat(var(--tsg-columns-tablet, 2), 1fr);
  }

  .tsg__heading {
    margin-bottom: 32px;
  }

  .tsg__card {
    padding: 24px;
  }
}

/* Mobile: up to 749px — single column, matches provided mobile design */
@media screen and (max-width: 749px) {
  .tsg__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tsg__heading {
    margin-bottom: 24px;
    font-size: clamp(24px, 6vw, 30px);
  }

  .tsg__badge {
    padding: 8px 16px;
    font-size: 13px;
  }

  .tsg__card {
    padding: 22px;
  }

  .tsg__card-title {
    font-size: 18px;
  }
  .tsg__card-body {
  font-size: 15px;
}
}

/* ==========================================================================
   Caroum — Delivering Worldwide
   Scoped to the `cwm-` namespace. Mobile-first; the desktop overlay layout is
   layered on at the theme's own 750px breakpoint.
   Sizing uses px on purpose: Dawn/Refresh set html { font-size: 62.5% }, so px
   keeps this component stable if that root value ever changes.
   ========================================================================== */

.cwm {
  --cwm-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Screen-reader-only. Defined locally so the section never depends on the
   theme keeping its own `.visually-hidden` helper. */
.cwm__sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* ---------- Container variants -------------------------------------------- */

.cwm-container--narrow {
  max-width: 1100px;
}

.cwm-container--full {
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cwm-container--full {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* ---------- Header --------------------------------------------------------- */

.cwm__head--center {
  text-align: center;
}

.cwm__head--left {
  text-align: left;
}

.cwm__heading {
  margin: 0 0 8px;
    padding: 0;
    text-align: center;
    color: var(--cctu-heading-color, #1a2332);
    font-weight: 600;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.01em;
}
}

.cwm__subheading {
  margin: 14px 0;
  color: var(--cwm-subheading-color, #6b7280);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
}

/* ---------- Stage: map + cards -------------------------------------------- */

.cwm__stage {
  position: relative;
  background-color: var(--cwm-band-bg, #eef3f8);
}

.cwm__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: var(--cwm-ratio, 16 / 9);
  background-color: var(--cwm-map-bg, #a9ddfb);
}

.cwm__picture,
.cwm__image {
  display: block;
  width: 100%;
  height: 100%;
}

.cwm__image {
  object-fit: cover;
  object-position: var(--cwm-focal, 50% 50%);
}

.cwm__placeholder {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, #bfe6fc 0%, #6cc6f7 55%, #4fb8f5 100%);
}

/* ---------- Pins ----------------------------------------------------------- */

.cwm__pins {
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  /* The layer must not swallow clicks meant for the map or the cards. */
  pointer-events: none;
}

.cwm__pin {
  position: absolute;
  /* left/top come from the generated rules; this centres the dot on them. */
  transform: translate(-50%, -50%);
  line-height: 0;
}

.cwm__dot {
  display: block;
  width: var(--cwm-dot-size, 13px);
  height: var(--cwm-dot-size, 13px);
  margin: 0;
  padding: 0;
  border: var(--cwm-dot-ring-width, 0) solid var(--cwm-dot-ring, #ffffff);
  border-radius: 50%;
  background-color: var(--cwm-dot-color, #0b1220);
  box-sizing: content-box;
  pointer-events: auto;
  cursor: default;
  transition: transform 220ms var(--cwm-ease);
}

button.cwm__dot {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

@media (hover: hover) {
  .cwm__dot:hover {
    transform: scale(1.45);
  }
}

.cwm__dot:focus-visible {
  outline: 2px solid var(--cwm-dot-color, #0b1220);
  outline-offset: 4px;
}

/* Optional pulse. The ring is a pseudo-element so it never affects layout. */
.cwm__pins--pulse .cwm__dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--cwm-dot-size, 13px);
  height: var(--cwm-dot-size, 13px);
  border-radius: 50%;
  background-color: var(--cwm-dot-color, #0b1220);
  transform: translate(-50%, -50%);
  opacity: 0.45;
  animation: cwm-pulse 2600ms var(--cwm-ease) infinite;
  animation-delay: calc(var(--cwm-order, 0) * 120ms);
  pointer-events: none;
}

.cwm__pins--pulse .cwm__dot {
  position: relative;
}

@keyframes cwm-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.45;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.8);
    opacity: 0;
  }
}

/* ---------- Tooltip -------------------------------------------------------- */

.cwm__tip {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 4px);
  z-index: 4;
  padding: 6px 10px;
  border-radius: 6px;
  background-color: var(--cwm-tip-bg, #1b2540);
  color: var(--cwm-tip-color, #ffffff);
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease, transform 200ms var(--cwm-ease), visibility 200ms;
}

/* Near the edges the tooltip is anchored inward so it cannot clip. */
.cwm__pin--tip-start .cwm__tip {
  left: 0;
  transform: translate(0, 4px);
}

.cwm__pin--tip-end .cwm__tip {
  left: auto;
  right: 0;
  transform: translate(0, 4px);
}

.cwm__pin:hover .cwm__tip,
.cwm__pin:focus-within .cwm__tip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.cwm__pin--tip-start:hover .cwm__tip,
.cwm__pin--tip-start:focus-within .cwm__tip,
.cwm__pin--tip-end:hover .cwm__tip,
.cwm__pin--tip-end:focus-within .cwm__tip {
  transform: translate(0, 0);
}

/* ---------- Calibration grid ----------------------------------------------- */

.cwm__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cwm__grid-line {
  position: absolute;
  background-color: rgba(11, 18, 32, 0.35);
}

.cwm__grid-line--v {
  top: 0;
  bottom: 0;
  width: 1px;
}

.cwm__grid-line--h {
  left: 0;
  right: 0;
  height: 1px;
}

.cwm__grid-label {
  position: absolute;
  top: 2px;
  left: 3px;
  padding: 1px 4px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #0b1220;
  font-size: 10px;
  font-style: normal;
  line-height: 1.4;
}

.cwm__grid-line--h .cwm__grid-label {
  top: -8px;
}

/* ---------- Stat cards ------------------------------------------------------
   Mobile: static, sitting in the band below the map (matches the design).    */

.cwm__stats {
  position: relative;
  padding: 22px 16px 26px;
}

.cwm__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--cwm-card-gap, 16px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwm__card {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 96px;
  padding: 14px 18px;
  border-radius: var(--cwm-card-radius, 12px);
  background-color: var(--cwm-card-bg, #ffffff);
  box-shadow: var(--cwm-card-shadow, 0 4px 16px rgba(16, 24, 40, 0.08));
  text-align: center;
}

.cwm__card-value {
  color: var(--cwm-card-number, #0b1220);
  font-size: clamp(22px, 5.5vw, 30px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.cwm__card-label {
  color: var(--cwm-card-label, #1b2540);
  font-size: clamp(14px, 3.4vw, 17px);
  line-height: 1.3;
}

/* Desktop: the cards float over the map at a configurable height. */
@media screen and (min-width: 750px) {
  .cwm__stage--overlay .cwm__stats {
    position: absolute;
    top: var(--cwm-stats-offset, 26%);
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 5rem;
    pointer-events: none;
  }

  .cwm__stage--overlay .cwm__cards {
    pointer-events: auto;
  }

  .cwm__stats--start .cwm__cards {
    justify-content: flex-start;
  }

  .cwm__stats--center .cwm__cards {
    justify-content: center;
  }

  .cwm__stats--end .cwm__cards {
    justify-content: flex-end;
  }

  .cwm__card {
    min-width: 132px;
    padding: 22px 26px;
    gap: 6px;
  }

  .cwm__card-value {
    font-size: clamp(28px, 2.6vw, 40px);
  }

  .cwm__card-label {
    font-size: clamp(15px, 1.3vw, 20px);
  }
}

/* ---------- Optional visible location list --------------------------------- */

.cwm__visible-list {
  padding-top: 28px;
  padding-bottom: 28px;
}

.cwm__list-heading {
  margin: 0 0 12px;
  color: var(--cwm-heading-color, #1b2540);
  font-size: 17px;
  font-weight: 700;
}

.cwm__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwm__list-item {
  color: var(--cwm-subheading-color, #6b7280);
  font-size: 15px;
  line-height: 1.5;
}

.cwm__notice {
  margin: 0;
  padding: 16px;
  background-color: #fff4f4;
  color: #9b1c1c;
  font-size: 14px;
  text-align: center;
}

/* ---------- Reduced motion --------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .cwm *,
  .cwm *::before,
  .cwm *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .cwm__dot:hover {
    transform: none;
  }

  .cwm__pins--pulse .cwm__dot::after {
    display: none;
  }
}

/* =========================================================
   Popular Searches Tabs — scoped styles
   Namespaced with `.stp` — isolated from Refresh theme core.
   ========================================================= */

.stp {
  background-color: var(--stp-bg, #ffffff);
  padding-top: var(--stp-padding-top, 64px);
  padding-bottom: var(--stp-padding-bottom, 64px);
}

.stp .stp-full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

/* ---------- Heading ---------- */

.stp__heading {
margin: 0 0 18px;
    padding: 0;
    text-align: center;
    color: var(--cctu-heading-color, #1a2332);
    font-weight: 600;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.01em;
}

/* ---------- Tabs bar ---------- */

.stp__tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.stp__tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid var(--stp-tabs-border, #e2e5ea);
  background: var(--stp-tabs-bg, #ffffff);
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.stp__tabs::-webkit-scrollbar {
  display: none;
}

.stp__tab {
  flex: 0 0 auto;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: var(--stp-tab-text, #111a2e);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.stp__tab:hover {
  background: rgba(17, 26, 46, 0.04);
}

.stp__tab.is-active {
  background: var(--stp-tab-active-bg, #eaf3fc);
  border-color: var(--stp-tab-active-border, #bbd6ef);
  color: var(--stp-tab-active-text, #111a2e);
}

.stp__tab:focus-visible {
  outline: 2px solid var(--stp-tab-active-border, #bbd6ef);
  outline-offset: 2px;
}

/* ---------- Panels / list ---------- */

.stp__panel[hidden] {
  display: none;
}

.stp__panel:focus-visible {
  outline: none;
}

.stp__list {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: var(--stp-columns-desktop, 4);
  column-gap: 48px;
}

.stp__item {
  break-inside: avoid;
  margin-bottom: var(--stp-item-gap, 28px);
}

.stp__link {
  display: inline-block;
  color: var(--stp-link-color, #5b6472);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.stp__link:hover,
.stp__link:focus-visible {
  color: var(--stp-link-hover-color, #111a2e);
  text-decoration: underline;
}

/* =========================================================
   Responsive
   ========================================================= */

/* Tablet: 750–989px — its own column count, not just a shrink */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .stp__list {
    column-count: var(--stp-columns-tablet, 2);
    column-gap: 32px;
  }

  .stp__heading {
    margin-bottom: 28px;
  }
}

/* Mobile: up to 749px — single column, matches provided mobile design */
@media screen and (max-width: 749px) {
  .stp__heading {
    margin-bottom: 24px;
  }

  .stp__tabs-wrap {
    margin-bottom: 28px;
  }

  .stp__tab {
    padding: 10px 16px;
    font-size: 14px;
  }

  .stp__list {
    column-count: 1;
  }

  .stp__link {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stp__tab {
    transition: none;
  }
}

/* ==========================================================================
   Caroum — Blog Posts
   Scoped to the `cbp-` namespace. The card interior comes entirely from the
   theme's `article-card-2` snippet; this file only styles the grid, the
   optional mobile carousel, the section header and the View All button.
   Sizing uses px on purpose: Dawn/Refresh set html { font-size: 62.5% }.
   ========================================================================== */

.cbp {
  --cbp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /* Matches Refresh's own mobile page gutter (--page-width-margin ~15px).
     Falls back to 1.5rem if the theme variable is ever absent. */
  --cbp-edge: var(--page-width-margin, 1.5rem);
}

.cbp__inner {
  box-sizing: border-box;
}

/* ---------- Container variants -------------------------------------------- */

.cbp-container--narrow {
  max-width: 1100px;
}

.cbp-container--full {
  width: 100%;
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .cbp-container--full {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* ---------- Header --------------------------------------------------------- */

.cbp__header {
  margin: 0 0 clamp(28px, 4vw, 52px);
}

.cbp__header--center {
  text-align: center;
}

.cbp__header--left {
  text-align: left;
}

.cbp__heading {
  margin: 0 0 8px;
    padding: 0;
    text-align: center;
    color: var(--cctu-heading-color, #1a2332);
    font-weight: 600;
    font-size: clamp(24px, 3vw, 44px);
    line-height: 1.15;
    letter-spacing: -.01em;
}

.cbp__subheading {
  margin: 12px 0 0;
  color: var(--cbp-subheading-color, #6b7280);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
}

/* ---------- Desktop grid (3-up, shared by both mobile modes) ---------------
   Base rule is the desktop grid. Mobile behaviour is layered by the
   data-mobile-layout attribute inside the max-width media query below.       */

.cbp__viewport {
  overflow: visible;
}

.cbp__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--cbp-gap, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.cbp__item {
  min-width: 0;
  display: flex;
}

.cbp__item > * {
  width: 100%;
}

/* Tablet: 2-up. */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .cbp__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------- Mobile ---------------------------------------------------------- */

@media screen and (max-width: 749px) {
  /* --- Grid mode: stacked single column --- */
  .cbp[data-mobile-layout='grid'] .cbp__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--cbp-gap-mobile, 18px);
  }

  /* --- Carousel mode: native scroll-snap slider --- */
  .cbp[data-mobile-layout='carousel'] .cbp__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Bleed past the container's own side padding to the screen edge... */
    margin-left: calc(var(--cbp-edge, 1.5rem) * -1);
    margin-right: calc(var(--cbp-edge, 1.5rem) * -1);
    /* ...then re-inset the content so the first and last cards keep a gutter
       equal to the rest of the page. scroll-padding makes the snap point
       respect that same inset, so the first card never sticks to the edge. */
    padding: 4px var(--cbp-edge, 1.5rem) 10px;
    scroll-padding-left: var(--cbp-edge, 1.5rem);
    scroll-padding-right: var(--cbp-edge, 1.5rem);
  }

  /* Right-hand gutter after the last card. The grid track has no trailing
     padding on an overflow scroller, so give the last item a right margin. */
  .cbp[data-mobile-layout='carousel'] .cbp__item:last-child {
    margin-right: var(--cbp-edge, 1.5rem);
  }

  .cbp[data-mobile-layout='carousel'] .cbp__viewport::-webkit-scrollbar {
    display: none;
  }

  .cbp[data-mobile-layout='carousel'] .cbp__viewport:focus-visible {
    outline: 2px solid var(--cbp-heading-color, #1a203c);
    outline-offset: 3px;
    border-radius: 4px;
  }

  .cbp[data-mobile-layout='carousel'] .cbp__grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: calc((100% - (var(--cbp-per-view-mobile, 1.1) - 1) * var(--cbp-gap-mobile, 16px)) / var(--cbp-per-view-mobile, 1.1));
    gap: var(--cbp-gap-mobile, 16px);
  }

  .cbp[data-mobile-layout='carousel'] .cbp__item {
    scroll-snap-align: start;
  }

  .cbp[data-mobile-layout='carousel'] .cbp__viewport[data-dragging='true'] {
    scroll-snap-type: none;
    scroll-behavior: auto;
    cursor: grabbing;
    user-select: none;
  }

  .cbp[data-mobile-layout='carousel'] .cbp__viewport[data-dragging='true'] a,
  .cbp[data-mobile-layout='carousel'] .cbp__viewport[data-dragging='true'] img {
    pointer-events: none;
  }
}

/* ---------- View all button ------------------------------------------------
   Dot-to-arrow morph, matching the product carousel's View All.              */

.cbp__footer {
  margin-top: clamp(28px, 3.5vw, 48px);
  text-align: center;
}

.cbp__view-all {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 36px;
    border: 1.5px solid var(--cpc-btn-border, #dfe3e9);
    border-radius: 999px;
    background-color: var(--cpc-btn-bg, #ffffff);
    color: var(--cpc-btn-text, #1b2540);
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s var(--cpc-ease);
}
@media screen and (max-width: 749px) {
    .cbp__view-all  {
        width: 100%;
    }
}
.cbp__view-all-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--cbp-dot, #1b2540);
}

.cbp__dot-mark {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  transition: transform 350ms var(--cbp-ease), opacity 200ms ease;
}

.cbp__view-all-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  opacity: 0;
  transform: translateX(-7px) scale(0.55);
  transition: transform 350ms var(--cbp-ease), opacity 250ms ease 60ms;
}

.cbp__view-all-label {
  transition: transform 350ms var(--cbp-ease);
}

@media (hover: hover) {
  .cbp__view-all:hover {
    border-color: var(--cbp-btn-border-hover, #1b2540);
    background-color: var(--cbp-btn-border-hover, #1b2540);
    color: #ffffff;
    transform: translateY(-2px);
  }

  .cbp__view-all:hover .cbp__dot-mark {
    opacity: 0;
    transform: scale(0.2) translateX(4px);
  }

  .cbp__view-all:hover .cbp__view-all-arrow {
    opacity: 1;
     color: #ffffff;
    transform: translateX(0) scale(1);
  }
}

.cbp__view-all:focus-visible {
  outline: 2px solid var(--cbp-btn-border-hover, #1b2540);
  outline-offset: 3px;
  border-color: var(--cbp-btn-border-hover, #1b2540);
}

.cbp__view-all:focus-visible .cbp__dot-mark {
  opacity: 0;
  transform: scale(0.2) translateX(4px);
}

.cbp__view-all:focus-visible .cbp__view-all-arrow {
  opacity: 1;
  transform: translateX(0) scale(1);
}

/* ---------- Editor empty state --------------------------------------------- */

.cbp__empty {
  margin: 0;
  padding: 48px 24px;
  border: 1px dashed var(--cbp-btn-border, #dfe3e9);
  border-radius: 12px;
  color: var(--cbp-subheading-color, #6b7280);
  text-align: center;
}

/* ---------- Reduced motion ------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .cbp__viewport {
    scroll-behavior: auto;
  }

  .cbp *,
  .cbp *::before,
  .cbp *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .cbp__view-all:hover {
    transform: none;
  }
}