/*
 *  Loyalty Banner
 *
 *  Version:
 *    1.0.0 - 2024/11/08
 */

.c-loyalty-banner__section.has-popup {
  z-index: 51;
}
.c-loyalty-banner__container::after {
  content: "";
  bottom: -4px;
  width: 5590px;
  height: 42px;
  background: transparent url("/cdn/shop/files/shape2-white-mobile.svg?v=1732256160") repeat-x left bottom;
  animation: slide 20s linear infinite;
  display: block;
  position: absolute;
}


/* Yotpo Custom Styling */
.c-loyalty-banner .yotpo-widget-my-rewards-widget {
  .yotpo-background {
    background-color: transparent !important;
    padding: 33px 18px 56px !important;
  }

  .yotpo-tile-box {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  :focus {
    box-shadow: none;
  }

  .yotpo-headline .yotpo-inner-text,
  .yotpo-description-points-balance .yotpo-inner-text,
  .yotpo-action-button,
  .yotpo-reward-steps-content .yotpo-reward-steps-title .yotpo-inner-text,
  .yotpo-reward-steps-content .yotpo-reward-steps-description .yotpo-inner-text,
  .yotpo-step-icons.yotpo-reward-steps-icon::before,
  .yotpo-grid-row-headers .yotpo-inner-text,
  .yotpo-grid-row .yotpo-inner-text,
  .yotpo-customized-text.no-rewards-text .yotpo-inner-text {
    font-family: 'MintGrotesk', sans-serif !important;
  }

  .yotpo-headline {
    margin-bottom: 12px;
  }

  .yotpo-headline .yotpo-inner-text {
    font-size: 21px !important;
    line-height: 32px;
    text-align: center;
    font-weight: 600 !important;
    letter-spacing: 0.25px;
  }

  .yotpo-reward-steps-content .yotpo-reward-steps-description .yotpo-inner-text { 
    color: #000 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    margin-top: 8px !important;
    text-align: center;
  }

  .yotpo-info {
    margin-bottom: 36px;
  }

  .yotpo-description-points-balance  .yotpo-inner-text,
  .yotpo-action-button {
    font-size: 14px !important;
    line-height: 22px;
    text-align: center;
    font-weight: 600 !important;
  }

  .yotpo-logged-in-view {
    padding: 0;
  }

  .yotpo-logged-in-view .yotpo-description {
    margin-bottom: 28px;
  }

  .yotpo-logged-in-view .yotpo-action-buttons-tile {
    margin-bottom: 6px;
  }

  .yotpo-action-button {
    padding: 9px 32px;
    height: auto;
    border: none !important;
    transition: transform .1s cubic-bezier(.215,.61,.355,1);
  }
  
  .yotpo-action-button.yotpo-primary-button.yotpo-widgets-shared-action-button:hover,
  .yotpo-action-button.yotpo-secondary-button.yotpo-widgets-shared-action-button:hover {
    transform: translate(var(--button-hover-left-size),var(--button-hover-top-size));
  }

  .yotpo-action-button.yotpo-primary-button.yotpo-widgets-shared-action-button:hover {
    background-color: #E3E829;
    color: #000;
  }

  .yotpo-action-button.yotpo-secondary-button.yotpo-widgets-shared-action-button:hover {
    background-color: rgba(229,163,255,1);
    color: #000;
  }

  .yotpo-reward-steps-list {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    column-gap: 12px;
    row-gap: 48px !important;
    flex-wrap: wrap;
  }

  .yotpo-reward-steps-item {
    counter-increment: custom-counter;
    flex-direction: column;
    width: auto;
    align-items: center;
    flex: 0 0 min(45%, 180px)
  }

  .yotpo-step-icons {
    margin-bottom: 0;
  }

  .yotpo-step-icons.yotpo-reward-steps-icon {
    position: relative;
    width: 68px;
  }

  .yotpo-custom-step-icon {
    width: 100%;
  }

  .yotpo-step-icons.yotpo-reward-steps-icon::before {
    content: counter(custom-counter);
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
  }

  .yotpo-reward-steps-content {
    margin-top: 16px;
    align-items: center;
  }

  .yotpo-reward-steps-content .yotpo-reward-steps-title .yotpo-inner-text {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 17px;
    text-align: center;
  }

  /* Rewards History */
  .yotpo-row-display {
    width: 100%;
  }

  .first-row-desktop {
    width: 66.33%;

    .row-action-column {
      width: 69.465%;
    }

    .row-date-column {
      width: 30.535%;
    }
  }

  .second-row-desktop {
    width: 33.67%;

    .row-points-column-wrapper {
      width: 43.987%;
    }

    .row-status-column {
      width: 56.013%;
    }
  }

  .third-row-desktop {
    display: none;
  }

  .yotpo-is-mobile .yotpo-grid-wrapper {
    width: 100%;
  }

  .yotpo-is-mobile .yotpo-close-button {
    top: 8px;
    right: 8px;
  }

  .yotpo-is-mobile .row-points-column .yotpo-inner-text {
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .third-row-mobile {
    display: none;
  }

  .yotpo-rewards-history-wrapper,
  .yotpo-close-btn-wrapper {
    max-width: 886px !important;
  }

  .yotpo-close-button {
    z-index: 5;
    top: -16px;
    right: -8px;
    background-color: #fff;
    padding: 10px;
    border-radius: 40px;

    .yotpo-close-icon {
      display: none;
    }
  }

  .yotpo-close-button::after {
    content: "";
    background: url(../assets/icon.plus.svg) no-repeat center;
    height: 20px;
    width: 20px;
    display: block;
  }

  .yotpo-is-mobile .yotpo-rewards-history .yotpo-row-display {
    height: 120px;
  }

  .yotpo-rewards-history {
    background-color: rgba(144, 99, 205, 1);
    border-radius: 32px;
    padding: 46px 48px;

    .yotpo-no-rewards-wrapper {
      top: 0;
    }

    .yotpo-rewards-history-title {
      display: none;
    }
    
    .yotpo-grid-row-headers .yotpo-row-display {
      background-color: #FFF !important;
    }
    
    .yotpo-grid-row-headers .yotpo-inner-text,
    .yotpo-grid-row .yotpo-inner-text,
    .yotpo-customized-text.no-rewards-text .yotpo-inner-text {
      color: #060100 !important;
      font-size: 14px !important;
      line-height: 22px;
      font-weight: 600 !important;
    }

    .yotpo-shadow-gap-desktop {
      display: none;
    }

    .yotpo-grid-row {
      margin-top: 16px;
    }

    .yotpo-row-display {
      background-color: #EEEFB3 !important;
      border-radius: 16px !important;
      height: 72px;
    }
  }
}

.c-loyalty-banner__heading {
  font-weight: 600;
  line-height: 32px;
  font-size: 21px;
  letter-spacing: 0.65px;
}

.c-loyalty-banner__text {
  font-weight: 600;
  max-width: min(80.29%, 329px);
  margin: 12px auto 0;
  letter-spacing: 0.2px;
}

.c-loyalty-banner__actions {
  margin: 28px auto 6px;
  column-gap: 8px;
}

.c-loyalty-banner__cta .push-btn-surface {
  padding: 9px 32px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.c-loyalty-banner__cta.is-secondary .push-btn-surface {
  background-color: #FFF;
  color: #000;
}

@media (min-width: 990px) {
  .c-loyalty-banner__container::after {
    height: 80px;
    background: transparent url("/cdn/shop/files/shape2-white.svg?v=1732255050") repeat-x left bottom;
  }
}
@media (min-width: 768px) {
  /* Yotpo Custom Styling */
  .c-loyalty-banner.yotpo-logged-in-view .yotpo-widget-my-rewards-widget .yotpo-background {
    padding-top: 80px !important;
    padding-bottom: 88px !important;

    .yotpo-action-buttons-tile {
      margin-bottom: 0;
    }
  }

  .c-loyalty-banner .yotpo-widget-my-rewards-widget {
    .yotpo-background {
      padding: 33px 18px 84px !important;
    }

    .yotpo-rewards-guide-tile-wrapper {
      max-width: 904px;
    }

    .yotpo-headline {
      margin-bottom: 40px;
    }

    .yotpo-headline .yotpo-inner-text {
      font-size: 54px !important;
      line-height: 64px;
      letter-spacing: 0.6px;
    }

    .yotpo-description-points-balance  .yotpo-inner-text,
    .yotpo-action-button {
      font-size: 18px !important;
      line-height: 28px;
    }

    .yotpo-logged-in-view {
      .yotpo-headline {
        margin-bottom: 21px;
      }

      .yotpo-description {
        margin-bottom: 36px;
      }

      .yotpo-action-buttons-tile {
        margin-bottom: 60px;
        column-gap: 15px;
      }
    }

    /* Steps */
    .yotpo-reward-steps-item {
      flex: 0 0 210px;
    }

    .yotpo-step-icons.yotpo-reward-steps-icon {
      width: 103px;
    }

    .yotpo-step-icons.yotpo-reward-steps-icon::before {
      font-size: 36px;
      line-height: 46px;
    }

    .yotpo-reward-steps-content {
      margin-top: 24px;
    }

    .yotpo-reward-steps-content .yotpo-reward-steps-title .yotpo-inner-text {
      font-size: 27px !important;
      line-height: 32px;
    }
    
    .yotpo-reward-steps-content .yotpo-reward-steps-description .yotpo-inner-text {
      font-size: 16px !important;
      line-height: 19px !important;
    }

    .yotpo-reward-steps-list { 
      gap: 84px;
    }
  }

  .c-loyalty-banner__heading {
    line-height: 64px;
    font-size: 54px;
    letter-spacing: 0.6px;
  }

  .c-loyalty-banner__text {
    margin-top: 21px;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.06px;
  }
  
  .c-loyalty-banner__actions {
    margin-top: 32px;
    margin-bottom: 74px;
    column-gap: 10px;
  }

  .c-loyalty-banner__cta .push-btn-surface {
    font-size: 18px;
    line-height: 28px;
  }
}