umzu.com Open in urlscan Pro
2606:4700::6810:853  Public Scan

Submitted URL: https://trk.klclick1.com/ls/click?upn=VwmP3X7PbOtx3PRMp3jrEbNfwjBVZCFAYb9AypYk1-2BuLbDJ9qNW6FOyN8oE9w-2FxR1LJ1YqJE5Tz5xYA...
Effective URL: https://umzu.com/products/redwood?utm_source=SfuNXj&utm_medium=email&utm_campaign=UMZU%20Brand%20%7C%20How%20To%2...
Submission: On April 05 via manual from US — Scanned from DE

Form analysis 8 forms found in the DOM

GET /search

<form class="relative w-full" action="/search" method="get" role="search">
  <input
    class="boost-pfs-search-box pr-10 w-full px-5 py-3.5 bg-ice-grey font-sans text-p-s rounded-sm outline-none group-hover:bg-white focus:bg-white focus:border focus:border-black group-hover:shadow-sm transition duration-300 ease-in-out ui-autocomplete-input"
    type="search" name="q" placeholder="Search UMZU" value="" id="boost-pfs-search-box-0" data-search-box="boost-pfs-search-box-0" aria-live="assertive" aria-label="Search UMZU" role="search" autocomplete="off">
  <button type="submit" class="flex items-center absolute inset-y-0 right-0 pr-5 stroke-black hover:stroke-blue transition duration-300 ease-in-out">
    <svg width="14px" height="14px" viewBox="0 0 21 21" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg">
      <path d="M9 16A7 7 0 109 2a7 7 0 000 14zm10 3l-4.5-4.5" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

GET /search

<form class="relative w-full" action="/search" method="get" role="search">
  <input
    class="boost-pfs-search-box pr-10 w-full px-5 py-3.5 bg-ice-grey font-sans text-p-s rounded-sm outline-none group-hover:bg-white focus:bg-white focus:border focus:border-black group-hover:shadow-sm transition duration-300 ease-in-out ui-autocomplete-input"
    type="search" name="q" placeholder="Search UMZU" value="" id="boost-pfs-search-box-1" data-search-box="boost-pfs-search-box-1" aria-live="assertive" aria-label="Search UMZU" role="search" autocomplete="off">
  <button type="submit" class="flex items-center absolute inset-y-0 right-0 pr-5 stroke-black hover:stroke-blue transition duration-300 ease-in-out">
    <svg width="14px" height="14px" viewBox="0 0 21 21" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg">
      <path d="M9 16A7 7 0 109 2a7 7 0 000 14zm10 3l-4.5-4.5" stroke-width="2.5" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </button>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartFormSticky" class="form-vertical select-none w-6/12">
  <div class="hidden">
    <input id="quantity" type="text" value="1" name="quantity">
  </div>
  <div class="flex">
    <button id="atcButtonSticky" class="button-primary-large py-3.5 lg:py-4.5 w-full xl:max-w-full xl:w-full capitalize font-sans font-bold product-sticky-atc-button" onclick="event.preventDefault()">Add to Cart <span
        class="hidden xl:inline-block">$33.96</span></button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" class="form-vertical select-none">
  <div class="hidden">
    <input id="quantity" type="text" value="1" name="quantity">
  </div>
  <div class="flex">
    <div class="w-30 h-inherit pr-6">
      <div id="quantitySelector" class="relative flex items-end w-full h-full border border-mid-grey rounded-sm p-3 cursor-pointer" onclick="eHS.productBuyBox.toggleQuantitySelector(event)">
        <span class="absolute top-2 left-3 font-lato text-p-xs text-dark-grey">Quantity</span>
        <div class="flex items-center justify-between w-full">
          <span id="quantitiySelectorQuantity" class="font-lato">1</span>
          <div class="stroke-dark-grey">
            <svg xmlns="http://www.w3.org/2000/svg" width="10px" height="6px" viewBox="0 0 32 32">
              <path d="M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z"></path>
            </svg>
          </div>
        </div>
        <div id="quantitySelectorDropdown" class="absolute hidden z-10 bottom-1 py-1.5 h-40 overflow-y-auto bg-white transform translate-y-full border border-mid-grey border-t-0 rounded-sm rounded-t-none"
          style="width: calc(100% + 2px); left: -1px; ">
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 1)">1</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 2)">2</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 3)">3</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 4)">4</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 5)">5</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 6)">6</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 7)">7</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 8)">8</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 9)">9</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 10)">10</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 11)">11</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 12)">12</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 13)">13</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 14)">14</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 15)">15</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 16)">16</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 17)">17</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 18)">18</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 19)">19</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 20)">20</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 21)">21</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 22)">22</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 23)">23</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 24)">24</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 25)">25</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 26)">26</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 27)">27</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 28)">28</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 29)">29</span>
          <span class="block w-full px-3 py-1.5 font-lato hover:bg-bright-yellow" onclick="eHS.productBuyBox.selectQuantity(event, 30)">30</span>
        </div>
      </div>
    </div>
    <button id="atcButton" class="button-primary-large py-5.5 w-full capitalize font-sans font-bold" onclick="event.preventDefault()">Add To Cart</button>
  </div>
</form>

POST //stamped.io/api/questions

<form method="post" action="//stamped.io/api/questions" id="new-question-form" class="new-question-form" onsubmit="StampedFn.submitQuestionForm(this);return false;" style="display:none;">
  <input type="hidden" name="productId" value="5842346691">
  <input type="hidden" name="shop" value="testshock.myshopify.com">
  <input type="hidden" name="apiKey" value="pubkey-7bf4Gbue2N7oCc0M6UF4SRQMWPda5T">
  <input type="hidden" name="storeUrl" value="umzu.com">
  <input type="hidden" name="sId" value="14210">
  <div class="spr-form-title stamped-form-title">Ask a Question</div>
  <fieldset class="spr-form-contact stamped-form-contact">
    <legend style="display:none;">Author</legend>
    <div class="spr-form-contact-name stamped-form-contact-name">
      <label class="spr-form-label stamped-form-label" for="question_author_5842346691">Name</label>
      <input class="spr-form-input spr-form-input-text stamped-form-input stamped-form-input-text" id="question_author_5842346691" type="text" name="name" value="" placeholder="Enter your name" required="">
    </div>
    <div class="spr-form-contact-email stamped-form-contact-email">
      <label class="spr-form-label stamped-form-label" for="question_email_5842346691">Email</label>
      <input class="spr-form-input spr-form-input-email stamped-form-input stamped-form-input-email" id="question_email_5842346691" type="email" name="email" value="" placeholder="john.smith@example.com" required="">
    </div>
  </fieldset>
  <fieldset class="spr-form-review stamped-form-review">
    <legend style="display:none;">Question</legend>
    <div class="spr-form-review-body stamped-form-review-body">
      <label class="spr-form-label stamped-form-label" for="question_body_5842346691">Question</label>
      <div class="spr-form-input stamped-form-input">
        <textarea class="spr-form-input spr-form-input-textarea stamped-form-input stamped-form-input-textarea" id="question_body_5842346691" data-product-id="5842346691" name="reviewBody" rows="10" maxlength="1000"
          placeholder="Write your question here" required=""></textarea>
      </div>
    </div>
  </fieldset>
  <fieldset class="spr-form-actions stamped-form-actions">
    <legend style="display:none;">Submit</legend>
    <input type="submit" class="stamped-button stamped-button-primary button button-primary btn btn-primary" value="Submit Question">
  </fieldset>
</form>

POST

<form method="post" id="new-review-form_5842346691" class="new-review-form" aria-expanded="false" onsubmit="event.preventDefault(); StampedFn.submitForm(this);" style="display: none;border: 1px solid #dddddd4d;padding: 15px">
  <input type="hidden" name="productId" value="5842346691">
  <div class="stamped-form-title" style=" display:none;">Write a review</div>
  <fieldset class="stamped-form-contact">
    <legend style="display:none;">Author</legend>
    <div class="stamped-form-contact-name">
      <label class="stamped-form-label" for="review_author_5842346691">Name</label>
      <input class="stamped-form-input stamped-form-input-text " id="review_author_5842346691" type="text" name="author" required="" value="" placeholder="Enter your name" autocomplete="name">
    </div>
    <div class="stamped-form-contact-email">
      <label class="stamped-form-label" for="review_email_5842346691">Email</label>
      <input class="stamped-form-input stamped-form-input-email " id="review_email_5842346691" type="email" name="email" required="" value="" placeholder="john.smith@example.com" autocomplete="email">
    </div>
    <div class="stamped-form-contact-location">
      <label class="stamped-form-label" for="review_location_5842346691">Location</label>
      <input class="stamped-form-input stamped-form-input-text " id="review_location_5842346691" type="text" name="location" value="" placeholder="e.g Paris, France" autocomplete="shipping country">
    </div>
  </fieldset>
  <fieldset class="stamped-form-review">
    <legend style="display:none;">Rating</legend>
    <div class="stamped-form-review-rating">
      <label class="stamped-form-label" for="reviewRating">Rating</label>
      <input type="text" id="reviewRating" name="reviewRating" style="font-size: 0px; border: none; height: 1px; width: 1px; margin: 0; padding: 0; line-height: 0px; min-height: 0px;" required="">
      <div class="stamped-form-input stamped-starrating">
        <a href="https://umzu.com/products/redwood?utm_source=SfuNXj&amp;utm_medium=email&amp;utm_campaign=UMZU%20Brand%20%7C%20How%20To%20%7C%20GetEmails%20Welcome%20%7C%203.1%20Coupon%20%2B%20Quiz%20%2B%20Product%20Recommendations%20%28RjktJ7%29&amp;gclid=REDWOOD%3A%20Nitric%20Oxide%20%26%20Circulatory%20Support&amp;_kx=UkcunmKwh3Ze6CNKV5BRMM7xy1nHefwXokPB_6-Ph50%3D.iMZ8TJ#" onclick="StampedFn.setRating(this);return false;" onkeydown="StampedFn.setRating(this);return false;" role="button" tabindex="0" class="stamped-fa stamped-fa-star-o" data-value="1"><span style="display:none;">1</span></a>
        <a href="https://umzu.com/products/redwood?utm_source=SfuNXj&amp;utm_medium=email&amp;utm_campaign=UMZU%20Brand%20%7C%20How%20To%20%7C%20GetEmails%20Welcome%20%7C%203.1%20Coupon%20%2B%20Quiz%20%2B%20Product%20Recommendations%20%28RjktJ7%29&amp;gclid=REDWOOD%3A%20Nitric%20Oxide%20%26%20Circulatory%20Support&amp;_kx=UkcunmKwh3Ze6CNKV5BRMM7xy1nHefwXokPB_6-Ph50%3D.iMZ8TJ#" onclick="StampedFn.setRating(this);return false;" onkeydown="StampedFn.setRating(this);return false;" role="button" tabindex="0" class="stamped-fa stamped-fa-star-o" data-value="2"><span style="display:none;">2</span></a>
        <a href="https://umzu.com/products/redwood?utm_source=SfuNXj&amp;utm_medium=email&amp;utm_campaign=UMZU%20Brand%20%7C%20How%20To%20%7C%20GetEmails%20Welcome%20%7C%203.1%20Coupon%20%2B%20Quiz%20%2B%20Product%20Recommendations%20%28RjktJ7%29&amp;gclid=REDWOOD%3A%20Nitric%20Oxide%20%26%20Circulatory%20Support&amp;_kx=UkcunmKwh3Ze6CNKV5BRMM7xy1nHefwXokPB_6-Ph50%3D.iMZ8TJ#" onclick="StampedFn.setRating(this);return false;" onkeydown="StampedFn.setRating(this);return false;" role="button" tabindex="0" class="stamped-fa stamped-fa-star-o" data-value="3"><span style="display:none;">3</span></a>
        <a href="https://umzu.com/products/redwood?utm_source=SfuNXj&amp;utm_medium=email&amp;utm_campaign=UMZU%20Brand%20%7C%20How%20To%20%7C%20GetEmails%20Welcome%20%7C%203.1%20Coupon%20%2B%20Quiz%20%2B%20Product%20Recommendations%20%28RjktJ7%29&amp;gclid=REDWOOD%3A%20Nitric%20Oxide%20%26%20Circulatory%20Support&amp;_kx=UkcunmKwh3Ze6CNKV5BRMM7xy1nHefwXokPB_6-Ph50%3D.iMZ8TJ#" onclick="StampedFn.setRating(this);return false;" onkeydown="StampedFn.setRating(this);return false;" role="button" tabindex="0" class="stamped-fa stamped-fa-star-o" data-value="4"><span style="display:none;">4</span></a>
        <a href="https://umzu.com/products/redwood?utm_source=SfuNXj&amp;utm_medium=email&amp;utm_campaign=UMZU%20Brand%20%7C%20How%20To%20%7C%20GetEmails%20Welcome%20%7C%203.1%20Coupon%20%2B%20Quiz%20%2B%20Product%20Recommendations%20%28RjktJ7%29&amp;gclid=REDWOOD%3A%20Nitric%20Oxide%20%26%20Circulatory%20Support&amp;_kx=UkcunmKwh3Ze6CNKV5BRMM7xy1nHefwXokPB_6-Ph50%3D.iMZ8TJ#" onclick="StampedFn.setRating(this);return false;" onkeydown="StampedFn.setRating(this);return false;" role="button" tabindex="0" class="stamped-fa stamped-fa-star-o" data-value="5"><span style="display:none;">5</span></a>
      </div>
    </div>
    <div class="stamped-form-review-title">
      <label class="stamped-form-label" for="review_title_5842346691">Title of Review</label>
      <input class="stamped-form-input stamped-form-input-text" id="review_title_5842346691" type="text" name="reviewTitle" required="" value="" placeholder="Give your review a title">
    </div>
    <div class="stamped-form-review-body">
      <label class="stamped-form-label" for="review_body_5842346691">How was your overall experience?</label>
      <div class="stamped-form-input">
        <textarea class="stamped-form-input stamped-form-input-textarea" id="review_body_5842346691" data-product-id="5842346691" name="reviewMessage" required="" rows="10" maxlength="5000"></textarea>
      </div>
    </div>
  </fieldset>
  <fieldset class="stamped-form-custom-questions">
    <legend style="display:none;">Questions</legend>
  </fieldset>
  <fieldset class="stamped-form-actions">
    <legend style="display:none;">Photos</legend>
    <span class="stamped-file-holder"> </span>
    <span class="stamped-file-uploader" style="display:none;">
      <label for="stamped-file-uploader-input">
        <span style="display:none;">Upload</span>
        <input id="stamped-file-uploader-input" type="file" name="stamped-file-uploader-input" class="stamped-file-uploader-input" multiple="" data-product-id="5842346691" style="display:none;">
        <span class="stamped-file-uploader-btn" style="border:1px solid #333;padding: 6px 10px; font-size:13px; border-radius: .3em;">
          <i class="stamped-fa stamped-fa-camera"></i>
          <span class="stamped-file-uploader-btn-label2"></span>
        </span>
      </label>
    </span>
    <span class="stamped-file-loading hide" style="display:none;">
      <i class="fa fa-spinner fa-spin"></i>
    </span>
    <input id="stamped-button-submit" type="submit" class="stamped-button stamped-button-primary button button-primary btn btn-primary" value="Submit">
  </fieldset>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="contact-form" novalidate="novalidate"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="flex w-full md:max-w-footer-input md:mx-auto lg:mx-0 flex-nowrap items-center py-2 pl-3 pr-2 rounded-sm bg-dark-grey ">
    <input type="email" name="contact[email]" id="ContactFooter-email" class="font-lato text-h6 tracking-normal text-white w-full bg-dark-grey placeholder-white" value="" placeholder="Enter Email" aria-label="Enter Email" aria-required="true"
      required="" autocorrect="off" autocapitalize="off">
    <span class="flex-grow">
      <button type="submit" class="rounded-sm bg-black text-white text-special-s uppercase tracking-wide font-semibold text-center py-3 px-4" name="commit" id="Subscribe">
        <span class="hidden lg:block">Subscribe</span>
        <span class="md:block lg:hidden fill-white"><svg width="7px" height="12px" viewBox="0 0 7 12" xmlns="http://www.w3.org/2000/svg">
            <path d="M.238.225a.77.77 0 011.088 0L6.554 5.45a.768.768 0 010 1.088l-5.228 5.224A.769.769 0 11.24 10.673l4.684-4.68L.24 1.313A.77.77 0 01.238.226z" fill="#212721" fill-rule="evenodd"></path>
          </svg>
        </span>
      </button>
    </span>
  </div>
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Search the online dictionary..."
    aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>

Text Content

Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER

Free US shipping orders $99+ Ship Free USA $99+

Save 15% On Monthly Orders Learn More Save 15% Monthly Learn More

 * Shop
   
   
   Supplements
   Hormones & Energy Digestion & Gut Health Muscle, Bone, & Skin Health Mood &
   Cognition Protein & Fitness Wellness & Immunity Bundled Solutions All
   Supplements
   
   Snacks
   
   Personal Care
   
   Books
   
   Apparel
   
   Bestsellers
   
   New
   
   Sale
   
   
   NOT SURE WHERE TO START?
   
   Take the Quiz
 * About
   
   About UMZU Our Mission Our Symbols
 * Learn
   
   Think Again Blog Podcast Videos
 * U Save Club
   
 * Take The Quiz!
   




Shop About Learn U Save Club Take The Quiz!
fit

On-demand courses & community to help you take charge of your health & wellness.

Visit Umzu fit

Shop


Supplements


Hormones & Energy Digestion & Gut Health Muscle, Bone, & Skin Health Mood &
Cognition Protein & Fitness Wellness & Immunity Bundled Solutions All
Supplements
Snacks
Personal Care
Books
Apparel
Bestsellers
New
Sale


NOT SURE WHERE TO START?

Take the Quiz
About

About UMZU Our Mission Our Symbols
Learn

Think Again Blog Podcast Videos
Home  /  Products  /  REDWOOD

REDWOOD

30 days

Every 30 days
Every 60 days
Every 90 days
One-time Purchase
Add to Cart $33.96

Every 30 days
Every 60 days
Every 90 days
One-time Purchase


REDWOOD

NITRIC OXIDE & CIRCULATORY SUPPORT

30 DAY SUPPLY (180 CAPSULES)

3520 reviews


"APPROXIMATELY TWO WEEKS INTO THE PRODUCT I NOTICED AN IMPROVED SENSE OF
WELLNESS AND MY BREATHING SEEMED MORE ALIVE. AT ANY RATE, I LOVE THAT THE
PRODUCT IS FREE OF FILLERS AND CHEAP INGREDIENTS FOUND WITH SO MANY SO-CALLED
NATURAL SUPPLEMENTS. GIVE IT A TRY! I THINK YOU'LL BECOME A QUICK FAN LIKE
MYSELF."

- Kevin D.  Verified Buyer


REDWOOD

NITRIC OXIDE & CIRCULATORY SUPPORT

30 DAY SUPPLY (180 CAPSULES)

3520 reviews
$33.96
$39.95 $33.96

30 DAY SUPPLY (180 CAPSULES)


PURCHASE: SUBSCRIPTION

One-time Purchase
$39.95

Subscribe to Save $33.96
15% Off Every Order, Guaranteed Delivery, Make Changes Any Time, Prompt VIP
Support

Deliver every  30 days

Deliver every 30 days
Deliver every 60 days
Deliver every 90 days
Quantity
1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Add To Cart

NOTIFY ME WHEN THIS IS AVAILABLE

Enter your phone number or email address below to be notified when this item is
back in stock:

 * 
   United States+1
 * 
   United Kingdom+44
 * 
 * 
   Afghanistan (‫افغانستان‬‎)+93
 * 
   Albania (Shqipëri)+355
 * 
   Algeria (‫الجزائر‬‎)+213
 * 
   American Samoa+1
 * 
   Andorra+376
 * 
   Angola+244
 * 
   Anguilla+1
 * 
   Antigua and Barbuda+1
 * 
   Argentina+54
 * 
   Armenia (Հայաստան)+374
 * 
   Aruba+297
 * 
   Ascension Island+247
 * 
   Australia+61
 * 
   Austria (Österreich)+43
 * 
   Azerbaijan (Azərbaycan)+994
 * 
   Bahamas+1
 * 
   Bahrain (‫البحرين‬‎)+973
 * 
   Bangladesh (বাংলাদেশ)+880
 * 
   Barbados+1
 * 
   Belarus (Беларусь)+375
 * 
   Belgium (België)+32
 * 
   Belize+501
 * 
   Benin (Bénin)+229
 * 
   Bermuda+1
 * 
   Bhutan (འབྲུག)+975
 * 
   Bolivia+591
 * 
   Bosnia and Herzegovina (Босна и Херцеговина)+387
 * 
   Botswana+267
 * 
   Brazil (Brasil)+55
 * 
   British Indian Ocean Territory+246
 * 
   British Virgin Islands+1
 * 
   Brunei+673
 * 
   Bulgaria (България)+359
 * 
   Burkina Faso+226
 * 
   Burundi (Uburundi)+257
 * 
   Cambodia (កម្ពុជា)+855
 * 
   Cameroon (Cameroun)+237
 * 
   Canada+1
 * 
   Cape Verde (Kabu Verdi)+238
 * 
   Caribbean Netherlands+599
 * 
   Cayman Islands+1
 * 
   Central African Republic (République centrafricaine)+236
 * 
   Chad (Tchad)+235
 * 
   Chile+56
 * 
   China (中国)+86
 * 
   Christmas Island+61
 * 
   Cocos (Keeling) Islands+61
 * 
   Colombia+57
 * 
   Comoros (‫جزر القمر‬‎)+269
 * 
   Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)+243
 * 
   Congo (Republic) (Congo-Brazzaville)+242
 * 
   Cook Islands+682
 * 
   Costa Rica+506
 * 
   Côte d’Ivoire+225
 * 
   Croatia (Hrvatska)+385
 * 
   Cuba+53
 * 
   Curaçao+599
 * 
   Cyprus (Κύπρος)+357
 * 
   Czech Republic (Česká republika)+420
 * 
   Denmark (Danmark)+45
 * 
   Djibouti+253
 * 
   Dominica+1
 * 
   Dominican Republic (República Dominicana)+1
 * 
   Ecuador+593
 * 
   Egypt (‫مصر‬‎)+20
 * 
   El Salvador+503
 * 
   Equatorial Guinea (Guinea Ecuatorial)+240
 * 
   Eritrea+291
 * 
   Estonia (Eesti)+372
 * 
   Eswatini+268
 * 
   Ethiopia+251
 * 
   Falkland Islands (Islas Malvinas)+500
 * 
   Faroe Islands (Føroyar)+298
 * 
   Fiji+679
 * 
   Finland (Suomi)+358
 * 
   France+33
 * 
   French Guiana (Guyane française)+594
 * 
   French Polynesia (Polynésie française)+689
 * 
   Gabon+241
 * 
   Gambia+220
 * 
   Georgia (საქართველო)+995
 * 
   Germany (Deutschland)+49
 * 
   Ghana (Gaana)+233
 * 
   Gibraltar+350
 * 
   Greece (Ελλάδα)+30
 * 
   Greenland (Kalaallit Nunaat)+299
 * 
   Grenada+1
 * 
   Guadeloupe+590
 * 
   Guam+1
 * 
   Guatemala+502
 * 
   Guernsey+44
 * 
   Guinea (Guinée)+224
 * 
   Guinea-Bissau (Guiné Bissau)+245
 * 
   Guyana+592
 * 
   Haiti+509
 * 
   Honduras+504
 * 
   Hong Kong (香港)+852
 * 
   Hungary (Magyarország)+36
 * 
   Iceland (Ísland)+354
 * 
   India (भारत)+91
 * 
   Indonesia+62
 * 
   Iran (‫ایران‬‎)+98
 * 
   Iraq (‫العراق‬‎)+964
 * 
   Ireland+353
 * 
   Isle of Man+44
 * 
   Israel (‫ישראל‬‎)+972
 * 
   Italy (Italia)+39
 * 
   Jamaica+1
 * 
   Japan (日本)+81
 * 
   Jersey+44
 * 
   Jordan (‫الأردن‬‎)+962
 * 
   Kazakhstan (Казахстан)+7
 * 
   Kenya+254
 * 
   Kiribati+686
 * 
   Kosovo+383
 * 
   Kuwait (‫الكويت‬‎)+965
 * 
   Kyrgyzstan (Кыргызстан)+996
 * 
   Laos (ລາວ)+856
 * 
   Latvia (Latvija)+371
 * 
   Lebanon (‫لبنان‬‎)+961
 * 
   Lesotho+266
 * 
   Liberia+231
 * 
   Libya (‫ليبيا‬‎)+218
 * 
   Liechtenstein+423
 * 
   Lithuania (Lietuva)+370
 * 
   Luxembourg+352
 * 
   Macau (澳門)+853
 * 
   Macedonia (FYROM) (Македонија)+389
 * 
   Madagascar (Madagasikara)+261
 * 
   Malawi+265
 * 
   Malaysia+60
 * 
   Maldives+960
 * 
   Mali+223
 * 
   Malta+356
 * 
   Marshall Islands+692
 * 
   Martinique+596
 * 
   Mauritania (‫موريتانيا‬‎)+222
 * 
   Mauritius (Moris)+230
 * 
   Mayotte+262
 * 
   Mexico (México)+52
 * 
   Micronesia+691
 * 
   Moldova (Republica Moldova)+373
 * 
   Monaco+377
 * 
   Mongolia (Монгол)+976
 * 
   Montenegro (Crna Gora)+382
 * 
   Montserrat+1
 * 
   Morocco (‫المغرب‬‎)+212
 * 
   Mozambique (Moçambique)+258
 * 
   Myanmar (Burma) (မြန်မာ)+95
 * 
   Namibia (Namibië)+264
 * 
   Nauru+674
 * 
   Nepal (नेपाल)+977
 * 
   Netherlands (Nederland)+31
 * 
   New Caledonia (Nouvelle-Calédonie)+687
 * 
   New Zealand+64
 * 
   Nicaragua+505
 * 
   Niger (Nijar)+227
 * 
   Nigeria+234
 * 
   Niue+683
 * 
   Norfolk Island+672
 * 
   North Korea (조선 민주주의 인민 공화국)+850
 * 
   Northern Mariana Islands+1
 * 
   Norway (Norge)+47
 * 
   Oman (‫عُمان‬‎)+968
 * 
   Pakistan (‫پاکستان‬‎)+92
 * 
   Palau+680
 * 
   Palestine (‫فلسطين‬‎)+970
 * 
   Panama (Panamá)+507
 * 
   Papua New Guinea+675
 * 
   Paraguay+595
 * 
   Peru (Perú)+51
 * 
   Philippines+63
 * 
   Poland (Polska)+48
 * 
   Portugal+351
 * 
   Puerto Rico+1
 * 
   Qatar (‫قطر‬‎)+974
 * 
   Réunion (La Réunion)+262
 * 
   Romania (România)+40
 * 
   Russia (Россия)+7
 * 
   Rwanda+250
 * 
   Saint Barthélemy+590
 * 
   Saint Helena+290
 * 
   Saint Kitts and Nevis+1
 * 
   Saint Lucia+1
 * 
   Saint Martin (Saint-Martin (partie française))+590
 * 
   Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)+508
 * 
   Saint Vincent and the Grenadines+1
 * 
   Samoa+685
 * 
   San Marino+378
 * 
   São Tomé and Príncipe (São Tomé e Príncipe)+239
 * 
   Saudi Arabia (‫المملكة العربية السعودية‬‎)+966
 * 
   Senegal (Sénégal)+221
 * 
   Serbia (Србија)+381
 * 
   Seychelles+248
 * 
   Sierra Leone+232
 * 
   Singapore+65
 * 
   Sint Maarten+1
 * 
   Slovakia (Slovensko)+421
 * 
   Slovenia (Slovenija)+386
 * 
   Solomon Islands+677
 * 
   Somalia (Soomaaliya)+252
 * 
   South Africa+27
 * 
   South Korea (대한민국)+82
 * 
   South Sudan (‫جنوب السودان‬‎)+211
 * 
   Spain (España)+34
 * 
   Sri Lanka (ශ්‍රී ලංකාව)+94
 * 
   Sudan (‫السودان‬‎)+249
 * 
   Suriname+597
 * 
   Svalbard and Jan Mayen+47
 * 
   Sweden (Sverige)+46
 * 
   Switzerland (Schweiz)+41
 * 
   Syria (‫سوريا‬‎)+963
 * 
   Taiwan (台灣)+886
 * 
   Tajikistan+992
 * 
   Tanzania+255
 * 
   Thailand (ไทย)+66
 * 
   Timor-Leste+670
 * 
   Togo+228
 * 
   Tokelau+690
 * 
   Tonga+676
 * 
   Trinidad and Tobago+1
 * 
   Tunisia (‫تونس‬‎)+216
 * 
   Turkey (Türkiye)+90
 * 
   Turkmenistan+993
 * 
   Turks and Caicos Islands+1
 * 
   Tuvalu+688
 * 
   U.S. Virgin Islands+1
 * 
   Uganda+256
 * 
   Ukraine (Україна)+380
 * 
   United Arab Emirates (‫الإمارات العربية المتحدة‬‎)+971
 * 
   United Kingdom+44
 * 
   United States+1
 * 
   Uruguay+598
 * 
   Uzbekistan (Oʻzbekiston)+998
 * 
   Vanuatu+678
 * 
   Vatican City (Città del Vaticano)+39
 * 
   Venezuela+58
 * 
   Vietnam (Việt Nam)+84
 * 
   Wallis and Futuna (Wallis-et-Futuna)+681
 * 
   Western Sahara (‫الصحراء الغربية‬‎)+212
 * 
   Yemen (‫اليمن‬‎)+967
 * 
   Zambia+260
 * 
   Zimbabwe+263
 * 
   Åland Islands+358

TEXT ME
EMAIL ME

SUCCESS!

You will be notified when the selected product is back in stock. Thanks!

WARNING: This product can expose you to lead, which is known to the State of
California to cause cancer. For more information, go to P65Warnings.ca.gov.

Collagen products are not available to ship to certain countries due to
regulations.


60-Day Money Back Guarantee

Free US shipping on orders $99+

Ship to: 60326 Change View All Shipping Options
Check Delivery
Unable to get estimated delivery date. Please enter a valid US zipcode

The naturally-sourced formula in Redwood supports blood flow for healthy, smooth
circulation, strong immune health, optimal blood pressure and bedroom
performance. On top of all that, experience more stamina & energy all day long.†




Share this item:




"APPROXIMATELY TWO WEEKS INTO THE PRODUCT I NOTICED AN IMPROVED SENSE OF
WELLNESS AND MY BREATHING SEEMED MORE ALIVE. AT ANY RATE, I LOVE THAT THE
PRODUCT IS FREE OF FILLERS AND CHEAP INGREDIENTS FOUND WITH SO MANY SO-CALLED
NATURAL SUPPLEMENTS. GIVE IT A TRY! I THINK YOU'LL BECOME A QUICK FAN LIKE
MYSELF."

- Kevin D.  Verified Buyer
description


The naturally-sourced formula in Redwood supports blood flow for healthy, smooth
circulation, strong immune health, optimal blood pressure and bedroom
performance. On top of all that, experience more stamina & energy all day long.†


features



REDISCOVER REAL WITH REDWOOD


CIRCULATION

Boost blood flow & circulation naturally with Redwood, leading to better bedroom
performance, healthy blood pressure, & warmer extremities. †


IMMUNITY

Fortify your immune system with well-known immune-boosting ingredients Vitamin C
and Garlic, as well as Isoleucyl-Prolyl-Proline, Valyl-Prolyl-Proline.†


STAMINA

Better circulation leads to more stamina & endurance as well as improved mood &
well-being. You'll be able to go faster, longer.†

ingredients



REAL INGREDIENTS. REAL RESEARCH

Redwood is a potent blend of vitamins and minerals curated from around the
world. The effects of Redwood may make it sound like a "magic pill" but what
Redwood does is actually very simple.

The ingredients in Redwood boost nitric oxide production, increasing the rate
of blood flow in the body. You'll enjoy more stamina and energy along with all
of the added benefits of better blood flow, including circulation, improved vein
health, warmer hands and feet, better bedroom performance, stronger immunity and
improved mood.† See all ingredients


Vitamin C

Garlic

Horse Chestnut Extract

Pine Bark Extract

Isoleucyl-Prolyl-Proline, Valyl-Prolyl-Proline


VITAMIN C

Interestingly enough, there is convincing evidence showing that the combination
of Garlic and Vitamin C may drastically increase N.O. output. (up to
200%!) Since vitamin C increases N.O. so well, you should expect a great
improvement in blood flow and vein health.†

Learn more



GARLIC

Garlic is filled with nitrates and contains a compound called quercetin, which
is linked to increased N.O. levels in various studies. In fact, studies have
found that garlic may be effective at supporting healthy and normal blood
pressure and improving blood flow! †

Learn more



HORSE CHESTNUT EXTRACT

Horse chestnut extract has been shown to reduce some symptoms of poor blood
circulation that are commonly found in aging men and women, including aiding in
vein health, better blood flow to all areas of the body, overcoming tiredness &
fatigue, and increasing nutrient delivery in the blood.†

 

Learn more



PINE BARK EXTRACT

Pine Bark Extract has a plethora of science backing up it’s effects as a blood
flow enhancer. It works to increase natural levels of nitrogen oxide and induce
positive cardio effects that help to improve vascular circulation.†

Learn more



ISOLEUCYL-PROLYL-PROLINE, VALYL-PROLYL-PROLINE

Clinical research on Isoleucyl-Prolyl-Proline, Valyl-Prolyl-Proline has shown
that it supports healthy blood pressure, maintains both systolic and diastolic
blood pressure, and promotes arterial elasticity. Isoleucyl-Prolyl-Proline,
Valyl-Prolyl-Proline may open up incredible blood flow by inhibiting a
particular enzyme that causes blood vessels to shrink.†

Learn more

how to use



HOW TO USE

3 CAPSULES, TWICE A DAY

Take 3 capsules in the morning and evening - about 12 hours apart.

3 CAPSULES BEFORE EXERCISING

If you exercise you may replace your evening dose with a pre-workout dose for
stamina, energy and muscle pump.

TAKE WITH FOOD & WATER

The ingredients in Redwood work best when taken with food and water

watch video


frequently asked questions



FREQUENTLY ASKED QUESTIONS

WHAT DOES REDWOOD DO?



Redwood is an all natural circulation enhancement supplement. It is designed
with key ingredients that have been shown in clinical trials to increase blood
flow and promote full body circulation.

WHAT DOES REDWOOD DO?

Redwood is an all natural circulation enhancement supplement. It is designed
with key ingredients that have been shown in clinical trials to increase blood
flow and promote full body circulation.

HOW DO I TAKE REDWOOD?



For best results, take 3 capsules two times a day, once in the morning and once
in the evening. If you do resistance training, taking the second 3 capsules
before your workout helps increase blood flow to your muscles during your
workout.

HOW DO I TAKE REDWOOD?

For best results, take 3 capsules two times a day, once in the morning and once
in the evening. If you do resistance training, taking the second 3 capsules
before your workout helps increase blood flow to your muscles during your
workout.

IS REDWOOD VEGAN?



No, Redwood is not vegan because it has a casein-derived peptide in it known as
IPP-VPP. It also has a gelatin capsule.

IS REDWOOD VEGAN?

No, Redwood is not vegan because it has a casein-derived peptide in it known as
IPP-VPP. It also has a gelatin capsule.

IS REDWOOD DAIRY FREE?



No, Redwood is not dairy-free because the casein-derived peptide in it is
extracted from milk.However, many people with dairy intolerances have
successfully taken our product but we recommend always talking to your
prescribing physician if you are on medication before moving forward with any
supplementation. If you are highly sensitive to casein, we wouldn’t recommend
trying this product.

IS REDWOOD DAIRY FREE?

No, Redwood is not dairy-free because the casein-derived peptide in it is
extracted from milk.However, many people with dairy intolerances have
successfully taken our product but we recommend always talking to your
prescribing physician if you are on medication before moving forward with any
supplementation. If you are highly sensitive to casein, we wouldn’t recommend
trying this product.

CAN I TAKE REDWOOD WITH BLOOD PRESSURE MEDICATION?



We always recommend talking to your prescribing physician before using any
supplements to ensure that they are safe to take with your medical history.

CAN I TAKE REDWOOD WITH BLOOD PRESSURE MEDICATION?

We always recommend talking to your prescribing physician before using any
supplements to ensure that they are safe to take with your medical history.

CAN I TAKE REDWOOD ON AN EMPTY STOMACH?



We recommend taking Redwood with food and water to ensure the best absorption of
the ingredients and avoid causing an upset stomach. However, we have many
customers who take Redwood on an empty stomach without any issues. Simply
experiment and see what works best for you.

CAN I TAKE REDWOOD ON AN EMPTY STOMACH?

We recommend taking Redwood with food and water to ensure the best absorption of
the ingredients and avoid causing an upset stomach. However, we have many
customers who take Redwood on an empty stomach without any issues. Simply
experiment and see what works best for you.

CAN WOMEN TAKE REDWOOD?



Yes, all of our products can be taken by both men and women. Many women use
Redwood for supporting blood flow and circulation.

CAN WOMEN TAKE REDWOOD?

Yes, all of our products can be taken by both men and women. Many women use
Redwood for supporting blood flow and circulation.

CAN I TAKE REDWOOD AND VITAMIN C?



Redwood has 1000mg of Vitamin C per serving. Taking too much Vitamin C can draw
water into the stool. If you are already supplementing with Vitamin C, lower
your serving to 1-2 capsules twice daily instead of the normal 3 capsules twice
a day.

CAN I TAKE REDWOOD AND VITAMIN C?

Redwood has 1000mg of Vitamin C per serving. Taking too much Vitamin C can draw
water into the stool. If you are already supplementing with Vitamin C, lower
your serving to 1-2 capsules twice daily instead of the normal 3 capsules twice
a day.




RELATED PRODUCTS


Mucuna Pruriens

Focus, Well-Being, & Brain Support

285 reviews

$ 24.95

Quick Shop

TESTRO-X

Testosterone Booster

2242 reviews

$ 54.95

Quick Shop

FLORACIL50

Probiotic With Lactobacillus Rhamnosus and Reuteri

1308 reviews

$ 44.95

Quick Shop

zuPOO

Colon Cleanse & Gut Support

2031 reviews

$ 29.95

Quick Shop

Thyrite

Thyroid Support & Metabolism Booster

208 reviews

$ 54.95

Quick Shop

SENSOLIN

Natural Blood Sugar Support Supplement

530 reviews

$ 49.95

Quick Shop




NOT THE SOLUTION YOU WERE LOOKING FOR?

Take our UMZU Supplement Quiz to find the right vitamins, supplements and
collagen, personalized just for you.

TAKE THE QUIZ


REVIEWS

Customer Reviews
4.9 Based on 3,520 Reviews
5 ★
91% 
3206
4 ★
7% 
239
3 ★
2% 
54
2 ★
0% 
8
1 ★
0% 
13
Customer Photos
i
i
i
i
i
i
i
i


Write a Review Ask a Question
 * Reviews
 * Questions

Thank you for posting a question!
Your question will appear on the site once we've answered it.

Ask a Question
Author
Name
Email
Question
Question

Submit
Write a review
Author
Name
Email
Location
Rating
Rating
1 2 3 4 5
Title of Review
How was your overall experience?

Questions Photos Upload

Thank you for submitting a review!

Your input is very much appreciated. Share it with your friends so they can
enjoy it too!

FacebookTwitter
Be the first to review this item
SortWith Photos Most Recent Highest Rating Lowest Rating Most Helpful
Filter Reviews:
×
SortWith Photos Most Recent Highest Rating Lowest Rating Most Helpful
Clear filter
More Filters
J
10/28/2020
Joanie
United States



I LOVE THIS PRODUCT - UMZU REDWOOD

I spend my entire work day in front of a computer drafting financial analysis
reports. By the end of the day I'm normally hopped up on coffee and junk food
and feeling really spent. I've been taking Umzu blood flow support for three
weeks now. I only drink one cup of coffee in the morning instead of 10 cups per
day. I'm more alert mid afternoon and I'm religiously drinking water. Since the
shut down of gyms I've made it a point to walk at least four times per week.
This product has changed my life. My energy levels are higher. I'm sleeping
well. I don't have that mid-afternoon lull anymore. I'm a customer for life!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  349    25
ST
04/06/2019
Shamarr T.
United States



REDWOOD

I love this product I will continue to take it the results are I credible I’d
love to distribute this at my gym



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  278    53
CP
03/01/2019
Cochise P.
United States



MY REVIEW OF REDWOOD

I am 65 years old. I am a health fanatic to put it lightly. Anything to give me
an extra level of blood flow health would be welcome. That said, I decided to
give Redwood a try. After only 10 days of taking the product as instructed (3
pills twice daily), I knew, then, I had found what I had been looking for. I
decided to go on a monthly auto-ship. This product delivers! I awake with
erections every morning and wake up at night with an ********. Because of the
new level of blood flow through my body, I now experience new levels of instense
****** explosions. I am looking forward to seeing my doctor for my blood
pressure results, too. Thank you Redwood for your wonderful natural and healthy
product that gives me back my so much needed ****** confidence!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  259    79
DJ
08/02/2020
David j.
United States



AMAZING

I have been taking Redwood for months now and I'm starting on my 2nd bottle. And
I feel so energetic daily in 46 years old married for 20 years have 5 kids and
been at my job for 19 years i get up and work up at 3am in the morning then work
all day and let me tell you before I was using Redwood I was struggling daily
with work and kid's...Now I can't stop being more active i have more energy with
the kids hitting the gym harder work goes by fast and POW BOOM BANG in the Bed
room!!! And one more thing my varicose vines are going away...



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  215    13
CB
08/04/2018
Chezzarae B.
United States



I WAS EXPERIENCING 222/119 BLOOD

I was experiencing 222/119 blood pressure and your supplements mixed with my
regular meds are doing the trick Thank you Mr. Chezzarae Blunt



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  196    36
JS
10/26/2019
John S.
United States



BLOOD FLOW BOOSTER

I had been using superbeets and similar products to increase energy and blood
flow. I tried Redwood and noticed more blood flow the first day. I am a 59 year
old man and morning wood is back.



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  186    57
TB
08/12/2019
Thomas B.
United States



REDWOOD

It has been good. I feel like my BP is slightly better and an improvement in
perfomance in the bedroom. I'm 62, no meds, enjoying a healthy relationship with
my wife 2 to 3 times a week. Occasionally multiple times in 24hrs. What's to
complain about??? Thank you.



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  176    47
MS
06/22/2020
Michael S.
United States



MICHAEL

My experience with red wood it give me more energy I work hard long overnight
shift taking Red wood help me during the night while I'm work my blood flow
getting better and better all the guys out there you need to try this product it
is good really good even in the bedroom it is better



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  169    22
PD
05/15/2018
Phil D.
United States



STACKING REDWOOD WITH TESTRO RX

Excellent. I’m 51 and I’ve been working out consistently for a long time. I
recently started stacking Redwood with Testro RX and it feels like it’s taking
my fitness level to a whole new level. My muscles feel more full along with
leaner body composition. Great products!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  148    39
S
10/03/2020
Steph
United States



SOMETHING CHANGED,....

63yo with Multiple Sclerosis from the flu shots that I was forced to take in the
Army, now 100% disabled/unemployable,..., but not dead! LOL!!!! In April2020
"something changed" I was beginning to feel a bit better, stronger in ways, and
libido was stirring after years of NOT. May2020 I saw my Hormone doc , was
taking Testosterone to fight the MS- yes it really has helped me keep a pretty
normal life in spite of the MS. BUT I had not had T-therapy since DEC2019 from
the C19 keeping me from the doctor. So I did not use the new script of T-gel and
the new script of estrogen blocker and both went in the trash when I got home.
With no T therapy since Jan2020,.., I was 1200 of 1000 T points and my estrogen
was a whopping 138 in the MAY2020 visit! I saw myself entering the Valley of the
Dolls and found this great line and took the Test-bundle. Just last week I saw
my doc,..., Test was 340T and my estrogen was 34! My last blood pressure was 145
over90 and now it is at 110 over 68. No man boobs, no Testosterone overload,
clear head, have finished 13 projects I had started over the past 12 years in
the rabbit hole of MS. I feel "good,..., like really good" and when I heard the
lab results this last visit I told my doc I was off the T since Jan2020. Told
him how I wanted to run the treatment,..., umzu,..., and he agreed and he is a
great guy- he helped me figure out the T amounts the past 11 years to battle my
MS but my body has started making my own again. I "can not" say enough about
this line. The D3 also has cleared up my rare GROVERS Disease and where I was
having 2-3 very painful attacks a month, I have not the last 7 weeks of my using
the D3 and my back is clear and smooth like it was 4-5 years ago before getting
this condition as well. Great Job Christopher! 63yo-MS since 1992. while on (9
weeks now) umzu: from 111KG to 93kg! low Bad cholesterol, Testosterone-estrogen
ratio much better, Energy, libido, clarity, "happiness" all out the roof from
how the last 12 years have been. AND that new pre-workout drink is just GREAT!
(makes the original Jac3D look like Candy Cane Lane with out all teh jitters!
LOL!) ZERO BPH in 3 weeks after 6 years of it! (I'm out with the rest of the old
Hounds!) LOL!!!!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  128    6
CR
09/09/2018
Carlos R.
United States



FEEL GOOD TAKING THIS PRODUCT.

Feel good taking this product. If I ordered the testro-x would I still be able
to take the redwood? And if I can what would be the best way to take them?



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  116    39
04/15/2020


UMZU

Hi Carlos, yes you can take both Redwood and Testro-X together. In fact,
thousands of our male customers are currently doing that with great results
since you're optimizing both your hormones & blood flow at the same time. The
double whammy. For taking them, I recommend taking the first dose of Redwood in
the morning, then the Testro-X after dinner with the second dose of Redwood. -
Chris


JC
08/27/2019
John C.
United States



OUTSTANDING!!

My intimate performance has vastly improved due to improved blood circulation. I
am more calm and relaxed mentally.



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  115    48
JJ
08/27/2019
Jeffrey J.
United States



FINALLY RELIEF!!!!!

Has greatly reduced the numbness and tingling in my feet associated with a
recent heart attack. I'll even tell my doctor about it!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  106    29
JD
10/13/2019
Jason D.
United States



BEST SUPPLEMENT I'VE EVER HAD!!!

I researched this product at nauseum! Finally, I ordered a 3 month supply. I
started taking the product and I know more natural energy,better mood,and my
blood pressure when down to 104/74! I know results may vary, but if your on the
fence about thinking of trying this product. In my opinion, please don't
hesitate to try this amazing product! I'm not a believer and a user for life!



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  105    12
TG
08/27/2019
Tori G.
United States



WORTH IT

I think thia product has helped and it's worth trying if you're concerned about
joint health.



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  103    28
KD
08/26/2019
Kevin D.
United States



REDWOOD IMPROVES MY QI!

I've been taking Redwood Nitric Oxide Booster for over two months now.
Approximately two weeks into the product I noticed an improved sense of wellness
and my breathing seemed more alive (if that makes any sense). At any rate, I
love that the product is free of fillers and cheap ingredients found with so
many so called natural supplements. Give it a try! I think you'll become a quick
fan like myself. Blessings, Kevin



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  96    28
PC
06/09/2019
peter c.
United States



REDWOOD

i am much improved with warm fingers and toes compared to winters in the past
,thank you peter c.



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  77    34
JL
04/23/2019
James L.
United States



WORK GREAT REALLY HELPS WITH

Work great really helps with my ed and blood flow to my hands and feet



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  77    15
EC
01/06/2019
Eric C.
United States



COMING UP BIG

It's been great using both Testro X along with Redwood original!! I've had
better sleep and even better work outs at my age of 50yrs!! Thanks guys



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  76    13
KP
08/19/2019
Kenneth P.
United States



OKAY

Well i tell this one thing i get a stiff one three time aday really thinks its
working very well just started on second bottle of Redwood so its working fine
feeling fine little more energy too



REDWOOD: Nitric Oxide & Circulatory Support

Share   |   Facebook  •  Twitter
Was this helpful?  53    20
 * <
 * <<
 * 1
 * 2
 * 3
 * 4
 * 5
 * 6
 * 7
 * 8
 * 9
 * 10
 * >>
 * >

Most Recent Most Helpful
×
Clear filters
JP
Jessica P. 12/13/2020
Q: Can women use this ?
Answers (1)

UMZU 12/13/2020
A: Yes, it designed for both men and women!
Was this helpful?  30    2
ME
Michael E. 10/31/2020
Q: In doing research it seems that a good Nitric Oxide supplement must contain l
arginine and l citrulline; and yours doesn't. Could you please explain? Redwood
has gotten rave reviews and I want to purchase it, but I am hesitant. Please
help me to understand all this confusing information. Thank you for your time.
Answers (1)

UMZU 11/01/2020
A: L-Arginine and L-Citrulline have both been shown to be effective in
increasing nitric oxide production, but Vitamin C & Garlic are also
vasodilators. They can be supplemented alongside Redwood for an increased
effect, but I would not say they are equally effective on their own. We actually
include L-Citrulline in our Zuum Pre-workout to work synergistically with
Redwood!
Was this helpful?  8    2
LA
Lisa A. 09/05/2020
Q: Is this product only for male use?
Answers (1)

Anonymous 09/05/2020
A: Our products are for both men and women. We break this all down on our
website Umzu.com. Our women's collection can be viewed here:
https://www.umzu.com/collections/for-women

Please reach out to us with any questions you might have concerning our products
and how they might benefit you specifically. We will do our best to point you in
the right direction. We have so many great testimonials from both men and women
which can be find on each product description on the website along with
'Frequently Asked Questions', and more.
Was this helpful?  4    0
AM
Amy M. 09/04/2020
Q: Is this suitable for females?
Answers (1)

Anonymous 09/04/2020
A: Hello,

Our products work for both male and female.

Thanks for writing into UMZU
Was this helpful?  3    0
CM
Corey M. 04/24/2019
Q: Can it be purchased at a health food store?
Answers (1)

UMZU 02/28/2020
A: Hey Corey!
We are currently just available via online retail at umzu.com or on amazon,
walmart, and ebay!
Was this helpful?  3    1
< 1 2 3 >


NOT THE SOLUTION YOU WERE LOOKING FOR?

Take our UMZU Supplement Quiz to find the right vitamins, supplements and
collagen, personalized just for you.

TAKE THE QUIZ


ABOUT UMZU



More About UMZU
Group 3

RESEARCH-BACKED



Fill 1

CULTURE OF TRANSPARENCY



Group 9

JUST THE FACTS



Fill 1

COMPLETE HORMONAL SOLUTION



Join Our Community for Health Tips & Special Offers

Receive emails & promotions for all natural products you can trust.

Subscribe
UMZU

help@umzu.com

 * 
 * 
 * 
 * 

Help Center

 * Support
 * Rewards
 * Returns & Refund Policy
 * Money Back Guarantee
 * FAQs
 * International Shipping
 * Order by Mail

Learn

 * Think Again
 * Blog
 * Podcast
 * Videos

Company

 * About Us
 * Contact Us
 * Meet the Team
 * Careers
 * U Save Club

Copyright © 2021 UMZU. All Rights Reserved.

† This statement has not been evaluated by the FDA. This product is not intended
to diagnose, treat, cure, or prevent any disease.

 * Terms & Conditions
 * Privacy Policy
 * Prop 65
 * No Fraud
 * CCPA & Personal Information




My Cart (0 Items: $0.00)


Group 15
Your Cart is Empty
Shop Supplements
Shop Snacks
Shop Personal Care
Shop Books





HELLO!

HOW CAN I HELP YOU?









DeutschlandClose
Wählen Sie Ihr Land ausAlbanienAlgerienAmerikanischen
Samoa-InselnAndorraAngolaAnguillaAntigua und
BarbudaArgentinienArmenienArubaAustralienÖsterreichAserbaidschanBahamasBahrainBangladeschBarbadosWeißrusslandBelgienBelizeBeninBermudaBhutanBolivienBonaire,
St.Eustatius & SabaBosnien und HerzegowinaBotswanaBrasilienJungferninseln
(britisch)Brunei DarussalamBulgarienBurkina
FasoBurundiKambodschaKamerunKanadaKanarische Insel, SpanienKap VerdeCayman
InselnZentralafrikanische RepublikTschadChileChina,
VolksrepublikKolumbienKomorenDemokratische Republik KongoCookinselnCosta
RicaKroatienCuracaoZypernTschechienDänemarkDschibutiDominicaDominikanische
RepublikOsttimorEcuadorÄgyptenEl
SalvadorÄquatorialguineaEritreaEstlandÄthiopienFalklandinseln (Malvinas)Färöer
(Dänemark)FidschiFinnlandFrankreichFranzösisch-GuayanaGabunGambiaGeorgiaDeutschlandGibraltarGriechenlandGrönland
(Dänemark)GrenadaGuadeloupeGuamGhanaGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHondurasHongkongUngarnIslandIndienIndonesienIrakIrlandIsle
of
ManIsraelItalienElfenbeinküsteJamaikaJapanJerseyJordanKasachstanKeniaKiribatiKorea,
die
RepublikKuwaitKirgisistanLaosLettlandLibanonLesothoLiberiaLitauenLiechtensteinLuxemburgMacauMazedonienMadagaskarMalawiMalaysiaMaledivenMaliMaltaMarshallinselnMartiniqueMauretanienMauritiusMayotteMexikoMoldawienMikronesien,
Föderierte Staaten
vonMonacoMongoleiMontenegroMontserratMarokkoMosambikMyanmarNamibiaNauru,
RepublikNepalNiederlandeNeu-KaledonienNeuseelandNicaraguaNigerNigeriaNiue
IslandNorfolkinselNördliche
MarianneninselnNorwegenOmanPakistanPalästinaPanamaPapua-NeuguineaParaguayPalauPeruPhilippinenPolenPortugalPuerto
RicoKatarWiedervereinigungRumänienRusslandRuandaSan MarinoSão Tomé und
PríncipeSaudi-ArabienSenegalSerbienSeychellenSierra
LeoneSingapurSlowakeiSlowenienSalomonenSüdafrikaSüdsudanSpanienSri LankaSt.
BarthelemySt. Kitts und NevisSt. LuciaSt. MartinSt. Vincent und die
GrenadinenSudanSurinameSwasilandSchwedenSchweizFranzösisch-Polynesien
(Tahiti)SyrienTaiwanTadschikistanTansaniaThailandTogoTongaTrinidad und
TobagoTunesienTürkeiTurkmenistanTurks- und CaicosinselnTuvaluVirgin Islands
(U.S.)UgandaUkraineVereinigte Arabische EmirateKönigreich
GroßbritannienVereinigte
StaatenUruguayUsbekistanVanuatuVenezuelaVietnamVatikanstadtSamoaWallis und
FutunaJemenSambiaSimbabwe

Wir versenden derzeit nicht in dieses Land.

Powered by
de | en




WE CARE ABOUT YOUR PRIVACY

We use cookies and similar technologies to provide the best experience on our
website. Privacy Policy

OkNo Thanks


English
Accessibility Adjustments
Reset Settings Statement Hide Interface
Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Eliminates flashes and reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances the website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
Cognitive Disability Profile Assists with reading and focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
ADHD Friendly Profile More focus and fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Blind Users (Screen-reader) Use the website with your screen-reader
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
OFF ON
Keyboard Navigation (Motor) Use the website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
Monochrome
High Saturation
Adjust Text Colors
Cancel
High Contrast
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility Solution By accessiBe
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...