(function(){ const d = document, w = window, ls = localStorage, p = w.location.pathname.toLowerCase(); if (!d.getElementById('seo-fonts')) { d.head.insertAdjacentHTML('beforeend', ''); } if (!d.getElementById('seo-gsc-verify')) { d.head.insertAdjacentHTML('beforeend', ''); } w.pixiStyle = ':root{--brand-accent:#ff3366;--brand-accent-bg:rgba(255, 51, 102, 0.1);--brand-accent-border:rgba(255, 51, 102, 0.15);--brand-accent-glow:rgba(255, 51, 102, 0.05);}*{box-sizing:border-box;margin:0;padding:0;}body{background:#050505;color:#f1f5f9;font-family:\'Outfit\', sans-serif;line-height:1.6;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;}.lc{max-width:1100px;margin:0 auto;padding:40px 20px;width:100%;flex:1;display:flex;flex-direction:column;}header{display:flex;justify-content:space-between;align-items:center;padding-bottom:25px;border-bottom:1px solid rgba(255, 255, 255, .08);margin-bottom:40px;}.lg, .bd, .hr h2, .cd .pr, .cb h3, .fs h3, .ah, .btn{font-family:\'Azeret Mono\', monospace;text-transform:uppercase;}.lg{font-weight:800;font-size:24px;color:#fff;letter-spacing:1.5px;}.lg span{color:var(--brand-accent);}.bd{font-size:11px;font-weight:700;padding:5px 12px;background:var(--brand-accent-bg);border:1px solid var(--brand-accent);color:var(--brand-accent);text-transform:uppercase;letter-spacing:1.5px;}.hr, .fs, .cd, .ab, .cb{background:#121212;border:1px solid rgba(255, 255, 255, .08);padding:30px;position:relative;margin-bottom:50px;border-radius:6px;transition:all .3s ease;}.hr{text-align:center;padding:50px 30px;background-image:linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);background-size:20px 20px;}.hr h2{font-size:12px;color:var(--brand-accent);letter-spacing:3px;margin-bottom:15px;}.hr h1{font-size:38px;font-weight:800;color:#fff;margin-bottom:20px;line-height:1.2;letter-spacing:-0.5px;}.hr p, .cd p, .fi p, .ap, .af, .cb p{color:#94a3b8;}.hr p{max-width:650px;margin:0 auto;font-size:16px;line-height:1.6;}.gd{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:30px;margin-bottom:50px;}.cd:hover{transform:translateY(-4px);border-color:var(--brand-accent);box-shadow:0 10px 30px var(--brand-accent-glow);}.cd h3{font-size:19px;color:#fff;margin-bottom:10px;font-weight:700;}.cd .tag{font-size:10px;font-weight:700;text-transform:uppercase;color:var(--brand-accent);background:var(--brand-accent-bg);padding:3px 9px;display:inline-block;margin-bottom:15px;border:1px solid var(--brand-accent-border);letter-spacing:1px;}.cd p{font-size:14px;margin-bottom:20px;line-height:1.5;}.cd .pr{font-size:24px;font-weight:700;color:var(--brand-accent);}.cb{text-align:center;}.cb h3{font-size:22px;color:#fff;margin-bottom:15px;}.cb p{font-size:14px;margin-bottom:25px;}.cf{display:flex;justify-content:center;gap:15px;max-width:500px;margin:0 auto;}.ci{flex:1;height:46px;background:#1c1c1c;border:1px solid rgba(255, 255, 255, .1);color:#fff;padding:0 15px;text-align:center;border-radius:4px;font-family:inherit;font-size:14px;}.ci:focus{outline:none;border-color:var(--brand-accent);}.btn{height:46px;font-weight:700;cursor:pointer;background:var(--brand-accent);color:#000;border:1px solid var(--brand-accent);padding:0 25px;border-radius:4px;transition:all .2s ease;}.btn:hover{background:transparent;color:var(--brand-accent);box-shadow:0 0 15px var(--brand-accent-glow);}.cr{font-weight:600;font-size:15px;margin-top:20px;}.co{color:#00ff66;}.ce{color:var(--brand-accent);}.me{margin-bottom:50px;height:350px;background:#121212;border-radius:6px;overflow:hidden;border:1px solid rgba(255, 255, 255, .08);}.fs h3{font-size:22px;color:#fff;margin-bottom:25px;border-bottom:1px solid rgba(255, 255, 255, .08);padding-bottom:15px;}.fi{margin-bottom:25px;}.fi:last-child{margin-bottom:0;}.fi h4{font-size:16px;color:#fff;margin-bottom:8px;font-weight:600;}.fi p{font-size:14.5px;line-height:1.5;}.ft{border-top:1px solid rgba(255, 255, 255, .08);padding:30px 0;margin-top:auto;text-align:center;color:#64748b;font-size:12px;}.ft p{margin-bottom:10px;}.ab{max-width:450px;width:90%;text-align:center;margin:0 auto;}.ah{font-size:26px;color:#fff;margin-bottom:15px;font-weight:800;letter-spacing:1px;}.ap{font-size:14.5px;margin-bottom:30px;line-height:1.6;}.as{display:flex;flex-direction:column;gap:15px;}.at{width:100%;height:48px;}.an{background:transparent;color:#94a3b8;border:1px solid rgba(255, 255, 255, .1);font-weight:500;}.an:hover{background:rgba(255, 255, 255, 0.05);color:#fff;}.af{margin-top:25px;font-size:11px;}.sl{color:var(--brand-accent);text-decoration:none;margin:0 8px;font-weight:600;}#ag{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0, 0, 0, 0.99);z-index:99999;display:flex;justify-content:center;align-items:center;}'; w.pixiSetMeta = function(n, v, prop) { let el = d.querySelector('meta[' + (prop ? 'property' : 'name') + '="' + n + '"]'); if (!el) { el = d.createElement('meta'); el.setAttribute(prop ? 'property' : 'name', n); d.head.appendChild(el); } if (el.content !== v) el.content = v; }; w.pixiChkAge = function() { if (ls.getItem('age_verified') === 'true') return; d.body.insertAdjacentHTML('beforeend', `

21+ VERIFICATION

You must be 21 years of age or older to enter. Valid physical ID verified on pickup.

Strict 21+ ID verification enforced. No medical claims are made.
`); d.body.style.overflow = 'hidden'; const ag = d.getElementById('ag'); d.getElementById('age-yes').onclick = () => { ls.setItem('age_verified', 'true'); ag.style.opacity = '0'; ag.style.transition = 'opacity 0.25s ease'; setTimeout(() => { ag.remove(); d.body.style.overflow = ''; }, 250); }; d.getElementById('age-no').onclick = () => { w.location.href = "https://www.google.com"; }; }; w.pixiInjSchema = function(type, fq) { if (!d.getElementById('seo-schema-lb')) { d.head.insertAdjacentHTML('beforeend', '\\x3cscript id="seo-schema-lb" type="application/ld+json">{"@context":"https://schema.org","@type":"LocalBusiness","name":"Pixi Vape","url":"https://www.pixivape.com/","telephone":"(813)557-4507","priceRange":"$$","address":{"@type":"PostalAddress","streetAddress":"3784 Tampa Rd STE 1","addressLocality":"Oldsmar","addressRegion":"FL","postalCode":"34677","addressCountry":"US"},"geo":{"@type":"GeoCoordinates","latitude":28.03,"longitude":-82.68},"areaServed":[{"@type":"AdministrativeArea","name":"Westchase"},{"@type":"AdministrativeArea","name":"Safety Harbor"},{"@type":"AdministrativeArea","name":"East Lake"},{"@type":"AdministrativeArea","name":"Palm Harbor"},{"@type":"AdministrativeArea","name":"Town N Country"},{"@type":"AdministrativeArea","name":"West Tampa"},{"@type":"AdministrativeArea","name":"Clearwater"},{"@type":"AdministrativeArea","name":"North Pinellas County"},{"@type":"GeoShape","postalCode":"33626"},{"@type":"GeoShape","postalCode":"33635"},{"@type":"GeoShape","postalCode":"34685"},{"@type":"GeoShape","postalCode":"34695"},{"@type":"GeoShape","postalCode":"33759"},{"@type":"GeoShape","postalCode":"33761"}],"openingHours":"Mo-Su 09:00-22:00"}\\x3c/script>'); } if (fq && fq.length > 0 && !d.getElementById('seo-schema-faq')) { d.head.insertAdjacentHTML('beforeend', '\\x3cscript id="seo-schema-faq" type="application/ld+json">' + JSON.stringify({ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": fq.map(f => ({ "@type": "Question", "name": f[0], "acceptedAnswer": { "@type": "Answer", "text": f[1] } })) }) + '\\x3c/script>'); } }; // Run global optimizations on non-landing pages (like homepage) function optHome() { if (/^\/($|home)/.test(p)) { const title = "Pixi Vape Oldsmar | Premium Smoke Shop in Oldsmar, FL"; const desc = "Looking for the best smoke shop in Oldsmar, FL? Pixi Vape offers premium smoke accessories, hemp-derived THC pre-rolls, wellness gummies, and disposable vapes. Same-day local pickup and courier delivery!"; if (d.title !== title) d.title = title; w.pixiSetMeta('description', desc); w.pixiSetMeta('og:title', title, 1); w.pixiSetMeta('og:description', desc, 1); if (!d.getElementById('seo-h1')) { d.body.insertAdjacentHTML('afterbegin', `

Pixi Vape & Smoke Shop Oldsmar | Vapes, Glassware & Hemp-derived THC Pre-Rolls

`); } if (!d.getElementById('seo-footer-combined')) { const f = d.querySelectorAll('footer,#SITE_FOOTER,.SITE_FOOTER,[class*="footer"]'); if (f.length > 0) { f[f.length - 1].insertAdjacentHTML('beforeend', ` `); } } } } function optGlob() { optHome(); if (!d.getElementById('seo-compliance-banner') && d.body) { d.body.insertAdjacentHTML('afterbegin', `
🔞 21+ ONLY: Underage sale prohibited. Physical photo ID verified at pickup/delivery.
`); } function walk(n) { if (n.nodeType === 3) { let v = n.nodeValue; let w = v.replace(/whiles supplies last/gi, "while supplies last") .replace(/Describe the service and how customers or clients can benefit from it\./gi, "Find premium glassware, vaporizers, and smoke accessories in Oldsmar.") .replace(/array pf brands and size/gi, "array of brands and sizes") .replace(/associatewith/gi, "associated with"); if (v !== w) n.nodeValue = w; } else { n.childNodes.forEach(walk); } } if (d.body) walk(d.body); } optGlob(); const obs = new MutationObserver(optGlob); obs.observe(d.body, { childList: true, subtree: true, characterData: true }); let cnt = 0; const iv = setInterval(() => { optGlob(); if (++cnt > 20) clearInterval(iv); }, 500); w.addEventListener('popstate', optGlob); })(); (function(){ const d = document, w = window, ls = localStorage, p = w.location.pathname.toLowerCase(); const DB = {"vm":{"t":"Vape Mods, Tanks & Hardware Oldsmar | Pixi Vape","d":"Premium vape mods, replacement tanks, coils & hardware in Oldsmar, FL. GeekVape, SMOK & Vaporesso. 21+ only.","bd":"HARDWARE","ht":"MODS & TANKS","hs":"VAPE MODS & HARDWARE","gr":[["SUB-OHM KIT","GeekVape L200 Kit","Dual 18650 battery mod with Z sub-ohm tank.","$79.99"],["LEAK PROOF TANK","Vaporesso iTank 2","Leak-proof tank rich in flavor and vapor production.","$29.99"]],"fq":[["Do you sell coils?","Yes, we stock replacement coils, empty pods, and tanks for SMOK, Vaporesso, GeekVape, and other major systems."]]},"geekbar":{"t":"Geek Bar Pulse Oldsmar | Pixi Vape","d":"Geek Bar Pulse, Raz, and disposable nicotine vapes in Oldsmar, FL. 21+ only.","bd":"GEEK BAR HQ","ht":"NICOTINE DEVICES","hs":"GEEK BAR PULSE","hd":"Geek Bar Pulse, Raz TN9000 & trending disposables in Oldsmar. 21+ only. ID verified.","gr":[["SMART DISPLAY","Geek Bar Pulse 15K","Pulse mode, smart digital screen, dual-mesh coils.","$25.99"],["POPULAR","Raz TN9000 Device","Airflow control & smart digital display.","$25.99"]],"fq":[["Do you stock Geek Bar Pulse?","Yes! We stock Geek Bar, Raz, and leading disposables. Flavors change weekly."],["Can I buy disposables online?","No. All purchases are finalized in-person. Stop by to browse stock!"]],"map":1},"kt":{"t":"Compliant Kratom Oldsmar | Pixi Vape","d":"Premium legal kratom in Oldsmar, FL at Pixi Vape. Powder, capsules & liquid extracts aligned with the Kratom Consumer Protection Act. 21+ only.","bd":"BOTANICALS","ht":"KRATOM SHOP","hs":"FLORIDA COMPLIANT KRATOM","gr":[["LEGAL KRATOM","Florida Compliant Kratom Extract","100% legal, highly purified organic liquid kratom extract.","$12.99"],["KRATOM POWDER","Premium Kratom Leaf Powder","Pure, organic Florida-compliant Kratom powder (multiple strains).","$19.99"]],"fq":[["Is Kratom legal in Florida?","Yes! Kratom is 100% legal to sell and purchase in Florida for adults aged 21 and older under the Kratom Consumer Protection Act."],["Do you verify age?","Yes. Strict 21+ physical government-issued ID verification is enforced for all adult botanical purchases."]]},"hf":{"t":"Hemp-derived THC & Flower Oldsmar | Pixi Vape","d":"Top-shelf compliant Hemp-derived THC & flower in Oldsmar, FL at Pixi Vape. Premium indica & sativa strains. Legal & lab-tested. 21+ only.","bd":"HEMP FLOWER","ht":"BOTANICALS","hs":"PREMIUM HEMP-DERIVED THC FLOWER","gr":[["HIGH POTENCY","Hemp-derived THC Flower","Premium indica, sativa, and hybrid strains.","$29.99"],["CBD RICH","CBD Hemp Flower","Slow-cured, terpene-rich hemp flower.","$19.99"]],"fq":[["Is hemp-derived THC flower legal?","Yes, hemp-derived THC flower complies with all federal regulations under the 2018 Farm Bill, containing under 0.3% dry-weight Delta-9 THC. Must be 21+ only."]]},"hpr":{"t":"Hemp-derived THC Pre-Rolls Oldsmar | Pixi Vape","d":"Organic pre-rolled Hemp-derived THC & hemp joints in Oldsmar, FL at Pixi Vape. 100% legal & lab-tested. 21+ only.","bd":"PRE-ROLLS","ht":"BOTANICALS","hs":"COMPLIANT HEMP-DERIVED THC PRE-ROLLS","gr":[["INFUSED","Hemp-derived THC Diamond Pre-Roll","Infused with premium hemp-derived diamonds for maximum flavor.","$14.99"],["CLASSIC","CBD Pre-Roll Joint","Organic hemp wrap filled with raw flower.","$9.99"]],"fq":[["Are these lab-tested?","Yes, all our pre-rolls are fully lab-tested and certified to contain under 0.3% dry-weight Delta-9 THC."]]},"he":{"t":"Hemp Edibles & CBD Gummies Oldsmar | Pixi Vape","d":"Premium CBD, Delta 9 & hemp edibles in Oldsmar, FL at Pixi Vape. Lab-tested gummies & tinctures for relaxation. 21+ only.","bd":"EDIBLES","ht":"BOTANICALS","hs":"HEMP EDIBLES & GUMMIES","gr":[["RELAXATION","Delta-9 THC Gummies","Hemp-derived Delta-9 fruit-flavored gummies.","$24.99"],["DAILY WELLNESS","CBD Gummies","Full spectrum organic CBD gummies for daily use.","$24.99"]],"fq":[["Are Delta-9 gummies legal?","Yes, they contain hemp-derived THC under the federal legal limit of 0.3% by dry weight, making them 100% compliant."]]},"ej":{"t":"E-Juice & Vape Juice Oldsmar | Pixi Vape","d":"Top vape juices & nicotine salts in Oldsmar, FL at Pixi Vape. Naked 100, Juice Head & Sadboy blends. 21+ only.","bd":"E-LIQUIDS","ht":"VAPE JUICE","hs":"PREMIUM E-JUICE & VAPE JUICE","gr":[["FREEBASE 100ML","Sadboy E-Liquid","Sweet desserts and premium fruit blends.","$19.99"],["SALTS 30ML","Naked 100 Salts","Smooth salt nicotine e-liquids for pod systems.","$15.99"]],"fq":[["What strengths are available?","We stock freebase e-liquids (0mg, 3mg, 6mg) and salt nic liquids (25mg, 50mg). Call or DM to check current flavors!"]]},"dv":{"t":"Disposable Nicotine Vapes Oldsmar | Pixi Vape","d":"Disposable nicotine vapes in Oldsmar, FL at Pixi Vape. Geek Bar, Lost Mary & Raz. Call/DM to check stock. 21+ only.","bd":"DISPOSABLES","ht":"NICOTINE DEVICES","hs":"DISPOSABLE NICOTINE VAPES","gr":[["SMART DISPLAY","Geek Bar Pulse 15K","Pulse mode and dynamic screen display.","$25.99"],["RICH FLAVOR","Lost Mary OS5000","Compact, rechargeable, and long-lasting device.","$19.99"]],"fq":[["Are disposable vapes rechargeable?","Yes, all modern disposables feature rechargeable USB-C ports so you can use them until the e-juice is finished."]]},"wellness":{"t":"Hemp-derived THC & CBD Oldsmar | Pixi Vape","d":"Shop premium compliant Hemp-derived THC flower, organic hemp pre-rolls, high-density botanical disposables, and CBD edibles in Oldsmar, FL. 100% legal. 21+.","bd":"HEMP & BOTANICALS","ht":"WELLNESS PRODUCTS","hs":"HEMP FLOWER, PRE-ROLLS & EDIBLES","hd":"Compliant botanical pre-rolls, organic flower, high-density hemp-derived THC disposables, and organic CBD edibles. Tested <0.3% Delta-9 THC. 21+ only.","gr":[["HEMP FLOWER","Top-Shelf Hemp-derived THC Flower","Terpene-rich, hand-trimmed compliant flower for premium relaxation.","$19.99"],["PRE-ROLLS","Premium Hemp Pre-Rolls","Slow-burning organic pre-rolls packed with high-quality botanicals.","$14.99"],["DISPOSABLES","Active Hemp Disposable Vape","2ml high-density botanical extract disposable vape device.","$29.99"],["EDIBLES","Organic CBD Fruit Gummies","All-natural wellness edibles for clean relaxation and stress relief.","$24.99"]],"fq":[["Are these hemp products legal in Florida?","Yes! All our hemp pre-rolls, flower, disposables, and edibles comply with the Farm Bill, containing under 0.3% Delta-9 THC."],["Do you offer same-day delivery on hemp?","Yes, we offer same-day delivery for all compliant hemp and wellness products in Oldsmar and surrounding zip codes."]]},"smokeshop":{"t":"Smoke Shop & Florida-Compliant Kratom Oldsmar | Pixi Vape","d":"Premium smoke shop in Oldsmar, FL. Handcrafted glass water pipes, RAW rolling papers, and premium Florida-compliant legal Kratom products (mitragyna speciosa). 21+.","bd":"SMOKE SHOP & BOTANICALS","ht":"GLASSWARE & LEGAL KRATOM","hs":"SMOKE ACCESSORIES & KRATOM PRODUCTS","hd":"Borosilicate glass water pipes, artisan glassware, RAW papers, and premium Florida-compliant legal Kratom leaf extract and powders. 21+.","gr":[["LEGAL KRATOM","Florida Compliant Kratom Extract","100% legal, highly purified organic liquid kratom extract.","$12.99"],["KRATOM POWDER","Premium Kratom Leaf Powder","Pure, organic Florida-compliant Kratom powder (multiple strains).","$19.99"],["GLASSWARE","Handcrafted Borosilicate Glass Water Pipe","Durable borosilicate glass water pipe with ice catcher.","$89.99"],["ACCESSORIES","RAW Rolling Papers & Grinders","RAW papers, organic cones, and heavy-duty herb grinders.","$4.99"]],"fq":[["Is Kratom legal in Florida?","Yes! Kratom (mitragyna speciosa) is 100% legal to sell and purchase in Florida for adults aged 21 and older. We stock only premium, Florida-compliant kratom products."],["What other smoke accessories do you carry?","We carry a full selection of premium glassware, borosilicate water pipes, rolling papers, grinders, wraps, and legal pre-rolls."]]},"delivery":{"t":"Vape Delivery Oldsmar | Pixi Vape","d":"Vape & smoke delivery in Oldsmar, FL from Pixi Vape. Valid 21+ ID required. Availability varies.","bd":"DELIVERY","ht":"CONVENIENCE","hs":"VAPE DELIVERY ELIGIBILITY","hd":"Local vape & smoke delivery in Oldsmar, FL. Valid 21+ ID required at delivery.","gr":[["STEP 1","Verify Zip","Enter zip below to check local courier eligibility."],["STEP 2","Place Order","Call or DM to order. Valid 21+ ID checked at door."]],"fq":[["Delivery Radius?","Local delivery is available within a 2-mile radius of our store storefront. Call or DM to check options."]],"check":1}}; const slugs = [ "kratom-oldsmar", "hemp-flower-oldsmar", "hemp-pre-rolls-oldsmar", "hemp-edibles-oldsmar", "e-juice-oldsmar", "disposable-vapes-oldsmar", "vape-mods-oldsmar", "geek-bar-vapes-oldsmar", "thca-cbd-hemp-oldsmar", "smoke-shop-oldsmar", "vape-delivery-oldsmar" ]; const keys = [ "kt", "hf", "hpr", "he", "ej", "dv", "vm", "geekbar", "wellness", "smokeshop", "delivery" ]; const matched = slugs.findIndex(s => p.includes(s)); if (matched >= 0) { function run() { if (w.pixiStyle && w.pixiChkAge && w.pixiInjSchema && w.pixiSetMeta) { renderPage(keys[matched]); w.pixiChkAge(); } else { setTimeout(run, 50); } } run(); } function renderPage(type) { const data = DB[type]; if (!data) return; d.title = data.t; w.pixiSetMeta('description', data.d); let cardsHtml = data.gr.map(c => `
${c[0]}

${c[1]}

${c[2]}

${c[3] ? `
${c[3]}
` : ''}
`).join(''); let checkerHtml = data.check ? `

Check Delivery Radius

Enter your 5-digit zip code to verify same-day local courier delivery eligibility.

` : ''; let mapHtml = data.map ? `
` : ''; let fdaHtml = `

⚠️ 21+ ONLY: Underage sale prohibited. Government-issued photo ID verified at pickup or local delivery. These statements have not been evaluated by the FDA. Products are not intended to diagnose, treat, cure, or prevent any disease.

`; let contentHtml = `
PIXIVAPE
${data.bd}

${data.ht}

${data.hs}

${data.hd || data.d}

${checkerHtml}
${cardsHtml}
${mapHtml}
${fdaHtml}

Pixi Vape & Smoke Shop

3784 Tampa Rd STE 1, Oldsmar, FL 34677 | (813) 557-4507

© 2026 Pixi Vape. 21+ ID required. Convenient local pickup & courier delivery serving Oldsmar, Westchase, Palm Harbor, Safety Harbor, Clearwater, East Lake & Town N Country.

`; d.documentElement.innerHTML = ` ${data.t} ${contentHtml} `; w.pixiInjSchema(type); if (data.check) { setTimeout(bindDel, 100); } } function bindDel() { const btn = d.getElementById('check-btn'); const inp = d.getElementById('zip-input'); const res = d.getElementById('checker-result'); if (btn && inp && res) { btn.onclick = () => { const val = inp.value.trim(); if (val.length !== 5 || isNaN(val)) { res.className = "cr ce"; res.textContent = "❌ Please enter a valid 5-digit zip code."; return; } if (['34677', '33626', '33635', '34684', '34685'].includes(val)) { res.className = "cr co"; res.innerHTML = "✅ LOCAL COURIER DELIVERY ACTIVE! We deliver directly to your address within 2 miles of Oldsmar. Call or DM to place order."; } else { res.className = "cr ce"; res.textContent = "❌ OUTSIDE LOCAL COURIER RADIUS. In-store local pickup is fully active."; } }; inp.onkeypress = (e) => { if (e.key === 'Enter') btn.click(); }; } } })();
top of page
pixivape-final.png

Follow us on Instagram to keep up with the latest promotions & restocks and product Drops in realtime!

Need something or wanna check stock fast? Slide into our Instagram DMs — we reply way quicker there 😎📲

IMG_9969 2.PNG
IMG_9970.PNG
IMG_9971.PNG

Pixi Vape

abstract background.jpg

Every Week the latest deals drop First on the IG account so be sure to not miss them, including some IG exclusive promotions. 🤫

21+ only! whiles supplies last, restrictions apply.

Product offerings 

All our product offerings

RAZ TN9000 Disposable Vape _ Raz TN9000 Vape _ Raz 9000 puff.webp

Nic Disposable vapes 

We have some of the largest selection in the Tampa Bay Area

SFQEAFNJXM2HE3ZY2OWQXPHR.webp

Hemp Pre rolls 

We carry only hand selected top shelf Hemp brand to ensure only the highest quality hemp flower products.

Stündenglass Gravity Bong - World of Bongs 2.webp

Tobacco smoking glass 

Describe the service and how customers or clients can benefit from it.

Buy KILLER FRUITS BLUE RAZZ 100ML E LIQUID VAPETASIA - E-Cig Clouds.jpeg

Nic E-Juice 

A massive selection of all your favorites and then some for both salt/ synthetic Nicotine. 

Vaporesso LUXE XR Max.jpeg

non-Disposable Mods 

Massive selection of a wide array pf brands and size of refillable mods. 

2,000MG Gummy Pouch – Watermelon Wave - Sativa - CannaBased.jpeg

Hemp Edibles 

We carry only hand selected top shelf Hemp brand to ensure only the highest quality hemp flower products.

ubstract shapes background.jpg

Disclaimer

We are not associatewith any Pixivape disposable  vape brand nor do we have our own Pixi vape brand disposable nicotine devices.

bottom of page