/** Shopify CDN: Minification failed

Line 374:1 Expected "}" to go with "{"

**/
.rewards_cel {
  --stars-width: 51px;
  --stars-height: 48px;
  --padding-inline: 80px;
  --heading-max-width: 520px;

  overflow: hidden;
}

.rewards_cel__wrapper {
  padding-block: var(--padding-inline);

  & .button_cel {
    @media screen and (width < 1280px) {
      --button-padding-block: 0.75rem;
      --button-padding-inline: 1.5rem;

      border-radius: 50px;
      flex: 0 0 auto;
      font-size: 18px;
      line-height: 21.6px;
      min-width: 200px;
      padding: 0 !important;
      width: fit-content !important;
    }

    & .button__content {
      @media screen and (width < 1280px) {
        align-items: center;
        column-gap: 0.75rem;
        display: flex;
        font-size: inherit;
        font-weight: var(--font-weight-700);
        height: auto;
        justify-content: center;
        line-height: inherit;
        min-height: auto;
        padding: var(--button-padding-block) 0;
        text-align: center;
        white-space: nowrap;
        width: 100%;
      }
    }

    &:hover {
      background-color: var(--color-seafoam);
    }
  }
}

.rewards_cel__wrapper--grid {
  @media screen and (width >=500px) and (width < 1280px) {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-inline: clamp(20px, 6vw, 80px) !important;
    text-align: center !important;
    width: 100%;
  }

  @media screen and (width >=1280px) {
    align-items: center;
    display: grid;
    gap: var(--gap-20);
    grid-template-columns: 58% 42%;
    padding-block: 0;
    padding-inline: var(--padding-inline);
  }

  & .rewards_cel__wrapper {
    @media screen and (width >=500px) and (width < 1280px) {
      align-items: center !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      margin-inline: auto !important;
      padding-inline: 0 !important;
      text-align: center !important;
      width: 100%;
    }

    @media screen and (width >=1280px) {
      padding-inline: 0;
    }
  }
}

.rewards_cel__wrapper--image-left {
  @media screen and (width >=1280px) {
    grid-template-columns: 42% 58%;
  }

  & .rewards_cel__wrapper {
    @media screen and (width >=1280px) {
      order: 2;
    }
  }
}

.rewards_cel__image {
  display: none;
  flex-direction: column;
  justify-content: flex-end;

  @media screen and (width >=1280px) {
    display: flex;
    height: 100%;
  }

  & img {
    display: block;
    height: auto;
    width: 100%;
  }
}

.rewards_cel__content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-30);
  width: 100%;

  @media screen and (width < 1280px) {
    align-items: center;
    margin-inline: auto;
    text-align: center;

    & .heading-with-stars_cel {
      margin-inline: auto;
      max-width: calc(100vw - 40px);
      text-align: center;
    }

    & .text-list_cel {
      justify-content: center;
      margin-inline: auto;
      max-width: 620px;
      text-align: center;
    }

    & .button_cel {
      align-self: center;
      margin-inline: auto;
    }
  }

  @media screen and (width >=500px) and (width < 1280px) {
    align-items: center !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 620px !important;
    text-align: center !important;
    width: 100%;
  }

  @media screen and (width >=1280px) {
    align-items: center;
    justify-content: center;
    max-width: var(--heading-max-width);
    padding-block: var(--padding-inline);
  }

  & .heading-with-stars_cel {
    max-width: var(--heading-max-width);
  }

  & .text-list_cel {
    justify-content: center;

    @media screen and (width >=1280px) {
      justify-content: center;
    }
  }

  & .star.heading-with-stars_cel__bottom {
    bottom: -60px;
    left: 0;

    @media screen and (width < 1280px) {
      bottom: auto;
      left: -6px;
      top: 58px;
    }

    @media screen and (width >=1280px) {
      bottom: 50px;
      left: -44px;
    }
  }

  & .star.heading-with-stars_cel__top {
    margin-left: var(--spacer-24);
    right: 0;
    top: -56px;

    @media screen and (width < 1280px) {
      right: -28px;
      top: -8px;
    }

    @media screen and (width >=1280px) {
      right: -64px;
      top: 0;
    }
  }
}

.rewards_cel__content--left {
  align-items: flex-start;
  text-align: left;

  @media screen and (width < 1280px) {
    align-items: center;
    text-align: center;
  }
}

.rewards_cel__content--center {
  align-items: center;
  text-align: center;
}

.rewards_cel__content--right {
  align-items: flex-end;
  text-align: right;

  @media screen and (width < 1280px) {
    align-items: center;
    text-align: center;
  }
}

@media screen and (width >=500px) and (width < 1280px) {

  .rewards_cel,
  .rewards_cel__wrapper,
  .rewards_cel__wrapper--grid,
  .rewards_cel__content,
  .rewards_cel__content--left,
  .rewards_cel__content--center,
  .rewards_cel__content--right {
    text-align: center !important;
  }

  .rewards_cel__wrapper {
    align-items: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    margin-inline: auto !important;
    width: 100%;
  }

  .rewards_cel__content,
  .rewards_cel__content--left,
  .rewards_cel__content--center,
  .rewards_cel__content--right {
    align-items: center !important;
    justify-content: center !important;
    margin-inline: auto !important;
    max-width: 620px !important;
    width: 100%;
  }

  .rewards_cel__content .heading-with-stars_cel,
  .rewards_cel__content .text-list_cel,
  .rewards_cel__content .button_cel {
    margin-inline: auto !important;
  }

  .rewards_cel__content .heading-with-stars_cel {
    max-width: min(var(--heading-max-width), calc(100vw - 40px)) !important;
    text-align: center !important;
  }

  .rewards_cel__content .text-list_cel {
    justify-content: center !important;
    max-width: 620px !important;
    text-align: center !important;
    width: 100%;
  }

  .rewards_cel__content .button_cel {
    align-self: center !important;
  }
}

.rewards_cel :is(h1, h2, h3, h4, h5, h6) {
  color: var(--rewards_cel-text-color);
}

.collection-reward_cel {
  .rewards_cel__content {
    padding-block: 40px;
  }
}


@media screen and (width <=1280px) {


  .rewards_cel__content {
    & .star.heading-with-stars_cel__top {
      @media screen and (width < 1280px) {
        right: -28px;
        top: -28px;
      }
    }
  }
}

@media screen and (width <=768px) {
  .rewards_cel__content .heading {
    max-width: 330px !important;
  }

  .rewards_cel__content {
    & .star.heading-with-stars_cel__top {
      right: -38px;
      top: -38px;

    }
  }
}

@media screen and (width <=400px) {


  .rewards_cel__content {
    & .star.heading-with-stars_cel__top {
    & .star.heading-with-stars_cel__top {
      right: -38px;
      top: -38px;

    }
  }
}

@media screen and (width <=400px) {


  .rewards_cel__content {
    & .star.heading-with-stars_cel__top {

      right: -28px;
      top: -38px;

    }

    .text-list_cel {
      .item {
        gap: 0px;
      }
    }
  }
}

@media screen and (width <=390px) {
  .rewards_cel__content {
    & .star.heading-with-stars_cel__top {
      right: -19px;
      top: -38px;

    }


  }
}