www.grasscity.co.uk Open in urlscan Pro
2606:4700:10::6814:2f6  Public Scan

URL: https://www.grasscity.co.uk/
Submission Tags: sansec.io magecart Search All
Submission: On July 15 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET https://www.grasscity.co.uk/search/

<form class="form minisearch" id="search_mini_form" action="https://www.grasscity.co.uk/search/" method="get" siq_id="autopick_2342">
  <div class="wrapper flex w-full"><button type="submit" title="Mic" class="action mic">Mic <img src="https://www.grasscity.co.uk/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.co.uk/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) &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.co.uk/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_3962">
  <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.co.uk/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_8193">
  <fieldset class="fieldset fieldset__one-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/?___store=us_en"><span class="checkmark"></span></div><label
        class="label" for="US">USA &amp; Int Store ($)</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="GB" id="GB" data-url-location="https://www.grasscity.co.uk/geo_ip_suggestion/redirect/website/"><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="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="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>
    <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

x

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
x

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 x Search


World's best online headshop x
Bongs chevron-right
chevron-left Bongs View All Percolator Bongs Beaker Bongs Glass 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 Hookahs Thick bongs Straight tube bongs Cute & 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 Electric Dab
Rigs Hybrid Dab Rigs Portable Dab Rigs Cheap Dab Rigs Dab Torches Dab Tools Dab
Accessories Vapor Domes
Vaporizer chevron-right
chevron-left Vaporizer View All Portable Vaporizers Desktop Vaporizer Cheap
Vaporizers Dab & Wax Pens Vape Pen Vape Tanks Dry Herb Vaporizers 510 Thread
Battery Pulsar Accessories
Herb Grinders chevron-right
chevron-left 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 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 Blunts Chillums Metal Pipes 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 Flavored Rolling Papers
Pre-Rolled 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 Dish and Dabber Sets Bong Nails Extraction systems Lighters
Stash Gear, Tins and Boxes 420 Lifestyle 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
Newest Products
UK Store ( GBP) chevron-right
chevron-left UK Store ( GBP)

Change Store

Go to USA & Int Store chevron-right
Go to Europe chevron-right
Go to Deutschland chevron-right
Go to Grasscity La France chevron-right
Go to Grasscity Nederlands chevron-right

Delivering to Canada?

To see items that ship to Canada change to USA & Int Store

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 Bongs
 * Glass 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
 * Hookahs
 * 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
 * Vapor Domes

Accessories
 *  * Dab Tools
    * Nectar Collector & Dab Straws
    * Dab Pads & Mats
    * Dab Torches
    * Dishes and Dabber Sets
    * Dab Bangers
    * Stash Box
    * Carb Caps

Vaporizer
Vaporizer
 * Portable Vaporizers
 * Desktop Vaporizer
 * Cheap Vaporizers
 * Dab & Wax Pens
 * Vape Pen
 * Vape Tanks
 * Dry Herb Vaporizers
 * 510 Thread Battery
 * Pulsar Accessories

Accessories
 *  * Vaporizer Accessories
    * Smell Proof Stash Gear
    * Vaporizer Accessories

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 Blunts
 * 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
 * Bong Nails
 * Extraction systems
 * Lighters
 * Stash Gear, Tins and Boxes
 * 420 Lifestyle 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



Newest Products
 * 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



RECOMMENDED FOR YOU


 * Famous Brandz Jimi Love Beaker Ice Bong | 12 Inch
   
   GBP 34.99 GBP 79.99
 * The Screen Queen Pipe - Anodized Aluminum Screenless Hand Pipe
   
   GBP 24.99 GBP 29.99
 * Black Leaf VALHALLA Boxed Beaker Bong with Tree Percolator
   
   GBP 149.99 GBP 249.99
 * Dopezilla Tokyo Dope Glass Beaker Ice Bong with Tree Perc
   
   GBP 29.99 GBP 39.99
 * Glasscity Beaker Base Ice Bong with Double Tree Percolator
   
   GBP 89.99 GBP 149.99
 * Beaker Ice Bong with Glow in the Dark Snake and Skull Print
   
   GBP 39.99 GBP 79.99
 * Black Leaf Triple Drum Percolator Bong with Ash Catcher
   
   GBP 119.99 GBP 249.99
 * ROOR Dry Ash Catcher 2.0
   
   GBP 58.49 GBP 64.99
 * Black Leaf - ELITE Beaker Base 6-arm Perc Bong - Complete Set in Box
   
   GBP 79.99 GBP 149.99
 * Black Leaf Ronin and Geisha Beaker Ice Bong Box Set
   
   GBP 129.00 GBP 259.99
 * Famous Brandz Goa Beaker Ice Bong | 12 Inch
   
   GBP 29.99 GBP 59.99
 * Beaker Base Ice Bong with 4-Arm Tree Perc | 12 Inches
   
   GBP 34.99 GBP 49.99
 * Vodka 9mm Beaker Ice Bong with Bent Neck | 18 Inch
   
   GBP 49.99 GBP 89.99
 * Dopezilla Lil Lizard Beaker Base Bong
   
   GBP 24.99 GBP 39.99


YOU MIGHT ALSO LIKE


 * XVAPE Cheech & Chong Mambo Dry Herb Vaporizer
   
   GBP 34.99 GBP 44.99
 * XVAPE XLUX Roffu Smart Dry Herb Vaporizer | Lite Kit
   
   GBP 109.99 GBP 139.00
 * XVAPE Aria Portable Vaporizer
   
   GBP 54.99 GBP 79.99
 * Black Leaf Glass Recycler Hybrid Dab Rig
   
   GBP 29.99 GBP 69.99
 * XVAPE XMAX Starry 4 Dual Use Vaporizer
   
   GBP 69.99 GBP 99.00
 * FireFly 2 Plus Vaporizer
   
   GBP 223.19 GBP 247.99
 * G Pen Dash Dry Herb Vaporizer
   
   GBP 71.96 GBP 79.95
 * PAX 3 Dual Use Vaporizer
   
   GBP 149.99 GBP 199.99
 * XVAPE Avant Portable Herb Vaporizer
   
   GBP 44.99 GBP 59.00
 * Puffco Peak Pro Vaporizer
   
   GBP 359.99 GBP 499.00


SMOKE SHOP CATEGORIES

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


NEW PRODUCTS


 * Grasscity Combo Deal - the Terpy Travel Pack
   
   GBP 89.99 GBP 169.99
 * Grasscity Combo Deal - the Deathly Sins
   
   GBP 69.99 GBP 104.99
 * Grasscity DabaDoo combo Deal
   
   GBP 89.99 GBP 159.99
 * Grasscity Girly Combo
   
   GBP 69.99 GBP 129.99
 * Grasscity Freedom Fighter Combo Deal
   
   GBP 89.99 GBP 159.99
 * Grasscity Combo Deal - Moon Mission
   
   GBP 89.99 GBP 159.99
 * Wrap it up! Grasscity Combo Deal
   
   GBP 35.99 GBP 59.99
 * Stoners starter kit
   
   GBP 17.99 GBP 33.99
 * EHLE Ceramic coated Grinder 63mm
   
   GBP 55.99 GBP 69.99
 * Black Leaf VALHALLA Boxed Straight Bong with Tree Percolator
   
   GBP 149.99 GBP 249.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


WORLDS 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
paraphernalia-related products such as vape, bong, dab pens, dab rigs, hookah's,
CBD, glass pipes within the comforts of your own home, for the best prices. Our
wide selection includes products in every price segment, allowing us to cater to
enthusiasts all over the globe with both lower, as well as higher budgets. We
take pride in exploring the latest trends and most popular items so that we can
always offer the most popular, the hottest, and the most revolutionary products
in the market for the best available price, offering our customers real value
for their money.

Unlike most online headshops or vape shops, we try to serve all smokers around
worldwide and aim to improve the smoking experience for everyone. With
warehouses in Amsterdam, Las Vegas and Calgary, we are able to ship and deliver
your order as fast as we are able to, enabling our customers to enjoy the
purchase of their tobacco products as quickly as possible. At Grasscity we
operate with a great passion for best customer experience and thrive on the
desire to cater to every smoker's needs. Our knowledgeable staff investigates
and finds the quality products that will enhance the smoking experience. that is
why we have a wide range of categories that all contain a wide selection of
items, so there is bound to be something that suits your needs.

Take your time to discover our incredible selection of Bong, Dab Rig, Bubbler,
Vaporizer collections. Which include big European brands, such as Roor, Ehle,
Black Leaf, Blaze Glass, but also big American brands like Medicali, Grav Labs,
Jerome Baker Design, Cheech & Chong, and the mesmerizing collection of water
pipes and Smoking Pipes by Snodgrass Family Glass. From portable mini bongs,
heady glass, and glass bongs, that are perfect for water filtration on the go,
to towering percolator bongs, beaker base bongs, designed to impress. But we
also have a great selection of silicone bongs for the clumsy smoker.

For bong smokers on a budget, we offer the complete range of Famous Brandz,
Evolution, Vodka Glass,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.

Within the last 18 months, we enhanced our smoking accessory collection which
includes lighters, humidors, dab bangers, nectar collectors, ash catchers.

We don't offer e-liquids or e-juice products as they are deemed unhealthy.Test


WHY SHOP AT MOST TRUSTED HEAD SHOP

The market is constantly evolving and so are we as your favorite online smoke
shop. As concentrates, wax & oils are taking over the market, our vape shop
offers a variety of smoke equipment to optimally enjoy your precious
concentrates. So if you are a concentrate enthusiast you have come to the right
spot for all your dab tools, as Grasscity offers a wide variety of smoke
equipment to optimally enjoy your precious concentrates, such as Dab pens, Dab
Rigs, Nectar collectors, and the best e-rigs, like the Puffco Peak Smart Rig and
the Puffco Peak Pro Smart Rig, the new and improved version of the original,
taking the Puffco. We even offer Vaporizers, specially designed for your
concentrates, such as Dab & wax pens, perfect for discreetly enjoying your
concentrates on the go.

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. Or our
extensive collection of hand pipes, ideal if you are always out and about.

For lovers of the old-school roll-up, check out our Rolling papers from the best
brands, such as Raw, Smoking, Juicy Jay’s, and The Bulldog Europe. Grind up your
herbs with one of our amazing Grinders made from the finest materials. Wonder
through our broad selection of Smoking accessories to make rolling up a breeze,
like graters and rolling machines.

Whatever you need to make your smoke sessions as comfortable and enjoyable as
possible, Grasscity.com will be able to deliver. We will continue to be on top
of our game, to be able to provide the best available smoke gear and accessories
or the most affordable prices. We will always keep our target of being the Best
Smoke Shop around the world for all fellow stoners

Our focus is customer satisfaction, so our team works hard to provide you with
value for money, 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. We'd be more
than happy to help you with your order, so you can enjoy the amazing products of
our broad collection. We constantly improving the product range of our online
headshop, to offer you the best products possible.


FAQ FOR SMOKE SHOPS

What is the name of the store: Grasscity is a Nickname for the city of
Amsterdam. Cannabis Capitol of the world! Founded in 2001 Grasscity is the
oldest online smoke shop.

What is a smoke shop: An online shop selling tobacco, weed products, and smoking
equipment.


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
 * Blessed CBD

Support
 * Online Support
 * Affiliate Program
 * Reviews
 * Knowledge Base

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

UK Store ( GBP)

You are shopping in the UK Store.

Change Store

 * Go to USA & Int Store
 * Go to Europe
 * 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


WHERE ARE YOU SHIPPING TO?

We are guessing you are in United States. To see items that ship to United
States, please choose the correct regional store.


USA & Int Store ($)

UK Store (£)

Europe (€)

Deutschland (€)

Grasscity La France (€)

Grasscity Nederlands (€)
x


DELIVERING TO UNITED STATES?

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

Stay on GB store Go to USA & Int Store

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

e392fcf5994512c9e96fc5ff814bcdd2ad92d7112ae46390a02c5fe3fbdb67a8
2001:550:1d05:1::7

We're offline

Leave a message