{"title":"Wholesale Bongs","description":"\u003cstyle\u003e\n  .sg-wholesalebong-landing * {\n    text-align: left;\n  }\n\n  .sg-wholesalebong-landing {\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px;\n    font-family: inherit;\n    color: inherit;\n  }\n\n  .sg-trust-bar-wholesalebong {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n    text-align: center;\n    background: #f5f5f5;\n    border-radius: 8px;\n    padding: 14px 20px;\n    margin-bottom: 36px;\n    font-size: 13px;\n    font-weight: 500;\n    color: #444;\n  }\n\n  .sg-trust-bar-wholesalebong span {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    text-align: center;\n  }\n\n  .sg-trust-bar-wholesalebong span::before {\n    content: \"✓\";\n    color: #448ecc;\n    font-weight: 700;\n  }\n\n  .sg-founder-quote-wholesalebong {\n    background: #f5f5f5;\n    border-left: 4px solid #448ecc;\n    border-radius: 0 8px 8px 0;\n    padding: 24px 28px;\n    margin: 36px 0;\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  .sg-founder-quote-wholesalebong img {\n    width: 72px;\n    height: 72px;\n    border-radius: 50%;\n    object-fit: cover;\n    object-position: center top;\n    flex-shrink: 0;\n    border: 2px solid #448ecc;\n  }\n\n  .sg-founder-quote-wholesalebong blockquote {\n    margin: 0;\n    padding: 0;\n    border: none;\n  }\n\n  .sg-founder-quote-wholesalebong blockquote p {\n    font-size: 15px;\n    line-height: 1.7;\n    color: #1a1a1a;\n    margin: 0 0 10px;\n    font-style: italic;\n    text-align: left;\n  }\n\n  .sg-founder-quote-wholesalebong blockquote cite {\n    font-size: 13px;\n    color: #448ecc;\n    font-weight: 600;\n    font-style: normal;\n    letter-spacing: 0.03em;\n    text-align: left;\n    display: block;\n  }\n\n  .sg-section-wholesalebong {\n    margin: 48px 0;\n  }\n\n  .sg-section-wholesalebong h2 {\n    font-size: 22px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid #448ecc;\n    text-align: left;\n  }\n\n  .sg-section-wholesalebong p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #444;\n    margin: 0 0 16px;\n    text-align: left;\n  }\n\n  .sg-section-wholesalebong a {\n    color: #448ecc;\n    text-decoration: underline;\n  }\n\n  .sg-why-grid-wholesalebong {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .sg-why-grid-wholesalebong {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .sg-why-card-wholesalebong {\n    background: #f9f9f9;\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 20px;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n\n  .sg-why-icon-wholesalebong {\n    font-size: 22px;\n    flex-shrink: 0;\n    line-height: 1;\n  }\n\n  .sg-why-card-wholesalebong h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 6px;\n    text-align: left;\n  }\n\n  .sg-why-card-wholesalebong p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.6;\n    margin: 0;\n    text-align: left;\n  }\n\n  .sg-product-grid-wholesalebong {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .sg-product-grid-wholesalebong {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  .sg-product-card-wholesalebong {\n    background: #f9f9f9;\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 22px 20px;\n    text-decoration: none;\n    color: inherit;\n    display: block;\n    transition: all 0.25s ease;\n  }\n\n  .sg-product-card-wholesalebong:hover {\n    background: #448ecc;\n    border-color: #448ecc;\n    color: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(68, 142, 204, 0.25);\n  }\n\n  .sg-product-card-wholesalebong:hover h3 {\n    color: #fff;\n  }\n\n  .sg-product-card-wholesalebong:hover p {\n    color: rgba(255,255,255,0.85);\n  }\n\n  .sg-product-card-wholesalebong:hover .sg-wholesalebong-badge {\n    background: rgba(255,255,255,0.2);\n    color: #fff;\n  }\n\n  .sg-product-card-wholesalebong h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 8px;\n    text-align: left;\n  }\n\n  .sg-product-card-wholesalebong p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    margin: 0 0 12px;\n    text-align: left;\n  }\n\n  .sg-wholesalebong-badge {\n    display: inline-block;\n    background: #e8f2fb;\n    color: #448ecc;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 4px 10px;\n    border-radius: 20px;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .sg-who-grid-wholesalebong {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .sg-who-grid-wholesalebong {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  .sg-who-card-wholesalebong {\n    background: #f9f9f9;\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 20px;\n  }\n\n  .sg-who-card-wholesalebong h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 10px;\n    text-align: left;\n  }\n\n  .sg-who-card-wholesalebong p {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.65;\n    margin: 0;\n    text-align: left;\n  }\n\n  .sg-explore-grid-wholesalebong {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 16px;\n    margin-top: 20px;\n  }\n\n  @media (min-width: 768px) {\n    .sg-explore-grid-wholesalebong {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n\n  .sg-explore-card-wholesalebong {\n    background: #f9f9f9;\n    border: 1px solid #e8e8e8;\n    border-radius: 10px;\n    padding: 18px 16px;\n    text-decoration: none;\n    color: inherit;\n    display: block;\n    transition: all 0.25s ease;\n  }\n\n  .sg-explore-card-wholesalebong:hover {\n    background: #448ecc;\n    border-color: #448ecc;\n    color: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(68, 142, 204, 0.25);\n  }\n\n  .sg-explore-card-wholesalebong:hover .sg-explore-label-wholesalebong {\n    color: #fff;\n  }\n\n  .sg-explore-card-wholesalebong:hover .sg-explore-desc-wholesalebong {\n    color: rgba(255,255,255,0.85);\n  }\n\n  .sg-explore-icon-wholesalebong {\n    font-size: 22px;\n    margin-bottom: 8px;\n    display: block;\n  }\n\n  .sg-explore-label-wholesalebong {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 5px;\n    display: block;\n    text-align: left;\n  }\n\n  .sg-explore-desc-wholesalebong {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.5;\n    margin: 0;\n    text-align: left;\n  }\n\n  .sg-highlight-box-wholesalebong {\n    background: linear-gradient(135deg, #253230, #1a2624);\n    border-radius: 10px;\n    padding: 28px 32px;\n    margin: 36px 0;\n  }\n\n  .sg-highlight-box-wholesalebong p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: #f3fc81;\n    margin: 0 0 12px;\n    font-style: italic;\n    text-align: left;\n  }\n\n  .sg-highlight-box-wholesalebong cite {\n    font-size: 13px;\n    color: #a8c5a0;\n    font-weight: 600;\n    font-style: normal;\n    text-align: left;\n    display: block;\n  }\n\n  .sg-cta-box-wholesalebong {\n    background: #448ecc;\n    border-radius: 10px;\n    padding: 36px 32px;\n    margin: 36px 0;\n    text-align: center;\n  }\n\n  .sg-cta-box-wholesalebong h2 {\n    font-size: 22px;\n    font-weight: 700;\n    color: #fff;\n    margin: 0 0 12px;\n    text-align: center;\n    border: none;\n    padding: 0;\n  }\n\n  .sg-cta-box-wholesalebong p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.9);\n    margin: 0 0 24px;\n    line-height: 1.65;\n    text-align: center;\n  }\n\n  .sg-cta-box-wholesalebong a.sg-cta-btn-wholesalebong {\n    display: inline-block;\n    background: #fff;\n    color: #448ecc;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 32px;\n    border-radius: 30px;\n    text-decoration: none;\n    transition: all 0.25s ease;\n  }\n\n  .sg-cta-box-wholesalebong a.sg-cta-btn-wholesalebong:hover {\n    background: #f3fc81;\n    color: #111;\n  }\n\n  .sg-faq-wholesalebong {\n    margin-top: 20px;\n  }\n\n  .sg-faq-item-wholesalebong {\n    border-bottom: 1px solid #e8e8e8;\n    padding: 20px 0;\n  }\n\n  .sg-faq-item-wholesalebong:last-child {\n    border-bottom: none;\n  }\n\n  .sg-faq-question-wholesalebong {\n    font-size: 15px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 10px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 10px;\n    text-align: left;\n  }\n\n  .sg-faq-question-wholesalebong::after {\n    content: \"+\";\n    font-size: 20px;\n    color: #448ecc;\n    flex-shrink: 0;\n    transition: transform 0.25s ease;\n  }\n\n  .sg-faq-item-wholesalebong.open .sg-faq-question-wholesalebong::after {\n    transform: rotate(45deg);\n  }\n\n  .sg-faq-answer-wholesalebong {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.75;\n    margin: 0;\n    display: none;\n    text-align: left;\n  }\n\n  .sg-faq-item-wholesalebong.open .sg-faq-answer-wholesalebong {\n    display: block;\n  }\n\n  .sg-faq-answer-wholesalebong a {\n    color: #448ecc;\n    text-decoration: underline;\n  }\n\n  .sg-footer-note-wholesalebong {\n    margin-top: 48px;\n    padding-top: 24px;\n    border-top: 1px solid #e8e8e8;\n    text-align: center;\n  }\n\n  .sg-footer-note-wholesalebong p {\n    font-size: 13px;\n    color: #888;\n    margin: 0 0 6px;\n    line-height: 1.6;\n    text-align: center;\n  }\n\n  .sg-disclaimer-wholesalebong {\n    font-size: 11px;\n    color: #aaa;\n    margin-top: 8px;\n    text-align: center;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"sg-wholesalebong-landing\"\u003e\n\n  \u003c!-- Trust Bar --\u003e\n  \u003cdiv class=\"sg-trust-bar-wholesalebong\"\u003e\n    \u003cspan\u003eFactory-direct wholesale since 2017\u003c\/span\u003e\n    \u003cspan\u003eShips from US warehouse\u003c\/span\u003e\n    \u003cspan\u003eSame quality as retail\u003c\/span\u003e\n    \u003cspan\u003eBundles built for shop shelves\u003c\/span\u003e\n    \u003cspan\u003eWorldwide shipping available\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Opening Founder Quote --\u003e\n  \u003cdiv class=\"sg-founder-quote-wholesalebong\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0016\/9938\/1346\/files\/Head_Shot.jpg?v=1776746487\" alt=\"Rahul Lavingia, Founder of Stoned Genie\"\u003e\n    \u003cblockquote\u003e\n      \u003cp\u003e\"I've been sourcing glass for shops around the world since 2017, and if there's one thing every smoke shop owner asks me, it's the same question: can you get me bongs cheaper without the quality dropping? That's the whole reason this collection exists. Every wholesale bong here is the same borosilicate glass, same quality control, and same designs we sell at retail — just priced and packaged for shops buying in volume.\"\u003c\/p\u003e\n      — Rahul Lavingia, Founder \u0026amp; Owner, StonedGenie.com | Riverside, CA | Selling glass since 2017\n    \u003c\/blockquote\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Why Buy From Us --\u003e\n  \u003cdiv class=\"sg-section-wholesalebong\"\u003e\n    \u003ch2\u003eWhy Buy Wholesale Bongs From Stoned Genie?\u003c\/h2\u003e\n    \u003cp\u003eAfter years of selling glass direct to consumers, Rahul knows exactly what makes a bong sell off a shelf — and that's the same standard every wholesale bong in this collection is held to. Every piece has to look good enough to stop someone browsing, feel solid in the hand, and hit clean enough that it doesn't come back as a return. A wholesale bong that fails on any of those hurts your shop's reputation, not just ours.\u003c\/p\u003e\n    \u003cdiv class=\"sg-why-grid-wholesalebong\"\u003e\n      \u003cdiv class=\"sg-why-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-why-icon-wholesalebong\"\u003e🏭\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFactory-Direct Pricing\u003c\/h3\u003e\n          \u003cp\u003eWe cut out every layer of importers and resellers between the manufacturer and your shop. Better margin on every unit, consistent quality across every reorder.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-why-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-why-icon-wholesalebong\"\u003e🔬\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSame Quality as Retail\u003c\/h3\u003e\n          \u003cp\u003eWe don't run a separate, lower-quality line for wholesale. Every wholesale bong goes through the same borosilicate glass standard and inspection process as what we sell on our retail site.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-why-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-why-icon-wholesalebong\"\u003e📦\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eShips From Our US Warehouse\u003c\/h3\u003e\n          \u003cp\u003eNo overseas freight delays, no surprise customs holds. We ship from Riverside, CA — which means faster turnaround on restocks and no waiting on international freight to refill a bestseller.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-why-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-why-icon-wholesalebong\"\u003e🔄\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eConsistent Across Every Reorder\u003c\/h3\u003e\n          \u003cp\u003eThe case you order today looks and performs exactly like the case you order six months from now. No surprises, no quality drift — that's what factory-direct sourcing actually means in practice.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Featured Bundles --\u003e\n  \u003cdiv class=\"sg-section-wholesalebong\"\u003e\n    \u003ch2\u003eWholesale Bong Bundles\u003c\/h2\u003e\n    \u003cp\u003eInstead of ordering bongs one style at a time, most wholesale accounts build around our pre-set bundles — designed to give a shop a full, varied display without hand-picking every SKU. These are the bundles Rahul personally puts together based on what actually sells on a shop shelf:\u003c\/p\u003e\n    \u003cdiv class=\"sg-product-grid-wholesalebong\"\u003e\n\n      \u003ca href=\"\/products\/bong-combo-3\" class=\"sg-product-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-wholesalebong-badge\"\u003eBest Starter Bundle\u003c\/span\u003e\n        \u003ch3\u003eBong Combo 3\u003c\/h3\u003e\n        \u003cp\u003eA carefully selected mix of our best-moving bong styles — designed to give your shelf variety without the risk of over-committing to a single design. The right starting point for a new wholesale account testing what moves in their local market.\u003c\/p\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/products\/bong-combo-4\" class=\"sg-product-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-wholesalebong-badge\"\u003eBest for Volume\u003c\/span\u003e\n        \u003ch3\u003eBong Combo 4\u003c\/h3\u003e\n        \u003cp\u003eBuilt for shops that already know their customer base and want more volume on the styles that sell. A larger bundle that covers multiple price points — budget pieces for first-time buyers alongside premium options for customers willing to spend more for better filtration.\u003c\/p\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"\/products\/5pc-bong-stems-combo\" class=\"sg-product-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-wholesalebong-badge\"\u003eBest Accessories Add-On\u003c\/span\u003e\n        \u003ch3\u003e5PC Bong Stems Combo\u003c\/h3\u003e\n        \u003cp\u003eDownstems and accessories bundled specifically for shops that want to offer replacement parts alongside their bong selection. A strong add-on to any bong wholesale order — customers who buy a bong frequently return for stems, and having them in stock captures that repeat purchase.\u003c\/p\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Who We Work With --\u003e\n  \u003cdiv class=\"sg-section-wholesalebong\"\u003e\n    \u003ch2\u003eWho Buys Wholesale Bongs From Us\u003c\/h2\u003e\n    \u003cp\u003eOur wholesale bongs program is set up to scale with order size — from a first trial bundle to a standing bulk order. Here's who we work with:\u003c\/p\u003e\n    \u003cdiv class=\"sg-who-grid-wholesalebong\"\u003e\n      \u003cdiv class=\"sg-who-card-wholesalebong\"\u003e\n        \u003ch3\u003e🏪 Independent Smoke Shops\u003c\/h3\u003e\n        \u003cp\u003eOur core wholesale customer. Independent shops get the same factory-direct pricing as larger operations — we don't reserve better pricing for bigger buyers at the expense of the independent stores that built this industry.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-who-card-wholesalebong\"\u003e\n        \u003ch3\u003e🏬 Dispensaries Adding a Glass Counter\u003c\/h3\u003e\n        \u003cp\u003eDispensaries adding bongs and water pipes to their accessory counter are one of the fastest-growing parts of our wholesale business. We make it easy to add a full glass display without needing a dedicated glass buyer.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-who-card-wholesalebong\"\u003e\n        \u003ch3\u003e🌐 Online Resellers\u003c\/h3\u003e\n        \u003cp\u003eOnline stores that want factory-direct wholesale glass water pipes without holding a warehouse full of inventory. We've built our program so that drop-ship and small-batch online resellers can access the same quality as brick-and-mortar accounts.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sg-who-card-wholesalebong\"\u003e\n        \u003ch3\u003e📦 Regional Distributors\u003c\/h3\u003e\n        \u003cp\u003eRegional distributors doing bulk bong runs for multiple locations. We handle the volume, the consistency, and the US-based shipping that makes multi-location restocking manageable without the logistics headache of overseas freight.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Second Founder Quote --\u003e\n  \u003cdiv class=\"sg-highlight-box-wholesalebong\"\u003e\n    \u003cp\u003e\"Cheap wholesale bongs usually means one of two things — either the seller is cutting glass thickness and quality to hit a price, or they're actually able to source efficiently and pass the savings on. We're the second one. Because we go factory-direct and cut out layers of importers and resellers, we're able to offer genuinely competitive wholesale pricing without dropping the glass thickness, base stability, or joint quality that keeps a bong from becoming a return.\"\u003c\/p\u003e\n    — Rahul Lavingia, StonedGenie.com\n  \u003c\/div\u003e\n\n  \u003c!-- Browse Retail Collections --\u003e\n  \u003cdiv class=\"sg-section-wholesalebong\"\u003e\n    \u003ch2\u003eBrowse Our Bong Collections\u003c\/h2\u003e\n    \u003cp\u003eEvery bong we sell wholesale is available to browse at retail pricing first — so you can evaluate quality, read product details, and confirm the styles are right for your customer base before placing a wholesale order:\u003c\/p\u003e\n    \u003cdiv class=\"sg-explore-grid-wholesalebong\"\u003e\n      \u003ca href=\"\/collections\/bongs\" class=\"sg-explore-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-explore-icon-wholesalebong\"\u003e💨\u003c\/span\u003e\n        \u003cspan class=\"sg-explore-label-wholesalebong\"\u003eAll Bongs\u003c\/span\u003e\n        \u003cp class=\"sg-explore-desc-wholesalebong\"\u003eThe full collection — every style, size, and price point we carry.\u003c\/p\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/beaker-bongs\" class=\"sg-explore-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-explore-icon-wholesalebong\"\u003e🫙\u003c\/span\u003e\n        \u003cspan class=\"sg-explore-label-wholesalebong\"\u003eBeaker Bongs\u003c\/span\u003e\n        \u003cp class=\"sg-explore-desc-wholesalebong\"\u003eOur top wholesale performer — stable base, maximum water volume, easy sell.\u003c\/p\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/percolator-bong\" class=\"sg-explore-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-explore-icon-wholesalebong\"\u003e💧\u003c\/span\u003e\n        \u003cspan class=\"sg-explore-label-wholesalebong\"\u003ePercolator Bongs\u003c\/span\u003e\n        \u003cp class=\"sg-explore-desc-wholesalebong\"\u003eEntry-level and premium perc options — a natural upsell on any shop floor.\u003c\/p\u003e\n      \u003c\/a\u003e\n      \u003ca href=\"\/collections\/bongs-under-50-bucks\" class=\"sg-explore-card-wholesalebong\"\u003e\n        \u003cspan class=\"sg-explore-icon-wholesalebong\"\u003e💰\u003c\/span\u003e\n        \u003cspan class=\"sg-explore-label-wholesalebong\"\u003eBongs Under $50\u003c\/span\u003e\n        \u003cp class=\"sg-explore-desc-wholesalebong\"\u003eBudget-friendly borosilicate options that move fast at retail price points.\u003c\/p\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA Box --\u003e\n  \u003cdiv class=\"sg-cta-box-wholesalebong\"\u003e\n    \u003ch2\u003eReady to Stock Your Shelves?\u003c\/h2\u003e\n    \u003cp\u003eApply through our wholesale portal or email Rahul directly at care@stonedgenie.com with your shop details, what you're looking to stock, and your target order size. We answer our own emails — you'll hear back from a real person, not an automated response.\u003c\/p\u003e\n    \u003ca href=\"\/pages\/wholesale-smoke-shop-products-bongs-glass-pipes-ships-from-usa\" class=\"sg-cta-btn-wholesalebong\"\u003eApply for Wholesale Access →\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"sg-section-wholesalebong\"\u003e\n    \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"sg-faq-wholesalebong\"\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eWhat's the minimum order for wholesale bongs?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eWe keep our minimums realistic so a shop can start small and grow into larger bulk orders as they see what sells. Our bundles are designed specifically as low-commitment entry points — reach out through our \u003ca href=\"\/pages\/wholesale-smoke-shop-products-bongs-glass-pipes-ships-from-usa\"\u003ewholesale application page\u003c\/a\u003e and we'll go over current minimums for bundles versus custom orders.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eWhat's the difference between a bong bundle and ordering individual wholesale bongs?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eA bundle is a pre-set mix of sizes and styles at a bundled price, built around what actually sells well together on a shop shelf. Individual ordering lets you hand-pick exact SKUs and quantities. Most new wholesale accounts start with a bundle like our \u003ca href=\"\/products\/bong-combo-3\"\u003eBong Combo 3\u003c\/a\u003e to test the market, then move to individual ordering once they know their customers' preferences.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eAre your wholesale glass bongs the same quality as your retail bongs?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eYes — we don't run a separate, lower-quality line for wholesale. Every wholesale bong goes through the same borosilicate glass standard and inspection process as what we sell on our own retail site. Browse our \u003ca href=\"\/collections\/bongs\"\u003efull bong collection\u003c\/a\u003e to evaluate the quality at retail price before placing a wholesale order.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eDo you offer wholesale beaker bongs specifically?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eYes — \u003ca href=\"\/collections\/beaker-bongs\"\u003ebeaker bongs\u003c\/a\u003e are one of our top-selling wholesale categories. The wide base gives extra water capacity and stability, which makes them one of the easiest styles to sell to first-time bong buyers. Our bundle combinations include beaker options specifically because they're the most reliable shelf performers we carry.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eHow fast do wholesale bong orders ship?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eWe ship from our own US warehouse in Riverside, CA — so you're not waiting on overseas freight to restock a bestseller. Turnaround times depend on order size. Apply through our \u003ca href=\"\/pages\/wholesale-smoke-shop-products-bongs-glass-pipes-ships-from-usa\"\u003ewholesale page\u003c\/a\u003e and ask for a current estimate when you submit your order details.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eCan I mix bongs with other accessories in one wholesale order?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eAbsolutely. Most shops combine a wholesale bongs order with grinders, rolling papers, torches, bowls, and other accessories from our full wholesale catalog to fill out a complete restock in one shipment. Our \u003ca href=\"\/products\/5pc-bong-stems-combo\"\u003e5PC Bong Stems Combo\u003c\/a\u003e is a popular add-on specifically for shops that want to stock replacement parts alongside their bong selection.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eCan I build a custom bundle instead of a pre-set one?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eYes — if you already know your customer base and want to build around specific styles, sizes, or colors instead of a pre-set combination, reach out and we'll put together a custom bundle. Email care@stonedgenie.com with your requirements and we'll work with you on it directly.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sg-faq-item-wholesalebong\"\u003e\n        \u003cp class=\"sg-faq-question-wholesalebong\"\u003eDo you ship wholesale bong orders internationally?\u003c\/p\u003e\n        \u003cp class=\"sg-faq-answer-wholesalebong\"\u003eYes — we ship worldwide from our Riverside, CA warehouse and have been shipping glass internationally since 2017. International wholesale orders are handled through our \u003ca href=\"\/pages\/wholesale-smoke-shop-products-bongs-glass-pipes-ships-from-usa\"\u003ewholesale application page\u003c\/a\u003e. Shipping rates and lead times for international orders depend on destination and order volume.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Footer Note --\u003e\n  \u003cdiv class=\"sg-footer-note-wholesalebong\"\u003e\n    \u003cp\u003e\u003cstrong\u003eStonedGenie.com\u003c\/strong\u003e — Riverside, CA — Wholesale glass supplier since 2017 — 250,000+ customers served\u003c\/p\u003e\n    \u003cp class=\"sg-disclaimer-wholesalebong\"\u003eFor use by adults 21+ only. For use with legal smoking materials only.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  document.querySelectorAll('.sg-faq-question-wholesalebong').forEach(function(question) {\n    question.addEventListener('click', function() {\n      var item = this.closest('.sg-faq-item-wholesalebong');\n      var isOpen = item.classList.contains('open');\n      document.querySelectorAll('.sg-faq-item-wholesalebong').forEach(function(i) {\n        i.classList.remove('open');\n      });\n      if (!isOpen) {\n        item.classList.add('open');\n      }\n    });\n  });\n\u003c\/script\u003e","products":[{"product_id":"bong-combo-3","title":"3 Bong Combo Pack – Mushroom, Duck \u0026 Heart Bongs","description":"\u003ch1 data-end=\"195\" data-start=\"120\"\u003e3 Bong Combo Pack – Mushroom Shower Head, Duck \u0026amp; Triple Heart Glass Bongs\u003c\/h1\u003e\n\u003ch2 data-end=\"235\" data-start=\"197\"\u003e🔥 This 3 Bong Combo Pack Includes:\u003c\/h2\u003e\n\u003cul data-end=\"428\" data-start=\"237\"\u003e\n\u003cli data-end=\"284\" data-start=\"237\"\u003e\n\u003cp data-end=\"284\" data-start=\"239\"\u003e\u003cstrong data-end=\"282\" data-start=\"239\"\u003e9\" Black Mushroom Shower Head Bend Bong\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"318\" data-start=\"285\"\u003e\n\u003cp data-end=\"318\" data-start=\"287\"\u003e\u003cstrong data-end=\"316\" data-start=\"287\"\u003e8\" Blue Crystal Duck Bong\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"363\" data-start=\"319\"\u003e\n\u003cp data-end=\"363\" data-start=\"321\"\u003e\u003cstrong data-end=\"361\" data-start=\"321\"\u003e6.5\" Triple Heart Bong w\/ Heart Bowl\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"394\" data-start=\"364\"\u003e\n\u003cp data-end=\"394\" data-start=\"366\"\u003ePremium Glass Construction\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"428\" data-start=\"395\"\u003e\n\u003cp data-end=\"428\" data-start=\"397\"\u003eMulti-Style Glass Bong Bundle\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"428\" data-start=\"395\"\u003eOver $80 dollars if bought separately! \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-end=\"786\" data-start=\"430\"\u003eUpgrade your glass collection with this unique \u003cstrong data-end=\"502\" data-start=\"477\"\u003ethree bong combo pack\u003c\/strong\u003e, featuring three eye-catching \u003cstrong data-end=\"554\" data-start=\"533\"\u003eglass water pipes\u003c\/strong\u003e in different shapes and sizes. Whether you're searching for a \u003cstrong data-end=\"695\" data-start=\"617\"\u003eshower head percolator bong, novelty duck bong, or heart-shaped glass bong\u003c\/strong\u003e, this bundle offers variety, smooth filtration, and standout design in one affordable set.\u003c\/p\u003e\n\u003chr data-end=\"791\" data-start=\"788\"\u003e\n\u003ch2 data-end=\"840\" data-start=\"793\"\u003e🍄 9\" Black Mushroom Shower Head Bend Bong\u003c\/h2\u003e\n\u003cp data-end=\"1111\" data-start=\"841\"\u003eThis \u003cstrong data-end=\"884\" data-start=\"846\"\u003e9-inch shower head percolator bong\u003c\/strong\u003e is built for smooth, filtered hits. The mushroom-style shower head perc breaks smoke into fine bubbles for enhanced diffusion, helping cool smoke before inhalation. The bent neck design improves comfort and reduces splashback.\u003c\/p\u003e\n\u003cp data-end=\"1145\" data-start=\"1113\"\u003ePerfect for customers searching:\u003c\/p\u003e\n\u003cul data-end=\"1235\" data-start=\"1146\"\u003e\n\u003cli data-end=\"1177\" data-start=\"1146\"\u003e\n\u003cp data-end=\"1177\" data-start=\"1148\"\u003eShower head percolator bong\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1202\" data-start=\"1178\"\u003e\n\u003cp data-end=\"1202\" data-start=\"1180\"\u003eBent neck glass bong\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1235\" data-start=\"1203\"\u003e\n\u003cp data-end=\"1235\" data-start=\"1205\"\u003e9 inch percolator water pipe\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-end=\"1240\" data-start=\"1237\"\u003e\n\u003ch2 data-end=\"1275\" data-start=\"1242\"\u003e🦆 8\" Blue Crystal Duck Bong\u003c\/h2\u003e\n\u003cp data-end=\"1491\" data-start=\"1276\"\u003eA fun yet fully functional \u003cstrong data-end=\"1329\" data-start=\"1303\"\u003educk-shaped glass bong\u003c\/strong\u003e crafted with crystal-clear blue glass. Compact and easy to use, this novelty bong delivers reliable water filtration while adding personality to your collection.\u003c\/p\u003e\n\u003cp data-end=\"1524\" data-start=\"1493\"\u003eGreat for shoppers looking for:\u003c\/p\u003e\n\u003cul data-end=\"1611\" data-start=\"1525\"\u003e\n\u003cli data-end=\"1547\" data-start=\"1525\"\u003e\n\u003cp data-end=\"1547\" data-start=\"1527\"\u003eUnique glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1561\" data-start=\"1548\"\u003e\n\u003cp data-end=\"1561\" data-start=\"1550\"\u003eDuck bong\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1585\" data-start=\"1562\"\u003e\n\u003cp data-end=\"1585\" data-start=\"1564\"\u003eNovelty water pipes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1611\" data-start=\"1586\"\u003e\n\u003cp data-end=\"1611\" data-start=\"1588\"\u003eGiftable bong options\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-end=\"1616\" data-start=\"1613\"\u003e\n\u003ch2 data-end=\"1662\" data-start=\"1618\"\u003e❤️ 6.5\" Triple Heart Bong w\/ Heart Bowl\u003c\/h2\u003e\n\u003cp data-end=\"1874\" data-start=\"1663\"\u003eThis \u003cstrong data-end=\"1704\" data-start=\"1668\"\u003e6.5-inch heart-themed glass bong\u003c\/strong\u003e includes a matching heart bowl for a complete look. Small but efficient, it delivers smooth hits in a compact design, making it ideal for quick sessions or portable use.\u003c\/p\u003e\n\u003cp data-end=\"1886\" data-start=\"1876\"\u003eIdeal for:\u003c\/p\u003e\n\u003cul data-end=\"1985\" data-start=\"1887\"\u003e\n\u003cli data-end=\"1907\" data-start=\"1887\"\u003e\n\u003cp data-end=\"1907\" data-start=\"1889\"\u003eMini glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1935\" data-start=\"1908\"\u003e\n\u003cp data-end=\"1935\" data-start=\"1910\"\u003eCute or aesthetic bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1957\" data-start=\"1936\"\u003e\n\u003cp data-end=\"1957\" data-start=\"1938\"\u003eSmall water pipes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1985\" data-start=\"1958\"\u003e\n\u003cp data-end=\"1985\" data-start=\"1960\"\u003eGift-ready glass pieces\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-end=\"1990\" data-start=\"1987\"\u003e\n\u003ch2 data-end=\"2025\" data-start=\"1992\"\u003eWhy Choose This 3 Bong Bundle?\u003c\/h2\u003e\n\u003cp data-end=\"2053\" data-start=\"2027\"\u003eThis combo is perfect for:\u003c\/p\u003e\n\u003cul data-end=\"2266\" data-start=\"2055\"\u003e\n\u003cli data-end=\"2105\" data-start=\"2055\"\u003e\n\u003cp data-end=\"2105\" data-start=\"2057\"\u003eCustomers searching for a \u003cstrong data-end=\"2103\" data-start=\"2083\"\u003ebong starter kit\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"2159\" data-start=\"2106\"\u003e\n\u003cp data-end=\"2159\" data-start=\"2108\"\u003eCollectors wanting unique and novelty glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"2197\" data-start=\"2160\"\u003e\n\u003cp data-end=\"2197\" data-start=\"2162\"\u003eAffordable \u003cstrong data-end=\"2195\" data-start=\"2173\"\u003eglass bong bundles\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"2227\" data-start=\"2198\"\u003e\n\u003cp data-end=\"2227\" data-start=\"2200\"\u003eGift sets for enthusiasts\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"2266\" data-start=\"2228\"\u003e\n\u003cp data-end=\"2266\" data-start=\"2230\"\u003eMulti-style water pipe collections\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-end=\"2413\" data-start=\"2268\"\u003eWith three distinct designs — percolator, novelty duck, and heart-themed mini bong — you get versatility, performance, and value in one purchase.\u003c\/p\u003e\n\u003chr data-end=\"2418\" data-start=\"2415\"\u003e\n\u003cp data-end=\"2645\" data-start=\"2420\"\u003eThe \u003cstrong data-end=\"2445\" data-start=\"2424\"\u003e3 Bong Combo Pack\u003c\/strong\u003e delivers smooth filtration, durable glass construction, and creative designs all in one bundle. Available now at \u003cstrong data-end=\"2575\" data-start=\"2559\"\u003eStoned Genie\u003c\/strong\u003e, your trusted source for premium glass bongs and smoking accessories.\u003c\/p\u003e","brand":"StonedGenie.com","offers":[{"title":"Default Title","offer_id":47337788014831,"sku":"COMBO-72","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0016\/9938\/1346\/files\/3_Bong_Combo_72_3.jpg?v=1774870516"},{"product_id":"bong-combo-4","title":"3 Bong Combo – Double Percolator Glass Bong Set","description":"\u003ch2 data-start=\"212\" data-end=\"245\"\u003e🔥 This 3 Bong Combo Includes:\u003c\/h2\u003e\n\u003cul data-start=\"247\" data-end=\"454\"\u003e\n\u003cli data-start=\"247\" data-end=\"302\"\u003e\n\u003cp data-start=\"249\" data-end=\"302\"\u003e14\" Green Double Percolator Bong w\/ Ice Catcher\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"303\" data-end=\"355\"\u003e\n\u003cp data-start=\"305\" data-end=\"355\"\u003e12\" Green Double Percolator Beaker Base Bong\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"356\" data-end=\"397\"\u003e\n\u003cp data-start=\"358\" data-end=\"397\"\u003e8\" White Mountain Percolator Bong\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"398\" data-end=\"454\"\u003e\n\u003cp data-start=\"400\" data-end=\"454\"\u003e$130 Value if Purchased Separately – Bundle \u0026amp; Save\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"456\" data-end=\"754\"\u003eUpgrade your glass collection with this premium \u003cstrong data-start=\"504\" data-end=\"525\"\u003ethree bong bundle\u003c\/strong\u003e, featuring two powerful \u003cstrong data-start=\"550\" data-end=\"577\"\u003edouble percolator bongs\u003c\/strong\u003e and one compact \u003cstrong data-start=\"594\" data-end=\"622\"\u003emountain percolator bong\u003c\/strong\u003e. Designed for smooth hits, maximum filtration, and durable performance, this combo delivers serious value for any glass enthusiast.\u003c\/p\u003e\n\u003chr data-start=\"756\" data-end=\"759\"\u003e\n\u003ch2 data-start=\"761\" data-end=\"816\"\u003e🌿 14\" Green Double Percolator Bong w\/ Ice Catcher\u003c\/h2\u003e\n\u003cp data-start=\"817\" data-end=\"1127\"\u003eThis \u003ca href=\"https:\/\/www.stonedgenie.com\/products\/14-double-percolator-side-joint-bong?_pos=3\u0026amp;_psq=14%22+green\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003e\u003cstrong data-start=\"822\" data-end=\"849\"\u003e14-inch percolator bong\u003c\/strong\u003e\u003c\/a\u003e is built for smooth, cooled sessions. The dual percolators provide advanced smoke diffusion, breaking smoke into smaller bubbles for cleaner, cooler hits. The built-in \u003cstrong data-start=\"1018\" data-end=\"1033\"\u003eice catcher\u003c\/strong\u003e allows you to add ice for even smoother draws, while the sturdy base keeps everything stable.\u003c\/p\u003e\n\u003cp data-start=\"1129\" data-end=\"1161\"\u003ePerfect for users searching for:\u003c\/p\u003e\n\u003cul data-start=\"1162\" data-end=\"1234\"\u003e\n\u003cli data-start=\"1162\" data-end=\"1188\"\u003e\n\u003cp data-start=\"1164\" data-end=\"1188\"\u003eLarge percolator bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1189\" data-end=\"1210\"\u003e\n\u003cp data-start=\"1191\" data-end=\"1210\"\u003eIce catcher bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1211\" data-end=\"1234\"\u003e\n\u003cp data-start=\"1213\" data-end=\"1234\"\u003e14 inch glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1236\" data-end=\"1239\"\u003e\n\u003ch2 data-start=\"1241\" data-end=\"1293\"\u003e💎 12\" Green Double Percolator Beaker Base Bong\u003c\/h2\u003e\n\u003cp data-start=\"1294\" data-end=\"1516\"\u003eThis \u003ca href=\"https:\/\/www.stonedgenie.com\/products\/12-double-percolator-beaker-base-bong-w-ice-catcher?_pos=2\u0026amp;_psq=12%22+double\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003e\u003cstrong data-start=\"1299\" data-end=\"1322\"\u003e12-inch beaker bong\u003c\/strong\u003e\u003c\/a\u003e combines stability and performance. The wide \u003cstrong data-start=\"1368\" data-end=\"1383\"\u003ebeaker base\u003c\/strong\u003e increases water capacity for enhanced filtration, while the double percolator system ensures smoother airflow and reduced harshness.\u003c\/p\u003e\n\u003cp data-start=\"1518\" data-end=\"1550\"\u003eIdeal for customers looking for:\u003c\/p\u003e\n\u003cul data-start=\"1551\" data-end=\"1634\"\u003e\n\u003cli data-start=\"1551\" data-end=\"1572\"\u003e\n\u003cp data-start=\"1553\" data-end=\"1572\"\u003eBeaker base bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1573\" data-end=\"1600\"\u003e\n\u003cp data-start=\"1575\" data-end=\"1600\"\u003eDouble percolator bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1601\" data-end=\"1634\"\u003e\n\u003cp data-start=\"1603\" data-end=\"1634\"\u003eMedium-size glass water pipes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"1636\" data-end=\"1639\"\u003e\n\u003ch2 data-start=\"1641\" data-end=\"1690\"\u003e🏔️ 8\" White Single Mountain Percolator Bong\u003c\/h2\u003e\n\u003cp data-start=\"1691\" data-end=\"1922\"\u003eCompact yet powerful, this \u003ca href=\"https:\/\/www.stonedgenie.com\/products\/8-mountain-percolator-bong-white?_pos=1\u0026amp;_psq=mount\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003e\u003cstrong data-start=\"1718\" data-end=\"1753\"\u003e8-inch mountain percolator bong\u003c\/strong\u003e\u003c\/a\u003e delivers efficient smoke diffusion in a portable design. The mountain perc helps cool smoke while maintaining strong airflow, making it perfect for daily use or travel.\u003c\/p\u003e\n\u003cp data-start=\"1924\" data-end=\"1953\"\u003eGreat for shoppers searching:\u003c\/p\u003e\n\u003cul data-start=\"1954\" data-end=\"2025\"\u003e\n\u003cli data-start=\"1954\" data-end=\"1980\"\u003e\n\u003cp data-start=\"1956\" data-end=\"1980\"\u003eSmall percolator bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1981\" data-end=\"2001\"\u003e\n\u003cp data-start=\"1983\" data-end=\"2001\"\u003eMini glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2002\" data-end=\"2025\"\u003e\n\u003cp data-start=\"2004\" data-end=\"2025\"\u003eCompact water pipes\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"2027\" data-end=\"2030\"\u003e\n\u003ch2 data-start=\"2032\" data-end=\"2073\"\u003eWhy Choose This Percolator Bong Combo?\u003c\/h2\u003e\n\u003cp data-start=\"2075\" data-end=\"2108\"\u003ePercolator bongs are designed to:\u003c\/p\u003e\n\u003cul data-start=\"2109\" data-end=\"2226\"\u003e\n\u003cli data-start=\"2109\" data-end=\"2137\"\u003e\n\u003cp data-start=\"2111\" data-end=\"2137\"\u003eImprove smoke filtration\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2138\" data-end=\"2170\"\u003e\n\u003cp data-start=\"2140\" data-end=\"2170\"\u003eCool smoke before inhalation\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2171\" data-end=\"2191\"\u003e\n\u003cp data-start=\"2173\" data-end=\"2191\"\u003eReduce harshness\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2192\" data-end=\"2226\"\u003e\n\u003cp data-start=\"2194\" data-end=\"2226\"\u003eDeliver smoother, cleaner hits\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-start=\"2228\" data-end=\"2292\"\u003eWith multiple sizes included, this bundle gives you flexibility:\u003c\/p\u003e\n\u003cul data-start=\"2293\" data-end=\"2419\"\u003e\n\u003cli data-start=\"2293\" data-end=\"2331\"\u003e\n\u003cp data-start=\"2295\" data-end=\"2331\"\u003eLarge 14\" bong for maximum cooling\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2332\" data-end=\"2382\"\u003e\n\u003cp data-start=\"2334\" data-end=\"2382\"\u003eBalanced 12\" beaker bong for everyday sessions\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"2383\" data-end=\"2419\"\u003e\n\u003cp data-start=\"2385\" data-end=\"2419\"\u003ePortable 8\" bong for convenience\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003chr data-start=\"2421\" data-end=\"2424\"\u003e\n\u003cp data-start=\"2426\" data-end=\"2568\"\u003eThe \u003cstrong data-start=\"2430\" data-end=\"2450\"\u003eThree Bong Combo\u003c\/strong\u003e is perfect for collectors, beginners building a setup, or anyone looking for a high-value \u003cstrong data-start=\"2541\" data-end=\"2567\"\u003eglass bong bundle deal\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-start=\"2570\" data-end=\"2673\"\u003eAvailable now at \u003ca href=\"www.stonedgenie.com\"\u003e\u003cstrong data-start=\"2587\" data-end=\"2603\"\u003eStoned Genie\u003c\/strong\u003e,\u003c\/a\u003e your trusted source for premium glass bongs and smoking accessories.\u003c\/p\u003e","brand":"StonedGenie.com","offers":[{"title":"Default Title","offer_id":47337838543087,"sku":"COMBO-73","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0016\/9938\/1346\/files\/3_Bong_Combo_73_2.jpg?v=1774870520"},{"product_id":"5pc-bong-stems-combo","title":"[5-Pack] 6\" Clear Beaker Bongs w\/ Stems – Bulk Bundle","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cmeta charset=\"utf-8\"\u003e5 x 6-Inch Clear Glass Beaker Bong\u003c\/li\u003e\n\u003cli\u003e11 Total Stems Included\u003c\/li\u003e\n\u003cli\u003eStable Beaker Base for Better Balance\u003c\/li\u003e\n\u003cli\u003eBuilt-In Ice Catcher for Cooler, Smoother Hits\u003c\/li\u003e\n\u003cli\u003eEasy to Clean \u0026amp; Maintain\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eUpgrade your glass collection with this 5-pack of \u003ca href=\"https:\/\/www.stonedgenie.com\/products\/6-classic-beaker-base-bong-w-ice-catcher\"\u003e6-inch Clear Beaker Base Bongs\u003c\/a\u003e with Ice Catchers, designed for smooth hits, durability, and everyday use. Whether you're stocking up for resale or looking for compact water pipes that deliver reliable performance, this bundle offers unbeatable value.\u003c\/p\u003e\n\u003cp\u003eEach 6” beaker bong is crafted from durable clear glass, giving you full visibility of water levels and smoke filtration. The beaker base design provides added stability and increased water capacity, helping create smoother, cooler hits compared to straight tube styles.\u003c\/p\u003e\n\u003cp data-end=\"1323\" data-start=\"1082\"\u003eThe built-in \u003ca href=\"https:\/\/www.stonedgenie.com\/collections\/ice-bong\"\u003e\u003cstrong data-end=\"1110\" data-start=\"1095\"\u003eice catcher\u003c\/strong\u003e\u003c\/a\u003e allows you to add ice cubes for extra cooling, reducing harshness and improving airflow. The included \u003cstrong data-end=\"1225\" data-start=\"1213\"\u003e11 stems\u003c\/strong\u003e give you flexibility and convenience, making this bundle ideal for replacements or customization.\u003c\/p\u003e\n\u003ch3 data-end=\"1362\" data-start=\"1325\"\u003eWhy Choose a 6\" Beaker Base Bong?\u003c\/h3\u003e\n\u003cp data-end=\"1627\" data-start=\"1364\"\u003eA \u003cstrong data-end=\"1386\" data-start=\"1366\"\u003emini beaker bong\u003c\/strong\u003e is perfect for smokers who want strong filtration in a compact size. The wider base allows for better water diffusion, while the shorter neck makes it easy to handle and store. This size is great for beginners and experienced smokers alike.\u003c\/p\u003e\n\u003cp data-end=\"1653\" data-start=\"1629\"\u003eIf you're searching for:\u003c\/p\u003e\n\u003cul data-end=\"1785\" data-start=\"1654\"\u003e\n\u003cli data-end=\"1675\" data-start=\"1654\"\u003e\n\u003cp data-end=\"1675\" data-start=\"1656\"\u003eSmall glass bongs\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1696\" data-start=\"1676\"\u003e\n\u003cp data-end=\"1696\" data-start=\"1678\"\u003e\u003ca href=\"https:\/\/www.stonedgenie.com\/collections\/bongs-under-20-bucks\"\u003eMini water pipes\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1724\" data-start=\"1697\"\u003e\n\u003cp data-end=\"1724\" data-start=\"1699\"\u003e\u003ca href=\"https:\/\/www.stonedgenie.com\/collections\/beaker-bongs\"\u003eAffordable beaker bongs\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1759\" data-start=\"1725\"\u003e\n\u003cp data-end=\"1759\" data-start=\"1727\"\u003eCompact bongs with ice catcher\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli data-end=\"1785\" data-start=\"1760\"\u003e\n\u003cp data-end=\"1785\" data-start=\"1762\"\u003e\u003ca href=\"https:\/\/www.stonedgenie.com\/pages\/wholesale-smoke-shop-products-bongs-glass-pipes-ships-from-usa\"\u003eWholesale glass bongs\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp data-end=\"1816\" data-start=\"1787\"\u003eThis bundle checks every box.\u003c\/p\u003e\n\u003cp data-end=\"1970\" data-start=\"1818\"\u003ePerfect for personal use or expanding your inventory at \u003cstrong data-end=\"1890\" data-start=\"1874\"\u003eStoned Genie\u003c\/strong\u003e, serving the Inland Empire and beyond with quality glass at competitive prices.\u003c\/p\u003e","brand":"StonedGenie.com","offers":[{"title":"Default Title","offer_id":47449261375727,"sku":"COMBO-74","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0016\/9938\/1346\/files\/5PackBundle_Wp_149.jpg?v=1774870531"}],"url":"https:\/\/www.stonedgenie.com\/collections\/wholesale-bongs.oembed","provider":"StonedGenie.com","version":"1.0","type":"link"}