.nf-product-bottom-features {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
    align-items: center;
}

.nf-product-bottom-features .imagePart {
    box-sizing: border-box;
    padding: 0 10px 1rem;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
    position: relative;
    padding-left: 250px !important;
}

.nf-product-bottom-features .imagePart img {
    width: 500px !important;
}

.nf-product-bottom-features .contentPart {
    box-sizing: border-box;
    padding: 0 10px 1rem;
    flex-basis: 50%;
    max-width: 50%;
}

.nf-product-bottom-features .pbf-discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #de1528 !important;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.nf-product-bottom-features .greenCheckList ul li::before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-image: url('/wp-content/uploads/2024/03/checkGreen-1.svg');
}

.nf-product-bottom-features .pbf-stars img {
    width: 20px !important;
}

.nf-product-bottom-features .greenCheckList h3 {
    font-size: 36px !important;
    font-weight: 500 !important;
    margin-bottom: 30px !important;
}

.nf-product-bottom-features .proconsbutton {
    margin-top: 20px;
}

.nf-product-bottom-features .menu-rating-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #000;
}

/* Mobile styles */
@media (max-width: 768px) {
    .nf-product-bottom-features {
        flex-direction: column;
        margin: 0;
    }

    .nf-product-bottom-features .imagePart {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0 0 1.5rem !important;
        padding-left: 0 !important;
    }

    .nf-product-bottom-features .imagePart img {
        width: 100% !important;
        max-width: 100%;
        height: auto;
    }

    .nf-product-bottom-features .contentPart {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
    }

    .nf-product-bottom-features .proconsbutton {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .nf-product-bottom-features .greenCheckList h3 {
        font-size: 28px !important;
    }

    .nf-product-bottom-features .pbf-discount-badge {
        font-size: 24px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        top: 10px;
        right: 10px;
    }
}

