.checkout_spl_coupon {
    width: 100%;
    padding: 16px;
    background-color: #FFFBFB;
    border: 1px solid #FFE0E0;
}

.checkout_spl_coupon_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout_spl_coupon_header_wrap {
    display: flex;
    gap: 2px;
    align-items: center;
}

.checkout_spl_coupon_header_wrap svg {
    width: 20px;
    aspect-ratio: 1;
}

.checkout_spl_coupon_details {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #b12029;
}

.checkout_spl_coupon_code {
    position: relative;
    padding: 7px 6px;
    border: 1px dashed #008536;
}

.checkout_spl_coupon_code h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #008536;
    text-transform: uppercase;
}

.spl_coupon_scissor_icon {
    position: absolute;
    top: 0;
    left: 10%;
    transform: translateY(-50%);
    width: 14px;
}

.checkout_spl_coupon_condition {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333333;
}

.special_coupon_offer_text_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sale_special_coupon {
    display: flex;
    padding: 20px 16px;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    background: #B12029;
}

.special_coupon_svg {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    aspect-ratio: 1;
}

.special_coupon_offer_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.special_coupon_offer_text1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: underline;
    margin-left: auto;
}

.special_coupon_offer_text1 a {
    color: #ffffff;
    text-decoration: underline;
}

.sale_special_coupon2 {
    display: flex;
    padding: 20px 16px;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    background: #FFF3F3;
}

.special_coupon_svg2 {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    aspect-ratio: 1;
}

.special_coupon_offer_text_div2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.special_coupon_offer_text2 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.special_coupon_offer_text12 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-decoration: underline;
    margin-left: auto;
}

.special_coupon_offer_text12 a {
    color: #333333;
    text-decoration: underline;
}

.discount_coupon_wrapper {
    display: flex;
    padding: 20px 16px;
    align-items: start;
    overflow: hidden;
    gap: 10px;
    background: #FFF3F3;
}

.discount_coupon_icon {
    display: flex;
    flex: 0 0 auto;
    width: 24px;
    aspect-ratio: 1;
}

.discount_coupon_text_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.discount_coupon_texts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.discount_coupon_heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #388E3C;
    text-transform: uppercase;
}

.discount_coupon_subtext {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

@media screen and (max-width:767px) {
    .checkout_spl_coupon {
        padding: 10px 8px;
        margin: auto;
        width: calc(100% - 4px)
    }

    .checkout_spl_coupon_code {
        padding: 6px
    }

    .spl_coupon_scissor_icon {
        width: 12px
    }

    .checkout_spl_coupon_details {
        font-size: 14px
    }

    .checkout_spl_coupon_code h5 {
        font-size: 12px
    }

    .checkout_spl_coupon_header_wrap svg {
        width: 16px
    }

    .checkout_spl_coupon_condition {
        font-size: 14px;
        margin-top: 8px
    }

    .sale_special_coupon {
        padding: 16px 10px;
        align-items: start;
    }

    .special_coupon_svg {
        width: 18px;
    }

    .special_coupon_offer_text {
        font-size: 12px;
        line-height: 1.4
    }

    .special_coupon_offer_text1 {
        font-size: 12px;
    }

    /* Special Coupon */
    .sale_special_coupon2 {
        padding: 16px 10px;
        align-items: start;
    }

    .special_coupon_svg2 {
        width: 18px;
    }

    .special_coupon_offer_text2 {
        font-size: 12px;
        line-height: 1.4;
    }

    .special_coupon_offer_text12 {
        font-size: 12px;
    }

    .discount_coupon_wrapper {
        padding: 16px 10px;
        align-items: flex-start;
    }

    .discount_coupon_icon {
        width: 18px;
    }

    .discount_coupon_heading {
        font-size: 12px;
        line-height: 1.4;
    }

    .discount_coupon_subtext {
        font-size: 12px;
        margin-top: 2px;
    }
}