/*Redeem Section*/
.yotpo-widget-products-redemption-container {
    background-color: #eef2f1;
}
.yotpo-redemption-option-cost {
    color: #2375C6!important;
}
.yotpo-widget-products-redemption-container {
    background-image: url(https://cdn.shopify.com/s/files/1/3002/1936/files/Leaves-Rewards.png?v=1718993834);
    background-repeat:no-repeat;
    background-position: top 15px center!important;
    background-size: 400px 100px; /* Width Height */
}
.yotpo-widget-products-redemption-container:not(.yotpo-is-checkout) {
    padding: 160px 0!important;
}

.yotpo-vip-tiers-widget .yotpo-vip-tier.yotpo-mobile.yotpo-collapsed .yotpo-vip-tier-benefits {
  min-height: 0!important;
}

.yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-customer-share-button, .yotpo-widget-referral-widget .yotpo-action-button-widget.yotpo-friends-share-button {
    margin-top: 40px!important;
}




.yotpo-widget-hero-section .yotpo-text-on-background.yotpo-is-mobile{
    min-height: unset !important; 
}


.yotpo-logged-in-view .yotpo-customized-text.yotpo-headline .yotpo-inner-text{
  text-transform: uppercase !important;
  font-weight: bold !important;
}



@media(max-width: 1440px){

/*Reedem Section*/
  .yotpo-widget-products-redemption-container {
    background-position: 35rem 3rem;
  }
}


@media(max-width: 1024px){

/*Redeem Section*/
  .yotpo-widget-products-redemption-container {
    background-position: 22rem 3rem;
  }
}



@media(max-width: 768px){

/*Redeem Section*/
.yotpo-widget-products-redemption-container {
    background-position: 15rem 3rem;
  }
}



@media(max-width: 425px){

/*Redeem Section*/
  .yotpo-widget-products-redemption-container {
    background-position: 4rem 3rem;
  }
}



@media(max-width: 375px){

/*Redeem Section*/
  .yotpo-widget-products-redemption-container {
    background-position: 3rem 3rem;
  }
}



@media(max-width: 320px){

/*Redeem Section*/
  .yotpo-widget-products-redemption-container {
    background-position: 1rem 3rem;

  }
}

