<?php
require_once('includes/header.php');
?>
<style>
    #carouselProductDetails .carousel-control-next-icon, #carouselProductDetails .carousel-control-prev-icon {
    filter: brightness(1);
}
</style>
<body>
    <!-- page wrapper -->
    <div class="page-wrapper appetite">

        <!-- Header Main Area -->
        <header class="site-header header-style-1">

            <?php
            require_once('includes/nav.php');
            ?>

        </header>

        <!-- Title Bar -->
        <div class="pbmit-title-bar-wrapper">
            <div class="container">
                <div class="pbmit-title-bar-content">
                    <div class="pbmit-title-bar-content-inner">
                        <div class="pbmit-tbar">
                            <div class="pbmit-tbar-inner container">
                                <h1 class="pbmit-tbar-title">White Egg Crystal Skin</h1>
                                <h3 class="pbmit-tbar-subtitle"> 20 CAPS</h3>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!-- Title Bar End-->


        <!-- Page Content -->
        <div class="page-content pbmit-bg-color-blackish">

            <!-- Team Member-->
            <section class="team-details-section">
                <div class="container">
                    <div class="row g-3">
                        <div class="col-lg-4">
                            <div class="pbmit-team-details pbmit-sticky py-2">
                                <!-- <img src="assets/images/home/product-01.png"
                                    class="img-fluid w-100 " alt=""> -->


                                <div id="carouselProductDetails" class="carousel slide border-bottom border-dark" data-bs-ride="carousel">
                                    <div class="carousel-inner">
                                        <div class="carousel-item active">
                                            <img src="assets/images/other/wca-1.jpg" class="img-fluid" alt="">
                                        </div>
                                        <div class="carousel-item">
                                            <img src="assets/images/other/wca-2.jpg" class="img-fluid" alt="">
                                        </div>
                                        <div class="carousel-item">
                                            <img src="assets/images/other/wca-3.jpg" class="img-fluid" alt="">
                                        </div>
                                    </div>
                                    <button class="carousel-control-prev" type="button"
                                        data-bs-target="#carouselProductDetails" data-bs-slide="prev">
                                        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                                        <span class="visually-hidden">Previous</span>
                                    </button>
                                    <button class="carousel-control-next" type="button"
                                        data-bs-target="#carouselProductDetails" data-bs-slide="next">
                                        <span class="carousel-control-next-icon" aria-hidden="true"></span>
                                        <span class="visually-hidden">Next</span>
                                    </button>
                                </div>


                                <div class="pbmit-team-detail ">
                                    <div class="pbmit-team-summary">
                                        <h4 class="pbmit-team-designation">Increase Skin Brightness</h4>
                                        <h2 class="pbmit-team-title">White Egg Crystal Skin</h2>
                                    </div>
                                    <ul class="pbmit-single-team-info mb-0">
                                        <li><label>Qty</label>20 CAPS</li><br />
                                    </ul>

                                </div>
                            </div>
                        </div>
                        <div class="col-lg-8">
                            <div class="team-details-wrap">
                                <p><span class="drop-cap"><span class="drop-cap-letter">T</span></span>he Blexs It eliminates skin problems such as acne, scars, oily skin and uneven skin tone. Removing wrinkles and delicate lines , Protects the skin from the sun Create your skin shiny . Lighten the dark spots .Toil the aging process .Reduce oily skin Treats acne & pimples problem, clear your skin away . Reduces face pores . Antioxidant Produces collagen recovery .Create your skin shiny .Lighten the dark spots . Toil the aging process .Reduce oily skin</p>
                            </div>
                            <div class="mt-5">
                                <h5 class="">Indications</h5>
                                <p>(If you receive this product sealed & protected on delivery, Please do not open and return, Once opened can't be resell or consume by others!</p>

                                <p>Blexs White Egg Crystal Skin supplement is a whitening supplement formulated in the UK with a composition of premium ingredients to make your skin smooth, clear, and bright. It is the first injection treatment, converted into capsule form, and is 100% safe and now two times more effective. It works on all types of skin without any side effects. The result can be seen as early as the third capsule. It eliminates skin problems such as acne, scars, oily skin, and uneven skin tone. It also helps for detoxification.</p>
                                <h5 class="">Benefits of Blexs White Egg Crystal:</h5>
                                <ul>
                                    <li>Removing wrinkles and delicate lines.</li>
                                    <li>Protects the skin from the sun.</li>
                                    <li>Keeps your skin wrinkle-free.</li>
                                    <li>Makes your skin glowing and soft.</li>
                                    <li>Lightens dark spots and acne scars.</li>
                                    <li>Slows down the ageing process.</li>
                                    <li>Reduce excess oil in the skin.</li>
                                    <li>Treat acne problems.</li>
                                    <li>Treat scars on the face.</li>
                                </ul>
                                
                                <h5>Legal Disclaimer</h5>
                                <p>Statements regarding dietary supplements have not been evaluated by the FDA and are not intended to diagnose, treat, cure, or prevent any disease or health condition.</p>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <!-- Team Member end -->

        </div>
        <!-- Page Content End -->

        <?php
        require_once('includes/footer.php');
        ?>