/** Shopify CDN: Minification failed

Line 168:20 Unexpected "{"
Line 168:29 Expected ":"
Line 168:35 Unexpected ","
Line 169:20 Unexpected "{"
Line 169:29 Expected ":"
Line 173:20 Unexpected "{"
Line 173:29 Expected ":"
Line 556:22 Unexpected "{"
Line 556:31 Expected ":"
Line 732:22 Unexpected "{"
... and 3 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:guided-banner-v1 (INDEX:42) */
.guided-v1 {
    position: relative;
    padding-top: var(--guided-pt);
    padding-bottom: var(--guided-pb);
    overflow: hidden;
  }

  .guided-v1__bg {
    position: absolute;
    inset: 0;
    display: block;
  }

  .guided-v1__bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .guided-v1__bg-placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #333;
    display: block;
  }

  .guided-v1__overlay {
    position: absolute;
    inset: 0;
    background-color: var(--guided-overlay);
    opacity: var(--guided-overlay-opacity);
    pointer-events: none;
  }

  .guided-v1__container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: var(--guided-align);
  }

  .guided-v1__content {
    display: flex;
    flex-direction: column;
    align-items: var(--guided-align);
    text-align: center;
    gap: 4px;
    max-width: 900px;
  }

  .guided-v1__heading {
    color: var(--guided-text-color);
    font-family: var(--font-display);
    font-size: var(--guided-heading-size);
    font-weight: var(--weight-regular);
    line-height: 1.1;
    margin: 0;
    padding-bottom: 0;
  }
  
  .guided-v1__heading:first-of-type {
    padding-bottom: 18px;
  }

  .guided-v1__cta {
    margin-top: 32px;
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
  }

  @media (max-width: 1399px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size) * 0.85);
    }
  }

  @media (max-width: 1199px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size) * 0.75);
    }
  }

  @media (max-width: 990px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size) * 0.65);
      padding-bottom: 12px;
    }

    .guided-v1__cta {
      margin-top: 24px;
    }
  }

  @media (max-width: 749px) {
    .guided-v1__heading {
      font-size: var(--guided-heading-size-mobile);
      padding-bottom: 10px;
    }

    .guided-v1__content {
      max-width: 100%;
    }

    .guided-v1__cta {
      margin-top: 18px;
    }
  }

  @media (max-width: 449px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size-mobile) * 0.85);
    }
  }

  @media (min-width: 1600px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size) * 1.1);
    }
  }

  @media (min-width: 2000px) {
    .guided-v1__heading {
      font-size: calc(var(--guided-heading-size) * 1.2);
    }
  }
/* END_SECTION:guided-banner-v1 */

/* START_SECTION:ingredients-toc-v1 (INDEX:63) */
/* ── Section wrapper — overflow hidden prevents any child from escaping ── */
  .ing-v1 {
    background-color: var(--ing-section-bg);
    padding-top: var(--ing-pt);
    padding-bottom: var(--ing-pb);
    overflow-x: hidden;
    overflow-x: clip;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    isolation: isolate;
  }

  #shopify-section-{{ section.id }},
  #shopify-section-{{ section.id }} * {
    box-sizing: border-box;
  }

  #shopify-section-{{ section.id }} .ing-v1 .container {
    max-width: min(100%, var(--page-width, 1200px));
  }

  /* ── Intro ── */

  .ing-v1__intro {
    margin-bottom: 48px;
  }

  .ing-v1__intro-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .ing-v1__intro-heading {
    color: var(--ing-heading-color);
    font-family: var(--font-display);
    font-size: var(--ing-intro-heading-size);
    font-weight: var(--weight-regular);
    line-height: 1.2;
    margin: 0;
    flex-shrink: 0;
    max-width: 40%;
  }

  .ing-v1__intro-desc {
    color: var(--ing-text-color);
    font-size: 16px;
    line-height: 1.6;
    max-width: 620px;
  }

  .ing-v1__intro-desc p {
    margin: 0;
  }

  /* ── Body ── */

  .ing-v1__body {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    min-width: 0;
  }

  /* ── Sidebar nav ── */

  .ing-v1__nav-wrap {
    width: 190px;
    flex-shrink: 0;
    position: sticky;
    top: calc(var(--site-visible-header-height, 0px) + 24px);
    min-width: 0;
    align-self: flex-start;
    z-index: 3;
  }

  .ing-v1__nav-label {
    color: var(--ing-nav-text);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: var(--weight-regular);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 0 16px;
  }

  .ing-v1__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .ing-v1__nav-item {
    display: block;
  }

  .ing-v1__nav-btn {
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-left: 2px solid transparent;
    padding: 8px 12px;
    text-align: left;
    cursor: pointer;
    color: var(--ing-nav-text);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    transition: border-color 0.2s, background-color 0.2s, color 0.2s;
    overflow-wrap: anywhere;
  }

  .ing-v1__nav-btn.is-active,
  .ing-v1__nav-btn:hover {
    border-left-color: var(--ing-nav-border);
    background-color: var(--color-off-white, #fffef8);
    color: var(--ing-nav-active);
  }

  /* ── Content column ── */

  .ing-v1__content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 36px;
  }

  /* ── Ingredient card ── */

  .ing-v1__block {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: var(--ing-card-bg);
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px;
    overflow: hidden;
    scroll-margin-top: calc(var(--site-visible-header-height, 0px) + 24px);
    min-width: 0;
  }

  /* Image RIGHT default */
  .ing-v1__card-media {
    flex: 0 0 var(--ing-media-width, 30%);
    max-width: var(--ing-media-width, 30%);
    order: 1;
    min-width: 0;
  }

  /* Image LEFT */
  .ing-v1__block--img-left .ing-v1__card-media {
    order: -1;
  }

  .ing-v1__card-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 12px;
  }

  .ing-v1__card-media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-off-white, #fffef8);
    border-radius: 12px;
    min-height: 240px;
  }

  .ing-v1__img-placeholder {
    width: 100%;
    height: auto;
    opacity: 0.4;
  }

  .ing-v1__card-body {
    flex: 1;
    min-width: 0;
    order: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .ing-v1__card-title {
    color: var(--ing-heading-color);
    font-family: var(--font-display);
    font-size: var(--ing-card-title-size);
    font-weight: var(--weight-regular);
    line-height: 1.1;
    margin: 0;
    overflow-wrap: anywhere;
  }

  .ing-v1__card-desc {
    color: var(--ing-text-color);
    font-size: var(--ing-card-desc-size);
    line-height: 1.7;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .ing-v1__card-desc p {
    margin: 0;
  }

  /* ── Products ── */

  .ing-v1__products {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .ing-v1__products-label {
    color: var(--color-primary);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: var(--weight-regular);
    line-height: 1.4;
    margin: 0;
  }

  /* ── Carousel wrapper ── */

  .ing-v1__carousel {
    position: relative;
    /* Right padding = space for the single next arrow */
    padding-right: 48px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    contain: inline-size;
  }

  /* Track: overflow scroll, no snap (snap breaks silent loop reset) */
  .ing-v1__carousel-track {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    min-width: 0;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
  }

  .ing-v1__carousel-track::-webkit-scrollbar {
    display: none;
  }

  /* ── Product card — row: image left, name right ── */

  .ing-v1__product {
    flex: 0 0 220px;
    width: 220px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background-color: var(--ing-product-bg, #ffffff);
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box;
    transition: box-shadow 0.2s;
  }

  .ing-v1__product:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  /* Square image on the left */
  .ing-v1__product-img {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--color-off-white, #f8f4ed);
  }

  .ing-v1__product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }

  .ing-v1__product-placeholder {
    width: 100%;
    height: 100%;
    opacity: 0.3;
  }

  /* Name to the right of image */
  .ing-v1__product-name {
    color: var(--ing-product-name-color, var(--color-primary));
    font-size: 13px;
    font-weight: var(--weight-medium);
    line-height: 1.4;
    text-align: left;
    display: block;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* ── Single next-only arrow button ── */

  .ing-v1__carousel-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid var(--color-cream-dark, #c1bcb2);
    background-color: var(--color-white, #fff);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-primary);
    transition: background-color 0.2s;
    z-index: 2;
    flex-shrink: 0;
  }

  .ing-v1__carousel-btn:hover {
    background-color: var(--color-off-white, #fffef8);
  }

  /* ── 1400px ── */
  @media (max-width: 1399px) {
    .ing-v1__block {
      gap: 28px;
    }
  }

  /* ── 1200px ── */
  @media (max-width: 1199px) {
    .ing-v1__intro-inner {
      gap: 24px;
    }

    .ing-v1__intro-heading {
      font-size: calc(var(--ing-intro-heading-size) * 0.8);
    }

    .ing-v1__nav-wrap {
      width: 155px;
    }

    .ing-v1__nav-btn {
      font-size: 16px;
    }

    .ing-v1__body {
      gap: 28px;
    }

    .ing-v1__block {
      gap: 20px;
      padding: 22px;
    }

    .ing-v1__product {
      flex: 0 0 185px;
      width: 185px;
    }
  }

  /* ── 991px — nav goes horizontal, all blocks stacked and visible ── */
  @media (max-width: 990px) {
    #shopify-section-{{ section.id }} .ing-v1 .container {
      width: 100%;
      max-width: 100%;
      padding-left: max(16px, env(safe-area-inset-left));
      padding-right: max(16px, env(safe-area-inset-right));
    }

    .ing-v1__intro {
      margin-bottom: 24px;
    }

    .ing-v1__intro-inner {
      flex-direction: column;
      gap: 12px;
    }

    .ing-v1__intro-heading {
      max-width: 100%;
      font-size: var(--ing-intro-heading-size-mobile);
    }

    .ing-v1__intro-desc {
      font-size: 15px;
      max-width: 100%;
    }

    .ing-v1__body {
      flex-direction: column;
      gap: 16px;
      max-width: 100%;
      overflow: visible;
    }

    .ing-v1__nav-wrap {
      position: sticky;
      top: var(--site-visible-header-height, 0px);
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      background-color: var(--ing-section-bg);
      padding: 8px 0 0;
      z-index: 5;
    }

    .ing-v1__nav-label {
      display: none;
    }

    .ing-v1__nav-list {
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      gap: 0;
      scrollbar-width: none;
      -ms-overflow-style: none;
      border-bottom: 1px solid var(--color-cream-dark, #e8e2d9);
      max-width: 100%;
      overscroll-behavior-inline: contain;
      -webkit-overflow-scrolling: touch;
    }

    .ing-v1__nav-list::-webkit-scrollbar {
      display: none;
    }

    .ing-v1__nav-item {
      flex-shrink: 0;
    }

    .ing-v1__nav-btn {
      border-left: none;
      border-bottom: 2px solid transparent;
      margin-bottom: -1px;
      padding: 10px 16px;
      white-space: nowrap;
      font-size: 15px;
    }

    .ing-v1__nav-btn.is-active,
    .ing-v1__nav-btn:hover {
      border-left-color: transparent;
      border-bottom-color: var(--ing-nav-border);
      background-color: transparent;
    }

    /* Cards stay visible and stacked */
    .ing-v1__block {
      flex-direction: column;
      align-items: stretch;
      gap: 12px;
      padding: 16px;
      border-radius: 16px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      max-width: 100%;
      overflow: hidden;
    }

    .ing-v1__card-media {
      flex: none;
      width: 100%;
      max-width: 100%;
      order: -1;
    }

    .ing-v1__card-media img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 10px;
    }

    .ing-v1__card-media--placeholder {
      height: 180px;
      min-height: unset;
    }

    .ing-v1__card-body {
      width: 100%;
      max-width: 100%;
      min-width: 0;
      box-sizing: border-box;
      gap: 10px;
    }

    .ing-v1__card-title {
      font-size: var(--ing-card-title-size-mobile);
    }

    .ing-v1__card-desc {
      font-size: var(--ing-card-desc-size-mobile);
    }

    .ing-v1__content {
      gap: 24px;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
    }

    /* Carousel responsive for tablet */
    .ing-v1__carousel {
      padding-right: 40px;
      overflow: hidden;
    }

    .ing-v1__carousel-track {
      gap: 8px;
    }

    .ing-v1__product {
      flex: 0 0 clamp(150px, 42vw, 190px);
      width: clamp(150px, 42vw, 190px);
      padding: 8px;
      min-width: 0;
    }

    .ing-v1__product-img {
      width: 60px;
      height: 60px;
    }

    .ing-v1__product-name {
      font-size: 12px;
    }

    .ing-v1__carousel-btn {
      width: 30px;
      height: 30px;
      right: 2px;
    }
  }

  /* ── 750px — mobile card view, all visible ── */
  @media (max-width: 749px) {
    #shopify-section-{{ section.id }} .ing-v1 .container {
      padding-left: max(14px, env(safe-area-inset-left));
      padding-right: max(14px, env(safe-area-inset-right));
    }

    .ing-v1__content {
      gap: 20px;
    }

    /* Card: full width, stack vertically */
    .ing-v1__block {
      flex-direction: column;
      padding: 12px;
      gap: 10px;
      border-radius: 14px;
      align-items: stretch;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    /* Image always on top */
    .ing-v1__card-media,
    .ing-v1__block--img-left .ing-v1__card-media {
      flex: none;
      width: 100%;
      max-width: 100%;
      order: -1;
    }

    .ing-v1__card-media img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      border-radius: 10px;
    }

    .ing-v1__card-media--placeholder {
      height: 150px;
      min-height: unset;
      order: -1;
    }

    .ing-v1__card-body {
      order: 0;
      width: 100%;
      box-sizing: border-box;
      gap: 8px;
    }

    .ing-v1__card-title {
      font-size: var(--ing-card-title-size-mobile);
    }

    .ing-v1__card-desc {
      font-size: var(--ing-card-desc-size-mobile);
    }

    /* Carousel: properly sized for mobile */
    .ing-v1__carousel {
      padding-right: 36px;
      overflow: hidden;
    }

    .ing-v1__carousel-track {
      gap: 8px;
    }

    .ing-v1__product {
      flex: 0 0 clamp(136px, 72vw, 180px);
      width: clamp(136px, 72vw, 180px);
      padding: 6px;
    }

    .ing-v1__product-img {
      width: 52px;
      height: 52px;
    }

    .ing-v1__product-name {
      font-size: 11px;
    }

    .ing-v1__carousel-btn {
      width: 28px;
      height: 28px;
      right: 1px;
    }
  }

  /* ── 450px ── */
  @media (max-width: 449px) {
    #shopify-section-{{ section.id }} .ing-v1 .container {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }

    .ing-v1 {
      padding-top: calc(var(--ing-pt) * 0.7);
      padding-bottom: calc(var(--ing-pb) * 0.7);
    }

    .ing-v1__intro {
      margin-bottom: 16px;
    }

    .ing-v1__intro-heading {
      font-size: calc(var(--ing-intro-heading-size-mobile) * 0.85);
    }

    .ing-v1__intro-desc {
      font-size: 14px;
    }

    .ing-v1__nav-btn {
      font-size: 14px;
      padding: 6px 8px;
    }

    .ing-v1__content {
      gap: 16px;
    }

    .ing-v1__block {
      padding: 10px;
      gap: 8px;
      border-radius: 12px;
    }

    .ing-v1__card-media img {
      height: 220px;
    }

    .ing-v1__card-body {
      gap: 6px;
    }

    .ing-v1__card-title {
      font-size: calc(var(--ing-card-title-size-mobile) * 0.85);
    }

    .ing-v1__card-desc {
      font-size: calc(var(--ing-card-desc-size-mobile) - 1px);
    }

    .ing-v1__carousel {
      padding-right: 32px;
    }

    .ing-v1__product {
      flex: 0 0 min(160px, calc(100vw - 88px));
      width: min(160px, calc(100vw - 88px));
      padding: 5px;
    }

    .ing-v1__product-img {
      width: 48px;
      height: 48px;
    }

    .ing-v1__product-name {
      font-size: 10px;
    }

    .ing-v1__carousel-btn {
      width: 26px;
      height: 26px;
      right: 1px;
    }

    .ing-v1__products-label {
      font-size: 12px;
    }
  }

  /* ── 320px ── */
  @media (max-width: 319px) {
    .ing-v1 {
      padding-top: calc(var(--ing-pt) * 0.5);
      padding-bottom: calc(var(--ing-pb) * 0.5);
    }

    .ing-v1__intro {
      margin-bottom: 12px;
    }

    .ing-v1__intro-heading {
      font-size: calc(var(--ing-intro-heading-size-mobile) * 0.7);
    }

    .ing-v1__intro-desc {
      font-size: 13px;
      line-height: 1.5;
    }

    .ing-v1__nav-btn {
      font-size: 11px;
      padding: 5px 6px;
    }

    .ing-v1__content {
      gap: 14px;
    }

    .ing-v1__block {
      padding: 8px;
      gap: 6px;
    }

    .ing-v1__card-media img {
      height: 180px;
    }

    .ing-v1__card-body {
      gap: 4px;
    }

    .ing-v1__card-title {
      font-size: calc(var(--ing-card-title-size-mobile) * 0.7);
    }

    .ing-v1__card-desc {
      font-size: 11px;
      line-height: 1.4;
    }

    .ing-v1__carousel {
      padding-right: 30px;
    }

    .ing-v1__product {
      flex: 0 0 min(140px, calc(100vw - 76px));
      width: min(140px, calc(100vw - 76px));
      padding: 4px;
    }

    .ing-v1__product-img {
      width: 42px;
      height: 42px;
    }

    .ing-v1__product-name {
      font-size: 9px;
    }

    .ing-v1__carousel-btn {
      width: 24px;
      height: 24px;
      right: 0px;
    }
  }

  /* ── Wide ── */
  @media (min-width: 1600px) {
    .ing-v1__block {
      gap: 56px;
    }

    .ing-v1__product {
      flex: 0 0 230px;
      width: 230px;
    }

    .ing-v1__product-img {
      width: 80px;
      height: 80px;
    }
  }

  @media (min-width: 2000px) {
    .ing-v1__nav-wrap {
      width: 220px;
    }

    .ing-v1__block {
      gap: 72px;
      padding: 40px;
    }

    .ing-v1__product {
      flex: 0 0 250px;
      width: 250px;
    }

    .ing-v1__product-img {
      width: 88px;
      height: 88px;
    }
  }
/* END_SECTION:ingredients-toc-v1 */

/* START_SECTION:rewards-hero-v2 (INDEX:91) */
.rewards-hero {
    position: relative;
    display: flex;
    height: var(--hero-height);
  }

  .rewards-hero__media {
    position: absolute;
    inset: 0;
  }

  .rewards-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .rewards-hero__panel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--hero-panel-bg);
  }

  .rewards-hero__content {
    width: 100%;
    padding: 0 70px;
  }

  .rewards-hero__title {
    margin: 0;
    padding: 0 0 3px;
    color: var(--hero-title-color);
    font-family: var(--rewards-display);
    font-size: var(--hero-title-size);
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }

  .rewards-hero__text {
    color: var(--hero-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .rewards-hero__text p {
    margin: 0;
  }

  .rewards-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 24px 0 14px;
  }

  .rewards-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--button-color);
    border-radius: 4px;
    font-family: var(--rewards-body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
  }

  .rewards-hero__button:hover {
    opacity: 0.85;
  }

  .rewards-hero__button--filled {
    background-color: var(--button-color);
    color: var(--button-label-color);
  }

  .rewards-hero__button--outlined {
    background-color: transparent;
    color: var(--button-color);
  }

  @media screen and (min-width: 769px) {
    .rewards-hero__panel {
      width: var(--hero-panel-width);
      max-width: var(--hero-panel-width);
    }

    .rewards-hero--right {
      justify-content: flex-end;
    }
  }
/* END_SECTION:rewards-hero-v2 */

/* START_SECTION:rewards-redemption-v2 (INDEX:92) */
.rewards-redemption {
    padding: var(--redemption-padding-block) 20px;
    background-color: var(--redemption-bg);
    text-align: center;
  }

  .rewards-redemption__inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .rewards-redemption__intro {
    max-width: 720px;
    margin: 0 auto 30px;
  }

  .rewards-redemption__heading {
    margin: 0 0 8px;
    color: var(--redemption-heading-color);
    font-family: var(--rewards-display);
    font-size: var(--redemption-heading-size);
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }

  .rewards-redemption__text {
    max-width: 510px;
    margin: 0 auto;
    padding-top: 4px;
    color: var(--redemption-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .rewards-redemption__text p {
    margin: 0;
  }

  .rewards-redemption__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .rewards-redemption__option {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 247px;
    max-width: 100%;
    padding: 16px 22px;
    border: 1px solid var(--redemption-tile-border);
    border-radius: 8px;
  }

  .rewards-redemption__reward {
    color: var(--redemption-heading-color);
    font-family: var(--rewards-display);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
  }

  .rewards-redemption__cost {
    color: var(--redemption-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .rewards-redemption__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .rewards-redemption__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    max-width: 180px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--redemption-button-bg);
    border-radius: 4px;
    background-color: var(--redemption-button-bg);
    color: var(--redemption-button-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    transition: opacity 0.2s ease-in-out;
  }

  .rewards-redemption__button:hover {
    opacity: 0.85;
  }
/* END_SECTION:rewards-redemption-v2 */

/* START_SECTION:rewards-referral-v2 (INDEX:93) */
.rewards-referral {
    display: flex;
    flex-direction: column;
    min-height: var(--referral-min-height);
  }

  .rewards-referral__media {
    flex: 0 0 auto;
  }

  .rewards-referral__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
  }

  .rewards-referral__panel {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    background-color: var(--referral-bg);
  }

  .rewards-referral__content {
    width: 100%;
    max-width: 608px;
    text-align: center;
  }

  .rewards-referral__eyebrow {
    margin: 0;
    color: var(--referral-heading-color);
    font-family: var(--rewards-body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .rewards-referral__title {
    margin: 0;
    padding-top: 6px;
    color: var(--referral-heading-color);
    font-family: var(--rewards-display);
    font-size: var(--referral-title-size);
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
  }

  .rewards-referral__text {
    color: var(--referral-text-color);
    font-family: var(--rewards-body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
  }

  .rewards-referral__text p {
    margin: 0;
  }

  .rewards-referral__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 12px;
    margin-top: 32px;
  }

  .rewards-referral__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  /* Scoped one level deeper so it outranks the theme's input[type='email'] base rule. */
  .rewards-referral .rewards-referral__input {
    display: block;
    width: 330px;
    max-width: 100%;
    height: 40px;
    padding: 9px 14px;
    border: 1px solid var(--referral-input-border);
    border-radius: 4px;
    background-color: transparent;
    color: var(--color-text-primary);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
  }

  .rewards-referral__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    max-width: 210px;
    height: 40px;
    padding: 0 20px;
    border: 0;
    border-radius: 4px;
    background-color: var(--referral-button-bg);
    color: var(--referral-button-color);
    font-family: var(--rewards-body);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
  }

  .rewards-referral__button:hover {
    opacity: 0.85;
  }

  @media screen and (min-width: 769px) {
    .rewards-referral {
      flex-direction: row;
    }

    .rewards-referral--image-right {
      flex-direction: row-reverse;
    }

    .rewards-referral__media {
      flex: 0 0 50%;
    }

    .rewards-referral__image {
      min-height: 0;
      max-height: none;
    }

    .rewards-referral__panel {
      flex: 0 0 50%;
      padding: 83px 30px 0;
      align-items: flex-start;
    }
  }
/* END_SECTION:rewards-referral-v2 */

/* START_SECTION:rewards-steps-v2 (INDEX:94) */
.rewards-steps {
    padding: 0 20px;
    background-color: var(--steps-bg);
    text-align: center;
  }

  .rewards-steps__inner {
    max-width: 500px;
    margin: 0 auto;
    padding: var(--steps-padding-block) 0;
  }

  .rewards-steps__heading {
    max-width: 720px;
    margin: 0 auto 30px;
    color: var(--steps-heading-color);
    font-family: var(--rewards-display);
    font-size: var(--steps-heading-size);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .rewards-steps__list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rewards-steps__item {
    display: flex;
    flex: 0 1 188px;
    flex-direction: column;
    align-items: center;
  }

  .rewards-steps__icon {
    display: flex;
    align-items: flex-end;
    height: 44px;
    margin-bottom: 8px;
    color: var(--steps-icon-color);
  }

  .rewards-steps__icon svg,
  .rewards-steps__icon img {
    display: block;
    width: auto;
    height: 44px;
  }

  .rewards-steps__title {
    margin: 0;
    color: var(--steps-heading-color);
    font-family: var(--rewards-display);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: normal;
  }

  .rewards-steps__text {
    margin: 0;
    color: var(--steps-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }

  @media screen and (min-width: 769px) {
    .rewards-steps__inner {
      max-width: 960px;
    }

    .rewards-steps__list {
      gap: var(--steps-gap);
    }
  }
/* END_SECTION:rewards-steps-v2 */

/* START_SECTION:rewards-vip-tiers-v2 (INDEX:95) */
.rewards-tiers {
    padding: 0 20px;
    background-color: var(--tiers-bg);
  }

  .rewards-tiers__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--tiers-padding-block) 0;
  }

  .rewards-tiers__heading {
    margin: 0 0 32px;
    color: var(--tiers-heading-color);
    font-family: var(--rewards-display);
    font-size: var(--tiers-heading-size);
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  }

  .rewards-tiers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--tiers-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rewards-tiers__card {
    width: 286px;
    max-width: 100%;
    border: 1px solid var(--tiers-card-border);
    border-radius: 10px;
    background-color: var(--tiers-card-bg);
  }

  .rewards-tiers__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 22px 13px;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }

  .rewards-tiers__icon {
    margin-bottom: 4px;
    color: var(--tiers-icon-color);
  }

  .rewards-tiers__icon svg {
    display: block;
    width: 48px;
    height: auto;
  }

  .rewards-tiers__name {
    margin: 0;
    color: var(--tiers-heading-color);
    font-family: var(--rewards-display);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
  }

  .rewards-tiers__threshold {
    margin: 0;
    color: var(--tiers-heading-color);
    font-family: var(--rewards-display);
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
  }

  .rewards-tiers__benefits {
    margin: 0;
    padding: 18px 22px 28px;
    list-style: none;
  }

  .rewards-tiers__benefit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
  }

  .rewards-tiers__benefit:last-child {
    margin-bottom: 0;
  }

  .rewards-tiers__check {
    flex: 0 0 auto;
    margin-right: 8px;
    color: var(--tiers-icon-color);
  }

  .rewards-tiers__check svg {
    display: block;
    width: 14px;
    height: 21px;
  }

  .rewards-tiers__benefit-text {
    color: var(--tiers-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
  }
/* END_SECTION:rewards-vip-tiers-v2 */

/* START_SECTION:rewards-ways-to-earn-v2 (INDEX:96) */
.rewards-ways {
    padding: 0 20px;
    background-color: var(--ways-bg);
  }

  .rewards-ways__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--ways-padding-block) 0;
  }

  .rewards-ways__heading {
    margin: 0 0 32px;
    color: var(--ways-heading-color);
    font-family: var(--rewards-display);
    font-size: var(--ways-heading-size);
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
  }

  .rewards-ways__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--ways-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .rewards-ways__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: var(--ways-tile-width);
    max-width: 100%;
    height: var(--ways-tile-height);
    padding: 0 10px;
    border: 1px solid var(--ways-tile-border);
    border-radius: 10px;
    background-color: var(--ways-tile-bg);
    text-align: center;
  }

  .rewards-ways__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: var(--ways-heading-color);
  }

  .rewards-ways__icon svg,
  .rewards-ways__icon img {
    display: block;
    width: 48px;
    height: 48px;
  }

  .rewards-ways__title {
    margin: 0;
    color: var(--ways-heading-color);
    font-family: var(--rewards-display);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
  }

  .rewards-ways__text {
    margin: 0;
    color: var(--ways-text-color);
    font-family: var(--rewards-body);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }
/* END_SECTION:rewards-ways-to-earn-v2 */