/** Shopify CDN: Minification failed

Line 177:0 All "@import" rules must come first
Line 493:0 All "@import" rules must come first
Line 683:0 All "@import" rules must come first
Line 886:0 All "@import" rules must come first
Line 1063:2 All "@import" rules must come first
Line 1328:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:affiliate-faq (INDEX:0) */
/* ============================================================
   FAQ SECTION — scoped with faq-section prefix
============================================================ */

.faq-section {
  background: #FEFAF7;
  width: 100%;
  padding: 80px 40px 100px;
  font-family: 'CircularStd', Arial, sans-serif;
}

.faq-section__inner {
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Title ── */
.faq-section__title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.1;
  color: #313547;
  text-align: center;
  margin: 0 0 60px 0;
}

.faq-section__title--highlight {
  background: #AEBAE8;
  color: #313547;
  padding: 2px 8px;
  display: inline;
}

/* ── FAQ List ── */
.faq-section__list {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ── Each FAQ item ── */
.faq-section__item:not(:first-child) {
  border-top: 1px solid #D1D5E0;
}

.faq-section__item:last-child {
  border-bottom: 1px solid #D1D5E0;
}

/* ── Question button ── */
.faq-section__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq-section__question-text {
  font-family: 'CircularStd', Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #313547;
}
body.template-page-affiliate footer{
    background: #4F5367;
}

/* ── Chevron icon ──
   Default (closed): points DOWN ↓  → rotate(0deg)
   Active (open):    points RIGHT → → rotate(-90deg)
── */
.faq-section__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-section__icon svg {
  width: 18px;
  height: 18px;
  stroke: #313547;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Open state: rotate chevron to point RIGHT → */
.faq-section__item.is-open .faq-section__icon {
  transform: rotate(-90deg);
}

/* ── Answer ── */
.faq-section__answer {
  font-family: 'CircularStd', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #7D849B;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
}

.faq-section__answer a {
  color: #4F5367;
  text-decoration: underline;
}
.faq-section__answer p{
    margin: unset;
    font-size: 22px;
}

/* Open state */
.faq-section__item.is-open .faq-section__answer {
  max-height: 600px;
  padding-bottom: 24px;
}

/* ============================================================
   RESPONSIVE — Tablet (≤ 768px)
============================================================ */
@media screen and (max-width: 768px) {
  .faq-section                 { padding: 60px 24px 80px; }
  .faq-section__title          { font-size: 38px; margin-bottom: 44px; }
  .faq-section__question-text  { font-size: 16px; }
  .faq-section__answer         { font-size: 15px; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .faq-section__title          { font-size: 30px; }
  .faq-section__question       { padding: 20px 0; }
  .faq-section__question-text  { font-size: 16px; }
  .faq-section__answer p{
    font-size: 16px;
  }
}
/* END_SECTION:affiliate-faq */

/* START_SECTION:affiliate-how-it-works (INDEX:1) */
/* ============================================================
   HOW IT WORKS — scoped with hiw-section prefix
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');

.hiw-section-wrapper{
  position: relative;
  margin-top: -7%;
}

.hiw-section {
  background: #FEFAF7;
  width: 100%;
  padding: 0px 40px 0;
  font-family: Arial, sans-serif;
}

.hiw-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ── Title ── */
.hiw-section__title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.1;
  color: #313547;
  text-align: center;
  margin: 0 0 80px 0;
}

.hiw-section__title--highlight {
  background: #AEBAE8;
  color: #313547;
  padding: 2px 7px;
  display: inline;
}

/* ── Steps row ── */
.hiw-section__steps {
  display: flex;
  align-items: center;     /* vertically center arrows with icon tops */
  justify-content: center;
  width: 100%;
}

/* ── Each step ── */
.hiw-section__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  align-self: flex-start;  /* steps align to top, arrows stay centered */
}

/* ── Arrow container between steps ── */
.hiw-section__arrow {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

/* Desktop arrow — visible by default */
.hiw-section__arrow--desktop {
  display: block;
  width: 200px;
  height: auto;
  object-fit: contain;
}

/* Mobile arrow — hidden on desktop */
.hiw-section__arrow--mobile {
  display: none;
  width: 40px;
  height: auto;
  object-fit: contain;
}

/* ── Icon ── */
.hiw-section__icon-wrap {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.hiw-section__icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

/* ── Step title ── */
.hiw-section__step-title {
  font-family: 'CircularStd';
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #313547;
  margin: 0 0 14px 0;
}

/* ── Step body ── */
.hiw-section__step-body {
  font-family: 'CircularStd';
  font-size: 16px;
  line-height: 1.6;
  color: #797a85;
  font-weight: 400;
  max-width: 260px;
  margin: 0;
}

/* ── Bottom product image ── */
.hiw-section__products {
  width: 100%;
  margin-top: 72px;
  display: flex;
  justify-content: center;
}

.hiw-section__products-img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  object-fit: contain;
}

/* ============================================================
   RESPONSIVE — Tablet (≤ 900px)
============================================================ */
@media screen and (max-width: 900px) {
  .hiw-section        { padding: 60px 28px 0; }
  .hiw-section__title { font-size: 40px; margin-bottom: 56px; }

  .hiw-section__arrow--desktop { width: 80px; }

  .hiw-section__step-title { font-size: 22px; }
  .hiw-section__step-body  { font-size: 14px; }
  .hiw-section__products   { margin-top: 52px; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 640px)
   Steps stack vertically, swap to mobile (downward) arrow
============================================================ */
@media screen and (max-width: 640px) {
  .hiw-section        { padding: 52px 20px 0; }
  .hiw-section__title { font-size: 32px; margin-bottom: 44px; }

  /* Stack steps and arrows in a column */
  .hiw-section__steps {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .hiw-section__step {
    padding: 0 20px;
    max-width: 320px;
    width: 100%;
    align-self: center;
  }

  /* Arrow: hide desktop, show mobile */
  .hiw-section__arrow {
    margin: 12px 0;
  }

  .hiw-section__arrow--desktop { display: none; }
  .hiw-section__arrow--mobile  { display: block; }

  .hiw-section__products     { margin-top: 48px; }
  .hiw-section__products-img { max-width: 100%; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .hiw-section__title      { font-size: 28px; }
  .hiw-section__step-title { font-size: 30px; }
  .hiw-section__step-body  { font-size: 14px; }
  .hiw-wave{ display: none;}
  .hiw-section__arrow--mobile{
    max-height: 128px;
  }
  
}
/* END_SECTION:affiliate-how-it-works */

/* START_SECTION:affiliate-ready-to-partner (INDEX:2) */
/* ============================================================
   READY TO PARTNER — scoped with rtp-section prefix
============================================================ */
.rtp-section-wrapper{
    position: relative;
    margin-top: -10%;
}

.rtp-section {
  background: #7d849b;
  width: 100%;
  padding: 0px 24px 60px;
  font-family: 'Circular Std', Arial, sans-serif;
}

.rtp-section__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

/* ── Title ── */
.rtp-section__title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 48px; 
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
}

.rtp-section__title--italic {
  /* font-style: italic; */
  color: #313547;
}

/* ── Subtitle ── */
.rtp-section__subtitle {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  font-family: 'CircularStd';
}

/* ── Button ── */
.rtp-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px;
  background: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #313547;
  text-decoration: none;
  cursor: pointer;
  margin-top: 8px;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  font-family: 'CircularStd';
}

.rtp-section__btn:hover { opacity: 0.88; }

/* ── Footer note ── */
.rtp-section__note {
  font-size: 16px;
  line-height: 1.5;
  color: #313547;
  font-weight: 400;
  margin: 4px 0 0 0;
  font-family: 'CircularStd';
}

.rtp-section__note a {
  color: #313547;
  text-decoration: unset;
}

.rtp-section__note a:hover { color: #ffffff; }

/* ============================================================
   RESPONSIVE — Tablet (≤ 768px)
============================================================ */
@media screen and (max-width: 768px) {
  .rtp-section            { padding: 60px 24px 48px; }
  .rtp-section__title     { font-size: 40px; }
  .rtp-section__subtitle  { font-size: 17px; }
  .rtp-section__btn       { font-size: 16px; padding: 14px 40px; }
  .rtp-section__note      { font-size: 13px; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .rtp-section__title    { font-size: 40px; }
  .rtp-section__subtitle { font-size: 15px; }
}
/* END_SECTION:affiliate-ready-to-partner */

/* START_SECTION:affiliate-what-we-give-you (INDEX:3) */
/* ============================================================
   WHAT WE'LL GIVE YOU — scoped with wwgy-section prefix
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');


.wwgy-section {
  background: #9AA6C5;
  width: 100%;
  overflow: hidden;
}

.wwgy-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 60px 0;
  gap: 40px;
}

/* ── Left content ── */
.wwgy-section__content {
  flex: 0 0 auto;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}

/* Title */
.wwgy-section__title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.05;
  margin: 0 0 20px 0;
}

.wwgy-section__title--white { color: #ffffff; }
.wwgy-section__title--dark  { color: #313547; }

/* Subtitle */
.wwgy-section__subtitle {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.56px;
  color: #ffffff;
  margin: 0 0 24px 0;
}

/* Checklist */
.wwgy-section__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 26px 0;
  padding: 0;
}

.wwgy-section__check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.wwgy-section__check-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  object-fit: contain;
  margin-top: 2px;
}

.wwgy-section__check-text {
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  font-family: 'CircularStd';
}

.wwgy-section__check-link {
  color: #3a3f5c;
  text-decoration: none;
}

.wwgy-section__check-link:hover {
  text-decoration: underline;
}

/* Closing paragraph */
.wwgy-section__closing {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  font-family: 'CircularStd';
}

/* ── Right image ── */
.wwgy-section__image-wrap {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.wwgy-section__product-img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
}

@media only screen and (max-width: 1280px){
  .wwgy-section__inner {
    padding: 60px 4rem;
  }
}
/* ============================================================
   RESPONSIVE — Tablet (≤ 1024px)
============================================================ */
@media screen and (max-width: 1024px) {
  .wwgy-section__inner {
    padding: 52px 40px 0 60px;
    gap: 24px;
  }
  .wwgy-section__title    { font-size: 36px; }
  .wwgy-section__subtitle { font-size: 22px; }
  .wwgy-section__check-text { font-size: 17px; }
  .wwgy-section__closing    { font-size: 17px; }
  .wwgy-section__product-img { max-width: 420px; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
============================================================ */
@media screen and (max-width: 767px) {
  .wwgy-section__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 0;
    gap: 32px;
  }

  .wwgy-section__content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .wwgy-section__title    { font-size: 30px; margin-bottom: 14px; }
  .wwgy-section__subtitle { font-size: 20px; margin-bottom: 18px; }
  .wwgy-section__check-text { font-size: 16px; }
  .wwgy-section__closing    { font-size: 16px; }
  .wwgy-section__check-icon { width: 24px; height: 24px; }

  .wwgy-section__image-wrap {
    width: 100%;
    justify-content: center;
  }

  .wwgy-section__product-img { max-width: 100%; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .wwgy-section__title    { font-size: 26px; }
  .wwgy-section__subtitle { font-size: 18px; }

  .wwgy-section__inner{
    padding: 44px 32px;
  }
  .wwgy-section__image-wrap{
    display: none;
  }
}
/* END_SECTION:affiliate-what-we-give-you */

/* START_SECTION:affiliate-where-they-shop (INDEX:4) */
/* ============================================================
   WHERE THEY TEND TO SHOP — scoped with wts-section prefix
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');

/* ── Section — 3 direct flex children: left | right | render ── */

#shopify-section-template--19987614138537__affiliate_where_they_shop_XN6YFT{
  background: #fefaf7;
}

.wts-section {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  background: #313547;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 574px;
  font-family: Arial, sans-serif;
  margin-bottom: 80px;
}

/* ── Left: heading + body ── */
.wts-section__left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 48px 0 52px;
}

.wts-section__heading {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.64px;
  color: #ffffff;
  margin: 0 0 28px 0;
  max-width: 544px;
}

.wts-section__body {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  max-width: 512px;
  margin: 0;
  font-family: 'CircularStd';
}

/* ── Render image ── */
.wts-section__render {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-left: 32px;
  pointer-events: none;
}

.wts-section__render-img {
  display: block;
  width: 100%;
  max-width: 470px;
  height: auto;
  object-fit: contain;
  object-position: bottom left;
}

/* ── Right: checklist ── */
.wts-section__right {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding: 48px 52px 48px 20px;
  margin-left: auto;
}

.wts-section__checklist {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.wts-section__check-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.wts-section__check-item:first-child { padding-top: 0; }
.wts-section__check-item:last-child  { border-bottom: none; padding-bottom: 0; }

.wts-section__check-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: contain;
}

.wts-section__check-text {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}


@media only screen and (max-width: 1280px){
  .wts-section{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
/* ============================================================
   RESPONSIVE — Tablet (≤ 1024px)
============================================================ */
@media screen and (max-width: 1024px) {
  .wts-section        { border-radius: 28px; min-height: unset;margin-left: 32px;margin-right: 32px; }
  .wts-section__left  { padding: 48px 32px 0 40px; flex: 0 0 48%; }
  .wts-section__right { padding: 40px 36px 40px 16px; flex: 0 0 52%; }
  .wts-section__render { width: 48%; }

  .wts-section__heading    { font-size: 26px; }
  .wts-section__body       { font-size: 18px; }
  .wts-section__check-text { font-size: 18px; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
   Order: 1) heading+body  2) checklist  3) render image
============================================================ */
@media screen and (max-width: 767px) {
  .wts-section {
    flex-direction: column;
    border-radius: 22px;
    min-height: unset;
    margin-left: 32px;
    margin-right: 32px;
  }

  /* 1 — Heading + body */
  .wts-section__left {
    flex: none;
    order: 1;
    padding: 44px 28px 28px 28px;
  }

  /* 2 — Checklist */
  .wts-section__right {
    flex: none;
    order: 2;
    padding: 0 28px 28px 28px;
    margin-left: 0;
  }

  /* 3 — Render image: back in normal flow, after checklist */
  .wts-section__render {
    position: static;
    order: 3;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: auto;
  }

  .wts-section__render-img  { max-width: 340px; }

  .wts-section__heading    { font-size: 24px; margin-bottom: 16px; }
  .wts-section__body       { font-size: 16px; }
  .wts-section__check-text { font-size: 16px; }
  .wts-section__check-icon { width: 26px; height: 26px; }
  .wts-section__check-item { gap: 14px; padding: 14px 0; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .wts-section__heading    { font-size: 22px; }
  .wts-section__body       { font-size: 15px; }
  .wts-section__check-text { font-size: 15px; }
}
/* END_SECTION:affiliate-where-they-shop */

/* START_SECTION:affiliate-who-were-looking-for (INDEX:5) */
/* ============================================================
   WHO WE'RE LOOKING FOR — scoped with wwlf-section prefix
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');

.wwlf-section {
  background: #313547;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: Arial, sans-serif;
}

/* Wave curve at the bottom */
/* .wwlf-section::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FEFAF7;
  border-radius: 50% 50% 0 0 / 80px 80px 0 0;
} */

.wwlf-section__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 80px 0rem 140px 0rem;
  position: relative;
  z-index: 1;
  max-width: 1280px;
}

/* ── Left image ── */
.wwlf-section__image-wrap {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wwlf-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 600px;
}

/* ── Right content ── */
.wwlf-section__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* Title */
.wwlf-section__title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 28px 0;
}

.wwlf-section__title--white { color: #ffffff; }
.wwlf-section__title--blue  { color: #AEBAE8; }

/* Body regular */
.wwlf-section__body {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 24px 0;
  max-width: 620px;
  font-family: 'CircularStd';
}

/* Body bold */
.wwlf-section__body--bold {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  margin: 0 0 36px 0;
  max-width: 620px;
  font-family: 'CircularStd';
}

/* Button */
.wwlf-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding: 14px 28px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

.wwlf-section__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}


@media only screen and (max-width: 1280px){
  .wwlf-section__inner{
    padding: 80px 4rem 140px 4rem;
  }
}
/* ============================================================
   RESPONSIVE — Tablet (≤ 1024px)
============================================================ */
@media screen and (max-width: 1024px) {
  .wwlf-section__inner {
    padding: 60px 48px 120px 48px;
    gap: 40px;
  }

  .wwlf-section__image-wrap { width: 300px; }

  .wwlf-section__title { font-size: 38px; }
  .wwlf-section__body,
  .wwlf-section__body--bold { font-size: 17px; max-width: 100%; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
============================================================ */
@media screen and (max-width: 767px) {
  .wwlf-section__inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 52px 32px 110px 32px;
    gap: 32px;
  }

  .wwlf-section__image-wrap {
    width: 100%;
    max-width: 300px;
  }

  .wwlf-section__title   { font-size: 32px; margin-bottom: 20px; }
  .wwlf-section__body,
  .wwlf-section__body--bold { font-size: 16px; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .wwlf-section__title { font-size: 28px; }
  .wwlf-section__body,
  .wwlf-section__body--bold { font-size: 15px; }
  .wwlf-section__btn{
    display: none;
  }
}
/* END_SECTION:affiliate-who-were-looking-for */

/* START_SECTION:the-program-affiliate (INDEX:71) */
/* ============================================================
     THE PROGRAM SECTION — scoped with .tp-section prefix
  ============================================================ */

  @import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');

  .tp-section {
    padding: 8% 0 0;
    background: #FEFAF7;
    font-family: Arial, sans-serif;
  }

  .tp-section__inner {
    position: relative;
    width: 100%;
    min-height: 804px;
    margin: 0 auto;
    background: #313547;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    max-width: 1280px;
    margin: 0 auto;
  }

  /* ── Left content ── */
  .tp-section__content {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    width: 50%;
    padding: 80px 0px 80px 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tp-section__main-title {
    font-family: 'Recoleta', Georgia, serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 24px 0;
  }

  .tp-section__sub-title {
    font-family: 'Recoleta', Georgia, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #AEBAE8;
    letter-spacing: 0.64px;
    margin: 0 0 36px 0;
  }

  .tp-section__features {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 44px;
  }

  .tp-section__feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .tp-section__feature-icon {
    width: 44px;
    height: 51px;
    flex-shrink: 0;
    object-fit: contain;
  }

  /* Fallback badge if no icon uploaded */
  .tp-section__feature-badge {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Recoleta', Georgia, serif;
    font-weight: 700;
    font-size: 18px;
  }

  .tp-section__feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 4px;
  }

  .tp-section__feature-title {
    font-family: 'Recoleta', Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
  }

  .tp-section__feature-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    font-family: 'CircularStd';
  }

  .tp-section__apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    background: #ffffff;
    border-radius: 47px;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.5;
    color: #313547;
    font-weight: 400;
    white-space: nowrap;
    transition: opacity 0.2s ease;
    border: none;
    cursor: pointer;
  }

  .tp-section__apply-btn:hover { opacity: 0.88; }

  /* ── Right image ── */
  .tp-section__image-wrap {
    flex: 1 1 auto;
    position: relative;
    overflow: visible;
    pointer-events: none;
  }

  .tp-section__product-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  /* CHANGE 2: Hide mobile image by default on desktop */
  .tp-section__product-image--mobile  { display: none; }
  .tp-section__product-image--desktop { display: block; }


  @media only screen and (max-width: 1280px){
    .tp-section{
      padding: 8% 4rem 0;
    }
  }

  /* ============================================================
     RESPONSIVE — Tablet  (≤ 1024px)
  ============================================================ */
  @media screen and (max-width: 1024px) {
    .tp-section__inner {
      min-height: unset;
    }

    .tp-section__content {
      width: 58%;
      padding: 60px 40px 60px 60px;
    }

    .tp-section__main-title  { font-size: 52px; }
    .tp-section__sub-title   { font-size: 26px; }
    .tp-section__feature-title { font-size: 20px; }
    .tp-section__feature-body  { font-size: 15px; }

    .tp-section__product-image {
      width: 100%;
      height: 710px;
      right: -40px;
      top: -40px;
    }
  }

  /* ============================================================
     RESPONSIVE — Mobile  (≤ 767px)
  ============================================================ */
  @media screen and (max-width: 767px) {
    .tp-section { padding: 32px; }

    .tp-section__inner {
      flex-direction: column-reverse;
      min-height: unset;
      border-radius: 24px;
    }

    .tp-section__content {
      width: 100%;
      padding: 48px 28px 32px 28px;
      order: 2;
    }

    .tp-section__main-title  { font-size: 40px; margin-bottom: 16px; }
    .tp-section__sub-title   { font-size: 22px; margin-bottom: 24px; }
    .tp-section__features    { gap: 20px; margin-bottom: 32px; }
    .tp-section__feature-title { font-size: 18px; }
    .tp-section__feature-body  { font-size: 14px; }

    .tp-section__image-wrap {
      order: 1;
      width: 100%;
      height: 280px;
      overflow: hidden;
      position: relative;
    }

    .tp-section__product-image {
      position: absolute;
      right: -20px;
      top: -30px;
      width: 420px;
      height: 500px;
      object-fit: cover;
    }

    /* CHANGE 2 cont: Swap images at mobile breakpoint */
    .tp-section__product-image--desktop { display: none; }
    .tp-section__product-image--mobile  { display: block; }

    .tp-section__apply-btn {
      width: 134px;
      padding: 15px 36px;
      align-self: center;
    }
  }

  /* ============================================================
     RESPONSIVE — Small Mobile  (≤ 480px)
  ============================================================ */
  @media screen and (max-width: 480px) {
    .tp-section__main-title  { font-size: 32px; }
    .tp-section__sub-title   { font-size: 18px; }

    .tp-section__image-wrap  { height: 280px; }

    .tp-section__product-image {
      width: 100%;
      height: 100%;
      right: 0px;
      top: 0px;
    }
  }
/* END_SECTION:the-program-affiliate */

/* START_SECTION:who-buy-affiliate (INDEX:73) */
/* ============================================================
   WHO BUYS SECTION — scoped with .wb-section prefix
============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Recoleta:wght@700&display=swap');

.wb-section {
  background: #FEFAF7;
  padding: 80px 7rem;
  font-family: Arial, sans-serif;
}

.wb-section__container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ── Header ── */
.wb-section__header {
  margin-bottom: 32px;
}

.wb-section__logo {
  display: block;
  width: 233px;
  height: auto;
  margin-bottom: -8px;
}

.wb-section__main-title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #313547;
  margin: 0 0 24px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wb-section__sub-title {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #7D849B;
  letter-spacing: 0.64px;
  margin: 0 0 16px 0;
}

.wb-section__intro {
  font-size: 24px;
  line-height: 1.2;
  color: #313547;
  font-weight: 400;
  margin: 0;
  font-family: 'CircularStd';
}

/* ── Background Card ── */
.wb-section__card {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* background: #EEEEF6; */
}

.wb-section__card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* ── Items wrapper ── */
.wb-section__items {
  position: relative;
  z-index: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* ── Single item row ── */
.wb-section__item {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  padding: 30px 32px;
  background: #f2f0f1;
}

.wb-section__item:nth-child(1) {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}
.wb-section__item:nth-child(3) {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.wb-section__item:last-child {
  border-bottom: none;
}

/* Left column */
.wb-section__item-left {
  display: flex;
  flex-direction: column;
}

.wb-section__item-number {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 86.5px;
  line-height: 1;
  color: #B3B9D4;
  display: block;
  margin-bottom: 8px;
}

.wb-section__item-label {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #4F5367;
  letter-spacing: 0.64px;
  max-width: 413px;
  margin: 0;
}

/* Right column */
.wb-section__item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.wb-section__item-body {
  font-size: 24px;
  line-height: 1.2;
  color: #4F5367;
  font-weight: 400;
  margin: 0;
  max-width: 644px;
  margin-left: auto;
  font-family: 'CircularStd';
}

.wb-section__item-body strong,
.wb-section__item-body b {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
}

/* Quote pill */
.wb-section__quote-pill {
  background: #B3B9D4;
  border-radius: 11.55px;
  padding: 24px 28px;
  max-width: 644px;
  margin-left: auto;
}

.wb-section__quote-text {
  font-family: 'Recoleta', Georgia, serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #313547;
  margin: 0;
}

@media only screen and (max-width: 1280px){
  .wb-section {
    padding: 60px 4rem;
  }
}
/* ============================================================
   RESPONSIVE — Tablet (≤ 1024px)
============================================================ */
@media screen and (max-width: 1024px) {
  /* .wb-section { padding: 60px 28px; } */

  .wb-section__main-title  { font-size: 40px; }
  .wb-section__sub-title   { font-size: 26px; }
  .wb-section__intro       { font-size: 20px; }

  .wb-section__items { padding: 0; }

  .wb-section__item {
    grid-template-columns: 300px 1fr;
    gap: 28px;
    padding: 30px 32px;
  }

  .wb-section__item-number { font-size: 68px; }
  .wb-section__item-label  { font-size: 26px; }
  .wb-section__item-body   { font-size: 20px; }
  .wb-section__quote-text  { font-size: 20px; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤ 767px)
============================================================ */
@media screen and (max-width: 767px) {
  .wb-section { padding: 40px 32px; }

  .wb-section__main-title  { font-size: 32px; margin-bottom: 16px; }
  .wb-section__sub-title   { font-size: 20px; }
  .wb-section__intro       { font-size: 17px; }
  .wb-section__header      { margin-bottom: 32px; }
  .wb-section__logo{width: 204px; }

  .wb-section__card        { border-radius: 18px; }
  .wb-section__items       { padding: 0 0px 32px 0px; }

  .wb-section__item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 32px;
  }

  .wb-section__item-number { font-size: 56px; margin-bottom: 4px; }
  .wb-section__item-label  { font-size: 22px; max-width: 100%; }
  .wb-section__item-body   { font-size: 17px; }

  .wb-section__quote-pill  { padding: 18px 20px; }
  .wb-section__quote-text  { font-size: 17px; }
}

/* ============================================================
   RESPONSIVE — Small Mobile (≤ 480px)
============================================================ */
@media screen and (max-width: 480px) {
  .wb-section__main-title  { font-size: 40px; }
  .wb-section__sub-title   { font-size: 24px; }
  .wb-section__item-number { font-size: 48px; }
  .wb-section__item-label  { font-size: 24px; }
  .wb-section__item-body   { font-size: 16px; }
  .wb-section__quote-text  { font-size: 16px; }

  .wb-section{
    padding: 40px 0px;
  }
  .wb-section__header{
    padding-left: 32px;
    padding-right: 32px;
  }
  .wb-section__item, .wb-section__card{
    border-radius: unset!important;
  }
}
/* END_SECTION:who-buy-affiliate */