swypeshield.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://swypeshield.com/
Effective URL: https://swypeshield.com/
Submission: On November 08 via api from US — Scanned from CA

Form analysis 1 forms found in the DOM

POST /cart/add

<form method="post" action="/cart/add" id="product_form_2179190554753" accept-charset="UTF-8" class="productForm" enctype="multipart/form-data" data-productid="2179190554753" data-color_swatches="true" data-product_id="2179190554753"><input
    type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <!-- Begin ReCharge code -->
  <!-- Subscriptions Powered by ReCharge Payments: Begin Liquid Code -->
  <!--
	Subscription Product
	http://rechargepayments.com: v3.5.10
-->
  <!-- Subscriptions Powered by ReCharge Payments: CSS -->
  <link href="//static.rechargecdn.com/static/css/rcWidget.css" rel="stylesheet" type="text/css">
  <style>
    /* Widget: Purchase options */
    label.rc_label {
      color: #000000;
    }

    div.rc_block__type--active {
      background-color: #AC0734;
    }

    div.rc_block__type--active label.rc_label {
      color: #ffffff;
    }

    /* Widget: Popup */
    div.rc_popup__block {
      z-index: 56;
    }

    div.rc_popup__block:before {
      border-bottom-color: #000000;
    }

    div.rc_popup__block {
      background-color: #000000 !important;
    }

    div.rc_popup__close,
    div.rc_popup__block__content,
    div.rc_popup__block__content strong {
      color: #FFFFFF !important;
    }

    div.rc_popup__block__content a {
      color: #cfebf4 !important;
    }

    /* ReCharge CSS */
    /* Add Custom CSS Below */
  </style>
  <!-- Subscriptions Powered by ReCharge Payments: HTML -->
  <div id="rc_container" style="display: block;">
    <input type="hidden" name="properties[shipping_interval_unit_type]" id="rc_shipping_interval_unit_type-d2bojyglh" value="Days">
    <select id="rc_duplicate_selector" aria-hidden="true" class="styled replaced no-js" style="display: none;" name="id">
      <option value="32910924808321">32910924808321</option>
    </select>
    <div id="rc_radio_options" role="radiogroup" aria-labelledby="Purchase options">
      <div class="rc_block rc_block__type rc_block__type__onetime ">
        <input type="radio" id="rc_purchase_type_onetime-4f9hdl1ga" name="purchase_type" value="onetime" class="rc_radio rc_radio__onetime">
        <label for="rc_purchase_type_onetime-4f9hdl1ga" class="rc_label rc_label__onetime"> One-time purchase </label>
      </div>
      <div class="rc_block rc_block__type rc_block__type__autodeliver rc_block__type--active">
        <input type="radio" name="purchase_type" id="rc_purchase_type_autodeliver-z3fmqqx19" value="autodeliver" checked="" class="rc_radio rc_radio__autodeliver">
        <label for="rc_purchase_type_autodeliver-z3fmqqx19" class="rc_label rc_label__autodeliver"> Subscribe &amp; Save (Free Shipping) </label>
        <div id="rc_autodeliver_options" class="rc_block rc_block__type__options">
          <label for="rc_shipping_interval_frequency-n3bhtcjl9" class="rc_label rc_label__deliver_every" aria-label="Subscription frequency options">
            <span class="rc_label__delivery">Deliver every</span>
            <select name="properties[shipping_interval_frequency]" id="rc_shipping_interval_frequency-n3bhtcjl9" class="rc_select rc_select__frequency styled replaced">
              <option value="30"> 30 Days </option>
              <option value="60"> 60 Days </option>
              <option value="90"> 90 Days </option>
            </select>
          </label>
        </div>
      </div>
    </div>
    <div class="rc_popup">
      <div class="rc_popup__hover">
        <img src="//static.rechargecdn.com/static/images/widget/rc_widget__icon__black@2x.png" height="21" width="18" alt="ReCharge Subscription services icon" class="rc_popup__icon"> Subscription details <div class="rc_popup__block">
          <div class="rc_popup__block__content">
            <div class="rc_popup__close" style="display: none;">x</div>
            <strong>How subscriptions work</strong><br><br>Products are automatically delivered on your schedule. No obligation, modify or pause your subscription anytime at https://swypeshield.com/account/
            <br><a href="http://rechargepayments.com/subscribe-with-recharge?utm_source=shopify%20store&amp;utm_medium=customer%20link&amp;utm_campaign=Shopify%20store%20back%20link&amp;shop_name=Swype%20Shield&amp;shop=swypeshield-dev.myshopify.com" target="_blank" aria-label="Learn more about ReCharge Payments">Learn more...</a>
          </div>
          <div class="rc_popup__block__footer">
            <a href="http://rechargepayments.com/subscribe-with-recharge?utm_source=shopify%20store&amp;utm_medium=customer%20link&amp;utm_campaign=Shopify%20store%20back%20link&amp;shop_name=Swype%20Shield&amp;shop=swypeshield-dev.myshopify.com" target="_blank" aria-label="ReCharge Payments homepage">
									<img src="//static.rechargecdn.com/static/images/widget/rc_widget__banner@2x.png" height="28" width="153" alt="ReCharge Subscriptions company banner" class="rc_popup__badge">
								</a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- Subscriptions Powered by ReCharge Payments: JS -->
  <script src="//static.rechargecdn.com/static/js/rcWidget.js"></script>
  <script>
    (function() {
      var options = {
          active: true,
          select_subscription_first: true,
          shop_currency: "USD",
          money_format: "${{amount}}",
          disable_duplicates: false,
        },
        myProduct = {
          id: 2179190554753,
          subscription_only: false,
          discount_percentage: 0,
          variant_to_duplicate: {
            19767922753665: '32910924808321',
          },
          variant_to_price: {
            19767922753665: '1994',
          },
          duplicate_to_price: {
            32910924808321: '1995',
          },
        };
      if (document.readyState === "complete" || document.readyState === "loaded") {
        if (!window.ReCharge) {
          window.ReCharge = new rcWidget(options);
        }
        ReCharge.addProduct(myProduct);
      } else {
        document.addEventListener("DOMContentLoaded", function() {
          if (!window.ReCharge) {
            window.ReCharge = new rcWidget(options);
          }
          ReCharge.addProduct(myProduct);
        });
      }
      window.addEventListener('pageshow', function(event) {
        if (event.persisted || window.performance && window.performance.navigation.type === 2) {
          window.location.reload();
        }
      }, false);
    })();
  </script>
  <!-- Subscriptions Powered by ReCharge Payments: End Liquid Code -->
  <!-- End ReCharge code -->
  <div class="productForm-block productForm-block--options-inline productForm-block--swatches" style="display: none;">
    <div class="selector-wrapper"><select class="single-option-selector" data-option="option1" id="product-select--1587336300555-option-0">
        <option value="Default Title">Default Title</option>
      </select></div><select id="product-select--1587336300555" name="" data-productid="2179190554753" style="display: none;">
      <option selected="" value="19767922753665" data-sku="79973"> Default Title - $19.94 </option>
    </select>
  </div>
  <div class="productForm-block">
    <div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
      <meta itemprop="priceCurrency" content="USD">
      <link itemprop="availability" href="http://schema.org/InStock">
      <div class="qty__adjust">
        <input type="number" name="quantity" id="quantity" value="1" min="1">
        <a href="#" class="qty__adjust-btn js-qty__adjust-btn decrease">-</a>
        <a href="#" class="qty__adjust-btn js-qty__adjust-btn increase">+</a>
      </div>
      <div>
        <button class="productForm-submit js-productForm-submit" data-ajax="true" type="button" data-handle="swype-shield" data-skip-cart="true">Add to Cart</button>
      </div>
    </div>
  </div>
  <input type="hidden" name="product-id" value="2179190554753"><input type="hidden" name="section-id" value="1587336300555">
</form>

Text Content

Skip to content


🇺🇸 Swype Shield 10 Year Anniversary :  Free Shipping & Handling On All Monthly
Subscriptions (USA Only) 🇺🇸

Buy Now Our Story Retailers FAQ's For Children

ORDER SWYPE SHIELD
0
Buy Now Our Story Retailers FAQ's For Children
 * Log in




SHOPPING CART

Your cart is empty

Continue Shopping
Previous


YOUR NOSE IS VULNERABLE. SWYPE TO CLEAN WHERE IT MATTERS MOST!

Learn MoreBuy Now



FEEL SAFE WITH SWYPE SHIELD

Specially formulated to keep you and your family healthy.

Buy NowLearn More



FEEL SAFE WITH SWYPE SHIELD

Swype Shield is made with naturally occurring ingredients.

Buy NowLearn More

Next
 * 1
 * 2
 * 3



CREATED BY A PHYSICIAN WITH A PHD IN MICROBIOLOGY AND IMMUNOLOGY, EXPERT
VIROLOGIST, AND NEUROSURGEON TO HELP KEEP HIS FAMILY HEALTHY.

Swype Shield is a product intended to clean the skin at the entrance to and just
inside the nose.

BUY NOW



PROTECTION FOR THE WHOLE FAMILY

Swype Shield is safe to use from age 2 to 122 😉 Testing has shown that Swype
Shield is safe and well tolerated on the skin. Apply a small amount of the
clear, odorless gel to the skin at the entrance to the nose 3x/day.

Swype Shield For Children


NATURALLY DERIVED INGREDIENTS

Swype Shield is comprised of naturally derived ingredients, is paraben and zinc
free, and is never tested on animals. Even the tube is BPA free.

Ingredients


WHAT IS SWYPE SHIELD?

Swype Shield is a unique product created by a physician with a PhD in
microbiology and immunology, expert virologist, and neurosurgeon. The nose is
vulnerable, so Swype Shield was created to safely and effectively clean the skin
at the entrance to and just inside the nose.  This clear, odorless, naturally
derived gel dries quickly and is naturally hydrating. Recommended use is three
times per day. Regular use should be as much a part of your daily routine as
hand washing. One tube should last one person one month.

Learn More


SCIENTIFICALLY BASED

Created by a physician with a PhD in Microbiology and Immunology, expert
virologist, and neurosurgeon to keep his family healthy. The active ingredients
in Swype Shield have been tested by an independent laboratory.



Choose Your Quantity & Make Sure Your Family Is Protected.

GET STARTED WITH SWYPE SHIELD BY ORDERING A SINGLE UNIT




SWYPE SHIELD


$19.95
32910924808321
One-time purchase
Subscribe & Save (Free Shipping)
Deliver every 30 Days 60 Days 90 Days
Subscription details
x
How subscriptions work

Products are automatically delivered on your schedule. No obligation, modify or
pause your subscription anytime at https://swypeshield.com/account/
Learn more...

Default Title
Default Title - $19.94
- +
Add to Cart

FREE SHIPPING on 4+ Tubes and/or All Monthly Subscriptions (US Only) 

Developed by a physician to help his family stay healthy, Swype Shield is an All
Natural colorless and odorless gel intended to clean the skin.

Apply a small amount of Swype Shield to the skin inside and at the entrance to
your nose 3x/day for maximum protection.

One tube lasts approximately one month or more per person.

Order Your Monthly Subscription Below!

Subscribe Monthly

OR GET SWYPE SHIELD DELIVERED EVERY MONTH STRAIGHT TO YOUR DOOR



Choose Your Package and Receive a Discounted Monthly Subscription
with FREE Shipping!

ORDER MONTHLY SUBSCRIPTION


Helpful Links

 * Buy Now
 * Our Story
 * Meet Dr. New
 * Ingredients
 * FAQs
 * Retailers
 * Under 2?

Information

Contact Us

Privacy

Shipping Policy

Refund Policy

Terms of Service



Disclaimer

These statements have not been evaluated by the Food and Drug Administration
(FDA). Swype Shield is a cosmetic product that is intended to clean and
moisturize the skin at the entrance to and just inside the nose. Cosmetic
products do not require approval by the FDA. Swype Shield has been tested
according to industry standards for irritation, sensitization, and tolerability.
This product is not intended to diagnose, treat, cure, mitigate, or prevent any
disease or to affect the structure or function of the body.




 * Twitter
 * Facebook
 * Instagram


 * American Express
 * Diners Club
 * Discover
 * JCB
 * Mastercard
 * PayPal
 * Venmo
 * Visa

© 2024, Swype Shield

Powered by Swype Shield