/** Shopify CDN: Minification failed

Line 1144:9 Expected identifier but found whitespace
Line 1144:11 Unexpected "{"
Line 1144:20 Expected ":"
Line 1144:45 Expected identifier but found "%"
Line 1145:8 Expected identifier but found whitespace
Line 1145:10 Unexpected "{"
Line 1145:19 Expected ":"
Line 1145:43 Expected identifier but found "%"
Line 1146:10 Expected identifier but found whitespace
Line 1146:12 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:advent-flavour-grid (INDEX:1) */
.advent-flavours {
  background: var(--af-bg, #fff1d2);
  color: var(--af-text, #5a3340);
  padding: clamp(28px, 3.8vw, 46px) 20px clamp(58px, 7vw, 92px);
  overflow: hidden;
}

.advent-flavours__inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.advent-flavours__feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}

.advent-flavours__media {
  position: relative;
}

.advent-flavours__image-card {
  position: relative;
  isolation: isolate;
  border: 4px solid var(--af-dark, #5a3340);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 216, 84, 0.35) 0 7px, transparent 8px),
    linear-gradient(160deg, #f4a7b9 0%, #fff0d6 48%, #ffd3dc 100%);
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 8px 10px 0 var(--af-dark, #5a3340);
  transform: rotate(-1.3deg);
}

.advent-flavours__image-card::before {
  content: '';
  position: absolute;
  inset: 14px;
  z-index: -1;
  border-radius: 22px;
  border: 2px dashed rgba(90, 51, 64, 0.22);
}

.advent-flavours__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.advent-flavours__image-badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: calc(100% - 36px);
  border: 3px solid var(--af-dark, #5a3340);
  border-radius: 999px;
  background: var(--af-accent, #e85a37);
  color: #ffffff;
  padding: 8px 14px;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 4px 0 var(--af-dark, #5a3340);
}

.advent-flavours__spark {
  position: absolute;
  z-index: 2;
  color: #ffd74d;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-weight: 900;
  line-height: 1;
  text-shadow: 2px 2px 0 var(--af-dark, #5a3340);
}

.advent-flavours__spark--one {
  top: -14px;
  left: 16%;
  font-size: 34px;
}

.advent-flavours__spark--two {
  top: 8%;
  right: -12px;
  font-size: 28px;
}

.advent-flavours__spark--three {
  right: 11%;
  bottom: -14px;
  font-size: 32px;
}

.advent-flavours__head {
  max-width: 720px;
  margin: 0 0 24px;
  text-align: left;
}

.advent-flavours__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--af-accent, #e85a37) 13%, #ffffff);
  color: var(--af-accent, #e85a37);
  padding: 7px 13px;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.advent-flavours__head h2 {
  margin: 0 0 8px;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--af-dark, #5a3340);
  text-transform: uppercase;
}

.advent-flavours__head p {
  margin: 0;
  font-family: 'Anchor', 'Nunito', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: var(--af-muted, #8b6a70);
}

.advent-flavours__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.advent-flavours__card {
  position: relative;
  overflow: hidden;
  min-height: 112px;
  border: 3px solid color-mix(in srgb, var(--af-dark, #5a3340) 16%, transparent);
  border-radius: 18px;
  background: var(--card-bg, #fff1d2);
  padding: 40px 88px 16px 15px;
  color: var(--card-title, #5a3340);
  box-shadow: 4px 5px 0 color-mix(in srgb, var(--af-dark, #5a3340) 12%, transparent);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.advent-flavours__card:hover {
  transform: translate(-1px, -3px) rotate(-0.4deg);
  box-shadow: 6px 8px 0 color-mix(in srgb, var(--af-dark, #5a3340) 13%, transparent);
}

.advent-flavours__card--surprise {
  border-color: var(--card-outline, #4a4194);
  border-style: dashed;
  background:
    radial-gradient(circle at 18px 18px, color-mix(in srgb, var(--card-outline, #4a4194) 18%, transparent) 0 6px, transparent 7px),
    var(--card-bg, #eeeefe);
}

.advent-flavours__door {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #ffffff;
  padding: 5px 9px;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--card-title, #5a3340);
  box-shadow: 0 2px 0 color-mix(in srgb, var(--card-title, #5a3340) 14%, transparent);
}

.advent-flavours__visual {
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.72) 0 7px, transparent 8px),
    color-mix(in srgb, var(--card-bg, #fff1d2) 56%, #ffffff);
  border: 2px solid color-mix(in srgb, var(--card-title, #5a3340) 14%, transparent);
  box-shadow: 2px 3px 0 color-mix(in srgb, var(--af-dark, #5a3340) 10%, transparent);
}

.advent-flavours__visual span {
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: color-mix(in srgb, var(--card-title, #5a3340) 76%, #ffffff);
}

.advent-flavours__flavour-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 3px 0 color-mix(in srgb, var(--af-dark, #5a3340) 18%, transparent));
}

.advent-flavours__card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
  color: var(--card-title, #5a3340);
  overflow-wrap: anywhere;
}

.advent-flavours__card p {
  position: relative;
  z-index: 2;
  margin: 3px 0 0;
  font-family: 'Caraque Trial', 'Nunito', sans-serif;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 800;
  line-height: 1.16;
  color: var(--card-subtitle, #8a4d05);
  overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
  .advent-flavours__feature {
    grid-template-columns: 1fr;
  }

  .advent-flavours__media {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .advent-flavours__head {
    margin-inline: auto;
    text-align: center;
  }

  .advent-flavours__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .advent-flavours {
    padding: 22px 14px 42px;
  }

  .advent-flavours__head {
    margin-bottom: 18px;
  }

  .advent-flavours__eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    padding: 7px 12px;
  }

  .advent-flavours__head h2 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: 0.94;
  }

  .advent-flavours__head p {
    font-size: 15px;
    line-height: 1.32;
  }

  .advent-flavours__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .advent-flavours__card {
    min-height: 164px;
    border-radius: 16px;
    padding: 54px 10px 13px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .advent-flavours__door {
    top: 10px;
    left: 10px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .advent-flavours__visual {
    top: 36px;
    left: 50%;
    right: auto;
    width: 68px;
    height: 68px;
    border-radius: 19px;
    transform: translateX(-50%) rotate(-2deg);
  }

  .advent-flavours__card:nth-child(even) .advent-flavours__visual {
    transform: translateX(-50%) rotate(2deg);
  }

  .advent-flavours__visual span {
    font-size: 31px;
  }

  .advent-flavours__card h3 {
    font-size: 20px;
    line-height: 0.98;
    text-align: center;
  }

  .advent-flavours__card p {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.08;
    text-align: center;
  }

  .advent-flavours__image-card {
    border-radius: 22px;
    box-shadow: 5px 6px 0 var(--af-dark, #5a3340);
    transform: rotate(0deg);
  }
}
/* END_SECTION:advent-flavour-grid */

/* START_SECTION:advent-preorder-details (INDEX:2) */
.advent-preorder {
  background: var(--advent-bg, #fff1d2);
  padding: 36px 20px 18px;
}

.advent-preorder__inner {
  width: min(100%, 760px);
  margin: 0 auto;
}

.advent-preorder__panel {
  background: var(--advent-panel, #282725);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 36px);
  color: var(--advent-text, #f7f0e6);
}

.advent-preorder__heading {
  margin: 0 0 10px;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--advent-text, #f7f0e6);
}

.advent-preorder__copy,
.advent-preorder__copy * {
  font-family: 'Caraque Trial', sans-serif !important;
}

.advent-preorder__copy {
  margin: 0 0 22px;
  color: var(--advent-muted, #cbc6bd);
  font-size: clamp(21px, 2.7vw, 31px);
  font-weight: 900;
  line-height: 1.35;
}

.advent-preorder__copy p {
  margin: 0;
}

.advent-preorder__claim-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 8px;
  color: var(--advent-muted, #cbc6bd);
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  line-height: 1.1;
}

.advent-preorder__progress {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--advent-track, #151514);
}

.advent-preorder__progress span {
  display: block;
  width: var(--advent-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--advent-accent, #e85a37);
}

.advent-preorder__button {
  width: 100%;
  min-height: 86px;
  margin: 24px 0 16px;
  border: 0;
  border-radius: 18px;
  background: var(--advent-button, #5a1b0c);
  color: var(--advent-button-text, #fff4ea);
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.advent-preorder__button:hover {
  filter: brightness(1.08);
}

.advent-preorder__note {
  margin: 0;
  color: color-mix(in srgb, var(--advent-muted, #cbc6bd) 74%, transparent);
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 900;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .advent-preorder {
    padding: 22px 16px 12px;
  }

  .advent-preorder__panel {
    border-radius: 18px;
    padding: 20px;
  }

  .advent-preorder__button {
    min-height: 64px;
    border-radius: 14px;
  }
}
/* END_SECTION:advent-preorder-details */

/* START_SECTION:advent-preorder-steps (INDEX:3) */
.advent-steps {
  background: var(--as-bg, #fff1d2);
  color: var(--as-text, #5a3340);
  padding: clamp(52px, 7vw, 86px) 20px;
  overflow: hidden;
}

.advent-steps__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.advent-steps__head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.advent-steps__eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--as-accent, #e85a37) 12%, var(--as-card, #fffaf1));
  padding: 7px 13px;
  font-family: 'Caraque Trial', sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--as-accent, #e85a37);
}

.advent-steps__head h2 {
  margin: 0;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  color: var(--as-text, #5a3340);
}

.advent-steps__subheading {
  margin: 12px auto 0;
  max-width: 640px;
  font-family: 'Anchor', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  color: var(--as-muted, #8b6a70);
}

.advent-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.advent-steps__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 176px;
  border: 3px solid color-mix(in srgb, var(--as-text, #5a3340) 15%, transparent);
  border-radius: 20px;
  background: var(--as-card, #fffaf1);
  padding: 22px 20px;
  box-shadow: 0 6px 0 color-mix(in srgb, var(--as-text, #5a3340) 10%, transparent);
}

.advent-steps__card::after {
  content: '';
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--as-accent, #e85a37) 12%, transparent);
  pointer-events: none;
}

.advent-steps__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 3px solid var(--as-text, #5a3340);
  border-radius: 50%;
  background: var(--as-accent, #e85a37);
  color: #fffaf1;
  font-family: 'Caraque Trial', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 4px 0 var(--as-text, #5a3340);
}

.advent-steps__body h3 {
  margin: 0 0 8px;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  color: var(--as-text, #5a3340);
}

.advent-steps__body,
.advent-steps__body * {
  font-family: 'Caraque Trial', sans-serif !important;
}

.advent-steps__body {
  color: var(--as-muted, #8b6a70);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.advent-steps__body p {
  margin: 0;
}

.advent-steps__note {
  margin: 22px auto 0;
  max-width: 760px;
  border-radius: 18px;
  border: 2px solid color-mix(in srgb, var(--as-text, #5a3340) 12%, transparent);
  background: color-mix(in srgb, var(--as-accent, #e85a37) 10%, var(--as-card, #fffaf1));
  padding: 15px 20px;
  color: var(--as-text, #5a3340);
  font-family: 'Caraque Trial', sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

@media (max-width: 920px) {
  .advent-steps__grid {
    grid-template-columns: 1fr;
  }

  .advent-steps__card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .advent-steps {
    padding: 40px 16px;
  }

  .advent-steps__card {
    grid-template-columns: 44px minmax(0, 1fr);
    border-radius: 18px;
    padding: 18px;
  }

  .advent-steps__number {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 23px;
  }
}
/* END_SECTION:advent-preorder-steps */

/* START_SECTION:comparison-difference (INDEX:29) */
.comparison-difference {
  background: var(--comparison-bg, #cce68f);
  color: var(--comparison-ink, #3b1015);
  padding: 0;
  overflow: hidden;
}
.comparison-difference__wave {
  width: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.comparison-difference__wave svg {
  width: 100%;
  height: clamp(28px, 3.8vw, 56px);
  display: block;
}
.comparison-difference__wave--top {
  color: var(--comparison-top-wave, #ffffff);
  margin-bottom: -1px;
}
.comparison-difference__wave--bottom {
  color: var(--comparison-bottom-wave, #ffffff);
  margin-top: -1px;
}
.comparison-difference__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 108px) 20px;
}
.comparison-difference__heading {
  text-align: center;
  margin: 0 auto clamp(36px, 5vw, 68px);
}
.comparison-difference__heading h2 {
  margin: 0;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: 0;
  color: color-mix(in srgb, var(--comparison-ink, #3b1015), #fff 12%);
  text-shadow: 0 1px 0 rgba(90, 51, 64, 0.08);
}
.comparison-difference__heading-highlight {
  color: var(--comparison-accent, #ed3d86);
}
.comparison-difference__heading p {
  margin: 18px 0 0;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.15;
  font-weight: 700;
  color: color-mix(in srgb, var(--comparison-ink, #3b1015), #fff 24%);
}
.comparison-difference__table-wrap {
  position: relative;
  padding-top: 0;
}
.comparison-difference__images,
.comparison-difference__table {
  display: grid;
  grid-template-columns: minmax(180px, 1.05fr) minmax(220px, 1fr) minmax(190px, 0.95fr) minmax(190px, 0.95fr);
}
.comparison-difference__images {
  display: none;
}
.comparison-difference__image {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 130px;
}
.comparison-difference__image img {
  display: block;
  width: min(72%, 210px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(59, 16, 21, 0.14));
}
.comparison-difference__image--featured img {
  width: min(78%, 260px);
}
.comparison-difference__table {
  background: var(--comparison-panel-bg, #fffbe8);
  border: 3px solid color-mix(in srgb, var(--comparison-ink, #3b1015), transparent 76%);
  border-radius: 24px;
  box-shadow: 8px 10px 0 color-mix(in srgb, var(--comparison-ink, #3b1015), transparent 82%);
  overflow: visible;
  position: relative;
}
.comparison-difference__labels,
.comparison-difference__column {
  display: grid;
  grid-template-rows: 92px repeat(var(--comparison-rows, 5), minmax(82px, auto));
}
.comparison-difference__column {
  align-items: stretch;
}
.comparison-difference__column--featured {
  background: var(--comparison-highlight, #ffe5e8);
  border: 4px solid var(--comparison-ink, #3b1015);
  border-radius: 24px;
  box-shadow: 10px 12px 0 var(--comparison-ink, #3b1015);
  grid-template-rows: 92px repeat(var(--comparison-rows, 5), minmax(82px, auto));
  margin: -20px 0 -20px;
  overflow: hidden;
  position: relative;
  transform: translateY(-6px);
  z-index: 2;
}
.comparison-difference__column--featured::before,
.comparison-difference__column--featured::after {
  display: none;
}
.comparison-difference__label-head,
.comparison-difference__column-title,
.comparison-difference__row-label,
.comparison-difference__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison-difference__row-label {
  justify-content: flex-start;
  padding: 0 clamp(20px, 3vw, 48px);
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.15;
  font-weight: 800;
  color: var(--comparison-ink, #3b1015);
}
.comparison-difference__column-title {
  padding: 0 18px;
  text-align: center;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.02;
  font-weight: 900;
  color: var(--comparison-accent, #ed3d86);
  align-items: center;
}
.comparison-difference__column:not(.comparison-difference__column--featured) .comparison-difference__column-title {
  justify-content: center;
  text-align: center;
  width: 100%;
}
.comparison-difference__column-title--featured {
  flex-direction: column;
  gap: 6px;
  color: var(--comparison-accent, #ed3d86);
  padding-top: 0;
}
.comparison-difference__column-title--featured small {
  display: block;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1;
  font-weight: 900;
  color: var(--comparison-ink, #3b1015);
}
.comparison-difference__cell {
  min-width: 0;
  padding: 0 12px;
  text-align: left;
  border-top: 1px solid color-mix(in srgb, var(--comparison-ink, #3b1015), transparent 88%);
}
.comparison-difference__row-label {
  border-top: 1px solid color-mix(in srgb, var(--comparison-ink, #3b1015), transparent 88%);
}
.comparison-difference__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 2.5px solid var(--comparison-ink, #3b1015);
  border-radius: 999px;
  color: var(--comparison-ink, #3b1015);
  box-shadow: 3px 4px 0 var(--comparison-ink, #3b1015);
}
.comparison-difference__mark svg {
  width: 25px;
  height: 25px;
}
.comparison-difference__mark--check {
  background: var(--comparison-accent, #ed3d86);
  color: var(--comparison-mark-icon, #ffffff);
}
.comparison-difference__mark--cross {
  background: var(--comparison-panel-bg, #fffbe8);
  color: var(--comparison-negative, #3b1015);
}
.comparison-difference__value-text {
  display: block;
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.1;
  font-weight: 800;
  color: var(--comparison-ink, #3b1015);
  overflow-wrap: anywhere;
}
.comparison-difference__column--featured .comparison-difference__value-text {
  color: var(--comparison-ink, #3b1015);
}
.comparison-difference__cta {
  margin-top: clamp(68px, 8vw, 112px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.comparison-difference__button {
  width: min(100%, 520px);
  min-height: 72px;
  border-radius: 999px;
  background: #ed6f97;
  border: 4px solid var(--comparison-ink, #3b1015);
  box-shadow: 9px 11px 0 var(--comparison-ink, #3b1015);
  color: var(--comparison-button-text, #fffbe8);
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  font-family: 'Caraque Trial', sans-serif;
  font-weight: 900;
  text-align: center;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease;
}
.comparison-difference__button:hover,
.comparison-difference__button:focus-visible {
  background: #ff7fa4;
  transform: translateY(-3px);
  box-shadow: 9px 14px 0 var(--comparison-ink, #3b1015);
}
.comparison-difference__button:active {
  transform: translateY(4px);
  box-shadow: 5px 6px 0 var(--comparison-ink, #3b1015);
}
.comparison-difference__button[disabled] {
  cursor: wait;
  opacity: .78;
}
.comparison-difference__button span {
  font-size: clamp(18px, 2.4vw, 29px);
  line-height: 1;
  color: #ffffff;
}
.comparison-difference__button small {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: color-mix(in srgb, var(--comparison-button-text, #fffbe8), var(--comparison-ink, #3b1015) 18%);
}
.comparison-difference__shipping {
  font-family: 'Caraque Trial', sans-serif;
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.2;
  font-weight: 800;
  color: color-mix(in srgb, var(--comparison-ink, #6b3f4d), #fff 18%);
  text-align: center;
}

@media (max-width: 899px) {
  .comparison-difference__inner {
    padding: 42px 10px 50px;
  }
  .comparison-difference__heading {
    margin-bottom: 28px;
  }
  .comparison-difference__heading h2 {
    font-size: 40px;
    max-width: 11ch;
    margin-inline: auto;
  }
  .comparison-difference__heading p {
    margin-top: 14px;
    font-size: 20px;
  }
  .comparison-difference__table-wrap {
    overflow: visible;
    padding: 0;
    margin: 0;
  }
  .comparison-difference__images {
    display: none;
  }
  .comparison-difference__table {
    grid-template-columns: minmax(92px, 1fr) minmax(86px, .92fr) minmax(78px, .82fr) minmax(82px, .86fr);
    width: 100%;
  }
  .comparison-difference__table {
    border-radius: 18px;
    box-shadow: 5px 5px 0 var(--comparison-ink, #3b1015);
    border-width: 2px;
    overflow: visible;
  }
  .comparison-difference__labels,
  .comparison-difference__column {
    grid-template-rows: 72px repeat(var(--comparison-rows, 5), minmax(66px, auto));
  }
  .comparison-difference__column--featured {
    border-radius: 14px;
    margin: -10px 0 -10px;
    box-shadow: 5px 6px 0 var(--comparison-ink, #3b1015);
    transform: translateY(-3px);
    grid-template-rows: 82px repeat(var(--comparison-rows, 5), minmax(66px, auto));
    border-width: 2px;
    overflow: hidden;
  }
  .comparison-difference__column--featured::before,
  .comparison-difference__column--featured::after {
    display: none;
  }
  .comparison-difference__row-label {
    padding: 0 8px;
    font-size: 14px;
    line-height: 1.08;
  }
  .comparison-difference__column-title {
    justify-content: center;
    padding: 0 5px;
    text-align: center;
    font-size: 12px;
    line-height: .96;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .comparison-difference__column-title--featured {
    padding-top: 0;
    gap: 5px;
  }
  .comparison-difference__column-title--featured small {
    font-size: 11px;
    line-height: 1;
  }
  .comparison-difference__cell { padding: 0 6px; }
  .comparison-difference__mark {
    width: 34px;
    height: 34px;
    box-shadow: 2px 3px 0 var(--comparison-ink, #3b1015);
  }
  .comparison-difference__mark svg {
    width: 20px;
    height: 20px;
  }
  .comparison-difference__value-text {
    font-size: 15px;
    line-height: 1.05;
    text-align: center;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .comparison-difference__cta {
    margin-top: 34px;
  }
}

@media (max-width: 420px) {
  .comparison-difference__heading h2 {
    font-size: 36px;
  }
  .comparison-difference__heading p {
    font-size: 18px;
  }
  .comparison-difference__table {
    grid-template-columns: minmax(84px, .96fr) minmax(78px, .9fr) minmax(70px, .8fr) minmax(76px, .86fr);
  }
  .comparison-difference__labels,
  .comparison-difference__column {
    grid-template-rows: 66px repeat(var(--comparison-rows, 5), minmax(60px, auto));
  }
  .comparison-difference__column--featured {
    grid-template-rows: 76px repeat(var(--comparison-rows, 5), minmax(60px, auto));
    margin: -8px 0 -8px;
  }
  .comparison-difference__row-label {
    padding: 0 7px;
    font-size: 12px;
  }
  .comparison-difference__column-title {
    font-size: 10px;
    line-height: .96;
  }
  .comparison-difference__mark {
    width: 28px;
    height: 28px;
    box-shadow: 1.5px 2px 0 var(--comparison-ink, #3b1015);
  }
  .comparison-difference__mark svg {
    width: 17px;
    height: 17px;
  }
  .comparison-difference__value-text {
    font-size: 14px;
  }
}
/* END_SECTION:comparison-difference */

/* START_SECTION:custom-printed-marshmallows (INDEX:39) */
.cpm {
    background: var(--cpm-bg, #fff1d2);
    color: var(--cpm-text, #5a3340);
    width: 100%;
    max-width: 100%;
    overflow: visible;
    font-family: 'Caraque', 'Caraque Trial', 'Nunito', Arial, sans-serif !important;
    padding: clamp(28px, 5vw, 72px) 20px clamp(56px, 8vw, 96px);
    --cpm-radius-card: 24px;
    --cpm-radius-control: 18px;
    --cpm-hard-shadow: 7px 8px 0 var(--cpm-shadow, #5a3340);
    --cpm-soft-shadow: 4px 5px 0 color-mix(in srgb, var(--cpm-shadow, #5a3340) 42%, transparent);
  }

  .cpm,
  .cpm * {
    box-sizing: border-box;
    min-width: 0;
    font-family: 'Caraque', 'Caraque Trial', 'Nunito', Arial, sans-serif !important;
    letter-spacing: 0;
  }

  .cpm-shell {
    width: min(1500px, 100%);
    max-width: 100%;
    margin: 0 auto;
  }

  .cpm-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
  }

  .cpm-media {
    position: relative;
    align-self: stretch;
  }

  .cpm-media-sticky {
    position: relative;
    top: 0;
    z-index: 2;
    will-change: transform;
  }

  .cpm-media-main {
    position: relative;
    overflow: hidden;
    border-radius: var(--cpm-radius-card);
    background: var(--cpm-soft, #ffe3ea);
    border: 2px solid var(--cpm-border, #eadce0);
    box-shadow: var(--cpm-hard-shadow);
    height: min(620px, calc(100vh - 230px));
    min-height: 420px;
  }

  .cpm-media-main.is-visualising {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .cpm-design-preview {
    position: absolute;
    left: {{ section.settings.preview_left }}%;
    top: {{ section.settings.preview_top }}%;
    width: {{ section.settings.preview_width }}%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
  }

  .cpm-design-preview[hidden] { display: none; }
  .cpm-design-preview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: saturate(.9) contrast(.95);
  }

  .cpm-media-main.is-visualising .cpm-design-preview {
    left: 50%;
    top: 35.5%;
    width: 24%;
    height: 27%;
    overflow: hidden;
  }

  .cpm-media-main.is-visualising .cpm-design-preview img {
    object-fit: contain;
  }


  .cpm-media-image,
  .cpm-media-placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .cpm-media-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    font-size: clamp(36px, 6vw, 76px);
    font-weight: 900;
    line-height: 0.95;
    text-align: center;
    color: var(--cpm-accent-strong, #e8688a);
  }

  .cpm-media-badge {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 2;
    display: inline-flex;
    max-width: calc(100% - 36px);
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--cpm-surface, #ffffff);
    color: var(--cpm-text, #5a3340);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(90, 51, 64, 0.12);
  }

  .cpm-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .cpm-thumb {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 0;
    background: var(--cpm-surface, #ffffff);
    cursor: pointer;
  }

  .cpm-thumb.is-active {
    border-color: var(--cpm-accent, #ff7fa6);
  }

  .cpm-preview-thumb { position: relative; }
  .cpm-preview-thumb span {
    position: absolute;
    right: 4px;
    bottom: 4px;
    padding: 3px 6px;
    border-radius: 999px;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
  }

  .cpm-thumb-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .cpm-proof-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
  }

  .cpm-proof,
  .cpm-panel,
  .cpm-how,
  .cpm-use-card,
  .cpm-corporate-cta,
  .cpm-faq-item {
    background: var(--cpm-surface, #ffffff);
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-card);
    box-shadow: var(--cpm-soft-shadow);
  }

  .cpm-proof {
    padding: 14px;
  }

  .cpm-proof strong,
  .cpm-proof span {
    display: block;
  }

  .cpm-proof strong {
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 1.1;
  }

  .cpm-proof span {
    color: var(--cpm-muted, #8f7078);
    font-size: 13px;
    line-height: 1.3;
  }

  .cpm-panel {
    padding: clamp(22px, 3vw, 34px);
    box-shadow: 10px 11px 0 var(--cpm-shadow, #5a3340);
    max-width: 100%;
  }

  .cpm-eyebrow,
  .cpm-section-head p {
    margin: 0 0 9px;
    color: var(--cpm-accent-strong, #e8688a);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .cpm-title,
  .cpm-section-head h2,
  .cpm-corporate-cta h2 {
    margin: 0;
    color: var(--cpm-text, #5a3340);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
  }

  .cpm-title {
    font-size: clamp(40px, 4.5vw, 68px);
    overflow-wrap: anywhere;
  }

  .cpm-subheading {
    margin-top: 14px;
    color: var(--cpm-muted, #8f7078);
    font-size: clamp(17px, 1.25vw, 20px);
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .cpm-subheading p {
    margin: 0;
  }

  .cpm-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px 14px;
    margin: 20px 0 24px;
  }

  .cpm-price {
    color: var(--cpm-text, #5a3340);
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 900;
    line-height: 1;
  }

  .cpm-compare {
    color: var(--cpm-muted, #8f7078);
    font-size: 22px;
    font-weight: 800;
  }

  .cpm-price-note {
    color: var(--cpm-muted, #8f7078);
    font-size: 14px;
    font-weight: 800;
  }

  .cpm-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 100%;
  }

  .cpm-step {
    padding: 18px;
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-card);
    background: color-mix(in srgb, var(--cpm-soft, #ffe3ea) 36%, var(--cpm-surface, #ffffff));
    box-shadow: var(--cpm-soft-shadow);
    max-width: 100%;
  }

  .cpm-step-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    margin-bottom: 14px;
  }

  .cpm-step-head > div {
    min-width: 0;
  }

  .cpm-step-number {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
  }

  .cpm-step h2,
  .cpm-artwork-guide h3,
  .cpm-use-card h3,
  .cpm-how-grid h3 {
    margin: 0;
    color: var(--cpm-text, #5a3340);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .cpm-step p,
  .cpm-use-card p,
  .cpm-how-grid p {
    margin: 5px 0 0;
    color: var(--cpm-muted, #8f7078);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.38;
    overflow-wrap: anywhere;
  }

  .cpm-option-grid,
  .cpm-flavor-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .cpm-option-label {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 900;
    color: var(--cpm-muted, #8f7078);
    text-transform: uppercase;
  }

  .cpm-mobile-select { display: none; }

  .cpm-option,
  .cpm-flavor,
  .cpm-proof-choice label {
    position: relative;
    min-height: 72px;
    padding: 12px;
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-control);
    background: var(--cpm-surface, #ffffff);
    color: var(--cpm-text, #5a3340);
    cursor: pointer;
    text-align: left;
  }

  .cpm-option.is-selected,
  .cpm-flavor.is-selected,
  .cpm-proof-choice label:has(input:checked),
  .cpm-proof-choice label.is-selected {
    border-color: var(--cpm-accent, #ff7fa6);
    background: var(--cpm-soft, #ffe3ea);
  }

  .cpm-option.is-unavailable {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .cpm-option-title,
  .cpm-option-price,
  .cpm-flavor span {
    display: block;
    font-weight: 900;
    line-height: 1.1;
  }

  .cpm-option-price {
    margin-top: 8px;
    color: var(--cpm-accent-strong, #e8688a);
    font-size: 17px;
  }

  .cpm-flavor input,
  .cpm-proof-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .cpm-upload {
    display: flex;
    min-height: 138px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 18px;
    border: 2px dashed var(--cpm-accent-strong, #e8688a);
    border-radius: var(--cpm-radius-card);
    background: var(--cpm-surface, #ffffff);
    color: var(--cpm-text, #5a3340);
    text-align: center;
    cursor: pointer;
    box-shadow: var(--cpm-soft-shadow);
  }

  .cpm-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .cpm-upload-icon {
    width: 34px;
    height: 34px;
    color: var(--cpm-accent-strong, #e8688a);
  }

  .cpm-upload-icon svg {
    width: 100%;
    height: 100%;
  }

  .cpm-upload-main {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
  }

  .cpm-upload-sub {
    color: var(--cpm-muted, #8f7078);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
  }

  .cpm-artwork-guide {
    margin-top: 12px;
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-control);
    background: var(--cpm-surface, #ffffff);
    overflow: hidden;
  }

  .cpm-artwork-guide summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 56px;
    padding: 14px 50px 14px 16px;
    cursor: pointer;
    list-style: none;
  }

  .cpm-artwork-guide summary::-webkit-details-marker {
    display: none;
  }

  .cpm-artwork-guide summary::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
  }

  .cpm-artwork-guide[open] summary::after {
    content: '-';
  }

  .cpm-artwork-guide summary span,
  .cpm-artwork-guide summary small {
    display: block;
    line-height: 1.1;
  }

  .cpm-artwork-guide summary span {
    color: var(--cpm-text, #5a3340);
    font-size: 15px;
    font-weight: 900;
  }

  .cpm-artwork-guide summary small {
    color: var(--cpm-muted, #8f7078);
    font-size: 12px;
    font-weight: 800;
  }

  .cpm-artwork-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 14px 14px;
  }

  .cpm-artwork-guide-grid > div {
    padding: 14px;
    border-radius: var(--cpm-radius-control);
    background: var(--cpm-soft, #ffe3ea);
  }

  .cpm-artwork-guide ul {
    margin: 9px 0 0;
    padding-left: 18px;
    color: var(--cpm-muted, #8f7078);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
  }

  .cpm-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .cpm-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 12px;
  }

  .cpm-field-grid .cpm-field {
    margin-top: 0;
  }

  .cpm-field span,
  .cpm-proof-choice legend,
  .cpm-qty span {
    color: var(--cpm-text, #5a3340);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .cpm-field input,
  .cpm-field select,
  .cpm-field textarea,
  .cpm-qty input {
    width: 100%;
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-control);
    background: var(--cpm-surface, #ffffff);
    color: var(--cpm-text, #5a3340);
    font: inherit;
    font-weight: 800;
  }

  .cpm-field input,
  .cpm-field select,
  .cpm-qty input {
    min-height: 48px;
    padding: 0 12px;
  }

  .cpm-field textarea {
    min-height: 112px;
    padding: 12px;
    resize: vertical;
  }

  .cpm-proof-choice {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    border: 0;
  }

  .cpm-proof-choice legend {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .cpm-proof-choice label {
    min-height: 54px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 900;
  }

  .cpm-actions {
    position: sticky;
    bottom: 16px;
    z-index: 3;
    display: flex;
    gap: 18px;
    align-items: end;
    padding: 12px;
    border-radius: var(--cpm-radius-card);
    background: color-mix(in srgb, var(--cpm-surface, #ffffff) 92%, transparent);
    border: 2px solid var(--cpm-border, #eadce0);
    backdrop-filter: blur(12px);
    max-width: 100%;
  }

  .cpm-qty {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 0 0 174px;
  }

  .cpm-qty-control {
    display: flex;
    align-items: center;
    height: 58px;
    overflow: hidden;
    border: 3px solid var(--cpm-border, #eadce0);
    border-radius: 999px;
    background: var(--cpm-surface, #ffffff);
  }

  .cpm-qty-btn {
    width: 50px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--cpm-text, #5a3340);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
  }

  .cpm-qty-btn:hover {
    background: var(--cpm-soft, #ffe3ea);
  }

  .cpm-qty input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 0;
    -moz-appearance: textfield;
    appearance: textfield;
  }

  .cpm-qty input::-webkit-inner-spin-button,
  .cpm-qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .cpm-atc,
  .cpm-secondary-cta {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--cpm-text, #5a3340);
    border-radius: 999px;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    box-shadow: 5px 6px 0 var(--cpm-shadow, #5a3340);
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
  }

  .cpm-atc {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 70px;
    border-width: 4px;
    box-shadow: 7px 8px 0 var(--cpm-shadow, #5a3340);
    font-size: clamp(22px, 2.4vw, 32px);
    text-transform: uppercase;
    white-space: normal;
    gap: 12px;
    text-align: center;
  }

  .cpm-atc-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .cpm-atc:hover:not(:disabled),
  .cpm-secondary-cta:hover {
    transform: translate(2px, 2px);
    box-shadow: 3px 4px 0 var(--cpm-shadow, #5a3340);
  }

  .cpm-atc:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
  }

  .cpm-atc.is-loading {
    pointer-events: none;
  }

  .cpm-form-message {
    min-height: 20px;
    margin: -6px 0 0;
    color: var(--cpm-muted, #8f7078);
    font-size: 13px;
    font-weight: 800;
  }

  .cpm-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .cpm-trust span {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--cpm-soft, #ffe3ea);
    color: var(--cpm-text, #5a3340);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }

  .cpm-how,
  .cpm-use-cases,
  .cpm-print-guide,
  .cpm-corporate-cta,
  .cpm-faq {
    margin-top: clamp(42px, 6vw, 72px);
  }

  .cpm-how {
    padding: clamp(22px, 3vw, 34px);
  }

  .cpm-section-head {
    max-width: 760px;
    margin-bottom: 20px;
  }

  .cpm-section-head h2,
  .cpm-corporate-cta h2 {
    font-size: clamp(32px, 3.8vw, 54px);
  }

  .cpm-how-grid,
  .cpm-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .cpm-how-grid > div {
    padding: 18px;
    border-radius: var(--cpm-radius-control);
    background: var(--cpm-soft, #ffe3ea);
  }

  .cpm-how-grid span {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    font-weight: 900;
  }

  .cpm-use-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cpm-use-card {
    padding: 22px;
    overflow: hidden;
  }

  .cpm-print-guide__image {
    overflow: hidden;
    border: 2px solid var(--cpm-border, #eadce0);
    border-radius: var(--cpm-radius-card);
    background: var(--cpm-surface, #fff);
    box-shadow: var(--cpm-hard-shadow);
  }
  .cpm-print-guide__image img { display: block; width: 100%; height: auto; }

  .cpm-use-image {
    width: calc(100% + 44px);
    max-width: none;
    height: 220px;
    margin: -22px -22px 18px;
    object-fit: cover;
  }

  .cpm-corporate-cta {
    padding: clamp(22px, 3vw, 34px);
    text-align: center;
  }

  .cpm-corporate-cta p {
    max-width: 760px;
    margin: 16px auto 0;
    color: var(--cpm-muted, #8f7078);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
  }

  .cpm-secondary-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 18px;
    padding: 0 22px;
    font-size: 17px;
  }

  .cpm-faq-list {
    display: grid;
    gap: 10px;
  }

  .cpm-faq-item {
    padding: 0;
    overflow: hidden;
    border-color: var(--cpm-text, #5a3340);
    box-shadow: var(--cpm-hard-shadow);
  }

  .cpm-faq-item summary {
    position: relative;
    cursor: pointer;
    padding: 22px 70px 22px 24px;
    color: var(--cpm-text, #5a3340);
    font-size: clamp(18px, 1.7vw, 24px);
    font-weight: 900;
    line-height: 1.08;
    list-style: none;
  }

  .cpm-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .cpm-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--cpm-text, #5a3340);
    border-radius: 50%;
    background: var(--cpm-accent, #ff7fa6);
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
  }

  .cpm-faq-item[open] summary::after {
    content: '-';
  }

  .cpm-faq-item div {
    padding: 0 24px 24px;
    color: var(--cpm-muted, #8f7078);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
  }

  @media (max-width: 1180px) {
    .cpm-hero { gap: 24px; }
    .cpm-thumb { width: 68px; height: 68px; flex-basis: 68px; }
  }

  @media (max-width: 899px) {
    .cpm {
      padding-left: 14px;
      padding-right: 14px;
      --cpm-radius-card: 22px;
      --cpm-radius-control: 18px;
      --cpm-hard-shadow: 4px 5px 0 var(--cpm-shadow, #5a3340);
      --cpm-soft-shadow: 2px 3px 0 color-mix(in srgb, var(--cpm-shadow, #5a3340) 36%, transparent);
    }

    .cpm-shell,
    .cpm-hero,
    .cpm-panel,
    .cpm-form,
    .cpm-step {
      width: 100%;
      max-width: 100%;
    }

    .cpm-hero { grid-template-columns: 1fr; gap: 10px; }
    .cpm-media-sticky { position: static; }
    .cpm-media-main { height: auto; min-height: 0; aspect-ratio: 1 / .92; }
    .cpm-thumbs {
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      padding-bottom: 6px;
      touch-action: pan-x pan-y;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .cpm-thumbs::-webkit-scrollbar { display: none; }

    .cpm-mobile-select {
      display: block;
      width: 100%;
      min-height: 56px;
      padding: 0 48px 0 16px;
      border: 2px solid var(--cpm-accent, #ff7fa6);
      border-radius: var(--cpm-radius-control);
      background-color: var(--cpm-surface, #fff);
      background-image: linear-gradient(45deg, transparent 50%, var(--cpm-text, #5a3340) 50%), linear-gradient(135deg, var(--cpm-text, #5a3340) 50%, transparent 50%);
      background-position: calc(100% - 21px) 50%, calc(100% - 14px) 50%;
      background-size: 8px 8px, 8px 8px;
      background-repeat: no-repeat;
      color: var(--cpm-text, #5a3340);
      font: 900 17px/1.2 'Caraque', 'Caraque Trial', sans-serif;
      -webkit-appearance: none;
      appearance: none;
    }

    .cpm-option-grid,
    .cpm-flavor-grid {
      display: none;
    }

    .cpm-panel {
      box-shadow: 4px 5px 0 var(--cpm-shadow, #5a3340);
    }

    .cpm-title {
      font-size: clamp(42px, 12vw, 58px);
      line-height: 0.95;
    }

    .cpm-subheading {
      font-size: 18px;
      line-height: 1.38;
    }

    .cpm-price {
      font-size: clamp(42px, 12vw, 58px);
    }

    .cpm-step-head {
      grid-template-columns: 42px minmax(0, 1fr);
      gap: 12px;
    }

    .cpm-step-number {
      width: 42px;
      height: 42px;
    }

    .cpm-step h2 {
      font-size: clamp(25px, 7.2vw, 34px);
    }

    .cpm-step p {
      font-size: 16px;
    }

    .cpm-proof-strip { display: none; }

    .cpm-how-grid {
      grid-template-columns: 1fr;
    }

    .cpm-use-grid {
      display: flex;
      width: calc(100% + 28px);
      margin-inline: -14px;
      padding: 4px 14px 14px;
      gap: 14px;
      overflow-x: auto;
      overscroll-behavior-x: auto;
      scroll-snap-type: none;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x pan-y;
      scrollbar-width: none;
    }
    .cpm-use-grid::-webkit-scrollbar { display: none; }
    .cpm-use-card { flex: 0 0 min(82vw, 340px); }

    .cpm-option-grid,
    .cpm-flavor-grid,
    .cpm-field-grid,
    .cpm-proof-choice,
    .cpm-trust {
      grid-template-columns: 1fr;
    }

    .cpm-artwork-guide-grid {
      grid-template-columns: 1fr;
    }

    .cpm-actions {
      bottom: 10px;
      align-items: stretch;
      gap: 12px;
      padding: 10px;
    }

    .cpm-qty {
      flex-basis: 150px;
    }

    .cpm-qty-control {
      height: 62px;
    }

    .cpm-atc {
      min-height: 62px;
      font-size: clamp(18px, 5vw, 26px);
    }
  }

  @media (max-width: 520px) {
    .cpm {
      padding: 18px 10px 56px;
    }

    .cpm-media-main {
      border-radius: 20px;
    }

    .cpm-panel,
    .cpm-how,
    .cpm-corporate-cta {
      padding: 16px;
    }

    .cpm-panel {
      border-radius: 22px;
    }

    .cpm-step {
      padding: 14px;
      border-radius: 20px;
    }

    .cpm-actions {
      position: static;
      flex-direction: column;
      margin-top: 4px;
      border-radius: 20px;
    }

    .cpm-qty {
      width: 100%;
      flex: 0 0 auto;
    }

    .cpm-qty-control {
      width: 100%;
      height: 60px;
    }

    .cpm-qty-btn {
      width: 64px;
    }

    .cpm-atc {
      width: 100%;
      min-height: 62px;
      font-size: 22px;
      box-shadow: 4px 5px 0 var(--cpm-shadow, #5a3340);
    }

    .cpm-atc-icon {
      width: 24px;
      height: 24px;
      flex-basis: 24px;
    }

    .cpm-faq-item summary {
      padding: 18px 58px 18px 18px;
    }

    .cpm-faq-item summary::after {
      right: 16px;
      width: 32px;
      height: 32px;
    }

    .cpm-trust span {
      min-height: 48px;
    }
  }
/* END_SECTION:custom-printed-marshmallows */

/* START_SECTION:wholesale-application (INDEX:140) */
.wa-section {
  --wa-shadow: #3b1f24;
  color: #6b4a50;
  font-family: 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wa-section * { box-sizing: border-box; }
.wa-eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--wa-pink, #c94b6e);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wa-eyebrow--light { color: #f8a0b7; }
.wa-support { background: var(--wa-deep, #5a3340); color: #f9dfe7; }
.wa-support__inner {
  display: grid;
  grid-template-columns: 1fr minmax(360px, .8fr);
  align-items: center;
  gap: clamp(48px, 8vw, 96px);
  padding-top: clamp(74px, 9vw, 120px);
  padding-bottom: clamp(76px, 9vw, 124px);
}
.wa-support h2, .wa-process h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 850 clamp(38px, 5vw, 64px)/1 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wa-support .rte, .wa-process__intro { max-width: 650px; font-size: 17px; font-weight: 620; line-height: 1.6; }
.wa-checks { display: grid; gap: 13px; margin-top: 28px; padding: 0; list-style: none; }
.wa-checks li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; font-weight: 700; line-height: 1.45; }
.wa-checks li span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--wa-pink, #c94b6e);
  color: #fff;
  font-size: 13px;
}
.wa-display {
  padding: 18px 18px 22px;
  border: 4px solid var(--wa-shadow);
  border-radius: 24px 24px 10px 10px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--wa-shadow);
  color: var(--wa-deep, #3b1f24);
  transform: rotate(1deg);
}
.wa-display__header {
  padding: 16px;
  border: 3px solid var(--wa-shadow);
  border-radius: 16px;
  background: var(--wa-pink, #c94b6e);
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: .9;
  text-align: center;
}
.wa-display__header small { display: block; margin-top: 8px; font-size: 11px; letter-spacing: .18em; }
.wa-display__shelf { padding: 15px 8px 8px; border-bottom: 5px solid var(--wa-shadow); }
.wa-display__packs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 5px; }
.wa-pack { aspect-ratio: .72; border: 2px solid var(--wa-shadow); border-radius: 5px 5px 2px 2px; }
.wa-pack--1 { background: #f6c0cf; }
.wa-pack--2 { background: #f4df93; }
.wa-pack--3 { background: #b9d7d0; }
.wa-display__shelf > span { display: block; padding-top: 5px; font-size: 9px; font-weight: 850; text-align: center; text-transform: uppercase; }
.wa-display > p { margin: 18px 0 0; font-size: 12px; font-weight: 800; text-align: center; }
.wa-display--photo {
  padding: 24px;
  transform: none;
  background: radial-gradient(circle at 50% 35%, #fff 0 18%, #fde8ee 48%, #f6c1d1 100%);
}
.wa-display__image, .wa-display__placeholder { display: block; width: 100%; height: auto; max-height: 680px; object-fit: contain; border-radius: 14px; }
.wa-display__placeholder { min-height: 420px; background: #f8edf1; color: #d9bec7; }
.wa-reviews { padding: clamp(76px, 9vw, 120px) 0; background: #f8a0b7; }
.wa-head { max-width: 820px; margin-bottom: 40px; }
.wa-head h2, .wa-apply h2 {
  margin: 0;
  color: var(--wa-deep, #3b1f24);
  font: 850 clamp(38px, 5vw, 64px)/1 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wa-review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.wa-review {
  margin: 0;
  padding: 26px;
  border: 3px solid var(--wa-shadow);
  border-radius: 22px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--wa-shadow);
}
.wa-stars { color: #e7a000; font-size: 20px; letter-spacing: 3px; }
.wa-review blockquote { margin: 14px 0 18px; color: var(--wa-deep, #3b1f24); font-size: 17px; font-weight: 700; line-height: 1.55; }
.wa-review figcaption { color: #8a6871; font-size: 13px; font-weight: 850; }
.wa-process { padding: clamp(76px, 9vw, 120px) 0; background: var(--wa-deep, #5a3340); color: #f9dfe7; }
.wa-process__inner { display: grid; grid-template-columns: 1fr minmax(340px, .7fr); gap: clamp(48px, 8vw, 90px); align-items: start; }
.wa-steps { display: grid; gap: 24px; margin: 34px 0 0; padding: 0; list-style: none; }
.wa-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.wa-steps li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid var(--wa-shadow);
  border-radius: 50%;
  background: var(--wa-pink, #c94b6e);
  box-shadow: 3px 3px 0 var(--wa-shadow);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.wa-steps h3 { margin: 0 0 6px; color: #fff; font-size: 21px; }
.wa-steps .rte { font-size: 15px; line-height: 1.5; }
.wa-tradepack {
  padding: 30px;
  border: 3px solid var(--wa-shadow);
  border-radius: 24px;
  background: var(--wa-cream, #fdf5e8);
  box-shadow: 8px 8px 0 var(--wa-shadow);
  color: #6b4a50;
}
.wa-tradepack h3 { margin: 0 0 18px; color: var(--wa-deep, #3b1f24); font-size: 28px; }
.wa-tradepack .rte ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.wa-tradepack .rte li { padding-bottom: 10px; border-bottom: 1px solid rgba(59,31,36,.14); font-weight: 700; }
.wa-tradepack > p { margin: 20px 0 0; font-size: 12px; font-weight: 700; line-height: 1.5; }
.wa-faq { padding-top: clamp(76px, 9vw, 120px); padding-bottom: clamp(76px, 9vw, 120px); }
.wa-faq .wa-head { margin-inline: auto; text-align: center; }
.wa-faq__items { max-width: 900px; margin-inline: auto; text-align: center; }
.wa-faq details { border-top: 2px solid rgba(59,31,36,.18); }
.wa-faq details:last-child { border-bottom: 2px solid rgba(59,31,36,.18); }
.wa-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px;
  color: var(--wa-deep, #3b1f24);
  cursor: pointer;
  font-size: 19px;
  font-weight: 850;
  list-style: none;
}
.wa-faq__question { display: block; width: 100%; padding-inline: 38px; text-align: center; }
.wa-faq summary > span:last-child { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); }
.wa-faq details[open] summary > span:last-child { transform: translateY(-50%) rotate(45deg); }
.wa-faq summary::-webkit-details-marker { display: none; }
.wa-faq summary span { font-size: 28px; transition: transform .2s; }
.wa-faq details .rte { max-width: 760px; margin-inline: auto; padding: 0 40px 24px; font-size: 16px; line-height: 1.6; text-align: center; }
.wa-apply { padding: clamp(76px, 9vw, 120px) 0; background: var(--wa-cream, #fdf5e8); }
.wa-apply__inner { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(520px, 1fr); gap: clamp(44px, 7vw, 84px); align-items: start; }
.wa-apply__copy > .rte { margin-top: 18px; font-size: 17px; line-height: 1.6; }
.wa-contact { margin-top: 28px; font-weight: 800; line-height: 1.6; }
.wa-form-card {
  padding: clamp(24px, 4vw, 38px);
  border: 4px solid var(--wa-shadow);
  border-radius: 28px;
  background: #fff;
  box-shadow: 9px 9px 0 var(--wa-shadow);
}
.wa-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }
.wa-field { display: grid; gap: 7px; margin: 0; padding: 0; border: 0; }
.wa-field--full { grid-column: 1 / -1; }
.wa-field label, .wa-field legend { color: var(--wa-deep, #3b1f24); font-size: 14px; font-weight: 850; }
.wa-field input, .wa-field select, .wa-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 2px solid rgba(59,31,36,.22);
  border-radius: 14px;
  background: #fff;
  color: var(--wa-deep, #3b1f24);
  font: inherit;
}
.wa-field textarea { min-height: 130px; resize: vertical; }
.wa-field input:focus, .wa-field select:focus, .wa-field textarea:focus { border-color: var(--wa-pink, #c94b6e); outline: 3px solid rgba(201,75,110,.16); }
.wa-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px; }
.wa-products label, .wa-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; font-weight: 700; line-height: 1.4; }
.wa-products input, .wa-consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--wa-pink, #c94b6e); }
.wa-consent { grid-column: 1 / -1; color: var(--wa-deep, #3b1f24); }
.wa-form-foot { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.wa-submit {
  min-height: 52px;
  padding: 0 28px;
  border: 3px solid var(--wa-shadow);
  border-radius: 100px;
  background: var(--wa-pink, #c94b6e);
  box-shadow: 5px 5px 0 var(--wa-shadow);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
}
.wa-submit:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--wa-shadow); }
.wa-form-foot > span { color: #8a6871; font-size: 12px; font-weight: 800; }
.wa-form-message { padding: 24px; border-radius: 18px; }
.wa-form-message h3 { margin: 0 0 10px; color: var(--wa-deep, #3b1f24); font-size: 28px; }
.wa-form-message p { margin: 0; }
.wa-form-message--success { background: #eef8ef; border: 2px solid #76a779; }
.wa-form-message--error { background: #fff0f0; border: 2px solid #bd5f5f; }
@media (max-width: 899px) {
  .wa-support__inner, .wa-process__inner, .wa-apply__inner { grid-template-columns: 1fr; }
  .wa-display { max-width: 520px; }
  .wa-apply__inner { gap: 38px; }
}
@media (max-width: 639px) {
  .wa-support__inner, .wa-reviews .container, .wa-process__inner, .wa-faq, .wa-apply__inner { padding-inline: 20px; }
  .wa-review-grid, .wa-form-grid, .wa-products { grid-template-columns: 1fr; }
  .wa-field--full, .wa-consent { grid-column: 1; }
  .wa-review { padding: 22px; }
  .wa-form-card { padding: 22px; border-radius: 22px; }
}
/* END_SECTION:wholesale-application */

/* START_SECTION:wholesale-hero (INDEX:141) */
.wh-hero {
  --wh-shadow: #3b1f24;
  background: var(--wh-cream, #fdf5e8);
  color: #6b4a50;
  font-family: 'Caraque Trial', 'Caraque', system-ui, sans-serif;
  overflow: hidden;
}
.wh-hero * { box-sizing: border-box; }
.wh-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 56px;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(64px, 8vw, 104px);
}
.wh-eyebrow {
  display: inline-flex;
  margin: 0 0 20px;
  padding: 9px 18px;
  border: 3px solid var(--wh-shadow);
  border-radius: 100px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--wh-shadow);
  color: var(--wh-pink, #c94b6e);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.wh-hero__heading {
  margin: 0 0 22px;
  color: var(--wh-deep, #3b1f24);
  font: 800 clamp(46px, 5.8vw, 78px)/.98 'Caraque Trial', 'Caraque', system-ui, sans-serif;
  letter-spacing: -.025em;
}
.wh-hero__heading span { color: var(--wh-pink, #c94b6e); }
.wh-hero__text {
  max-width: 620px;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 650;
  line-height: 1.6;
}
.wh-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 24px; }
.wh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 3px solid var(--wh-shadow);
  border-radius: 100px;
  box-shadow: 5px 5px 0 var(--wh-shadow);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .1s, box-shadow .1s;
}
.wh-button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--wh-shadow); }
.wh-button--primary { background: var(--wh-pink, #c94b6e); color: #fff; }
.wh-button--secondary { background: #fff; color: var(--wh-deep, #3b1f24); }
.wh-hero__stocked { max-width: 620px; font-size: 14px; font-weight: 650; line-height: 1.55; }
.wh-hero__media { position: relative; padding: 0 18px 24px 0; }
.wh-hero__frame {
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 4px solid var(--wh-shadow);
  border-radius: 28px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--wh-shadow);
}
.wh-hero__image { width: 100%; height: 100%; object-fit: cover; }
.wh-hero__badge {
  position: absolute;
  top: -32px;
  right: -10px;
  width: 132px;
  height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--wh-shadow);
  border-radius: 50%;
  background: var(--wh-pink, #c94b6e);
  box-shadow: 5px 5px 0 var(--wh-shadow);
  color: #fff;
  line-height: 1;
  text-align: center;
  transform: rotate(7deg);
}
.wh-hero__badge strong { font-size: 32px; }
.wh-hero__badge span { font-size: 14px; font-weight: 800; }
.wh-hero__badge small { margin-top: 7px; font-size: 11px; font-weight: 700; }
.wh-hero__secondary {
  position: absolute;
  right: -18px;
  bottom: -28px;
  width: 38%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 3px solid var(--wh-shadow);
  border-radius: 22px;
  background: #fff;
  box-shadow: 6px 6px 0 var(--wh-shadow);
  transform: rotate(3deg);
}
.wh-hero__secondary img { width: 100%; height: 100%; object-fit: cover; }
.wh-stockists { padding: 28px 0; border-block: 2px solid rgba(59,31,36,.14); background: #fff; }
.wh-stockists__label {
  margin: 0 0 14px;
  color: #896a72;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.wh-stockists__row { display: flex; flex-wrap: wrap; gap: 9px; }
.wh-stockists__row span {
  padding: 8px 14px;
  border: 2px solid rgba(59,31,36,.18);
  border-radius: 100px;
  background: var(--wh-cream, #fdf5e8);
  color: var(--wh-deep, #3b1f24);
  font-size: 13px;
  font-weight: 800;
}
.wh-opportunity { padding-top: clamp(70px, 8vw, 112px); padding-bottom: clamp(76px, 9vw, 124px); }
.wh-section-head { max-width: 840px; margin-bottom: 42px; }
.wh-section-head h2 {
  margin: 0 0 18px;
  color: var(--wh-deep, #3b1f24);
  font: 850 clamp(36px, 4.4vw, 62px)/1.02 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wh-section-head .rte { max-width: 720px; font-size: 17px; font-weight: 620; line-height: 1.6; }
.wh-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wh-stat-card {
  padding: 30px 26px;
  border: 3px solid var(--wh-shadow);
  border-radius: 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--wh-shadow);
}
.wh-stat-card > strong { display: block; margin-bottom: 12px; color: var(--wh-pink, #c94b6e); font-size: clamp(36px, 4vw, 54px); line-height: 1; }
.wh-stat-card h3 { margin: 0 0 12px; color: var(--wh-deep, #3b1f24); font-size: 23px; line-height: 1.1; }
.wh-stat-card .rte { font-size: 15px; line-height: 1.55; }
.wh-stat-card small { display: block; margin-top: 18px; color: #91727a; font-size: 12px; font-weight: 800; }
@media (max-width: 899px) {
  .wh-hero__inner { grid-template-columns: 1fr; gap: 52px; padding-inline: 20px; }
  .wh-hero__copy { max-width: 720px; }
  .wh-hero__media { max-width: 680px; }
  .wh-stats { grid-template-columns: 1fr; }
}
@media (max-width: 599px) {
  .wh-hero__inner { padding-top: 38px; }
  .wh-hero__heading { font-size: 44px; }
  .wh-actions { flex-direction: column; align-items: stretch; }
  .wh-hero__badge { top: -24px; right: -2px; width: 108px; height: 108px; }
  .wh-hero__badge strong { font-size: 26px; }
  .wh-hero__secondary { right: -2px; bottom: -22px; }
  .wh-stockists .container, .wh-opportunity { padding-inline: 20px; }
}
/* END_SECTION:wholesale-hero */

/* START_SECTION:wholesale-opportunity (INDEX:142) */
.wo-section { --wo-shadow:#3b1f24; background:var(--wo-cream,#fdf5e8); color:#6b4a50; font-family:'Caraque Trial','Caraque',system-ui,sans-serif; }
.wo-section * { box-sizing:border-box; }
.wo-inner { padding-top:clamp(70px,8vw,112px); padding-bottom:clamp(76px,9vw,124px); }
.wo-head { max-width:840px; margin-bottom:42px; }
.wo-head > p { display:inline-flex; margin:0 0 20px; padding:9px 18px; border:3px solid var(--wo-shadow); border-radius:100px; background:#fff; box-shadow:4px 4px 0 var(--wo-shadow); color:var(--wo-pink,#c94b6e); font-size:14px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.wo-head h2 { margin:0 0 18px; color:var(--wo-deep,#3b1f24); font:850 clamp(36px,4.4vw,62px)/1.02 'Caraque Trial','Caraque',system-ui,sans-serif; }
.wo-head .rte { max-width:720px; font-size:17px; font-weight:620; line-height:1.6; }
.wo-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.wo-card { padding:30px 26px; border:3px solid var(--wo-shadow); border-radius:24px; background:#fff; box-shadow:7px 7px 0 var(--wo-shadow); }
.wo-card > strong { display:block; margin-bottom:12px; color:var(--wo-pink,#c94b6e); font-size:clamp(36px,4vw,54px); line-height:1; }
.wo-card h3 { margin:0 0 12px; color:var(--wo-deep,#3b1f24); font-size:23px; line-height:1.1; }
.wo-card .rte { font-size:15px; line-height:1.55; }
.wo-card small { display:block; margin-top:18px; color:#91727a; font-size:12px; font-weight:800; }
@media(max-width:899px){.wo-stats{grid-template-columns:1fr}.wo-inner{padding-inline:20px}}
/* END_SECTION:wholesale-opportunity */

/* START_SECTION:wholesale-range (INDEX:143) */
.wr-section {
  --wr-shadow: #3b1f24;
  position: relative;
  overflow: hidden;
  background: var(--wr-bg, #f8a0b7);
  color: #6b4a50;
  font-family: 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wr-section * { box-sizing: border-box; }
.wr-wave { height: 48px; color: #fdf5e8; line-height: 0; }
.wr-wave svg { width: 100%; height: 100%; fill: currentColor; }
.wr-inner { padding-top: clamp(62px, 7vw, 96px); padding-bottom: clamp(76px, 9vw, 124px); }
.wr-head { max-width: 820px; margin-bottom: 32px; }
.wr-eyebrow, .wr-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--wr-deep, #3b1f24);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.wr-head h2 {
  margin: 0 0 18px;
  color: var(--wr-deep, #3b1f24);
  font: 850 clamp(38px, 5vw, 66px)/1 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wr-head .rte { max-width: 720px; font-size: 17px; font-weight: 650; line-height: 1.6; }
.wr-nav {
  display: flex;
  gap: 9px;
  margin: 0 0 34px;
  padding: 5px 5px 10px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.wr-nav::-webkit-scrollbar { display: none; }
.wr-nav__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 7px 14px 7px 8px;
  border: 2px solid rgba(59,31,36,.24);
  border-radius: 100px;
  background: rgba(255,255,255,.66);
  color: var(--wr-deep, #3b1f24);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
  text-decoration: none;
  scroll-snap-align: start;
  transition: background .15s, border-color .15s, transform .15s;
}
.wr-nav__link span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wr-deep, #3b1f24);
  color: #fff;
  font-size: 10px;
}
.wr-nav__link:hover,
.wr-nav__link.is-active {
  border-color: var(--wr-shadow);
  background: #fff;
  transform: translateY(-2px);
}
.wr-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  scroll-padding-inline: 20px;
}
.wr-product {
  flex: 0 1 calc((100% - 48px) / 3);
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 3px solid var(--wr-shadow);
  border-radius: 24px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--wr-shadow);
  scroll-margin-top: 24px;
  transition: transform .16s, box-shadow .16s;
}
.wr-product:hover,
.wr-product:target {
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 var(--wr-shadow);
}
.wr-product:target { outline: 4px solid rgba(255,255,255,.75); outline-offset: 5px; }
.wr-product__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  border-bottom: 3px solid var(--wr-shadow);
  background: var(--wr-bg, #f8a0b7);
}
.wr-product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.wr-product:hover .wr-product__media img { transform: scale(1.035); }
.wr-product__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 28px;
  background: linear-gradient(145deg, #fdf5e8, #d998aa);
  color: var(--wr-deep, #3b1f24);
  text-align: center;
}
.wr-product__placeholder span {
  padding: 9px 16px;
  border: 2px solid var(--wr-shadow);
  border-radius: 100px;
  background: rgba(255,255,255,.82);
  font-weight: 800;
}
.wr-product__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 20px 20px;
}
.wr-kicker {
  margin-bottom: 12px;
  padding: 6px 11px;
  border: 2px solid rgba(59,31,36,.18);
  border-radius: 100px;
  background: rgba(255,255,255,.5);
  color: var(--wr-accent, #c94b6e);
  letter-spacing: .08em;
}
.wr-product__copy h3 {
  margin: 0 0 11px;
  color: var(--wr-deep, #3b1f24);
  font: 850 clamp(25px, 2.5vw, 34px)/1.04 'Caraque Trial', 'Caraque', system-ui, sans-serif;
}
.wr-product__text { font-size: 14px; font-weight: 620; line-height: 1.55; }
.wr-product__text p { margin-block: 0; }
.wr-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.wr-pills span {
  padding: 6px 10px;
  border: 2px solid rgba(59,31,36,.22);
  border-radius: 100px;
  background: #fff;
  color: var(--wr-deep, #3b1f24);
  font-size: 11px;
  font-weight: 850;
}
@media (max-width: 1023px) {
  .wr-product { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 639px) {
  .wr-inner { padding-inline: 20px; }
  .wr-head { margin-bottom: 24px; }
  .wr-nav { margin-inline: -20px; margin-bottom: 24px; padding-inline: 20px; }
  .wr-products {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    margin-inline: -20px;
    padding: 5px 20px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .wr-products::-webkit-scrollbar { display: none; }
  .wr-product { flex: 0 0 min(82vw, 340px); scroll-snap-align: center; }
  .wr-product:hover { transform: none; box-shadow: 7px 7px 0 var(--wr-shadow); }
}
/* END_SECTION:wholesale-range */