lifevac-discovrychief.com Open in urlscan Pro
2606:4700:3030::ac43:c7f5  Public Scan

URL: https://lifevac-discovrychief.com/
Submission Tags: phishingrod
Submission: On January 26 via api from DE — Scanned from DE

Form analysis 7 forms found in the DOM

Name: Shipping InfoPOST

<form method="post" id="shipping_info" name="Shipping Info" novalidate="novalidate">
  <div class="row">
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_email" class="form-field-label">Email</label>
        <input type="email" placeholder="Email" autocomplete="email" name="form_fields[shipping_info_email]" id="form-field-shipping_info_email">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[shipping_info_fname]" id="form-field-shipping_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[shipping_info_lname]" id="form-field-shipping_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[shipping_info_address]" id="form-field-shipping_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[shipping_info_address2]" id="form-field-shipping_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[shipping_info_city]" id="form-field-shipping_info_city">
      </div>
    </div>
    <div class="col-4 py-1 pl-0 pr-1">
      <div class="wrapper country valid-field">
        <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[shipping_info_country]" class="valid" id="form-field-shipping_info_country" autocomplete="country">
          <option value="us"> United States</option>
        </select>
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-1">
      <div class="wrapper">
        <label for="form-field-shipping_info_state" class="form-field-label"></label>
        <input type="text" placeholder="" autocomplete="address-level1" name="form_fields[shipping_info_state]" id="form-field-shipping_info_state">
      </div>
    </div>
    <div class="col-4 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-shipping_info_zip" class="form-field-label">Postal code</label>
        <input type="text" placeholder="Postal code" autocomplete="postal-code" name="form_fields[shipping_info_zip]" id="form-field-shipping_info_zip">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-shipping_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getlifevac.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: PayPal Shipping MethodPOST

<form method="post" id="shipping_address" name="PayPal Shipping Method" novalidate="novalidate">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-0"></div>
    <label for="form-field-paypalShippingInfo-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-paypalShippingInfo-1"></div>
    <label for="form-field-paypalShippingInfo-1">Use a different shipping address</label>
  </div>
  <div id="alt-shipping_info" class="section shipping alt-paypal-shipping-address gu-hidden gu-checkout-shipping-info">
    <input name="form_fields[paypal_shipping_info_email]" type="hidden" id="form-field-paypal_shipping_info_email">
    <div class="row">
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_fname" class="form-field-label">First Name</label>
          <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[paypal_shipping_info_fname]" id="form-field-paypal_shipping_info_fname">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_lname" class="form-field-label">Last Name</label>
          <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[paypal_shipping_info_lname]" id="form-field-paypal_shipping_info_lname">
        </div>
      </div>
      <div class="col-6 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address" class="form-field-label">Address</label>
          <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[paypal_shipping_info_address]" id="form-field-paypal_shipping_info_address">
        </div>
      </div>
      <div class="col-6 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_address2" class="form-field-label">Apt/Suite (optional)</label>
          <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[paypal_shipping_info_address2]" id="form-field-paypal_shipping_info_address2">
        </div>
      </div>
      <div class="col-12 py-1 px-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_city" class="form-field-label">City</label>
          <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[paypal_shipping_info_city]" id="form-field-paypal_shipping_info_city">
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-lg-1">
        <div class="wrapper country valid-field">
          <label for="form-field-shipping_info_country" class="form-field-label success">Country</label>
          <select name="form_fields[paypal_shipping_info_country]" class="valid" id="form-field-paypal_shipping_info_country" autocomplete="country">
            <option value="us"> United States</option>
          </select>
        </div>
      </div>
      <div class="col-4 py-1 pl-0 pr-1">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_state" class="form-field-label">State</label>
          <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[paypal_shipping_info_state]" id="form-field-paypal_shipping_info_state">
        </div>
      </div>
      <div class="col-4 py-1 pl-1 pr-0">
        <div class="wrapper">
          <label for="form-field-paypal_shipping_info_zip" class="form-field-label">Zip code</label>
          <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[paypal_shipping_info_zip]" id="form-field-paypal_shipping_info_zip">
        </div>
      </div>
    </div>
  </div>
  <div class="section phone-number-header">
    <div class="divider"></div>
    <div class="title">
      <div class="row">
        <div class="col-1 pl-0 pr-2">
          <img decoding="async" width="30" height="30" src="/cdn-cgi/mirage/d9b724ce029ea99231c6549c9554921ae45bf859a146826fcfe566f4e843f63b/1440/https://getlifevac.io/wp-content/themes/giddyupio-prototype/images/phone.png" alt="" loading="lazy">
        </div>
        <div class="col-11 px-0">
          <h2>Phone</h2>
        </div>
      </div>
    </div>
    <div class="row pt-2 pb-1">
      <div class="wrapper phone">
        <label for="form-field-shipping_info_phone" class="form-field-label">Phone (optional)</label>
        <input type="tel" placeholder="Phone (optional)" name="form_fields[shipping_info_phone]"
          id="form-field-paypal_info_phone"><a class="phone-tip" data-title="In case we need to contact you about your order"><img src="https://getlifevac.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="shipping_method" name="Shipping Method">
  <div id="shipping_method">
    <div class="option">
      <div class="radio"><input type="radio" name="shipping-method" id="form-field-shipping_method_radio"></div>
      <label for="form-field-shipping_method_radio">Free Shipping</label>
      <p class="price shipping-rate">$0.00</p>
    </div>
  </div>
</form>

<form id="payment-form" style="display: none;">
  <div id="card-element">
  </div>
  <div style="margin-top: 10px; visibility: hidden;" id="card-errors" role="alert"></div>
</form>

Name: Payment InformationPOST

<form method="post" id="payment_info" name="Payment Information" novalidate="novalidate">
  <div class="row pt-2 pb-1">
    <div class="wrapper">
      <label for="form-field-payment_info_cc" class="form-field-label">Card Number</label>
      <input type="text" pattern="[0-9]*" placeholder="Card Number" autocomplete="cc-number" name="form_fields[payment_info_cc]" id="form-field-payment_info_cc">
    </div>
  </div>
  <div class="row py-1">
    <div class="col-6 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-payment_info_exp" class="form-field-label">MM / YY</label>
        <input type="text" pattern="[0-9]*" placeholder="MM / YY" autocomplete="cc-exp" name="form_fields[payment_info_exp]" id="form-field-payment_info_exp">
      </div>
    </div>
    <div class="col-6 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-payment_info_cvc" class="form-field-label">CVC</label>
        <input type="number" pattern="[0-9]*" placeholder="CVC" name="form_fields[payment_info_cvc]"
          id="form-field-payment_info_cvc"><a class="cvc-tip" data-title="3-digit security code usually found on the back of your card. American Express cards have a 4-digit code located on the front."><img src="https://getlifevac.io/wp-content/themes/giddyupio-prototype/images/checkout-question.svg" alt="?" loading="lazy"></a>
      </div>
    </div>
  </div>
</form>

Name: Shipping MethodPOST

<form method="post" id="billing_address" name="Shipping Method">
  <div class="option">
    <div class="radio"><input type="radio" value="Same as shipping address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-0"></div>
    <label for="form-field-billing_method_radio-0">Same as shipping address</label>
  </div>
  <div class="option">
    <div class="radio"><input type="radio" value="Use a different billing address" name="form_fields[billing_method_radio]" id="form-field-billing_method_radio-1"></div>
    <label for="form-field-billing_method_radio-1">Use a different billing address</label>
  </div>
</form>

Name: Billing AddressPOST

<form method="post" id="billing_info" name="Billing Address" novalidate="novalidate">
  <div class="row">
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_fname" class="form-field-label">First Name</label>
        <input type="text" placeholder="First Name" autocomplete="given-name" name="form_fields[billing_info_fname]" id="form-field-billing_info_fname">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_lname" class="form-field-label">Last Name</label>
        <input type="text" placeholder="Last Name" autocomplete="family-name" name="form_fields[billing_info_lname]" id="form-field-billing_info_lname">
      </div>
    </div>
    <div class="col-6 py-1 pl-0 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_address" class="form-field-label">Address</label>
        <input type="text" placeholder="Address" autocomplete="address-line1" name="form_fields[billing_info_address]" id="form-field-billing_info_address">
      </div>
    </div>
    <div class="col-6 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_address2" class="form-field-label">Apt/Suite (optional)</label>
        <input type="text" placeholder="Apt/Suite (optional)" autocomplete="address-line2" name="form_fields[billing_info_address2]" id="form-field-billing_info_address2">
      </div>
    </div>
    <div class="col-12 py-1 px-0">
      <div class="wrapper">
        <label for="form-field-billing_info_city" class="form-field-label">City</label>
        <input type="text" placeholder="City" autocomplete="address-level2" name="form_fields[billing_info_city]" id="form-field-billing_info_city">
      </div>
    </div>
    <div class="col-12 col-lg-6 px-0 py-lg-1 pl-lg-0 pr-lg-1">
      <div class="wrapper country">
        <label for="form-field-billing_info_country" class="form-field-label success">Country</label>
        <select name="form_fields[billing_info_country]" class="valid" id="form-field-billing_info_country" autocomplete="country">
          <option value="us"> United States</option>
        </select>
      </div>
    </div>
    <div class="col-6 col-lg-3 pl-0 py-1 pl-lg-1 pr-1">
      <div class="wrapper">
        <label for="form-field-billing_info_state" class="form-field-label">State</label>
        <input type="text" placeholder="State" autocomplete="address-level1" name="form_fields[billing_info_state]" id="form-field-billing_info_state">
      </div>
    </div>
    <div class="col-6 col-lg-3 py-1 pl-1 pr-0">
      <div class="wrapper">
        <label for="form-field-billing_info_zip" class="form-field-label">Zip code</label>
        <input type="text" placeholder="Zip code" autocomplete="postal-code" name="form_fields[billing_info_zip]" id="form-field-billing_info_zip">
      </div>
    </div>
  </div>
</form>

Text Content

SAVE YOUR LOVED ONES FROM CHOKING


OVER 500 LIVES SAVED AND COUNTING!

Save Your Loved Ones From Choking
Order now Order now
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Get LifeVac Now!

LifeVac is a patented life-saving device that is proven to be the most effective
way to help a child or adult during a choking emergency.¹

Place LifeVac over the mouth and nose to create a seal. The one-way valve
prevents air from pushing food or objects downward when pressed. Then simply
pull to create a one-way suction to remove the lodged food or object in seconds.

LifeVac gives you peace of mind knowing you’re always prepared and your loved
ones are protected – because every second matters.

Recommended by hundreds of doctors and medical professionals around the world.
Over 100,000 sold in over 40 countries and counting!


 * Proven To Be Safe & Effective² – Clinical studies and 3rd party testing all
   confirm LifeVac to be highly effective and 100% safe to use during a choking
   emergency. FDA registered and made in the USA – LifeVac is the world’s only
   airway clearance device you can trust.
 * Use LifeVac In Seconds – LifeVac is so easy almost anyone can use it! Simply
   place, push and pull to save someone from choking in seconds.
 * Works On Children and Adults – Includes both a child mask (for kids over
   22lbs) and adult mask for parents and seniors – You can even use LifeVac on
   yourself! Please consult a doctor if you have an illness, disorder, or other
   health-related conditions.
 * Easy To Travel With – Small and light-weight, LifeVac fits in any travel bag,
   backpack or glove compartment. We also recommend our travel kit which is
   available at checkout. LifeVac will always be with you and ready for when you
   need it most.
 * No Prescription Required – Thanks to our safe, easy-to-use design and proven
   effectiveness – you can now order LifeVac without a doctor’s prescription.
 * Large Discounts On Bundles – Get huge savings when you order more than one.
   Keep a LifeVac at home, in the car, at school/work so you always have it when
   you need it.


Get LifeVac Now!

AS FEATURED IN

 
 
 
 
 


90% OF CUSTOMERS RATE LIFEVAC ⭐️⭐️⭐️⭐️⭐️

5.0 star rating
Tina‎
Verified Buyer

“BECAUSE OF THIS DEVICE MY SON IS ALIVE! THANK GOD!”

My adult son choked today on french fries while I was driving on the freeway. He
was not moving air and very scared. I pulled onto the shoulder and was able to
frantically put it together and used it on him. With 2 plunges the french fries
were out and he was breathing. It took a matter of seconds to put together and
use it and he was moving air. Because of this device my son is alive! Thank god!
It is definitely worth the money. I am going to buy more!

5.0 star rating
Michael‎
Verified Buyer

“DOCTOR APPROVED”

As an ER physician and a new parent, choking comes unexpectedly and takes lives.
This is necessary for anyone with babies. If they are choking, this is your best
bet as standard practices don’t work and can damage soft developing tissue.

5.0 star rating
Morgan‎
Verified Buyer

“LIFEVAC REMOVED THE FOOD IN LESS THAN 5 SECONDS”

For all those who are doubting, the LifeVac saved my 1 year old's life,
yesterday morning. I kept it because it was given as a gift to me. But when my
son started choking, and nothing was working to dislodge the food from his
throat, the LifeVac is what saved my son's life. He was turning red and purple,
there was no air coming in or out of his body. The LifeVac removed the food that
he was choking on, in less than 5 seconds of use. My baby is still alive because
of the LifeVac!

5.0 star rating
Angel‎
Verified Buyer

“LIFE SAVING DEVICE AND 100% WORTH EVERY PENNY.”

Is your life or your child's life, worth LESS than 100 bucks to you? This
product is absolutely worth every penny. And I'll be still very happy to have
bought it, even if I don't ever get to use it. I know it is there if I ever need
it. This thing is absolutely fantastic. I've practiced a few times and from what
I saw, it can very well save a life, in those critical few minutes you have,
before the person becomes so deprived from oxygen and ultimately dies. Very easy
to use. I'm grateful for it.


ALWAYS BE PREPARED. GET LIFEVAC TODAY.


EACH LIFEVAC KIT INCLUDES: 1 SUCTION DEVICE & ADULT, CHILD, PRACTICE MASKS

1 – LifeVac Home Kit


1 – LifeVac Home Kit

Buy 1 at $10 OFF
+S&H
Retail €75.47
€66.02
(Save €9.44)
+S&H

ORDER NOW
Most Popular
3 – LifeVac Home Kits


Most Popular
3 – LifeVac Home Kits

Buy 2, Get 1 FREE
+ FREE USA SHIPPING
Retail €226.40
€150.93
(Save €75.47)
FREE USA Shipping

ORDER NOW
Best Deal
5 – LifeVac Home Kits


Best Deal
5 – LifeVac Home Kits

Buy 3, Get 2 FREE
+ FREE USA SHIPPING
Retail €377.33
€226.40
(Save €150.93)
FREE USA Shipping

ORDER NOW
ORDER NOW



NEXT STEP – SELECT YOUR COLOR:

COLOR SELECTION APPLIES TO YOUR ENTIRE ORDER.

COLOR


Total:
Checkout
Total:
Next


COMPLETE YOUR ORDER

Enter Discount Code Here Incorrect promo code Apply


Or Pay With Credit Card


SHIPPING INFORMATION

Email
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States

Postal code
Phone (optional)


SHIPPING INFORMATION


Same as shipping address

Use a different shipping address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code


PHONE

Phone (optional)


SHIPPING METHOD


Free Shipping

$0.00




PAYMENT INFORMATION

All transactions are secure and encrypted.


Card Number
MM / YY
CVC



BILLING ADDRESS


Same as shipping address

Use a different billing address
First Name
Last Name
Address
Apt/Suite (optional)
City
Country United States
State
Zip code
Next


Complete Order

ORDER SUMMARY

$0.00

PROMO DISCOUNT

$0.00

TAX

$0.00

SHIPPING

— —

TOTAL

$0.00


MAIN ALERT TEXT...

Error text

Ok
×

Ok







10 DAY MONEY BACK GUARANTEE!


HAVE A QUESTION?SEE OUR FAQS

CAN LIFEVAC BE USED ON ANYONE THAT IS CHOKING?

LifeVac can be used to help protect all family members.

The LifeVac is equipped to use on children as small as 22 pounds or heavier,
utilizing the child mask. The adult mask is for use on full-sized adults and
seniors. Both the child and adult masks are included in every Home Kit and
Travel Kit.

Unlike the traditional Heimlich Maneuver, LifeVac is also effective on those
with illness, disorder, medical, or other health-related reasons.

Consult a medical doctor before using LifeVac.



CAN LIFEVAC BE USED MORE THAN ONCE/CAN IT BE REUSED?

The LifeVac device is a one-time use only apparatus. The product should not be
used again for sanitary reasons.

IMPORTANT: If used in a choking emergency and has saved the victim's life, the
unit should be discarded. If this happens we ask customers to contact us at
admin@lifevac.net to fill out our Saved Life Report. After contact is made,
we’ll gladly send you a brand new LifeVac free of charge.

LifeVac can be used multiple times if the obstruction is not dislodged on the
first application.



CAN I USE LIFEVAC ON MYSELF?

Yes! One of the best things about LifeVac is that it can be self-administered
(and is highly effective) during a choking emergency.



DO YOU HAVE PROOF THAT THE LIFEVAC WILL WORK AND IS SAFE TO USE DURING A CHOKING
EMERGENCY?

Great question and absolutely! Clinical studies and 3rd party testing all
confirm LifeVac to be highly effective to use during a choking emergency.²
LifeVac has saved over 600 lives worldwide with no adverse effects.

LifeVac is also endorsed and has articles written by many accomplished medical
experts.²



IS LIFEVAC FDA APPROVED?

LifeVac in the USA is registered with the FDA as a Class 2 Suction Apparatus. As
a Class 2 Suction Apparatus LifeVac cannot be “approved”. LifeVac adheres to the
highest of FDA requirements.



CAN LIFEVAC BE USED BEFORE THE HEIMLICH?

LifeVac is intended to be used after choking rescue procedures have been
performed are unsuccessful. We recommend the Heimlich as the first line of
defense standard choking protocol.



DO I NEED A PRESCRIPTION TO ORDER LIFEVAC?

Thanks to our safe, easy-to-use design and proven effectiveness – you can now
order LifeVac without a doctor’s prescription.



DOES IT HURT THE PATIENT WHEN A LIFEVAC IS USED?

We’ve spent thousands of hours carefully designing LifeVac to be as comfortable
and as safe as possible.

LifeVac is the world's only non-invasive airway clearing device. Other
anti-choking devices are bulky and require you to stick a tube down the
patient's throat, but not LifeVac.

LifeVac uses the power of suction and it's patented one-way valve to dislodge
food or objects without the need for a long tube. This makes it easier to use
and more comfortable for the patient.



WHEN CAN I EXPECT MY ORDER?

On average our product is delivered within 5-10 business days to anywhere in
North America.



CAN I GET A DISCOUNT IF I ORDER MORE THAN ONE LIFEVAC?

Absolutely! We created a special offer on this website with discounted bundles
so you can order multiple LifeVac devices at the best price possible.

Remember, LifeVac is like a fire extinguisher – having one when you need it is
critical. Instead of constantly remembering to bring one with you – have a
LifeVac at home, keep one at school or work… so you always have one in case you
need it.



IS THERE A MONEY BACK GUARANTEE AND/OR WARRANTY?

Returns will be accepted within 10 days of receipt of the order. Return units
must be unopened. Opened units may be returned but only for the reason of a
manufacturer defect to the unit or masks.


Click HERE to View FAQs >> Have a Question?See Our FAQs

Representations regarding the efficacy and safety of LifeVac have not been
evaluated by the Food and Drug Administration. The FDA only evaluates foods and
drugs, not Registration Class II medical devices. These products are not
intended to diagnose, prevent, treat, or cure any disease. This information does
not constitute medical advice and it should not be relied upon as such. Consult
with your doctor before modifying your regular medical regime.

 * 1. Patented
 * 2. Clinical Studies

 * Support
 * Returns
 * Impressum
 * Privacy
 * Terms

About This Site
Purchasing here is buying directly from LifeVac, the inventors of this
innovative solution. LifeVac has partnered with GiddyUp, a curator of innovative
products, to present a special offer that you won’t find anywhere else. To
support these inventors, please consider buying your LifeVac on this site,
rather than 3rd-Party retailers.
Copyright © 2023 GiddyUp. All Rights Reserved.
×

×

×


HAVE A QUESTION ABOUT LIFEVAC?

 * Questions About Your Order
 * Product Questions
 * Technical Support
 * Returns
 * Anything else product or order related


PLEASE CONTACT LIFEVAC LLC DIRECTLY FOR SUPPORT.

When contacting LifeVac LLC please provide the following information:
Full Name, Order Number, Phone Number, Email, and Mailing Address

 * lifevac@giddyup-support.com
 * 120 Lake Avenue South, #26 Nesconset, NY 11767
 * 516-962-2554


WOULD YOU LIKE TO UNSUBSCRIBE FROM MARKETING EMAILS?

Please click the following link to be added to a global do not mail list

×


RETURN POLICY

Returns will be accepted within 10 days of receipt of the order. Return units
must be unopened. Opened units may be returned but only for the reason of a
manufacturer defect to the unit or masks. Please contact us at
https://lifevac.net/support via email for a return authorization and return
label. A refund of the unit cost will be issued following the receipt and
inspection of the returned Unit. The charges for the return shipping will be
deducted from the refund unless the refund is due to the manufacturer's defect
in which case a full refund of the unit price or replacement will be issued.

×


IMPRESSUM

Company Name:
The GiddyUp Group

Address:
20 N. Oak St.
Ventura, CA 93001
USA

Contact:
support@giddyup.io

CEO Team:
Todd Armstrong, Justin Grant, Topher Grant, Steven Isaac, Alan Reinhart, Eric
Schechter

Form of Company:
LLC

Registration Number:
46-3920047


VAT Number
Not Applicable

×

×


FREQUENTLY ASKED QUESTIONS FAQS

×

CAN LIFEVAC BE USED ON ANYONE THAT IS CHOKING?

LifeVac can be used to help protect all family members.

The LifeVac is equipped to use on children as small as 22 pounds or heavier,
utilizing the child mask. The adult mask is for use on full-sized adults and
seniors. Both the child and adult masks are included in every Home Kit and
Travel Kit.

Unlike the traditional Heimlich Maneuver, LifeVac is also effective on those
with illness, disorder, medical, or other health-related reasons.

Consult a medical doctor before using LifeVac.



CAN LIFEVAC BE USED MORE THAN ONCE/CAN IT BE REUSED?

The LifeVac device is a one-time use only apparatus. The product should not be
used again for sanitary reasons.

IMPORTANT: If used in a choking emergency and has saved the victim's life, the
unit should be discarded. If this happens we ask customers to contact us at
admin@lifevac.net to fill out our Saved Life Report. After contact is made,
we’ll gladly send you a brand new LifeVac free of charge.

LifeVac can be used multiple times if the obstruction is not dislodged on the
first application.



CAN I USE LIFEVAC ON MYSELF?

Yes! One of the best things about LifeVac is that it can be self-administered
(and is highly effective) during a choking emergency.



DO YOU HAVE PROOF THAT THE LIFEVAC WILL WORK AND IS SAFE TO USE DURING A CHOKING
EMERGENCY?

Great question and absolutely! Clinical studies and 3rd party testing all
confirm LifeVac to be highly effective to use during a choking emergency.²
LifeVac has saved over 600 lives worldwide with no adverse effects.

LifeVac is also endorsed and has articles written by many accomplished medical
experts.²



IS LIFEVAC FDA APPROVED?

LifeVac in the USA is registered with the FDA as a Class 2 Suction Apparatus. As
a Class 2 Suction Apparatus LifeVac cannot be “approved”. LifeVac adheres to the
highest of FDA requirements.



CAN LIFEVAC BE USED BEFORE THE HEIMLICH?

LifeVac is intended to be used after choking rescue procedures have been
performed are unsuccessful. We recommend the Heimlich as the first line of
defense standard choking protocol.



DO I NEED A PRESCRIPTION TO ORDER LIFEVAC?

Thanks to our safe, easy-to-use design and proven effectiveness – you can now
order LifeVac without a doctor’s prescription.



DOES IT HURT THE PATIENT WHEN A LIFEVAC IS USED?

We’ve spent thousands of hours carefully designing LifeVac to be as comfortable
and as safe as possible.

LifeVac is the world's only non-invasive airway clearing device. Other
anti-choking devices are bulky and require you to stick a tube down the
patient's throat, but not LifeVac.

LifeVac uses the power of suction and it's patented one-way valve to dislodge
food or objects without the need for a long tube. This makes it easier to use
and more comfortable for the patient.



WHEN CAN I EXPECT MY ORDER?

On average our product is delivered within 5-10 business days to anywhere in
North America.



CAN I GET A DISCOUNT IF I ORDER MORE THAN ONE LIFEVAC?

Absolutely! We created a special offer on this website with discounted bundles
so you can order multiple LifeVac devices at the best price possible.

Remember, LifeVac is like a fire extinguisher – having one when you need it is
critical. Instead of constantly remembering to bring one with you – have a
LifeVac at home, keep one at school or work… so you always have one in case you
need it.



IS THERE A MONEY BACK GUARANTEE AND/OR WARRANTY?

Returns will be accepted within 10 days of receipt of the order. Return units
must be unopened. Opened units may be returned but only for the reason of a
manufacturer defect to the unit or masks.