.yotpo-coupons-redemption-widget .yotpo-redemption-option-reward {
padding-bottom: 5px !important;
    background: url(https://cdn.shopify.com/s/files/1/0215/9253/9208/files/image_2.png?v=1719924278) no-repeat center top / contain !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    height: 110px !important;
    flex-direction: column;
}

.yotpo-coupons-redemption-widget .yotpo-redemption-item:nth-child(1) .yotpo-redemption-option-reward:after {
    content: "OFF $50";
    display: block !important;
  color:#284529 !important
}
.yotpo-coupons-redemption-widget .yotpo-redemption-item:nth-child(2) .yotpo-redemption-option-reward:after {
    content: "OFF $100";
    display: block !important;
  color:#284529 !important
}
.yotpo-coupons-redemption-widget .yotpo-redemption-item:nth-child(3) .yotpo-redemption-option-reward:after {
    content: "OFF $200";
    display: block !important;
  color:#284529 !important
}
.yotpo-coupons-redemption-widget .yotpo-redemption-item:nth-child(4) .yotpo-redemption-option-reward:after {
    content: "OFF $400";
    display: block !important;
  color:#284529 !important
}

.yotpo-coupons-redemption-widget .yotpo-redemption-item .yotpo-redemption-option-reward:after{font-size: 18px !important;font-family: Roboto;}

.yotpo-coupons-redemption-widget .yotpo-redemption-options-list:not(.yotpo-is-mobile).two-in-row.yotpo-no-background-type {
    max-width: 900px !important;
}
.yotpo-coupons-redemption-widget .yotpo-redemption-options-list {
flex-wrap:unset !important
}

.yotpo-coupons-redemption-widget .yotpo-redemption-option-cost {
    padding-top: 15px !important;
      font-family: Roboto !important;
  font-weight:600 !important
}

.swiper-wrapper .yotpo-redemption-slide-item:nth-child(1) .yotpo-redemption-option-reward:after {
content: "OFF $50";
position:relative;
display: block !important;
color:#284529 !important;
font-size: 18px !important;
  font-family: Roboto;
}

.swiper-wrapper .yotpo-redemption-slide-item:nth-child(2) .yotpo-redemption-option-reward:after {
content: "OFF $100";
position:relative;
display: block !important;
color:#284529 !important;
font-size: 18px !important;
  font-family: Roboto;
}

.swiper-wrapper .yotpo-redemption-slide-item:nth-child(3) .yotpo-redemption-option-reward:after {
content: "OFF $200";
position:relative;
display: block !important;
color:#284529 !important;
font-size: 18px !important;
  font-family: Roboto;
}

.swiper-wrapper .yotpo-redemption-slide-item:nth-child(4) .yotpo-redemption-option-reward:after {
content: "OFF $400";
position:relative;
display: block !important;
color:#284529 !important;
font-size: 18px !important;
  font-family: Roboto;
}

.yotpo-coupons-redemption-widget .yotpo-login-button .yopto-widget-button-text {
    font-family: Roboto !important;
    font-weight: 700;
}