zippixtoothpicks.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://zippixtoothpicks.com/
Effective URL: https://zippixtoothpicks.com/
Submission Tags: @phish_report
Submission: On December 02 via api from FI — Scanned from AU

Form analysis 6 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" @click.away.prevent="searchOpen = false">
  <div x-ref="searchFieldComponent" class="relative py-2">
    <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
      aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
      @input.debounce.300="onChange" @focus="onFocus">
    <label class="visually-hidden" for="header-search">Search</label>
    <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path
            d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
            stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg>
      </span>
    </button>
    <button @click="close()" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
      <span class="visually-hidden">Close (esc)</span>
      <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
          <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" :class="{ 'opacity-0 bg-scheme-text/0': ! resultsOpen, 'bg-scheme-text/75' : resultsOpen }" tabindex="-1"
    class="text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50 opacity-0 bg-scheme-text/0">
    <template x-if="loading &amp;&amp; !results">
      <div class="bg-scheme-background">
        <div class="w-6 h-6 pt-12 pb-12 mx-auto" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background pb-5 lg:pb-10 px-section scroll-pb-5 lg:scroll-pb-10" x-ref="results" @click.away.prevent="searchOpen = false">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--21321380167967__1650891638851a4ea4" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="zippix-ultimate-flavor-bundle-120-nicotine-toothpicks" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5">
  </div>
  <div class="hidden">
    <label class="" for="fallback-selector-template--21321380167967__1650891638851a4ea4">Variant</label>
    <select x-ref="singleVariantSelector" name="id" id="fallback-selector-template--21321380167967__1650891638851a4ea4" class="font-secondary text-sm">
      <option selected="selected" x-bind:selected="currentVariantId === 44988720546079" value="44988720546079"> Default Title </option>
    </select>
  </div>
  <!-- Bold Subscriptions Widget -->
  <br>
  <div class="">
    <div class="w-full">
      <button class="
            mb-1 add-to-cart-btn push-btn theme-button theme-button w-full
            
          " type="submit" :class="{ 'cursor-not-allowed': !currentVariantAvailable }" :disabled="!currentVariantAvailable" :aria-label="addToCartText" aria-label="Add to Cart">
        <span class="push-btn-surface push-btn-surface--secondary w-full">
          <span x-text="addToCartText">Add to Cart</span></span>
      </button>
    </div>
  </div><input type="hidden" name="product-id" value="8261865242911"><input type="hidden" name="section-id" value="template--21321380167967__1650891638851a4ea4">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--21321380167967__42b82a9b-435e-433f-af4d-97f1a3a86b30" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data" data-product-form=""
  data-product-handle="peppermint-watermelon-flavored-nicotine-toothpicks" data-enable-history-state="true" x-ref="productForm"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="mb-2.5">
  </div>
  <div class="no-js">
    <label class="block font-secondary text-scheme-text text-sm" for="fallback-selector-template--21321380167967__42b82a9b-435e-433f-af4d-97f1a3a86b30">Variant</label>
    <select x-ref="singleVariantSelector" name="id" id="fallback-selector-template--21321380167967__42b82a9b-435e-433f-af4d-97f1a3a86b30" class="font-secondary text-sm">
      <option selected="selected" x-bind:selected="currentVariantId === 44967736410399" value="44967736410399"> 100 </option>
      <option x-bind:selected="currentVariantId === 44967736443167" value="44967736443167"> 200 </option>
      <option x-bind:selected="currentVariantId === 44967736475935" value="44967736475935"> 300 </option>
      <option x-bind:selected="currentVariantId === 44967736508703" value="44967736508703"> 400 </option>
      <option x-bind:selected="currentVariantId === 44967736541471" value="44967736541471"> 500 </option>
      <option x-bind:selected="currentVariantId === 44967736574239" value="44967736574239"> 600 </option>
    </select>
  </div>
  <!-- Bold Subscriptions Widget -->
  <br>
  <div class="">
    <div class="w-full">
      <button class="
            mb-1 add-to-cart-btn push-btn theme-button theme-button w-full
            
          " type="submit" :class="{ 'cursor-not-allowed': !currentVariantAvailable }" :disabled="!currentVariantAvailable" :aria-label="addToCartText" aria-label="Add to Cart">
        <span class="push-btn-surface push-btn-surface--secondary w-full">
          <span x-text="addToCartText">Add to Cart</span></span>
      </button>
    </div>
  </div><input type="hidden" name="product-id" value="8255940985119"><input type="hidden" name="section-id" value="template--21321380167967__42b82a9b-435e-433f-af4d-97f1a3a86b30">
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-sections--21321380495647__footer" class="sr-only"> Email Address </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-sections--21321380495647__footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off"
        autocapitalize="off" autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-sections--21321380495647__footer">
      <span class="push-btn-surface w-full">Subscribe</span>
    </button>
  </div>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to content
Black Friday Sale! Save 15% with code BFCM2024 at checkout. Not valid on
subscriptions. Happy Shopping! Black Friday Sale! Save 15% with code BFCM2024 at
checkout. Not valid on subscriptions. Happy Shopping! Black Friday Sale! Save
15% with code BFCM2024 at checkout. Not valid on subscriptions. Happy Shopping!
Black Friday Sale! Save 15% with code BFCM2024 at checkout. Not valid on
subscriptions. Happy Shopping! Black Friday Sale! Save 15% with code BFCM2024 at
checkout. Not valid on subscriptions. Happy Shopping! Black Friday Sale! Save
15% with code BFCM2024 at checkout. Not valid on subscriptions. Happy Shopping!
Black Friday Sale! Save 15% with code BFCM2024 at checkout. Not valid on
subscriptions. Happy Shopping! Black Friday Sale! Save 15% with code BFCM2024 at
checkout. Not valid on subscriptions. Happy Shopping! Black Friday Sale! Save
15% with code BFCM2024 at checkout. Not valid on subscriptions. Happy Shopping!
Black Friday Sale! Save 15% with code BFCM2024 at checkout. Not valid on
subscriptions. Happy Shopping!

 * Home
 * Products
    * Nicotine Infused Toothpicks
    * Nicotine Free ZipEnergy Toothpicks
    * Zippix Merch
    * Zippix Wholesale Products

 * About
    * About Zippix
    * How Zippix Work
    * FAQs
    * Contact

 * Reviews
 * Blog
 * Manage Subscription

Menu
Menu


ALT MAIN MENU

 * Home
 * Products
   
    * Nicotine Infused Toothpicks
    * Nicotine Free ZipEnergy Toothpicks
    * Zippix Merch
    * Zippix Wholesale Products

 * About
   
    * About Zippix
    * How Zippix Work
    * FAQs
    * Contact

 * Reviews
 * Blog
 * Manage Subscription

 * Log in
 * Create account


ALT MAIN MENU

Close (esc)
 * Home
 * Products
   
    * Nicotine Infused Toothpicks
    * Nicotine Free ZipEnergy Toothpicks
    * Zippix Merch
    * Zippix Wholesale Products

 * About
   
    * About Zippix
    * How Zippix Work
    * FAQs
    * Contact

 * Reviews
 * Blog
 * Manage Subscription

 * Log in
 * Create account

Search Search
Log in
Search our site
Search Close (esc)

Cart items
Cart items


ZIP MORE. SMOKE LESS.

Totally Satisfying, Discreet and Delicious! Zippix Nicotine Infused Toothpicks
are available in 6 great flavors, each containing at least 2mg of nicotine to
curb those cravings. FDA registered and proudly made in the USA!

Shop Nicotine Toothpicks



WHY TOOTHPICKS?

At Zippix, we believe nicotine users should have a better way to get their
nicotine than smoking, vaping or dipping. Our toothpicks are discreet, taste
great, and allow you to get your fix anywhere/anytime. Our cutting edge infusion
process means the nicotine and flavoring is absorbed throughout every toothpick,
and not just coated on the surface. We hope you will give our toothpicks a try,
and see why our customers keep choosing Zippix!

Shop Now



SHOP NICOTINE INFUSED TOOTHPICKS

 * Zippix Ultimate Flavor Bundle | (120 Nicotine Toothpicks)
   
   
   ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)
   
   Regular price $32.99
   Regular price $47.94 Sale price $32.99
   Unit price /  per 
 * Zippix Flavor Bundle Pack | (60 Nicotine Toothpicks)
   
   
   ZIPPIX FLAVOR BUNDLE PACK | (60 NICOTINE TOOTHPICKS)
   
   Regular price $21.99
   Regular price $23.97 Sale price $21.99
   Unit price /  per 
 * Peppermint/Watermelon Flavored Nicotine Toothpicks
   
   
   PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Cinnamon Flavored Nicotine Toothpicks
   
   
   CINNAMON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Mocha Flavored Nicotine Toothpicks
   
   
   MOCHA FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Sweet Wood Flavored Nicotine Toothpicks
   
   
   SWEET WOOD FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Zippix Ultimate Flavor Bundle | (120 Nicotine Toothpicks)
   
   
   ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)
   
   Regular price $32.99
   Regular price $47.94 Sale price $32.99
   Unit price /  per 
 * Zippix Flavor Bundle Pack | (60 Nicotine Toothpicks)
   
   
   ZIPPIX FLAVOR BUNDLE PACK | (60 NICOTINE TOOTHPICKS)
   
   Regular price $21.99
   Regular price $23.97 Sale price $21.99
   Unit price /  per 
 * Peppermint/Watermelon Flavored Nicotine Toothpicks
   
   
   PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Cinnamon Flavored Nicotine Toothpicks
   
   
   CINNAMON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Mocha Flavored Nicotine Toothpicks
   
   
   MOCHA FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Sweet Wood Flavored Nicotine Toothpicks
   
   
   SWEET WOOD FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Zippix Ultimate Flavor Bundle | (120 Nicotine Toothpicks)
   
   
   ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)
   
   Regular price $32.99
   Regular price $47.94 Sale price $32.99
   Unit price /  per 
 * Zippix Flavor Bundle Pack | (60 Nicotine Toothpicks)
   
   
   ZIPPIX FLAVOR BUNDLE PACK | (60 NICOTINE TOOTHPICKS)
   
   Regular price $21.99
   Regular price $23.97 Sale price $21.99
   Unit price /  per 
 * Peppermint/Watermelon Flavored Nicotine Toothpicks
   
   
   PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Cinnamon Flavored Nicotine Toothpicks
   
   
   CINNAMON FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Mocha Flavored Nicotine Toothpicks
   
   
   MOCHA FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 
 * Sweet Wood Flavored Nicotine Toothpicks
   
   
   SWEET WOOD FLAVORED NICOTINE TOOTHPICKS
   
   Regular price $23.99+
   Regular price Sale price $23.99+
   Unit price /  per 

View All
Previous slide Next slide

 * 
 * 

Previous slide Next slide


ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)

Regular price $32.99 Sale price Sale price $47.94
Unit price / per
Variant Default Title

Add to Cart





ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)


Close (esc)
 * 
 * 


 * 
 * 

Previous slide Next slide


PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS

Regular price $23.99
Unit price / per

Treat yourself to a mouth-watering experience with our Peppermint/Watermelon
flavored nicotine toothpicks! Each pick is infused with just the right amount of
nicotine to provide a cool, minty refreshment that'll tantalize your taste buds
without overwhelming them. It's the perfect pick-me-up for any cravings! 

Includes 1 free Standard Carry Tube with purchase. Maximum 1 free Carry Tube per
order.

Contains 2mg nicotine per toothpick.

Count 100 200 300 400 500 600
Qty

Variant 100 200 300 400 500 600

Add to Cart





PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS


Close (esc)


ZIPENERGY CAFFEINE + B12 INFUSED TOOTHPICKS

Our nicotine-free ZipEnergy Toothpicks give you the energy you need!
 * Zippix Mega Energy Bundle - Nicotine Free
   
   
   ZIPPIX MEGA ENERGY BUNDLE - NICOTINE FREE
   
   Regular price $49.99
   Regular price $59.97 Sale price $49.99
   Unit price /  per 
 * Peppermint/Watermelon ZipEnergy® B12 + 30mg Caffeine Toothpicks
   
   
   PEPPERMINT/WATERMELON ZIPENERGY® B12 + 30MG CAFFEINE TOOTHPICKS
   
   Regular price $19.99+
   Regular price Sale price $19.99+
   Unit price /  per 
 * Cinnamon ZipEnergy® B12 + 30mg Caffeine Toothpicks
   
   
   CINNAMON ZIPENERGY® B12 + 30MG CAFFEINE TOOTHPICKS
   
   Regular price $19.99+
   Regular price Sale price $19.99+
   Unit price /  per 
 * Bourbon Flavored ZipEnergy® B12 + 30mg Caffeine Toothpicks
   
   
   BOURBON FLAVORED ZIPENERGY® B12 + 30MG CAFFEINE TOOTHPICKS
   
   Regular price $19.99+
   Regular price Sale price $19.99+
   Unit price /  per 


BLOG POSTS


 * YOUR ZIPPIX STORIES
   
   Recently we asked our customers to share their Zippix stories, and we got
   some really excellent responses! Everyone's story is as unique as they are,
   and we loved hearing how our toothpicks are being used. You can check out
   some...


 * DO NICOTINE TOOTHPICKS WORK?
   
   We bet when you first heard of nicotine toothpicks, your first thought was
   probably wondering if they even work. If you ask our customers, you'll find
   the answer is a resounding yes. Nicotine toothpicks are a great way to
   curb...


 * WHERE TO BUY NICOTINE TOOTHPICKS?
   
   As Nicotine Toothpicks grow in popularity as a great alternative to smoking,
   dipping and vaping, a common question is where is the best place to buy them.
   While there are currently several stores that carry nicotine toothpicks, the
   best place...

Sign Up for Our Newsletter

Email Address

Subscribe
 * Facebook
 * Instagram
 * Email

 * Home
 * About
 * Manage Subscription
 * Log In/Sign Up

 * Search
 * Shop Nicotine Toothpicks
 * Wholesale
 * Contact
 * Terms & Conditions
 * Privacy Policy
 * Shipping & Refunds

© 2024, Zippix Nicotine Toothpicks.

Accepted Payments

 * American Express
 * Discover
 * Mastercard
 * Visa

DISCLAIMER: ZIPPIX™ IS FOR USE BY ADULTS OVER THE AGE 21+ AND IS NOT INTENDED
FOR SALE TO, PURCHASE BY, OR USE BY MINORS. NICOTINE IS AN ADDICTIVE SUBSTANCE.
DO NOT USE IF YOU ARE PREGNANT, NURSING, ALLERGIC TO NICOTINE OR ANY OTHER
LISTED INGREDIENTS, OR IF YOU HAVE HIGH BLOOD PRESSURE, HEART PROBLEMS, OR
PSYCHOLOGICAL DISORDERS.


AGE VERIFICATION

Some of our products contain nicotine, which is an extremely addictive chemical.
Nicotine products will be clearly marked.

Are you over 21 years of age?

Yes
No


 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.






YOUR CART -

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD








ALT MAIN MENU

Close (esc)
 * Home
 * Products
   
    * Nicotine Infused Toothpicks
    * Nicotine Free ZipEnergy Toothpicks
    * Zippix Merch
    * Zippix Wholesale Products

 * About
   
    * About Zippix
    * How Zippix Work
    * FAQs
    * Contact

 * Reviews
 * Blog
 * Manage Subscription

 * Log in
 * Create account

Search Search


YOUR CART - 0 ITEMS

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD


ZIPPIX ULTIMATE FLAVOR BUNDLE | (120 NICOTINE TOOTHPICKS)


Close (esc)
PEPPERMINT/WATERMELON FLAVORED NICOTINE TOOTHPICKS
100

Close (esc)


AGE VERIFICATION

Some of our products contain nicotine, which is an extremely addictive chemical.
Nicotine products will be clearly marked.

Are you over 21 years of age?

Yes
No

Rewards

Rewards