puralityhealth.com Open in urlscan Pro
67.225.163.230  Public Scan

Submitted URL: https://puralityhealth.ontralink.com/c/s/p4i/UdPyK/6/vieQ/oOs/6VQ2ws/IpcUIIp7R/P/P/q0
Effective URL: https://puralityhealth.com/offer/labor-day/?utm_source=ontraport&utm_medium=email&utm_term=labor-day-sale&utm_content=9-6-2...
Submission: On September 06 via api from ZA — Scanned from DE

Form analysis 10 forms found in the DOM

POST #

<form class="checkout" target="_blank" id="col-2" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-2').click(function() {
        var price = $(this).data('price');
        $('form#col-2 input[name="Price"]').val(price);
        $('form#col-2 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-2 input[name="Pack"]').val(pack);
        $('form#col-2 .image').attr('src', 'img/gold-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-2 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-2 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-2 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$210.60">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Curcumin Gold (8oz)">
  <input type="hidden" name="ADD" value="GOLD_8OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-2" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/gold-6.png?1662466436083" alt="Curcumin Gold">
            </div>
            <div class="carousel-item">
              <img src="img/gold-supplement-facts.png?1662466436083" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-2" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-2" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-2" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/curc-6.png?1662466436083" alt="Curcumin Gold"></li>
            <li data-target="#carousel-col-2" data-slide-to="1"><img src="img/gold-supplement-facts.png?1662466436083" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="GOLD" onclick="$(this).attr('href', $('#gold-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="45.90" data-sku="GOLD_8OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-2" id="radiobutton-cg-1" type="radio" name="radio"><label for="radiobutton-cg-1">1 bottle
              <del>$54</del><strong>Today:&nbsp;$45.90</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="121.50" data-sku="GOLD_8OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-2" id="radiobutton-cg-3" type="radio" name="radio"><label for="radiobutton-cg-3">3 bottles
              <del>$162</del><strong>Today:&nbsp;$121.50</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="210.60" data-sku="GOLD_8OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-2" id="radiobutton-cg-6" type="radio" name="radio" checked="checked"><label for="radiobutton-cg-6">6 bottles
              <del>$324</del><strong>Today:&nbsp;$210.60</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$210.60</span></div>
        <div class="per-bottle">$35.10 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-9" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-9').click(function() {
        var price = $(this).data('price');
        $('form#col-9 input[name="Price"]').val(price);
        $('form#col-9 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-9 input[name="Pack"]').val(pack);
        $('form#col-9 .image').attr('src', 'img/mush-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-9 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-9 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-9 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Mushroom Mindboost (8oz)">
  <input type="hidden" name="ADD" value="MUSH_8OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <h5><span class="badge bg-success" style="position: absolute;top:30px;right:20px;">New</span></h5>
        <!--Carousel Wrapper-->
        <div id="carousel-col-1" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/mush-6.png?1662466436083" alt="Mushroom Mindboost">
            </div>
            <div class="carousel-item">
              <img src="img/mush-supplement-facts.png?1662466436083" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-1" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-1" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-1" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/mush-6.png?1662466436083" alt="Mushroom Mindboost"></li>
            <li data-target="#carousel-col-1" data-slide-to="1"><img src="img/mush-supplement-facts.png?1662466436083" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="MUSH" onclick="$(this).attr('href', $('#mush-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="MUSH_8OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-9" id="radiobutton-mush-1" type="radio" name="radio"><label for="radiobutton-mush-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="MUSH_8OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-9" id="radiobutton-mush-3" type="radio" name="radio"><label for="radiobutton-mush-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="MUSH_8OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-9" id="radiobutton-mush-6" type="radio" name="radio" checked="checked"><label for="radiobutton-mush-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-10" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-10').click(function() {
        var price = $(this).data('price');
        $('form#col-10 input[name="Price"]').val(price);
        $('form#col-10 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-10 input[name="Pack"]').val(pack);
        $('form#col-10 .image').attr('src', 'img/magn-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-10 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-10 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-10 .per-bottle').text('$' + perbottle + ' per box');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$210.60">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Magnesium (15.22 oz)">
  <input type="hidden" name="ADD" value="MAGN_30BOX_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <h5><span class="badge bg-success" style="position: absolute;top:30px;right:20px;">New</span></h5>
        <!--Carousel Wrapper-->
        <div id="carousel-col-10" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/magn-6.png?1662466436083" alt="Magnesium">
            </div>
            <div class="carousel-item">
              <img src="img/magn-supplement-facts.jpg?1662466436083" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-10" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-10" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-10" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/magn-6.png?1662466436083" alt="Magnesium"></li>
            <li data-target="#carousel-col-10" data-slide-to="1"><img src="img/magn-supplement-facts.jpg?1662466436083" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="MAGN" onclick="$(this).attr('href', $('#magn-know').attr('href'));" class="btn btn-warning py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="45.90" data-sku="MAGN_30BOX_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-10" id="radiobutton-magn-1" type="radio" name="radio"><label for="radiobutton-magn-1">1 box<br>
              <del>$54</del><strong>Today:&nbsp;$45.90</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="121.50" data-sku="MAGN_30BOX_THR_SP" data-pack="3" data-save="25" class="radiobutton col-10" id="radiobutton-magn-3" type="radio" name="radio"><label for="radiobutton-magn-3">3 boxes
              <del>$162</del><strong>Today:&nbsp;$121.50</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="210.60" data-sku="MAGN_30BOX_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-10" id="radiobutton-magn-6" type="radio" name="radio" checked="checked"><label for="radiobutton-magn-6">6 boxes
              <del>$324</del><strong>Today:&nbsp;$210.60</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$210.60</span></div>
        <div class="per-bottle">$35.10 per box</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-7" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-7').click(function() {
        var price = $(this).data('price');
        $('form#col-7 input[name="Price"]').val(price);
        $('form#col-7 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-7 input[name="Pack"]').val(pack);
        $('form#col-7 .image').attr('src', 'img/glut-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-7 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-7 input[name="Discount"]').val(saving + '%');
        if (saving > 0) {
          $('form#col-7 .product-discount').text('Save ' + saving + '%');
        } else {
          $('form#col-7 .product-discount').html('&nbsp;');
        }
        var perbottle = (price / pack).toFixed(2);
        $('form#col-7 .per-bottle').text('$' + perbottle + ' per box');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$234.00">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Discount" value="35%">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Glutathione (10.14oz)">
  <input type="hidden" name="ADD" value="GLUT_30BOX_SIX_SP">
  <div class="container py-5">
    <!--
													<div class="alert alert-warning small">Due to high demand, Glutathione is presently on backorder. Your order will not ship until the end of June. You will be notified if your shipment is processed sooner. If you have any questions, please contact our customer service team by email at info@puralityhealth.com OR by phone at 1-888-292-8309</div>
													-->
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-7" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/glut-6.png?1662466436083" alt="Glutathione">
            </div>
            <div class="carousel-item">
              <img src="img/glut-supplement-facts.png?1662466436083" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-7" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-7" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-7" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/glut-6.png?1662466436083" alt="Glutathione"></li>
            <li data-target="#carousel-col-7" data-slide-to="1"><img src="img/glut-supplement-facts.png?1662466436083" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="GLUT" onclick="$(this).attr('href', $('#glut-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="50.95" data-sku="GLUT_30BOX_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-7" id="radiobutton-glut-1" type="radio" name="radio"><label for="radiobutton-glut-1">1 box
              <del>$59.95</del><strong>Today:&nbsp;$50.95</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="134.85" data-sku="GLUT_30BOX_THR_SP" data-pack="3" data-save="25" class="radiobutton col-7" id="radiobutton-glut-3" type="radio" name="radio"><label for="radiobutton-glut-3">3 boxes
              <del>$179.85</del><strong>Today:&nbsp;$134.85</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="234" data-sku="GLUT_30BOX_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-7" id="radiobutton-glut-6" type="radio" name="radio" checked="checked"><label for="radiobutton-glut-6">6 boxes
              <del>$359.70</del><strong>Today:&nbsp;$234.00</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$234.00</span></div>
        <div class="per-bottle">$39.00 per box</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-3" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-3').click(function() {
        var price = $(this).data('price');
        $('form#col-3 input[name="Price"]').val(price);
        $('form#col-3 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-3 input[name="Pack"]').val(pack);
        $('form#col-3 .image').attr('src', 'img/turm-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-3 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-3 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-3 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Turmeric (2oz)">
  <input type="hidden" name="ADD" value="TURM_2OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-3" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/turm-6.png?1662466436084" alt="Turmeric">
            </div>
            <div class="carousel-item">
              <img src="img/turmeric-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-3" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-3" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-3" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/turm-6.png?1662466436084" alt="Turmeric"></li>
            <li data-target="#carousel-col-3" data-slide-to="1"><img src="img/turmeric-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="TURM" onclick="$(this).attr('href', $('#turm-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="TURM_2OZ_SINGLE_SPEC" data-pack="1" data-save="15" class="radiobutton col-3" id="radiobutton-tm-1" type="radio" name="radio"><label for="radiobutton-tm-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="TURM_2OZ_TRIPLE_SP" data-pack="3" data-save="25" class="radiobutton col-3" id="radiobutton-tm-3" type="radio" name="radio"><label for="radiobutton-tm-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="TURM_2OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-3" id="radiobutton-tm-6" type="radio" name="radio" checked="checked"><label for="radiobutton-tm-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-8" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-8').click(function() {
        var price = $(this).data('price');
        $('form#col-8 input[name="Price"]').val(price);
        $('form#col-8 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-8 input[name="Pack"]').val(pack);
        $('form#col-8 .image').attr('src', 'img/prob-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-8 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-8 input[name="Discount"]').val(saving + '%');
        if (saving > 0) {
          $('form#col-8 .product-discount').text('Save ' + saving + '%');
        } else {
          $('form#col-8 .product-discount').html('&nbsp;');
        }
        var perbottle = (price / pack).toFixed(2);
        $('form#col-8 .per-bottle').text('$' + perbottle + ' per box');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$210.60">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Discount" value="35%">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Rhamnosus Probiotic 1.0 FL OZ (30ML)">
  <input type="hidden" name="ADD" value="PROB_1OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-8" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/prob-6.png?1662466436084" alt="Probiotic">
            </div>
            <div class="carousel-item">
              <img src="img/prob-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-8" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-8" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-8" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/prob-6.png?1662466436084" alt="Probiotic"></li>
            <li data-target="#carousel-col-8" data-slide-to="1"><img src="img/prob-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="PROB" onclick="$(this).attr('href', $('#prob-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="45.90" data-sku="PROB_1OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-8" id="radiobutton-rp-1" type="radio" name="radio"><label for="radiobutton-rp-1">1 box
              <del>$54</del><strong>Today:&nbsp;$45.90</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="121.50" data-sku="PROB_1OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-8" id="radiobutton-rp-3" type="radio" name="radio"><label for="radiobutton-rp-3">3 boxes
              <del>$162</del><strong>Today:&nbsp;$121.50</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="210.60" data-sku="PROB_1OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-8" id="radiobutton-rp-6" type="radio" name="radio" checked="checked"><label for="radiobutton-rp-6">6 boxes
              <del>$324</del><strong>Today:&nbsp;$210.60</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$210.60</span></div>
        <div class="per-bottle">$35.10 per box</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-6" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-6').click(function() {
        var price = $(this).data('price');
        $('form#col-6 input[name="Price"]').val(price);
        $('form#col-6 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-6 input[name="Pack"]').val(pack);
        $('form#col-6 .image').attr('src', 'img/bcomp-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-6 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-6 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-6 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Active B Complex (8oz)">
  <input type="hidden" name="ADD" value="BCOMP_8OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-6" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/bcomp-6.png?1662466436084" alt="Active B Complex">
            </div>
            <div class="carousel-item">
              <img src="img/bcomp-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-6" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-6" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-6" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/bcomp-6.png?1662466436084" alt="Active B Complex"></li>
            <li data-target="#carousel-col-6" data-slide-to="1"><img src="img/bcomp-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="BCOMP" onclick="$(this).attr('href', $('#bcomp-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="BCOMP_8OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-6" id="radiobutton-bcomp-1" type="radio" name="radio"><label for="radiobutton-bcomp-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="BCOMP_8OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-6" id="radiobutton-bcomp-3" type="radio" name="radio"><label for="radiobutton-bcomp-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="BCOMP_8OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-6" id="radiobutton-bcomp-6" type="radio" name="radio" checked="checked"><label for="radiobutton-bcomp-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-4" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-4').click(function() {
        var price = $(this).data('price');
        $('form#col-4 input[name="Price"]').val(price);
        $('form#col-4 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-4 input[name="Pack"]').val(pack);
        $('form#col-4 .image').attr('src', 'img/b12-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-4 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-4 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-4 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL B12 (2oz)">
  <input type="hidden" name="ADD" value="B12_2OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-4" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/b12-6.png?1662466436084" alt="B12">
            </div>
            <div class="carousel-item">
              <img src="img/b12-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-4" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-4" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-4" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/b12-6.png?1662466436084" alt="B12"></li>
            <li data-target="#carousel-col-4" data-slide-to="1"><img src="img/b12-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="B12" onclick="$(this).attr('href', $('#b12-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="B12_2OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-4" id="radiobutton-b12-1" type="radio" name="radio"><label for="radiobutton-b12-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="B12_2OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-4" id="radiobutton-b12-3" type="radio" name="radio"><label for="radiobutton-b12-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="B12_2OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-4" id="radiobutton-b12-6" type="radio" name="radio" checked="checked"><label for="radiobutton-b12-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-1" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-1').click(function() {
        var price = $(this).data('price');
        $('form#col-1 input[name="Price"]').val(price);
        $('form#col-1 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-1 input[name="Pack"]').val(pack);
        $('form#col-1 .image').attr('src', 'img/vitc-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-1 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-1 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-1 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL Vitamin C (8oz)">
  <input type="hidden" name="ADD" value="VITC_8OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-1" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/vitc-6.png?1662466436084" alt="Vitamin C">
            </div>
            <div class="carousel-item">
              <img src="img/vitc-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-1" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-1" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-1" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/vitc-6.png?1662466436084" alt="Vitamin C"></li>
            <li data-target="#carousel-col-1" data-slide-to="1"><img src="img/vitc-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="VITC" onclick="$(this).attr('href', $('#vitc-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="VITC_8OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-1" id="radiobutton-vc-1" type="radio" name="radio"><label for="radiobutton-vc-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="VITC_8OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-1" id="radiobutton-vc-3" type="radio" name="radio"><label for="radiobutton-vc-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="VITC_8OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-1" id="radiobutton-vc-6" type="radio" name="radio" checked="checked"><label for="radiobutton-vc-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

POST #

<form class="checkout" target="_blank" id="col-5" method="post" action="#">
  <script>
    $(document).ready(function() {
      $('input[type="radio"].col-5').click(function() {
        var price = $(this).data('price');
        $('form#col-5 input[name="Price"]').val(price);
        $('form#col-5 .amount').text('$' + price);
        var pack = $(this).data('pack');
        $('form#col-5 input[name="Pack"]').val(pack);
        $('form#col-5 .image').attr('src', 'img/d3-' + (pack) + '.png');
        var sku = $(this).data('sku');
        $('form#col-5 input[name="ADD"]').val(sku);
        var saving = $(this).data('save');
        $('form#col-5 .saving').text(saving);
        var perbottle = (price / pack).toFixed(2);
        $('form#col-5 .per-bottle').text('$' + perbottle + ' per bottle');
      });
    });
  </script>
  <input type="hidden" name="Price" value="$175.50">
  <input type="hidden" name="Quantity" value="1">
  <input type="hidden" name="Pack" value="6">
  <input type="hidden" name="Name" value="LIPOSOMAL D3 (2oz)">
  <input type="hidden" name="ADD" value="D3_2OZ_SIX_SP">
  <div class="container py-5">
    <div class="row align-items-center text-center">
      <div class="col-12 col-md-4">
        <!--Carousel Wrapper-->
        <div id="carousel-col-5" class="carousel slide carousel-fade carousel-col-1nails mb-3" data-interval="false">
          <!--Slides-->
          <div class="carousel-inner" role="listbox">
            <div class="carousel-item active">
              <img class="img-fluid image d-block w-100" src="img/d3-6.png?1662466436084" alt="D3">
            </div>
            <div class="carousel-item">
              <img src="img/vitamin-d3-supplement-facts.png?1662466436084" class="img-fluid d-block w-100">
            </div>
          </div>
          <!--/.Slides-->
          <!--Controls-->
          <a class="carousel-control-prev" href="#carousel-col-5" role="button" data-slide="prev">
        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
      </a>
          <a class="carousel-control-next" href="#carousel-col-5" role="button" data-slide="next">
        <span class="carousel-control-next-icon" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
      </a>
          <!--/.Controls-->
          <br>
          <ol class="carousel-indicators">
            <li data-target="#carousel-col-5" data-slide-to="0" class="active"> <img class="img-fluid image d-block w-100" src="img/d3-6.png?1662466436084" alt="D3"></li>
            <li data-target="#carousel-col-5" data-slide-to="1"><img src="img/vitamin-d3-supplement-facts.png?1662466436084" class="img-fluid d-block w-100"></li>
          </ol>
        </div>
        <!--/.Carousel Wrapper-->
        <p class="text-center"><a href="#" data-desc="D3" onclick="$(this).attr('href', $('#d3-know').attr('href'));" class="btn btn-success py-1 px-3 mb-3 learn " target="_blank"><small>KNOW MORE</small></a></p>
      </div>
      <div class="col-12 col-md-4 product-description">
        <div class="product-choice">
          <div class="form-group">
            <input data-price="38.25" data-sku="D3_2OZ_ONE_SPEC" data-pack="1" data-save="15" class="radiobutton col-5" id="radiobutton-d3-1" type="radio" name="radio"><label for="radiobutton-d3-1">1 bottle
              <del>$44.95</del><strong>Today:&nbsp;$38.25</strong> <span class="off">15% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="101.25" data-sku="D3_2OZ_THREE_SP" data-pack="3" data-save="25" class="radiobutton col-5" id="radiobutton-d3-3" type="radio" name="radio"><label for="radiobutton-d3-3">3 bottles
              <del>$134.85</del><strong>Today:&nbsp;$101.25</strong> <span class="off">25% OFF</span></label>
          </div>
          <div class="form-group ">
            <input data-price="175.50" data-sku="D3_2OZ_SIX_SP" data-pack="6" data-save="35" class="radiobutton col-5" id="radiobutton-d3-6" type="radio" name="radio" checked="checked"><label for="radiobutton-d3-6">6 bottles
              <del>$269.70</del><strong>Today:&nbsp;$175.50</strong> <span class="off max">35% OFF</span></label>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="price"><span class="amount">$175.50</span></div>
        <div class="per-bottle">$29.25 per bottle</div>
        <div class="" style="display:none;">One-Time-Only</div>
        <div class="product-discount">Save <span class="saving">35</span>%</div>
        <div><button class="btn btn-add-to-cart" type="submit">add to cart</button></div>
      </div>
    </div>
  </div>
</form>

Text Content

× Added to your cart!
Please keep shopping or checkout below!   Checkout »

FREE SHIPPING ON ORDERS OVER $150
FREE GIFT ON ORDERS OVER $200

shop now        


LABOR DAY SALE!



SALE ENDS IN...

00 01 01 00 DAYS
00 11 11 00 HOURS
00 45 45 00 MIN
54 53 53 54 SEC

HERE’S HOW IT WORKS...

We're offering selected Purality Health Micelle Liposomal Products up to 35%
OFF!

It’s now easier than ever to stock up - we’re investing in your future by
ensuring you have a healthy supply to keep you going.

If you spend $150 or more we will give you FREE SHIPPING!

In addition, if you spend $200 or more we’ll sweeten the pot...

We will give you a FREE bottle of choice.

Why? Because our customers love it and we love our customers!

Just don't wait too long - we have limited stock!

As always, you are completely covered under our 180 day satisfaction guarantee.

We offer one of the longest guarantees in the health and nutrition space!

CHOOSE FROM ANY OF THESE PRODUCTS...


Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $54Today: $45.90 15% OFF
3 bottles $162Today: $121.50 25% OFF
6 bottles $324Today: $210.60 35% OFF
$210.60
$35.10 per bottle
One-Time-Only
Save 35%
add to cart

NEW


Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart

NEW


Previous Next

 1. 
 2. 

KNOW MORE

1 box
$54Today: $45.90 15% OFF
3 boxes $162Today: $121.50 25% OFF
6 boxes $324Today: $210.60 35% OFF
$210.60
$35.10 per box
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 box $59.95Today: $50.95 15% OFF
3 boxes $179.85Today: $134.85 25% OFF
6 boxes $359.70Today: $234.00 35% OFF
$234.00
$39.00 per box
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 box $54Today: $45.90 15% OFF
3 boxes $162Today: $121.50 25% OFF
6 boxes $324Today: $210.60 35% OFF
$210.60
$35.10 per box
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart

Previous Next

 1. 
 2. 

KNOW MORE

1 bottle $44.95Today: $38.25 15% OFF
3 bottles $134.85Today: $101.25 25% OFF
6 bottles $269.70Today: $175.50 35% OFF
$175.50
$29.25 per bottle
One-Time-Only
Save 35%
add to cart
Your cart is currently empty.

THE PURALITY HEALTH® DIFFERENCE

ABOUT THE PRODUCTS


VITAMIN C

There are nearly 60,000 PubMed studies published that talk about the impact of
vitamin C on almost every system in your body. You may be familiar with some of
the effects, such as how it can support your body’s immune response. But,
vitamin C is also responsible for helping your body to produce collagen (which
supports healthy aging and improves the appearance of your skin, hair, and
nails), improving your body's stress response, and possibly reducing free
radical damage throughout your body.

Despite the fact that vitamin C is well known as a powerful antioxidant, many
people still face deficiencies. It’s estimated that 25-33% of people are at
least marginally deficient, and up to 20% of the population is severely
deficient. This is often attributed to dietary habits and nutrient depletion in
soils and therefore food.

Knowing how important this vitamin is for overall health, we set to work to
create a top-quality solution. Purality Health® Micelle Liposomal Radiant C has
an excellent absorption rate - our delivery method encapsulates the active
ingredient into tiny, nano-sized micelles which are then further enveloped into
liposomes. This system protects the active ingredient from the hostile
environment in the human digestive systems and optimizes it for absorption.

RUSH MY ORDER

--------------------------------------------------------------------------------


VITAMIN D3 WITH K2

Experts believe that around 90% of the American population could be at risk for
or suffering from vitamin D deficiency. This is bad news, because this nutrient
is so vital, that every cell in your body has a vitamin D receptor.

Symptoms of vitamin D deficiency include fatigue, weakness, cramps, dry skin,
mood imbalances, irritability, and aching bones/joints. If you’re experiencing
any of those, you should consider being tested for a deficiency, and perhaps
supplementing D3. When supplementing, it’s important to combine D3 with K2, to
ensure maximum efficiency of the D3 you’re taking in. That’s why Purality
Health® Micelle Liposomal D3 with K2 is an ideal choice.

Plus, we use our unique delivery technology to get these vitamins directly into
your bloodstream. This product offers superb bioavailability so that the D3 can
go right to work and help you live your best life.

RUSH MY ORDER

--------------------------------------------------------------------------------


CURCUMIN GOLD

Purality Health® Micelle Liposomal Curcumin Gold contains a unique blend of
powerful compounds that support a healthy inflammatory response. With Curcumin
Extract, DHA, Ginger Oil, and our micelle liposomal delivery method, you get a
highly bioavailable supplement that supports healthy joint function and
all-around wellness.

Purality Health® Micelle Liposomal Curcumin Gold gives you unparalleled
bioavailability. Our unique delivery method protects the delicate compounds from
breakdown in the digestive system, improving absorption and delivering a
powerful, soothing dose right where you need it.

RUSH MY ORDER

--------------------------------------------------------------------------------


TURMERIC

Turmeric is a plant that has a long history of use. It’s acted as a health
remedy for more than 4000 years and is one of the most studied substances in
modern dietary research – with over 3000 publications concerning turmeric
released in the last 25 years.

Purality Health® Micelle Liposomal Turmeric acts as a powerful antioxidant that
can support your body’s natural inflammatory response. Using our unique delivery
technology, our blend of full-spectrum turmeric is easily absorbed and may help
to maintain healthy joint function.

RUSH MY ORDER

--------------------------------------------------------------------------------


GLUTATHIONE

Glutathione has been dubbed the “Master Antioxidant” for good reason.

One of the most potent and important antioxidants in the body, glutathione is
produced in the cells and largely made up of three amino acids: glutamine,
glycine, and cysteine.

You can’t get glutathione from food, so you need to rely on your body to make
it. But glutathione levels may be reduced by a number of factors, including poor
nutrition, environmental toxins, and stress. It can also naturally decline with
age.

Because it’s a powerful antioxidant, it can play a large role in neutralizing
free radicals throughout the body, helping to reduce oxidative stress. Since
oxidative stress is thought to be a precursor to many health issues, maintaining
healthy glutathione levels is said to promote overall health, well-being, and
healthy aging!

RUSH MY ORDER

--------------------------------------------------------------------------------


VITAMIN B12

Brighten Up With Micelle Liposomal B12!

Studies show that up to 40% of Americans could be deficient in Vitamin B12.
Vitamin B12 matters because it is so important for maintaining normal energy
levels, red blood cell production, heart health, and hundreds of enzymatic
reactions in the body.

Purality Health® Micelle Liposomal Vitamin B12 uses only methylcobalamin – the
most natural, easily absorbed, version of B12 combined with organic glycerin
extract and fulvic acid to give you the most easily absorbable B12 supplement on
the market today.

Purality Health® Micelle Liposomal delivery method gives you unparalleled
bioavailability by protecting the delicate compounds from breakdown in your
digestive system, improving absorption, and delivering a potent dose of Vitamin
B12.

RUSH MY ORDER

--------------------------------------------------------------------------------


MUSHROOM MINDBOOST

Mushroom Mindboost contains – in equal parts – five of the most beneficial
mushroom species in existence when it comes to keeping a sharp and healthy
brain; including: Turkey Tail, Antrodia Camphorata, Reishi, King Trumpet, and
Maitake.

When you take Mushroom Mindboost, you’re getting a pure and potent, highly
absorbable dose of L-ergothioneine (or “ERGO”). ERGO is a unique amino acid that
is known for its abilities as a highly potent antioxidant, anti-inflammatory,
and therapeutic agent specific to protecting AND promoting brain cells! All of
these mushrooms contain high amounts of essential nutrients, along with unique
bioactive compounds that can promote the health of your brain while also
supporting your heart and immune system.

Through patented technology, our unique blend is easily absorbed into your
bloodstream so that your body can make the most out of these compounds.

RUSH MY ORDER

--------------------------------------------------------------------------------


MAGNESIUM

Magnesium is an essential mineral that is responsible for more than 600
reactions within the body, including energy creation, protein formation, gene
maintenance, muscle movements, and much more!

Every single cell within your body contains magnesium. Involved in a wide range
of processes, magnesium helps repair and synthesize DNA, strengthen bones,
regulate the immune system, and allows for proper function of the brain, heart,
and every other system in your body. Magnesium is an electrolyte, meaning it’s a
mineral that carries an electrical charge, making it even more useful for your
body.

Low magnesium can cause loss of appetite, fatigue, shakiness or tremors, nausea,
muscle spasms, insomnia, and much more. Purality Health® Micelle Liposomal
Magnesium is one of the most easily absorbed oral forms available today.

RUSH MY ORDER

--------------------------------------------------------------------------------


ACTIVE B COMPLEX

Purality Health® Micelle Liposomal Active B formula is a combination of
essential B vitamins, minerals, and electrolytes, specially combined to improve
your day to day…

The 8 B vitamins were chosen to improve your energy, immune function, cognition
and skin health, while the minerals and electrolytes work to further support
your overall well being and performance.

Whether you lead an active lifestyle or need more energy and focus to get
through your day at the office, this blend can put a little extra kick in your
step.

Plus, as always, this formula uses our Micelle Liposomal delivery, so that you
can be sure your body is able to take full advantage of the nutrients you're
providing it with.

RUSH MY ORDER

--------------------------------------------------------------------------------


RHAMNOSUS PROBIOTIC

Purality Health® Probiotic formula was specially formulated with L. Rhamnosus, a
strain that has been studied extensively and has been proven to be one of the
most effective strains of probiotic available.

A healthy person should have about 85% good bacteria in their gut, and a balance
of 15% “bad” bacteria. The problem is, the Western diet, nutrient depletion,
lack of activity, medications, etc. can all potentially cause this balance to go
in the other direction, resulting in major issues.

A healthy gut biome supports optimal immune function, as well as healthy
cognitive function and mood regulation.

Purality Health® utilizes RcME technology to ensure that you get maximum
absorption of your probiotics. This way, you know the probiotics are going to
work in your body, and you can count on seeing results!

RUSH MY ORDER

--------------------------------------------------------------------------------

BACKED BY OUR 180 DAY MONEY BACK GUARANTEE!



WE BELIEVE, “HAPPY CUSTOMERS” ARE THE BEST ADVERTISING, WHICH MEANS IF YOU’RE
EVER UNSATISFIED WITH ANYTHING YOU BUY FROM US, YOU HAVE A FULL 180-DAYS TO TRY
IT OUT, DURING THIS TIME YOU CAN RETURN ANY UNUSED PORTION FOR A FULL REFUND.

ORDER TODAY AND TRY IT OUT FOR YOURSELF. IF YOU DON’T NOTICE A HUGE SHIFT IN THE
WAY YOU FEEL, JUST LET US KNOW YOU WEREN’T SATISFIED AND WE’LL SEND YOU A 100%
REFUND.

© Purality Health. 2022 All Rights Reserved
Home | Contact Us | Terms of Service  | Privacy Policy



×
...
Close
Live Chat.