.discount-box {
    width: 100%;
    height: 745px;
    background-image: radial-gradient(circle, white 2px, transparent 1px);
    background-size: 20px 20px;
    box-sizing: border-box;
    padding-top: 48px;
    position: relative;
}
.sw-discount
{
    padding: 60px !important;
    box-sizing: border-box !important;
    margin-top: -60px !important;
    overflow: hidden !important;
}

.discount-box-footer {
    width: 100%;
    height: 227px;
    background: white;
    margin-top: auto;
    background-image: url('../../assets/img/built-in/pttr.png');
    background-size: auto;
    background-position: center;
    position: absolute;
    bottom: 0;
    padding-top: 140px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.discount-item-box {
    width: 394px;
    height: 572px;
    border-radius: 16px;
    background: white;
    box-sizing: border-box;
    padding-bottom: 16px;
    padding-top: 16px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    position: relative;
}

.percent-badge {
    width: 103px !important;
    height: 103px !important;
    object-fit: cover !important;
    position: absolute;
    top: 0;
    margin-top: -30px;
    right: 0;
    margin-right: -30px;
}

.product-image-holder {
    width: 100%;
    height: 359px;
    margin-top: 16px;
}

.product-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discount-product-title {
    font-size: 16px;
    line-height: 72px;
    text-align: center;
    font-family: IRS-Fa-ExtraBold;
}

.discount-price-box {
    width: 100%;
    height: 46px;
    cursor: default;
}

.discount-original-price {
    background-color: #EB4D4D;
}

.discount-apply-price {
    background-color: #E42121;
}

.discount-apply-price span {
    font-family: IRS-Fa-ExtraBlack;
    font-size: 18px;
    text-align: center;
    color: white;
}

.discount-original-price span {
    font-family: IRS-Fa-Black;
    font-size: 16px;
    text-align: center;
    color: white;
}

.discount-style {
    text-decoration-color: black;
    text-decoration-style: wavy;
}

.discount-value-percent {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 100%;
    color: #E42121;
    font-family: IRS-Fa-Black;
    font-size: 16px;
    position: absolute;
    align-self: center;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.discount-cta {
    width: 100%;
    height: 47px;
    background: #1CA460;
    color: white;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    cursor: pointer;
}
.cta-txt
{
    font-family: IRS-Fa-Black;
    font-size: 16px;
}
.discount-cta-icon
{
    font-family: FA6Pro-Regular;
    font-size: 24px;
}
.discount-footer-title
{
    font-family: IRS-Fa-ExtraBlack;
    font-size: 24px;
}