immunityshieldnutrition.com Open in urlscan Pro
45.33.122.227  Public Scan

URL: https://immunityshieldnutrition.com/
Submission: On June 08 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

#

<form action="#" class="grid max-w-screen-md grid-cols-1 mx-auto gap-x-8 gap-y-6 sm:grid-cols-2">
  <div>
    <label for="first-name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"> First name </label>
    <input type="text" id="first-name"
      class="block w-full p-3 text-sm text-gray-900 border border-gray-300 rounded-lg shadow-sm bg-gray-50 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
      placeholder="Bonnie" required="">
  </div>
  <div>
    <label for="last-name" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"> Last name </label>
    <input type="text" id="last-name"
      class="block w-full p-3 text-sm text-gray-900 border border-gray-300 rounded-lg shadow-sm bg-gray-50 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
      placeholder="Green" required="">
  </div>
  <div>
    <label for="email" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"> Your email </label>
    <input type="email" id="email"
      class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
      placeholder="name@flowbite.com" required="">
  </div>
  <div>
    <label for="phone-number" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-300"> Phone number </label>
    <input type="number" id="phone-number"
      class="block w-full p-3 text-sm text-gray-900 border border-gray-300 rounded-lg shadow-sm bg-gray-50 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
      placeholder="+(12) 345 6789" required="">
  </div>
  <div>
    <div class="flex items-center gap-1.5 mb-2">
      <label for="country" class="block text-sm font-medium text-gray-900 dark:text-gray-300"> Country </label>
      <button type="button" data-popover-target="country-description" class="w-4 h-4">
        <svg aria-hidden="true" class="text-gray-400 hover:text-gray-900 dark:hover:text-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
          <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path>
        </svg>
        <span class="sr-only">Show information</span>
      </button>
      <div data-popover="" id="country-description" role="tooltip"
        class="absolute z-10 invisible inline-block text-sm font-light text-white transition-opacity duration-300 bg-white border border-gray-200 rounded-lg shadow-sm opacity-0 w-72 dark:bg-gray-800 dark:border-gray-600 dark:text-gray-400"
        data-popper-reference-hidden="" data-popper-escaped="" data-popper-placement="bottom" style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate(84px, -3181px);">
        <div class="p-3 space-y-2">
          <h3 class="font-semibold text-gray-900 dark:text-white">Country based on fiscal residency</h3>
          <p>Report helps navigate cumulative growth of community activities. Ideally, the chart should have a growing trend, as stagnating chart signifies a significant decrease of community activity.</p>
          <h3 class="font-semibold text-gray-900 dark:text-white">Double citizenship</h3>
          <p>For each date bucket, the all-time volume of activities is calculated. This means that activities in period n contain all activities up to period n, plus the activities generated by your community in period.</p>
          <a href="#" class="flex items-center font-medium text-primary-600 dark:text-primary-500 dark:hover:text-primary-600 hover:text-primary-700">Read more <svg class="w-4 h-4 ml-1" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                                                <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
                                            </svg></a>
        </div>
        <div data-popper-arrow="" style="position: absolute; left: 0px; transform: translate(784px, 0px);"></div>
      </div>
    </div>
    <select id="country"
      class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500">
      <option>Select a country</option>
      <option value="US" selected="">United States</option>
      <option value="DE">Germany</option>
      <option value="FR">France</option>
      <option value="GB">United Kingdom</option>
      <option value="ES">Spain</option>
      <option value="CA">Canada</option>
      <option value="JP">Japan</option>
      <option value="CN">People's Republic of China</option>
    </select>
  </div>
  <div>
    <div class="flex items-center gap-1.5 mb-2">
      <label for="language" class="block text-sm font-medium text-gray-900 dark:text-gray-300"> Language </label>
      <button type="button" data-popover-target="language-description" class="w-4 h-4">
        <svg aria-hidden="true" class="text-gray-400 hover:text-gray-900 dark:hover:text-white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
          <path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd"></path>
        </svg>
        <span class="sr-only">Show information</span>
      </button>
      <div data-popover="" id="language-description" role="tooltip"
        class="absolute z-10 invisible inline-block text-sm font-light text-white transition-opacity duration-300 bg-white border border-gray-200 rounded-lg shadow-sm opacity-0 w-72 dark:bg-gray-800 dark:border-gray-600 dark:text-gray-400"
        data-popper-reference-hidden="" data-popper-escaped="" data-popper-placement="bottom" style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate(84px, -3181px);">
        <div class="p-3 space-y-2">
          <h3 class="font-semibold text-gray-900 dark:text-white">Choosing an international language</h3>
          <p>Report helps navigate cumulative growth of community activities. Ideally, the chart should have a growing trend, as stagnating chart signifies a significant decrease of community activity.</p>
          <a href="#" class="flex items-center font-medium text-primary-600 dark:text-primary-500 dark:hover:text-primary-600 hover:text-primary-700">Read more <svg class="w-4 h-4 ml-1" aria-hidden="true" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
                                                <path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path>
                                            </svg></a>
        </div>
        <div data-popper-arrow="" style="position: absolute; left: 0px; transform: translate(784px, 0px);"></div>
      </div>
    </div>
    <select id="language"
      class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500">
      <option>Select a language</option>
      <option value="US" selected="">English (US)</option>
      <option value="DE">German</option>
      <option value="FR">French</option>
      <option value="ES">Spanish</option>
      <option value="JP">Japanese</option>
      <option value="NL">Dutch</option>
    </select>
  </div>
  <div class="sm:col-span-2">
    <label for="message" class="block mb-2 text-sm font-medium text-gray-900 dark:text-gray-400"> Your message </label>
    <textarea id="message" rows="6"
      class="block p-2.5 w-full text-sm text-gray-900 bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500"
      placeholder=""></textarea>
  </div>
  <div class="sm:col-span-2">
    <div class="flex items-start">
      <input type="checkbox" id="terms" value="" class="w-4 h-4 text-primary-600 bg-indigo-400 border-gray-300 rounded focus:ring-primary-500 dark:focus:ring-primary-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
      <label for="terms" class="ml-2 text-sm font-normal text-white dark:text-gray-400"> I confirm that you have read and agreed to <a href="#" title="" class="font-medium text-gray-900 hover:no-underline underline dark:text-white">
                                        Flowbite's Terms of Service
                                    </a> and <a href="#" title="" class="font-medium text-gray-900 hover:no-underline underline dark:text-white">
                                        Privacy Statement
                                    </a>. </label>
    </div>
  </div>
  <button type="submit"
    class="px-5 py-3 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">Send
    message</button>
</form>

Text Content

FORTIFY YOUR IMMUNE SYSTEM WITH IMMUNITY SHIELD NUTRITION

Immunity Shield Nutrition Open main menu
 * Home
 * Shop
 * Ingredients
 * Terms
 * Privacy
 * Contact
 * Cart
   

Satisfaction Guaranteed

Contact us anytime, day or night.

Free Shipping

And 30-Day Money Back

Easy Returns

Simple process for returns and exchanges.


SHOP PRODUCTS


1 BOTTLE OF 1X IMMUNE SUPPORT CA...

$9.99

Add To Cart BUY NOW


1 BOTTLES OF 1X IMMUNE SUPPORT CA...

$14.99

Add To Cart BUY NOW


2 BOTTLES OF 2X IMMUNE SUPPORT CA...

$19.99

Add To Cart BUY NOW


3 BOTTLES OF 3X IMMUNE SUPPORT CA...

$24.99

Add To Cart BUY NOW
SHOP ALL


FREQUENTLY ASKED QUESTIONS

Can't find the answer you need? Feel free to contact our support team via email,
and we will respond as promptly as possible.


FREQUENTLY ASKED QUESTIONS


WHAT IS THE TYPICAL SHIPPING TIME?

Typically, orders from Immunity Shield Nutrition ship via USPS Standard Shipping
and arrive within 5-7 business days. Please note that we do not ship on
Saturdays, Sundays, or Holidays. We cannot guarantee specific arrival times. If
your delivery is delayed, please contact our customer support.


IS SHIPPING FREE?

Absolutely not! Shipping is complimentary for all orders, handled by USPS
Standard Shipping.


WHAT DOES THE 30-DAY RETURN POLICY ENTAIL?

Our return policy gives you 30 days from the receipt of your product to initiate
a return. Whether your package is opened or unopened, contact customer service
for a return setup.


HOW TO REACH CUSTOMER SERVICE?

Contact our customer service team anytime at 1 888 616 3432 or via email at
support@immunityshieldnutrition.com. We offer 24/7 support to help with your
inquiries and orders.


CONTACT US

Feel free to contact our support team via email, and we will respond as promptly
as possible.


COMPANY INFORMATION:

Placeholder 4
999 Placeholder, USA


RETURN ADDRESS:

999 Placeholder, USA


CONTACT:



9-6 MST MST
1 888 616 3432
support@immunityshieldnutrition.com
First name
Last name
Your email
Phone number
Country Show information


COUNTRY BASED ON FISCAL RESIDENCY

Report helps navigate cumulative growth of community activities. Ideally, the
chart should have a growing trend, as stagnating chart signifies a significant
decrease of community activity.


DOUBLE CITIZENSHIP

For each date bucket, the all-time volume of activities is calculated. This
means that activities in period n contain all activities up to period n, plus
the activities generated by your community in period.

Read more

Select a country United States Germany France United Kingdom Spain Canada Japan
People's Republic of China
Language Show information


CHOOSING AN INTERNATIONAL LANGUAGE

Report helps navigate cumulative growth of community activities. Ideally, the
chart should have a growing trend, as stagnating chart signifies a significant
decrease of community activity.

Read more

Select a language English (US) German French Spanish Japanese Dutch
Your message
I confirm that you have read and agreed to Flowbite's Terms of Service and
Privacy Statement .
Send message
Home
Shop
Ingredients
Terms
Privacy
Contact

Placeholder 4

999 Placeholder, USA

Contact Details:

1 888 616 3432 (24/7)

support@immunityshieldnutrition.com (24/7)


Return Address:

999 Placeholder, USA

FDA Disclaimer

The statements made regarding these products have not been evaluated by the Food
and Drug Administration. The efficacy of these products has not been confirmed
by FDA-approved research. These products are not intended to diagnose, treat,
cure or prevent any disease. All information presented here is not meant as a
substitute for or alternative to information from health care practitioners.
Please consult your health care professional about potential interactions or
other possible complications before using any product.

© 2024 Immunity Shield Nutrition. All rights reserved.