.yotpo-coupons-redemption-widget{position: relative;}

.yotpo-coupons-redemption-widget .yotpo-redemption-options-list {
    margin: 25px auto 0!important;
}

.yotpo-coupons-redemption-widget .yotpo-login-button {
    margin-top: 10px!important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-item {
    margin-bottom: 30px!important;
}

.yotpo-coupons-redemption-widget:before{
position: absolute;
max-width: 100%;
height: 100%;
width: 50%;
content: "";
background: url(https://cdn.shopify.com/s/files/1/0215/9253/9208/files/Rewards-Page-Banner_1920X1090_3.jpg?v=1663581277) no-repeat center/cover;
left: 0;
top: 0;
background-position-x: 68%;
}

.yotpo-coupons-redemption-widget .yotpo-content-container{max-width: 100%!important;}
.yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container {
    width: 50%!important;
    margin: 0 0 0 auto!important;
    padding: 40px 0!important;
    min-height: 500px!important;
      display: flex;
    flex-direction: column;
    justify-content: center;
}

.yotpo-coupons-redemption-widget .yotpo-message-display-area {
    margin-top: 10px!important;
    height: auto!important;
}

.yotpo-coupons-redemption-widget .yotpo-points-balance {
    padding-bottom: 5px !important;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-options-list {
    margin-top: 25px!important;
}

.yotpo-coupons-redemption-widget .yotpo-action-button-widget .yotpo-button-style:disabled{
 background: lightgrey!important;
 color: #444444!important;
}

@media (max-width: 1024px){

.yotpo-coupons-redemption-widget .yotpo-coupons-redemption-widget-container {
    width: 100%!important;
    padding: 40px 0!important;
    margin: 0 auto!important;
    min-height: 0!important;
}

.yotpo-coupons-redemption-widget:before {
      width: 100%!important;
    position: relative!important;
    max-height: 50vh!important;
    height: inherit;
    display: block!important;
    padding-top: 50%;
}
  
}