Filter

      Sorry, there are no products in this collection.


      <style><!--
      .product__policies.rte.small--text-center {
      opacity: 0;
      }.announcement-bar.bg-yellow {

      }
      --></style>
      <script>

      $(document).ready(function(){

      $(`
      <div class="better-ways-wrapper">
      <h3> Better ways for better days!</h3>
      <p>
      Challenge yourself to be the best version of you with meals delivered to your door, daily support and a personal coach. Better days are well within reach!
      </p>
      <h4> What you get:</h4>
      <ul>
      <li>
      Welcome box (valued at $93)</li>
      <li>
      1 Dietitian counseling session (valued at $65)</li>
      <li>
      4 weeks of personalized coaching (valued at $75/weekly)</li>
      <li>
      4 weeks of Intermittent Fasting meals (valued at $150/weekly)</li>
      </ul>
      </div>

      `).insertBefore(`.product-single__form`);
      $(`.product-single__meta hr`).remove()


      $(`<div class="announcement-bar bg-yellow" style=" background: #ff6c2e;">
      <a class="announcement-link"><span class="announcement-text" style="
      color: white;
      ">Challenge kicks off January 10th! First Meal Delivery is the week of January 17th!</span></a>
      </div>`).insertAfter('.announcement-bar')

      });
      </script>