 /* Campaign Widget */

 .yotpo-widget-campaign-widget.yotpo-widget-override-css {
   .yotpo-container-headline {
     padding-bottom: 32px;
     text-transform: capitalize;
   }

   .flexified-wrapper {
     --flexified-padding: 8px !important;
   }

   .yotpo-title-text {
     text-transform: capitalize;
   }

   .yotpo-tile,
   .yotpo-overlay-tile {
     background-color: #D8DDE1 !important;
   }

   .yotpo-button-style:hover {
     background-color: var(---color-primary-hover) !important;

   }

   .yotpo-button-style {
     background-color: var(--primary) !important;
     border-radius: var(--radius) !important;
   }

   .yotpo-description-text {
     margin-top: 0 !important;
   }

   .yotpo-description-text:after {
     display: none;
   }

   .yotpo-description-text {
     color: #D75533 !important;
     text-transform: uppercase;
     font-family: var(---font-stack-body) !important;
   }

   .yotpo-tile {
     flex-direction: column-reverse;
     gap: 1rem;
     padding-bottom: 2rem !important;

   }

   .yotpo-headline-center-element {
     position: relative;
   }



   .yotpo-headline-center-element:after {
     content: 'earn points';
     position: absolute;
     font-size: .875rem;
     /* bottom: 1rem; */
     font-style: normal;
     font-weight: 400;
     line-height: 140%;
     text-decoration: underline;
     letter-spacing: 0.7px;
     text-transform: uppercase;
     top: 100%;
     margin-top: 1rem;
   }

   @media (min-width: 768px) {
     .yotpo-headline-center-element:after {
       /* bottom: 2rem; */

     }

     .yotpo-tile {
       gap: 2rem;
     }

   }
 }

 /* Rewards Widget */

 .yotpo-widget-my-rewards-widget.yotpo-widget-override-css {

   .yotpo-step-icon {
     height: 60px !important;
   }


   .yotpo-inner-text {
     text-transform: capitalize;
     font-family: var(---font-stack-body) !important;


   }

   .yotpo-reward-steps-title .yotpo-inner-text {
     font-family: var(---font-stack-body) !important;
     font-size: 1.5rem !important;
   }

   .yotpo-reward-steps-description .yotpo-inner-text {
     font-size: 1rem !important;
   }

   .yotpo-background {
     background: #f7ddd6;
   }
 }

 /* hero Widget */

 .yotpo-widget-hero-section.yotpo-widget-override-css {
   .yotpo-button-style {
     padding-left: 2.5rem;
     padding-right: 2.5rem;
     border-radius: var(--radius) !important;
   }

   .yotpo-action-button-text {
     text-transform: uppercase !important;
     letter-spacing: 0.7px;
     font-family: var(---font-stack-body) !important;
     font-size: .875rem;
   }

   .yotpo-title {
     font-family: var(---font-stack-heading) !important;
     font-style: normal;
     font-weight: 400 !important;
     line-height: 89%;
     margin-bottom: 1rem;
   }

   @media (min-width: 768px) {
     .yotpo-text-on-background {
       min-height: 65vh !important;
     }

     .yotpo-title {

       font-size: 100px !important;

     }
   }

   .yotpo-description {
     font-family: var(---font-stack-body) !important;

   }

   .yotpo-customer-logged-out-buttons {
     display: flex;
     flex-direction: column;
     gap: 1rem;
   }

   .yotpo-button-standard-size {
     width: auto !important;

   }
 }

 /* Referral Widget */

 .yotpo-widget-referral-widget.yotpo-widget-override-css {
   position: relative;

   .yotpo-header-text {
     font-family: var(---font-stack-body) !important;
     font-size: 18px !important;
     padding-bottom: 1rem;
     font-weight: 400 !important;

   }

   .yotpo-description-text,
   .yotpo-title-text,
   .yotpo-header-text {
     text-align: left;
     color: white !important;
   }

   .yotpo-tile {
     align-items: center;
   }

   .yotpo-button-style {
     text-align: center;
     border-radius: var(--radius);

     .yopto-widget-button-text {
       font-family: var(---font-stack-body) !important;
     }
   }

   .yotpo-tile {
     z-index: 10;
   }

   .yotpo-description-text {
     font-family: var(---font-stack-body) !important;
     font-size: 1rem !important;
     font-style: normal;
     font-weight: 400 !important;
     line-height: 140% !important;
   }

   .yotpo-share-button-icons svg path {
     fill: white;
   }

   .yotpo-tile-wrapper {
     /* position: absolute; */
     /* left: 0; */
     position: relative;
     z-index: 10;
   }


   .yotpo-screen-customer_email #yotpoReferralTitleText {
     max-width: 20ch;
   }

   .yotpo-right-align-image {
     width: 100% !important;
     max-width: 100% !important;
     inset: 0;
     position: absolute;
   }


   .yotpo-referral-widget-form {
     margin-top: 1.875rem;
   }

   .yotpo-action-button-widget.yotpo-customer-share-button,
   .yotpo-action-button-widget.yotpo-friends-share-button {
     margin-top: 0.5rem;
   }

   .yotpo-referral-widget-error-message,
   .yotpo-input-example {
     position: static !important;
     font-family: var(---font-stack-body) !important;
   }

   .yotpo-input-example {
     margin-top: 0.5rem;
   }

   .yotpo-input {
     border-radius: var(--radius);
     font-family: var(---font-stack-body) !important;
   }

   .yotpo-share-button-txt {
     color: white;
     font-family: var(---font-stack-body) !important;

   }

   .yotpo-button-style {
     border-radius: var(--radius) !important;
   }

   @media (min-width: 768px) {
     .yotpo-tile-wrapper {

       margin-left: 0;
     }

   }

 }
 /* Redemption Widget */

 .yotpo-widget-products-redemption.yotpo-widget-override-css {
   padding-top: 2rem;
   padding-bottom: 2rem;

   .yotpo-redemption-option-details-text {
     text-align: left;
     font-family: var(---font-stack-body) !important;

   }

   .yotpo-redemption-option-reward {
     font-family: var(---font-stack-body) !important;
     font-style: normal;
     font-weight: 400 !important;
     line-height: 140%;
   }

   .yotpo-redemption-option-cost {
     color: #D75533 !important;
     font-family: var(---font-stack-body) !important;
     font-style: normal;
     font-weight: 400 !important;
     line-height: 140%;
     /* 19.6px */
   }

   .yotpo-redemption-options-list {
     margin: 30px auto 0;
   }

   .yotpo-headline {
     font-family: var(---font-stack-heading) !important;
     font-weight: 500 !important;
   }

   .yotpo-button-style {
     text-decoration: underline;
     text-underline-offset: 4px;
     border: none !important;
     font-family: var(---font-stack-body) !important;
     font-weight: 400 !important;
     font-size: 14px !important;

   }
 }

 /* VIP Widget */

 .yotpo-vip-tiers-widget.yotpo-widget-override-css {

   .yotpo-vip-tier-container:nth-child(1) .yotpo-vip-tier.yotpo-desktop .yotpo-vip-tier-header:not(.yotpo-mobile) {
     background-color: #C5CDD2 !important;
   }

   .yotpo-vip-tier-container:nth-child(2) .yotpo-vip-tier.yotpo-desktop .yotpo-vip-tier-header:not(.yotpo-mobile) {
     background-color: #D3BD95 !important;
   }

   .yotpo-vip-tier-container:nth-child(3) .yotpo-vip-tier.yotpo-desktop .yotpo-vip-tier-header:not(.yotpo-mobile) {
     background-color: #4F100B !important;
   }

   .yotpo-vip-tier-container:nth-child(3) .yotpo-vip-tier.yotpo-desktop .yotpo-vip-tier-name {
     color: white !important;
   }

   .yotpo-vip-tier-threshold,
   .yotpo-vip-tier-threshold:after,
   .yotpo-vip-tier-threshold:before {
     font-family: var(---font-stack-body) !important;
   }

   .yotpo-vip-tier-name {
     font-family: var(---font-stack-body) !important;
     text-transform: uppercase;
     font-weight: 300 !important;
   }

   .yotpo-vip-tiers-mobile-wrapper .yotpo-vip-tier-container {
     margin-top: 0 !important;
   }
 }


 .faq__title {
   font-family: var(---font-alternate);
   font-size: 2.5rem;
   text-align: center;
 }