.custom-class-popup-9 {
    max-width: 100% ;
    background: rgba(255, 255, 255, 0) ;
    position: absolute;
    left: 0;
    top: 50% ;
    transform: translateY(-50%) ;
    right: 0;
    bottom: 0;
    margin: auto ;
    box-shadow: none ;
    padding: 0 ;
    width: fit-content;

}


.custom-class-popup-9 .popup-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    background-color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content {
        width: 310px ;
    }
}

.custom-class-popup-9 .popup-content .subscription-before {
    padding: 30px 0;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before {
        padding: 30px 0;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list {
        padding: 0 10px;
        margin-top: 10px;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item {
    text-align: center;
    width: 150px;
    height: 88px;
    position: relative;
    margin: 24px 11px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item {
        width: 135px;
        height: 80px;
        margin: 14px 4px 0;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item.rebate-rule-item-type-2,
.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .rebate-rule-item-type-3 {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content {
    position: relative;
    z-index: 10;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content {
        transform: scale(0.8);
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content .sale {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #ff2f4b;
    white-space: nowrap;
    text-align: center;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content .condition {
    white-space: nowrap;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #b06410;
    margin-top: 8px;
    text-align: center;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content .other-text {
    opacity: 0.3;
    text-transform: capitalize;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-1 .condition {
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .sale {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .sale .sale-right {
    font-weight: 400;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .sale .sale-right .top {
    font-size: 26px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .sale .sale-right .bottom {
    font-size: 12px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .condition {
    font-size: 15px;
    margin-top: 0;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-2 .other-text {
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
    line-height: 12px;
    font-size: 12px;
    opacity: 0.3;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .sale {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .sale .sale-right {
    font-weight: 400;
    margin-left: 3px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .sale .sale-right .top {
    font-size: 26px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .sale .sale-right .bottom {
    font-size: 12px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .condition {
    font-size: 14px;
    line-height: 14px;
    margin-top: 3px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-3 .other-text {
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
    line-height: 12px;
    font-size: 12px;
    opacity: 0.3;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-4 .sale {
    white-space: nowrap;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-4 .condition {
    white-space: nowrap;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-4 .other-text {
    white-space: nowrap;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .sale {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 44px;
    font-weight: 400;
    line-height: 44px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .sale .sale-right {
    font-weight: 400;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .sale .sale-right .top {
    font-size: 26px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .sale .sale-right .bottom {
    font-size: 12px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .condition {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 5px;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .item-content.type-5 .other-text {
    opacity: 1;
    white-space: nowrap;
    text-align: center;
    margin-top: 5px;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 150px;
    height: 88px;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg {
        width: 135px;
        height: 80px;
    }
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg svg {
        transform-origin: center center;
        margin-left: -8px;
        margin-top: -6px;
        transform: scale(0.86);
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg .line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background-image: linear-gradient(to bottom, #efdcc2 1px, #efdcc2 5px, transparent 50%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    top: 10%;
    left: 15px;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg .line:before {
        left: 12px;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg .line:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background-image: linear-gradient(to bottom, #efdcc2 1px, #efdcc2 5px, transparent 50%);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    top: 10%;
    right: 15px;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-list .rebate-rule-item .bg .line:after {
        right: 12px;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-button {
    width: 324px;
    height: 40px;
    background: #fff3be;
    border-radius: 4px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #ff0022;
    cursor: pointer;
    margin-top: 40px;
    border-width: 1px;
    border-style: solid;
    padding: 0 20px;
    font-weight: 700;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .subscription-before .rebate-rule-button {
        max-width: 90%;
        margin-top: 20px;
    }
}

.custom-class-popup-9 .popup-content .subscription-before .rebate-rule-tip {
    font-size: 14px;
    padding-top: 14px;
    text-align: center;
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    word-wrap: break-word;
}

.custom-class-popup-9 .popup-content .title {
    font-size: 38px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    word-break: break-word;
    text-transform: uppercase;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .title {
        font-size: 32px;
    }
}

.custom-class-popup-9 .popup-content .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FFFFFF;
    font-size: 22px;
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 769px) {
    .custom-class-popup-9 .popup-content .close-icon {
        font-size: 16px;
    }
}

.custom-class-popup-9 .popup-content2 {
    border-radius: 4px;
    overflow: hidden;
    width: 250px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    font-size: 14px;
}

.custom-class-popup-9 .popup-content2 .only-one-top {
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    position: relative;
    width: 250px;
    border-radius: 4px 4px 0 0;
    background: #fffbf2;
    mask: radial-gradient(circle at 0 0, #000 18px 18px, #000 0) 0 0, radial-gradient(circle at 100% 0%, #000 18px 18px, #000 0) 100% 0%, radial-gradient(circle at 0 100%, transparent 0.8em 0.8em, #000 0) 0 100%, radial-gradient(circle at 100% 100%, transparent 0.8em 0.8em, #000 0) 100% 100%;
    mask-size: 51% 51%;
    mask-repeat: no-repeat;
}

.custom-class-popup-9 .popup-content2 .only-one-top .title {
    text-transform: uppercase;
    margin: 24px auto 0;
    padding: 0 6px;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #b44802;
    background-color: #ff644e;
    white-space: nowrap;
    overflow: hidden;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box {
    margin: 10px auto 25px;
    max-width: 220px;
    text-align: center;
    transform-origin: top left;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box .sale {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 64px;
    font-weight: 700;
    text-align: center;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box .condition {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: 40px;
    line-height: 42px;
    text-transform: uppercase;
    margin-top: 5px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .sale {
    font-size: 88px;
    font-weight: 500;
    line-height: 100px;
    margin-top: 15px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .sale .sale-right {
    font-weight: 400;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .sale .sale-right .top {
    font-size: 48px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .sale .sale-right .bottom {
    font-size: 24px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .condition {
    font-size: 36px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-2 .other-text {
    margin-top: 10px;
    line-height: 24px;
    font-size: 24px;
    opacity: 0.3;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .sale {
    font-size: 88px;
    font-weight: 500;
    line-height: 100px;
    margin-top: 15px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .sale .sale-right {
    font-weight: 400;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .sale .sale-right .top {
    font-size: 48px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .sale .sale-right .bottom {
    font-size: 24px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .condition {
    font-size: 24px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-3 .other-text {
    line-height: 20px;
    font-size: 20px;
    opacity: 0.3;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-4 .sale {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 25px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-4 .condition {
    margin-top: 15px;
    line-height: 34px;
    font-size: 34px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-4 .other-text {
    margin-top: 6px;
    line-height: 24px;
    font-size: 24px;
    opacity: 0.3;
    text-transform: uppercase;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .sale {
    font-size: 88px;
    font-weight: 500;
    line-height: 100px;
    margin-top: 15px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .sale .sale-right {
    font-weight: 400;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .sale .sale-right .top {
    font-size: 48px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .sale .sale-right .bottom {
    font-size: 24px;
    line-height: 1;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .condition {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-top: 10px;
}

.custom-class-popup-9 .popup-content2 .only-one-top .discount-box.wap-type-5 .other-text {
    margin-top: 5px;
    line-height: 24px;
    font-size: 24px;
    text-transform: uppercase;
    opacity: 1;
}

.custom-class-popup-9 .popup-content2 .discount-border {
    margin: auto;
    height: 4px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
    width: 226px;
    background: linear-gradient(to right, rgb(255, 251, 242), rgb(255, 251, 242) 9px, transparent 9px, transparent) 0% 0% / 18px 100%;
}

.custom-class-popup-9 .popup-content2 .only-one-bottom {
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 88px;
    background: linear-gradient(180deg, #ff704f, #ff274b, #ff274b);
    mask: radial-gradient(circle at 0 0, transparent 0.8em 0.8em, #000 0) 0 0, radial-gradient(circle at 100% 0%, transparent 0.8em 0.8em, #000 0) 100% 0%, radial-gradient(circle at 0 100%, #000 18px 18px, #000 0) 0 100%, radial-gradient(circle at 100% 100%, #000 18px 18px, #000 0) 100% 100%;
    mask-repeat: no-repeat;
    border-radius: 0 0 4px 4px;
    -webkit-mask-size: 51% 51%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-class-popup-9 .popup-content2 .only-one-bottom .rebate-rule-button {
    width: 180px;
    height: 46px;
    background: #fff3be;
    border-radius: 23px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 0 20px;
    font-weight: 600;
}

.custom-class-popup-9 .popup-content2 .tip-info-box {
    margin-top: 8px;
}

.custom-class-popup-9 .popup-content2 .tip-info-box .icon-box {
    font-size: 36px;
    font-weight: 500;
}
.custom-class-popup-9 .popup-content2 .tip-info-box .icon-box svg{
    margin: 8px auto 0;
}