@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;family=Montserrat&amp;display=swap");
.pe-pf-body {
    font-family: Inter;
    font-weight: 600;
    margin: 32px 0;
}

.pe-pf-parent_box {
    background: #fff;
    box-shadow: 0px 2px 10px 0px #00000017;
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 12px;
    gap: 16px;
    width: 48%;
    flex: 1;
    min-width: 265px;
    max-width: 50%;
}

.pe-pf-recommend_items {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.pe-pf-item_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    position: relative;
}

.pe-pf-border_bottom {
    border-bottom: 1px solid #d3d3d3;
}

.pe-pf-img_section {
    border-radius: 8px;
    border: 1px solid #dce4f1;
    padding: 2px;
    width: 120px;
    height: 160px;
}

.pe-pf-img_section > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pe-pf-flex_box {
    display: flex;
    gap: 12px;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    min-width: 150px;
}

.pe-pf-title {
    font-size: 14px;
    font-weight: 500;
    color: #4f585e;
    line-height: 22px;
    text-transform: capitalize;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.pe-pf-review_star > img {
    width: 14px;
    height: 14px;
}

.pe-pf-review {
    margin: 0 4px;
    font-size: 12px;
    color: #30363c;
}

.pe-pf-price_section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 10px;
    /* margin-top: auto; */
}

.pe-pf-org_price {
    color: #8897a2;
    font-weight: 400;
    font-size: 11px;
    text-decoration: line-through;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.22px;
}

.pe-pf-discount_amt {
    font-weight: 500;
    color: #30363c;
    font-size: 16px;
    line-height: 24px;
}

.pe-pf-discount_val {
    color: #e15f7f;
    font-weight: 600;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 0.22px;
}

.pe-pf-buy_cta {
    height: 32px;
    max-width: 185px;
    background-color: #10847e;
    border-radius: 8px;
    cursor: pointer;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pe-pf-item_main_container {
    border-radius: 24px;
    position: relative;
}

.pe-pf-item_header_title {
    color: #30363c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin: 0 0 24px;
}

.pe-pf-header_dicount_sec {
    display: inline-flex;
    padding: 8px 16px 8px 6px;
    gap: 4px;
    align-items: center;
    background-color: #3661b0;
    border-top-right-radius: 24px;
}

.pe-pf-header_dicount_sec > span {
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
}

.pe-pf-header_dicount_sec > img {
    width: 12px;
    height: 12px;
}

@media screen and (max-width: 991px) {
    .pe-pf-parent_box {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .pe-pf-parent_box {
        max-width: 50%;
    }
}

@media screen and (max-width: 650px) {
    .pe-pf-body {
        margin: 12px -15px;
    }

    .pe-pf-parent_box {
        width: 100%;
        max-width: 100%;
        gap: 14px;
        min-width: unset;
    }

    .pe-pf-recommend_items {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .pe-pf-title {
        font-family: Inter;
        font-style: normal;
    }

    .pe-pf-flex_box {
        min-width: unset;
    }

    .pe-pf-buy_cta {
        font-size: 12px !important;
    }

    .pe-pf-item_main_container {
        border-radius: 0;
        padding: 16px 24px;
    }

    .pe-pf-item_flex_box {
        flex-direction: column;
    }

    .pe-pf-item_header_title {
        font-style: normal;
        margin-bottom: 16px;
    }

    .pe-pf-header_dicount_sec {
        padding: 4px 8px;
        border-radius: 0;
    }

    .pe-pf-header_dicount_sec > img {
        width: 10px;
        height: 10px;
    }
}

#v-pharmeasy-in-0 .vdo_floating {
    z-index: 1000000 !important;
}
