www.grasscity.eu Open in urlscan Pro
2606:4700:3030::ac43:9b17  Public Scan

Submitted URL: http://www.grasscity.eu/
Effective URL: https://www.grasscity.eu/
Submission: On February 22 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET https://www.grasscity.eu/search/

<form class="form minisearch" id="search_mini_form" action="https://www.grasscity.eu/search/" method="get">
  <div class="wrapper flex w-full"><button type="submit" title="Mic" class="action mic">Mic <img src="https://www.grasscity.eu/static/version1707374863/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" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</a> <button type="submit" title="Search" class="action search " aria-label="Search">Search <img src="https://www.grasscity.eu/static/version1707374863/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) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; 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) &amp;&amp; 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.eu/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">
  <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.eu/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">
  <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="BE" id="BE" data-url-location="https://www.grasscity.eu/geo_ip_suggestion/redirect/website/"><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="US" id="US" data-url-location="https://www.grasscity.com/geo_ip_suggestion/redirect/website/?___store=us_en"><span class="checkmark"></span></div><label
        class="label" for="US">USA &amp; Int Store ($)</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

We use cookies to make your experience better.

To comply with the new e-Privacy directive, we need to ask for your consent to
set the cookies.

Learn more

Allow Cookies

We use cookies to make your experience better.

To comply with the new e-Privacy directive, we need to ask for your consent to
set the cookies.

Learn more

Allow Cookies

Skip to Content
World's best online headshop
Mic Search Search


World's best online headshop
Bongs
Bongs View All Percolator Bongs Beaker Bongs Mini Bongs Cheap Bongs Honeycomb
Bongs Big & Tall Bongs Acrylic Bongs Made in USA Made in Germany Silicone Bongs
and Dab Rigs Ceramic Bongs Bamboo Bongs Ice Bongs Cool Bongs Thick bongs
Straight tube bongs Cute & Girly Bongs Glow in the Dark Bongs Gas Mask Bongs
Dab Rigs
Dab Rigs View All Glass Dab Rigs Recycler Dab Rigs Electric Dab Rigs Hybrid Dab
Rigs Portable Dab Rigs Cheap Dab Rigs Dab Torches Dab Tools Dab Accessories
Herb Grinders
Herb Grinders View All Metal Herb Grinders Wooden Herb Grinders Acrylic Herb
Grinders Stone Herb Grinders Crank Grinders Cool Herb Grinders Cheap Herb
Grinders Magnetic Herb Grinders Graters & Grinder Cards Electric Grinder
Bubblers
Bubblers View All Scientific Bubblers Joint Bubblers Hammer Bubblers Mini
Bubblers
Smoking Pipes
Smoking Pipes View All Glass Pipes Spoon Pipes Steamroller Pipes Dugout Pipes
One Hitter Glass Blunt Chillums Metal Pipes Wooden Pipes Acrylic Pipes Ceramic
Pipes Silicone Pipes Stone Pipes Stealth Pipes Sherlock Pipes Cool Pipes Coffee
Mug Pipe
Rolling Papers
Rolling Papers View All Hemp Rolling Papers Flavored Rolling Papers Pre-Rolled
Cones Filters and Tips Joint Rolling Machines Rolling Trays Joint Holders
Smoking Accessories
Smoking Accessories View All Bong Bowls Dab Bangers Downstems Bong Adapters
Dishes and Dish and Dabber Sets Concentrate Nails Vapor Domes Extraction systems
Lighters Stash Gear, Tins and Boxes 420 Lifestyle Apparel Scales Pollen Shaker
Weed Odor Eliminator
New Items
Europe ( EUR)
Europe ( EUR)

Change Store

Go to USA & Int Store
Go to UK Store
Go to Deutschland
Go to Grasscity La France
Go to Grasscity Nederlands

Delivering to United States?

To see items that ship to United States change to USA & Int Store

My Account
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
Dab Rigs
Herb Grinders
Bubblers
Smoking Pipes
Rolling Papers
Smoking Accessories
New Items
 * Sale
 * Blog
 * Support

Compare Products 0 0

Sign In
New Customer? Sign Up here
0 €0.00


MY CART

x







Subtotal:

Checkout or View and Edit Cart
Loading...

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
Menu
 * Bongs
   * Bongs
      * Percolator Bongs
      * Beaker Bongs
      * Mini Bongs
      * Cheap Bongs
      * Honeycomb Bongs
      * Big & Tall Bongs
      * Acrylic Bongs
      * Made in USA
      * Made in Germany
      * Silicone Bongs and Dab Rigs
      * Ceramic Bongs
      * Bamboo Bongs
      * Ice Bongs
      * Cool Bongs
      * Thick bongs
      * Straight tube bongs
      * Cute & 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
      * Electric Dab Rigs
      * Hybrid Dab Rigs
      * Portable Dab Rigs
      * Cheap Dab Rigs
      * Dab Torches
      * Dab Tools
      * Dab Accessories
     
     Accessories
      *  * Dab Tools
         * Nectar Collector & Dab Straws
         * Dab Pads & Mats
         * Dab Torches
         * Dishes and Dabber Sets
         * Dab Bangers
         * Stash Box
         * Carb Caps
 * Herb Grinders
   * Herb Grinders
      * Metal Herb Grinders
      * Wooden Herb Grinders
      * Acrylic Herb Grinders
      * Stone Herb Grinders
      * Crank Grinders
      * Cool Herb Grinders
      * Cheap Herb Grinders
      * Magnetic Herb Grinders
      * Graters & Grinder Cards
      * Electric Grinder
     
     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
      * 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
      * Flavored Rolling Papers
      * Pre-Rolled 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 Dish and Dabber Sets
      * Concentrate Nails
      * Vapor Domes
      * Extraction systems
      * Lighters
      * Stash Gear, Tins and Boxes
      * 420 Lifestyle Apparel
      * Scales
      * Pollen Shaker
      * Weed Odor Eliminator
     
     Accessories
      *  * Must to check Brands
         * Dr. Dabber
         * Davinci
         * Black Leaf
         * G-spot Glass
         * Pulsar Glass
 * New Items




TRENDING PRODUCTS FOR YOU


 * BLAZE Recycler Hybrid Dab Rig with Drum Percolator
   
   EUR 62.99 EUR 69.99
 * Black Leaf - ELITE Beaker Base 6-arm Perc Bong - Complete Set in Box
   
   EUR 79.99 EUR 149.99
 * BLAZE Recycler Dab Rig
   
   EUR 69.99 EUR 69.99
 * Glass Drip Dab Rig with Inline Percolator
   
   EUR 34.99 EUR 54.99
 * Dopezilla Glass Ogre Dab Rig | 10 Inches
   
   EUR 39.99 EUR 49.99
 * Black Leaf Bubble Recycler Hybrid Dab Rig
   
   EUR 34.99 EUR 39.99
 * Black Leaf Glass Recycler Hybrid Dab Rig
   
   EUR 29.99 EUR 69.99
 * Dopezilla Cerberus Straight HoneyComb Dab Rig | 8 Inch
   
   EUR 39.99 EUR 49.99
 * Dopezilla Glass Lycan Dab Rig | 9 Inches | Black
   
   EUR 39.99 EUR 59.99
 * Dopezilla Minilla Straight Mini Vapor Ice Bong
   
   EUR 34.99 EUR 49.99


YOU MIGHT ALSO LIKE


 * Black Leaf Ronin and Geisha Beaker Ice Bong Box Set
   
   EUR 119.99 EUR 199.99
 * Glass Bubbler with Slitted Cross Perc
   
   EUR 29.99 EUR 49.99
 * Glass Beaker Base Bong with Frosted Joint | 8 Inch
   
   EUR 19.99 EUR 24.99
 * Black Leaf Triple Drum Percolator Bong with Ash Catcher
   
   EUR 124.99 EUR 249.99
 * BLAZE Recycler Hybrid Dab Rig with Drum Percolator
   
   EUR 62.99 EUR 69.99
 * Beaker Base Ice Bong with 4-Arm Tree Perc | 12 Inches
   
   EUR 34.99 EUR 49.99
 * Puffco Proxy Wizard Dry Pipe
   
   EUR 130.49 EUR 144.99
 * Famous X 8 Inch Fumed Glass Beaker Ice Bong
   
   EUR 19.99 EUR 39.99
 * Blaze Glass Erlkönig Beaker Bong
   
   EUR 89.99 EUR 99.99
 * Black Leaf Multilevel Boxed Beaker Base Percolator Bong
   
   EUR 74.99 EUR 119.99


SMOKE SHOP CATEGORIES

Dab RigsShow more
Bongs, Glass Bongs Show more
BubblersShow more
Pipes, Chillums Show more
GrindersShow more


NEW ARRIVALS


 * Amsterdam Glass Green Beaker Base Dome Perc Ice Bong
   
   EUR 34.99 EUR 59.99
 * Amsterdam Glass Fading Color Spiral Perc Bong
   
   EUR 39.99 EUR 59.99
 * Amsterdam Glass Beaker Base Spiral Perc Ice Bong
   
   EUR 44.99 EUR 59.99
 * Amsterdam Beaker Base Ice Bong with Dome Percolator
   
   EUR 44.99 EUR 69.99
 * Amsterdam Glass Beaker Ice Bong with 4-Arm Tree Percolator
   
   EUR 44.99 EUR 69.99
 * Amsterdam Glass Ice Bong with 8-Arm Tree Percolator
   
   EUR 54.99 EUR 69.99
 * Amsterdam Glass Bong with 8-Tree Arm Percolator
   
   EUR 44.99 EUR 69.99
 * Greenline Bubble Base Glass Rasta Bong Giftset
   
   EUR 19.99 EUR 29.99
 * Greenline Bubble Base Glass Bong Giftset
   
   EUR 19.99 EUR 29.99
 * Puffco Proxy Wizard Dry Pipe
   
   EUR 130.49 EUR 144.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




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

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
 * Sales

Support
 * Online Support
 * Affiliate Program
 * Reviews
 * Knowledge Base
 * Payment Methods & Security

Partnership
 * Affiliate Program

Get to Know Us
 * About Us
 * Company Details
 * Accessibility Statement

Company Address
SJV B.V.Gyroscoopweg 641042AC AmsterdamThe Netherlands+31 204204623

--------------------------------------------------------------------------------

Follow Us
 * 
 * 
 * 
 * 

--------------------------------------------------------------------------------

Payment Options
 * 
 * 
 * 
 * 

Europe ( EUR)

You are shopping in the Europe.

Change Store

 * Go to Deutschland
 * Go to USA & Int Store
 * 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 (€)

Europe (€)

USA & Int Store ($)

UK Store (£)

Grasscity La France (€)

Grasscity Nederlands (€)


DELIVERING TO GERMANY (DE)?

To see items that ship to Germany (DE) change to the Deutschland.

Stay on BE 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 18 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

5ac8becee1b53693eea44f5cc1dbb385112dfff39c9a58a34cb1440ade68794a


We're Online!

How may I help you today?