www.grasscity.com
Open in
urlscan Pro
104.18.25.3
Public Scan
URL:
https://www.grasscity.com/
Submission Tags: sansec.io magecart Search All
Submission: On July 15 via api from US — Scanned from DE
Submission Tags: sansec.io magecart Search All
Submission: On July 15 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMGET https://www.grasscity.com/search/
<form class="form minisearch" id="search_mini_form" action="https://www.grasscity.com/search/" method="get" siq_id="autopick_5349">
<div class="wrapper flex w-full"><button type="submit" title="Mic" class="action mic">Mic <img src="https://www.grasscity.com/static/version1715236799/frontend/Grasscity/Hyva/en_US/images/header/mic.svg" data-lazy="no-lazy" width="24" height="24"
alt="mic"></button> <label class="hidden" for="search">Search</label> <input id="search" x-on:input.debounce="getSearchResults()" @click="clickSearch()" x-ref="searchInput" type="search"
class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800 focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Search"
maxlength="128"><a class="close-result" href="#" @click="closeResult()"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18 18 6M6 6l12 12"></path><title>x</title></svg>
</a> <button type="submit" title="Search" class="action search " aria-label="Search">Search <img src="https://www.grasscity.com/static/version1715236799/frontend/Grasscity/Hyva/en_US/images/header/search.svg" data-lazy="no-lazy" width="24"
height="24" alt="search"></button></div>
<div id="search_autocomplete" class="hidden search-autocomplete relative w-full" x-show="show" style="display: none;">
<div class="absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4"><template x-for="searchResultByType in Object.values(searchResultsByType)">
<div class=""><template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].title && templates[searchResultByType[0].type].titleRenderer === undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
</template><template x-if="searchResultByType.hasOwnProperty(0) && templates[searchResultByType[0].type].titleRenderer !== undefined">
<div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
</template><template x-for="searchResult in searchResultByType">
<div class="hover:bg-gray-100"> <template
x-if="searchResult.type == 'term'"><a class="w-full block p-2" x-bind:href="'https://www.grasscity.com/search/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
<template
x-if="searchResult.type == 'product'"><a class="w-full block" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-4 gap-4 p-3"><div><img :src="searchResult.image" class="inline-block"></div><div class="col-span-3"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-sm font-bold" x-html="searchResult.price"></span></div></div></a></template>
<template
x-if="searchResult.type == 'category'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm" x-text="searchResult.title"></span></a></template>
<template
x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
<script>
function renderEsAutocompleteTitleAttribute(data) {
data = data.filter(function(item) {
return item.type === 'product_attribute';
}).map(function(item) {
return item['attribute_label']
}).reduce(function(prev, item) {
if (item in prev) {
prev[item]++;
} else {
prev[item] = 1;
}
return prev;
}, {});
data = Object.entries(data).sort(function(item1, item2) {
return item2[1] - item1[1]
}).map(function(item) {
return item[0]
});
if (data.length > 2) {
data = data.slice(0, 2);
data.push('...');
}
return data.join(', ');
}
</script> <template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template>
</div>
</template></div>
</template></div>
</div>
</form>
POST
<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form" siq_id="autopick_2964">
<div class="fieldset login">
<div class="field email required"><label class="label" for="form-login-username" form="login-form"><span>Email Address</span></label>
<div class="control"><input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text"></div>
</div>
<div class="field password required"><label for="form-login-password" class="label" form="login-form"><span>Password</span></label>
<div class="control"><input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0"></div>
</div><input name="context" type="hidden" value="checkout">
<div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="inline-flex btn btn-primary disabled:opacity-75">Sign In</button>
<a href="https://www.grasscity.com/customer/account/forgotpassword/">Forgot Your Password?</a></div>
</div>
</form>
POST
<form method="post" class="popup-add-product-extra-item js_slide" :class="`form_${parseInt(item.id)}`"><input name="form_key" type="hidden" :value="formKey"><input type="hidden" name="product" :value="parseInt(item.id)"><input type="hidden"
name="main_product" :value="parseInt(info.id)"><input type="hidden" :name="'extra_product_id[' + parseInt(item.id) + ']'" value="on">
<div class="popup-add-product-extra-item__img"><img :src="item.image" :alt="item.name"></div>
<div class="popup-add-product-extra-item-info">
<p class="popup-add-product-extra-item__name" x-text="item.name"></p>
<div class="popup-add-product-extra-item-actions" :class="{'popup-add-product-extra-item-actions_no-spacial' : item.price === item.final_price}">
<div class="popup-add-product-extra-item__price"><span :class="{'old' : item.price_when_bundled}" x-text="hyva.formatPrice(item.price)"></span> <span class="new" x-show="item.price_when_bundled"
x-text="hyva.formatPrice(item.price_when_bundled)"></span></div><button @click.prevent="sendJs()" :class="`extra-item-${item.id}`" :value="item.id" class="popup-add-product-extra-item__submit"><span>+</span>ADD</button>
</div>
</div>
</form>
#
<form action="#" class="form form__select-country" id="form-select-country" siq_id="autopick_46">
<fieldset class="fieldset fieldset__one-column">
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="DE" id="DE" data-url-location="https://www.grasscity.de/geo_ip_suggestion/redirect/website/?___store=eu_de"><span class="checkmark"></span></div><label
class="label" for="DE">Deutschland (€)</label>
</div>
</fieldset>
<fieldset class="fieldset fieldset__two-column">
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="US" id="US" data-url-location="https://www.grasscity.com/geo_ip_suggestion/redirect/website/"><span class="checkmark"></span></div><label class="label"
for="US">USA & Int Store ($)</label>
</div>
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="BE" id="BE" data-url-location="https://www.grasscity.eu/geo_ip_suggestion/redirect/website/?___store=eu_en"><span class="checkmark"></span></div><label
class="label" for="BE">Europe (€)</label>
</div>
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="GB" id="GB" data-url-location="https://www.grasscity.co.uk/geo_ip_suggestion/redirect/website/?___store=uk_en"><span class="checkmark"></span></div><label
class="label" for="GB">UK Store (£)</label>
</div>
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="FR" id="FR" data-url-location="https://www.grasscity.fr/geo_ip_suggestion/redirect/website/?___store=eu_fr"><span class="checkmark"></span></div><label
class="label" for="FR">Grasscity La France (€)</label>
</div>
<div class="field choice">
<div class="control"><input class="input input-radio" type="radio" name="country" value="NL" id="NL" data-url-location="https://www.grasscity.nl/geo_ip_suggestion/redirect/website/?___store=nl_nl"><span class="checkmark"></span></div><label
class="label" for="NL">Grasscity Nederlands (€)</label>
</div>
</fieldset>
</form>
Text Content
Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader Guide, Feedback, and Issue Reporting Skip to Content World's best online headshop Mic Search x Search World's best online headshop x Bongs chevron-right chevron-left Bongs View All Percolator Bongs Beaker Base Bongs Mini Bongs Cheap Bongs Honeycomb Bongs Gravity Bongs Big & Tall Bongs Acrylic & Plastic Bongs American Made Bongs German Glass Bongs & Pipes Silicone Bongs and Dab Rigs Ceramic Bongs Bamboo Bongs Ice Bongs Cool Bongs Hookahs Thick bongs Straight tube bongs Cute Bongs and Girly Bongs Glow in the Dark Bongs Gas Mask Bongs Dab Rigs chevron-right chevron-left Dab Rigs View All Glass Dab Rigs Recycler Dab Rigs & Recycler Bongs Electric Dab Rigs Mini Dab Rigs & Small Dab Rigs Hybrid Dab Rigs Portable Dab Rigs Cheap Dab Rigs Dab Torches Dab Tools & Dabbers Dab Accessories Vapor Domes Vaporizers chevron-right chevron-left Vaporizers View All Desktop Vaporizers Vaporizers under 100$ Dab Pens - Vape Pens & Wax Pens Vape Cases Dry Herb Vaporizers 510 Thread Battery Puffco Accessories Storz & Bickel Accessories Pax Accessories Dr Dabber Accessories Davinci Accessories Volcano Accessories Pulsar Accessories Herb Grinders chevron-right chevron-left Herb Grinders View All Metal Grinders Wooden Herb Grinders Plastic Herb Grinders Stone Herb Grinders Crank Grinders Cool Grinders Cheap Grinders Magnetic Herb Grinders Herb Graters Electric Grinder Mini grinders Jar Grinders Bubblers chevron-right chevron-left Bubblers View All Scientific Bubblers Joint Bubblers Hammer Bubblers Mini Bubblers Smoking Pipes chevron-right chevron-left Smoking Pipes View All Glass Pipes Spoon Pipes Steamroller Pipes Dugout Pipes One Hitter Glass Blunt Chillums Metal Pipes Wood & Wooden Pipes Acrylic Pipes Ceramic Pipes Silicone Pipes Stone Pipes Stealth Pipes Sherlock Pipes Cool Pipes Coffee Mug Pipe Rolling Papers chevron-right chevron-left Rolling Papers View All Hemp Rolling Papers Pre-rolled Blunt Cones Filters and Tips Joint Rolling Machines Rolling Trays Joint Holders Smoking Accessories chevron-right chevron-left Smoking Accessories View All Bong Bowls Dab bangers Downstems Bong Adapters Dishes and Dabber Sets Dab Nails E-Nails Extraction systems Lighters Stash Boxes - Weed Stash Boxes & Tins 420 Apparel Scales Pollen Shaker Silicone Nectar Collector Weed Odor Eliminator Incense SALE chevron-right chevron-left SALE View All Grasscity Crazy Combo Deals Adam Dunn Show USA & Int Store ( USD) chevron-right chevron-left USA & Int Store ( USD) Change Store Go to Europe chevron-right Go to UK Store chevron-right Go to Deutschland chevron-right Go to Grasscity La France chevron-right Go to Grasscity Nederlands chevron-right We are guessing you are in United States. My Account chevron-right chevron-left My Account My Account Account Information Address Book My Orders My Downloadable Products My Wish List Stored Payment Methods My Product Reviews Newsletter Subscriptions Sign Out Credit Cards My Open Payment Platform Aliases Sign In New Customer? Sign Up here Bongs Bongs * Percolator Bongs * Beaker Base Bongs * Mini Bongs * Cheap Bongs * Honeycomb Bongs * Gravity Bongs * Big & Tall Bongs * Acrylic & Plastic Bongs * American Made Bongs * German Glass Bongs & Pipes * Silicone Bongs and Dab Rigs * Ceramic Bongs * Bamboo Bongs * Ice Bongs * Cool Bongs * Hookahs * Thick bongs * Straight tube bongs * Cute Bongs and Girly Bongs * Glow in the Dark Bongs * Gas Mask Bongs Accessories * * Bong Accessories * Bong Bowls * Ash Catchers/Precoolers * Downstems * Bong Cleaners * Bong Adapters * Screens / Filters / Gauzes * Bong Bags * Lighters * Carb Caps * Silicone Downstems * Stash Box Dab Rigs Dab Rigs * Glass Dab Rigs * Recycler Dab Rigs & Recycler Bongs * Electric Dab Rigs * Mini Dab Rigs & Small Dab Rigs * Hybrid Dab Rigs * Portable Dab Rigs * Cheap Dab Rigs * Dab Torches * Dab Tools & Dabbers * Dab Accessories * Vapor Domes Accessories * * Dab Tools * Nectar Collector & Dab Straws * Dab Pads & Mats * Dab Torches * Dishes and Dabber Sets * Dab Bangers * Stash Box * Carb Caps Vaporizers Vaporizers * Desktop Vaporizers * Vaporizers under 100$ * Dab Pens - Vape Pens & Wax Pens * Vape Cases * Dry Herb Vaporizers * 510 Thread Battery * Puffco Accessories * Storz & Bickel Accessories * Pax Accessories * Dr Dabber Accessories * Davinci Accessories * Volcano Accessories * Pulsar Accessories Accessories * * Vaporizer Accessories * Smell Proof Stash Gear * Vaporizer Accessories Herb Grinders Herb Grinders * Metal Grinders * Wooden Herb Grinders * Plastic Herb Grinders * Stone Herb Grinders * Crank Grinders * Cool Grinders * Cheap Grinders * Magnetic Herb Grinders * Herb Graters * Electric Grinder * Mini grinders * Jar Grinders Accessories * * Grinder Accessories * Stash Gear * Pollen Pressure * Rolling Trays Bubblers Bubblers * Scientific Bubblers * Joint Bubblers * Hammer Bubblers * Mini Bubblers Accessories * * Accessories * Screens / Filters / Gauzes * Bong/Bubbler Cleaners * Bong Bowls * Lighters Smoking Pipes Smoking Pipes * Glass Pipes * Spoon Pipes * Steamroller Pipes * Dugout Pipes * One Hitter * Glass Blunt * Chillums * Metal Pipes * Wood & Wooden Pipes * Acrylic Pipes * Ceramic Pipes * Silicone Pipes * Stone Pipes * Stealth Pipes * Sherlock Pipes * Cool Pipes * Coffee Mug Pipe Accessories * * Pipe Accessories * Screens / Filters / Gauzes * Stash Gear * Cleaners Rolling Papers Rolling Papers * Hemp Rolling Papers * Pre-rolled Blunt Cones * Filters and Tips * Joint Rolling Machines * Rolling Trays * Joint Holders Accessories * * Rolling Paper Accessories * Stash Gear * Screens / Filters / Gauzes Smoking Accessories Smoking Accessories * Bong Bowls * Dab bangers * Downstems * Bong Adapters * Dishes and Dabber Sets * Dab Nails * E-Nails * Extraction systems * Lighters * Stash Boxes - Weed Stash Boxes & Tins * 420 Apparel * Scales * Pollen Shaker * Silicone Nectar Collector * Weed Odor Eliminator * Incense Accessories * * Must to check Brands * Dr. Dabber * Davinci * Black Leaf * G-spot Glass * Pulsar Glass SALE SALE * Grasscity Crazy Combo Deals * Adam Dunn Show * Sale * Blog * Support Compare Products 0 0 Sign In New Customer? Sign Up here 0 $0.00 x MY CART x pencil trash Subtotal: Checkout or View and Edit Cart loader Loading... x Checkout using your account Email Address Password Sign In Forgot Your Password? Checkout as a new customer Creating an account has many benefits: * See order and shipping status * Track order history * Check out faster Create an Account BEST SELLERS * Glasscity Beaker Ice Bong | 10 inch | Black USD 41.99 USD 59.99 * Puffco Peak Smart Rig USD 179.99 USD 249.99 * GPT Glasscity Triple Disc Perc Water Pipe USD 49.49 USD 99.99 * Glass Beaker Base Ice Bong with Tree Perc - Random color USD 59.99 USD 99.99 * Beaker Ice Bong USD 34.99 USD 49.99 * Sacre Bleu Leaf Print Beaker Glass Bong USD 37.79 USD 41.99 * Little Dipper Dab Straw Vaporizer USD 27.99 USD 34.99 * Glasscity 4-arm Perc Beaker Ice Bong with Ash Catcher USD 48.99 USD 69.99 * Glass Beaker Ice Bong USD 35.99 USD 39.99 * Famous X 3 inch Glass Ash Catcher USD 20.99 USD 29.99 RECOMMENDED FOR YOU * Dopezilla Chimera Beaker Ice Bong | 8 Inch USD 34.99 USD 49.99 * Grasscity Mystery Box USD 50.00 USD 100.00 * Cheech & Chong’s Strawberry Mini Beaker Bong USD 62.99 USD 89.99 * Dopezilla Cyclops Straight Ice Bong | 12 Inch USD 39.99 USD 57.50 * Famous X $30 Kit USD 30.00 USD 73.97 * Dopezilla Glass Ogre Dab Rig | 10 Inches USD 45.99 USD 64.99 * Silver glowBell Dab Rig with Showerhead Perc USD 49.99 USD 59.99 * Dopezilla Slimzilla Straight Ice Bong | 10 Inch USD 55.99 USD 69.99 * Dopezilla Glass Banshee Dab Rig | 10 Inches USD 41.99 USD 59.99 * Famous X Straight Ice Bong | 12 Inch USD 41.99 USD 59.99 POPULAR CATEGORIES Dab RigsShop Rigs Bongs Shop Bongs VaporizersShop Vapes Pipes Shop Pipes GrindersShop Grinders CUSTOMER ALSO BOUGHT * Glasscity Beaker Ice Bong | 10 inch | Black USD 41.99 USD 59.99 * Cheech and Chong’s Up in Smoke 40th Anniversary Glass Spoon Pipe USD 12.49 USD 24.99 * Bubble Butt Acrylic Water Bong USD 19.99 USD 24.99 * Glass Screens with Five Colored Points | Pack of 5 USD 1.49 USD 7.99 * Puffco Peak Smart Rig USD 179.99 USD 249.99 * GPT Glasscity Triple Disc Perc Water Pipe USD 49.49 USD 99.99 * Colored Glass Herb Bowl with Marble Handle | Male Joint 14MM USD 3.49 USD 6.99 * "Oil Slick" Lightweight Glass Spoon Pipe USD 16.25 USD 16.25 * Diamond Shaped Glass Herb Bowl | Male Joint USD 4.99 USD 7.99 * Glass Beaker Base Ice Bong with Tree Perc - Random color USD 59.99 USD 99.99 * Beaker Ice Bong USD 34.99 USD 49.99 * Sacre Bleu Leaf Print Beaker Glass Bong USD 37.79 USD 41.99 * Little Dipper Dab Straw Vaporizer USD 27.99 USD 34.99 * Glasscity 4-arm Perc Beaker Ice Bong with Ash Catcher USD 48.99 USD 69.99 THE FIRST ONLINE SMOKE SHOP Founded in 2000, Grasscity was the first online smoke shop in the world OVER 20 YEARS ON THE MARKET World's Most Trusted, reliable and secure head shop 4 20 years OVER 49K+ POSITIVE REVIEWS We do our best to ensure Customer Satisfaction WORLD'S BEST SMOKE SHOP Founded in 2000, Grasscity was the first online smoke shop in the world, introducing a simple and revolutionary way of discreetly ordering your favorite products such as vaporizers, bongs, dab pens, dab rigs, hookahs, CBD, and glass pipes or the best prices. We take pride in exploring the latest trends so that we can always offer the most popular revolutionary products in the market for the best available price. With warehouses in Amsterdam, Las Vegas, and Calgary, we are able to quickly deliver products across the globe. Whatever you’re looking for, our extensive product line is bound to offer something that suits your needs. Our products are sourced from top-rated European brands including: Roor, Ehle, Black Leaf, Blaze Glass If you’re looking for American-made merchandise, we are proud to offer: Medicali, Grav, Jerome Baker Design, Cheech and Chong and the mesmerizing collection of water pipes and Smoking Pipes by Snodgrass Family Glass. Our wide selection of bongs ranges from portable mini bongs to glass bongs, towering percolator bongs, and beaker base bongs, and durable silicone bongs meant to last. For bong smokers on a budget, we offer the complete range of Famous Brandz, Evolution, Vodka Glass, and Dopezilla, perfect if you are on the lookout for a high-quality bong for an affordable price. Don’t forget to check our very own Glasscity collection, the ultimate combination of quality and functionality for a bargain price. If it’s accessories you’re after, check out our lighters, humidors, dab bangers, nectar collectors, and ash catchers.. We don't offer e-liquids or e-juice products as they are deemed unhealthy.. WHY SHOP AT MOST TRUSTED HEAD SHOP The market is constantly evolving, and so are we as your favorite online smoke shop. We offer a variety of rigs to serve all your concentrate needs, from Dab Rigs, Nectar collectors, and top-rated e-rigs like the Puffco Peak Smart Rig and the new-and-improved Puffco Peak Pro. For those who stick to dry herbs, we also supply a great collection of Dry herb vaporizers, like the complete collection of the popular Pax Vaporizers. For lovers of the old-school roll-up, check out our rolling papers. Or, if you’re looking to pack your herb, our amazing Grinders are made from top-quality metal, wood, plastic, and stone.. Looking for replacement parts, or just want to add to your collection of schwag? We’ve got all the smoking accessories you could dream of to complete your collection of gadgets. Whatever you need to make your smoke sessions as comfortable and enjoyable as possible, Grasscity.com can deliver! That’s what makes us the best smoke shop online and around the world. Our focus is customer satisfaction, and our team works hard to provide you with value, prompt and professional support, free shipping, and discreet packaging. We offer bulk discounts and special coupon discounts for our members and loyal customers. Feel free to contact our support team here to help you with your order. We are Grasscity: the world’s first, the world’s biggest, and let’s be real—the world’s best online head shop. KNOWLEDGE-BASE ARTICLES Show more How to clean your glass? Dab Pen vs Vaporizers Bongs vs Dab Rigs How to choose right Grinder Why use a Carb Cap? What are Dabs? Item added Continue Shopping Go to cart Bundle Together & Save chevron-down These items are discounted more when bundled together +ADD Free Shipping on US Orders Above $50 USD Easy Returns Oldest Online Smoke Shop Over 22 years on the market Over 61K+ positive reviews Back to top Categories * Bongs * Bubblers * Dab Rigs * Smoking Pipes * Vaporizers * Herb Grinders * Rolling Papers * Accessories * New Items * Sale Support * Online Support * Reviews * Knowledge Base * Grasscity Blog * Sitemap Partnership * Affiliate Program Get to Know Us * About Us * Company Details * Accessibility Statement Company Address SJV B.V.6255 North Hollywood BoulevardSuite 145 North Las vegasUnited States+1 (888) 334-6363 -------------------------------------------------------------------------------- Follow Us * * * * -------------------------------------------------------------------------------- Payment Options * * * * USA & Int Store ( USD) You are shopping in the USA & Int Store. Change Store * Go to Deutschland * Go to Europe * Go to UK Store * Go to Grasscity La France * Go to Grasscity Nederlands Delivering to Germany (DE)? To see items that ship to Germany (DE) change to Deutschland WHERE ARE YOU SHIPPING TO? We are guessing you are in Germany (DE). To see items that ship to Germany (DE), please choose the correct regional store. Deutschland (€) USA & Int Store ($) Europe (€) UK Store (£) Grasscity La France (€) Grasscity Nederlands (€) x DELIVERING TO GERMANY (DE)? To see items that ship to Germany (DE) change to the Deutschland. Stay on US store Go to Deutschland World's best online headshop * Grasscity Forum * Grasscity Blogs * Grasscity Knowledgebase © 2023 Grasscity.com is a part of High Tide Inc. Company. All Rights Reserved. * Privacy Policy * Terms & Conditions You must be 21 years or older to use this website All products are intended for legal dry herb or tobacco usage. The statements and vaporizers & products shown on this website have not been evaluated by the US Food and Drug Administration (FDA). These devices are not designed to diagnose, cure, prevent, or treat any disease. Before using a vaporizer, please consult with a licensed health care provider. If you use a vaporizer, you do so at your own risk. Inhalation is inadvisable and may potentially be harmful. Any comments from user-submitted reviews found on this website are related to the users own personal experiences, and are not endorsed, reviewed, or necessarily shared by grasscity.com or its affiliates. Vaporizing does not necessarily eliminate any and all toxins found in vaporized substances, so much care should be taken prior to use. By using grasscity.com, you acknowledge and agree to abide by our Terms of Use page before making any purchase on this website e712e54380743bcb3de0732f92cf426e00c4351e4d40531435b750de83e359e7 78.159.108.37 We're offline Leave a message