{"product_id":"cookies-skeleton-glass-bong-gift-set-boxed-smoking-bundle","title":"Cookies Skeleton Glass Bong Gift Set — Boxed Smoking Bundle","description":"\u003c!-- =========================================================\nGORILLA BONGS\nCookies Skeleton Glass Bong Gift Set\nFully scoped product HTML + CSS\n========================================================= --\u003e\n\n\u003cstyle\u003e\n.gb-cookie-skeleton{\n  --bg:#050606;\n  --panel:#0e1010;\n  --panel2:#151818;\n  --line:#2d3331;\n  --text:#ffffff;\n  --muted:#cdd3d0;\n  --green:#c8ff70;\n  --acid:#9dff44;\n  --pink:#ff628f;\n  --yellow:#ffd84d;\n\n  position:relative;\n  overflow:hidden;\n  width:100%;\n  padding:22px;\n  border:1px solid #242927;\n  border-radius:22px;\n  color:var(--text);\n  background:\n    radial-gradient(800px 420px at -5% -5%,rgba(200,255,112,.14),transparent 58%),\n    radial-gradient(700px 380px at 105% 5%,rgba(255,98,143,.10),transparent 58%),\n    linear-gradient(180deg,#0a0c0b,#050606);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.04),\n    0 18px 45px rgba(0,0,0,.42);\n  font-size:15.5px;\n  line-height:1.72;\n}\n\n.gb-cookie-skeleton,\n.gb-cookie-skeleton *{\n  box-sizing:border-box;\n}\n\n.gb-cookie-skeleton::before{\n  content:\"\";\n  position:absolute;\n  width:420px;\n  height:420px;\n  right:-180px;\n  top:-190px;\n  border:52px solid rgba(200,255,112,.025);\n  border-radius:50%;\n  box-shadow:\n    0 0 0 45px rgba(255,255,255,.012),\n    0 0 0 90px rgba(255,98,143,.012);\n  pointer-events:none;\n}\n\n.gb-cookie-skeleton .wrap{\n  position:relative;\n  z-index:1;\n  padding:21px;\n  border:1px solid var(--line);\n  border-radius:18px;\n  background:\n    linear-gradient(180deg,rgba(19,22,21,.98),rgba(9,11,10,.99));\n  box-shadow:\n    inset 0 0 0 1px rgba(255,255,255,.02),\n    0 12px 32px rgba(0,0,0,.26);\n}\n\n.gb-cookie-skeleton .kicker{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  margin:0 0 11px;\n  padding:7px 12px;\n  border:1px solid rgba(200,255,112,.38);\n  border-radius:999px;\n  color:#efffde;\n  background:rgba(200,255,112,.07);\n  font-size:12px;\n  font-weight:950;\n  line-height:1.2;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.gb-cookie-skeleton .kicker::before{\n  content:\"\";\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:var(--green);\n  box-shadow:0 0 12px rgba(200,255,112,.7);\n}\n\n.gb-cookie-skeleton .hero{\n  display:grid;\n  grid-template-columns:auto minmax(0,1fr);\n  align-items:center;\n  gap:14px;\n  margin-bottom:12px;\n}\n\n.gb-cookie-skeleton .hero-icon{\n  display:grid;\n  place-items:center;\n  width:54px;\n  height:54px;\n  border:1px solid rgba(200,255,112,.36);\n  border-radius:16px;\n  color:var(--green);\n  background:\n    linear-gradient(145deg,rgba(200,255,112,.12),rgba(255,255,255,.025));\n  box-shadow:\n    0 0 25px rgba(200,255,112,.07),\n    inset 0 0 20px rgba(200,255,112,.035);\n}\n\n.gb-cookie-skeleton .hero-icon svg{\n  width:28px;\n  height:28px;\n}\n\n.gb-cookie-skeleton h2{\n  margin:0;\n  color:#fff;\n  font-size:clamp(25px,3.1vw,37px);\n  line-height:1.1;\n  font-weight:1000;\n  letter-spacing:.1px;\n}\n\n.gb-cookie-skeleton h2 span{\n  color:var(--green);\n  text-shadow:0 0 20px rgba(200,255,112,.15);\n}\n\n.gb-cookie-skeleton h3{\n  position:relative;\n  margin:24px 0 11px;\n  padding-bottom:9px;\n  color:#fff;\n  font-size:20px;\n  line-height:1.3;\n  font-weight:950;\n}\n\n.gb-cookie-skeleton h3::after{\n  content:\"\";\n  position:absolute;\n  left:0;\n  bottom:0;\n  width:86px;\n  height:3px;\n  border-radius:99px;\n  background:linear-gradient(90deg,var(--green),var(--yellow),var(--pink));\n  box-shadow:0 0 14px rgba(200,255,112,.20);\n}\n\n.gb-cookie-skeleton p{\n  margin:0 0 14px;\n  color:var(--muted);\n}\n\n.gb-cookie-skeleton strong{\n  color:#fff;\n}\n\n.gb-cookie-skeleton .intro{\n  max-width:980px;\n  font-size:16px;\n}\n\n.gb-cookie-skeleton .notice{\n  margin:15px 0 18px;\n  padding:12px 14px;\n  border:1px solid rgba(255,216,77,.26);\n  border-radius:13px;\n  color:#eee8cf;\n  background:rgba(255,216,77,.045);\n  font-size:13.5px;\n}\n\n.gb-cookie-skeleton .tiles{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:12px;\n  margin:17px 0 20px;\n}\n\n.gb-cookie-skeleton .tile{\n  position:relative;\n  min-width:0;\n  padding:15px;\n  border:1px solid #323735;\n  border-radius:15px;\n  background:\n    linear-gradient(180deg,rgba(25,29,27,.98),rgba(15,18,17,.99));\n  box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);\n}\n\n.gb-cookie-skeleton .tile::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:14px;\n  right:14px;\n  height:2px;\n  border-radius:99px;\n  background:linear-gradient(90deg,var(--green),rgba(200,255,112,.08));\n}\n\n.gb-cookie-skeleton .tile:nth-child(2)::before{\n  background:linear-gradient(90deg,var(--yellow),rgba(255,216,77,.08));\n}\n\n.gb-cookie-skeleton .tile:nth-child(3)::before{\n  background:linear-gradient(90deg,var(--pink),rgba(255,98,143,.08));\n}\n\n.gb-cookie-skeleton .tile b{\n  display:block;\n  margin:0 0 4px;\n  color:#fff;\n  font-size:14px;\n  line-height:1.35;\n}\n\n.gb-cookie-skeleton .tile span{\n  display:block;\n  color:var(--muted);\n  font-size:13.5px;\n  line-height:1.5;\n}\n\n.gb-cookie-skeleton .bullets{\n  list-style:none;\n  margin:0 0 17px;\n  padding:0;\n}\n\n.gb-cookie-skeleton .bullets li{\n  position:relative;\n  margin:10px 0;\n  padding-left:30px;\n  color:var(--muted);\n}\n\n.gb-cookie-skeleton .bullets li::before{\n  content:\"✓\";\n  position:absolute;\n  left:0;\n  top:.05em;\n  display:grid;\n  place-items:center;\n  width:19px;\n  height:19px;\n  border-radius:50%;\n  color:#0a0c0a;\n  background:var(--green);\n  font-size:11px;\n  font-weight:1000;\n  box-shadow:0 0 11px rgba(200,255,112,.17);\n}\n\n.gb-cookie-skeleton .spec-wrap{\n  width:100%;\n  overflow-x:auto;\n  margin:10px 0 17px;\n  -webkit-overflow-scrolling:touch;\n}\n\n.gb-cookie-skeleton .spec{\n  width:100%;\n  min-width:535px;\n  border-collapse:separate;\n  border-spacing:0 9px;\n}\n\n.gb-cookie-skeleton .spec th,\n.gb-cookie-skeleton .spec td{\n  padding:12px 14px;\n  border:1px solid var(--line);\n  vertical-align:middle;\n}\n\n.gb-cookie-skeleton .spec th{\n  width:225px;\n  border-right:0;\n  border-radius:13px 0 0 13px;\n  color:#fff;\n  text-align:left;\n  font-weight:900;\n  background:#181c1a;\n  box-shadow:inset 3px 0 0 var(--green);\n}\n\n.gb-cookie-skeleton .spec td{\n  border-left:0;\n  border-radius:0 13px 13px 0;\n  color:var(--muted);\n  background:#141816;\n}\n\n.gb-cookie-skeleton .highlight{\n  margin:18px 0;\n  padding:17px;\n  border:1px solid rgba(200,255,112,.29);\n  border-radius:16px;\n  background:\n    linear-gradient(135deg,rgba(200,255,112,.065),rgba(255,98,143,.045));\n}\n\n.gb-cookie-skeleton .highlight b{\n  display:block;\n  margin-bottom:4px;\n  color:var(--green);\n  font-size:16px;\n}\n\n.gb-cookie-skeleton .highlight p{\n  margin:0;\n}\n\n.gb-cookie-skeleton .links{\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(245px,1fr));\n  gap:12px;\n  margin-top:15px;\n}\n\n.gb-cookie-skeleton .links a{\n  display:block;\n  padding:16px;\n  border:1px solid rgba(200,255,112,.31);\n  border-radius:15px;\n  color:#fff;\n  text-decoration:none;\n  background:\n    linear-gradient(135deg,rgba(200,255,112,.075),rgba(255,98,143,.045));\n  transition:\n    transform .16s ease,\n    border-color .16s ease,\n    box-shadow .16s ease;\n}\n\n.gb-cookie-skeleton .links a:hover{\n  transform:translateY(-2px);\n  border-color:var(--green);\n  box-shadow:0 14px 28px rgba(0,0,0,.28);\n}\n\n.gb-cookie-skeleton .links .small{\n  display:block;\n  margin-top:4px;\n  color:var(--muted);\n  font-size:.92rem;\n}\n\n.gb-cookie-skeleton .faq{\n  margin-top:16px;\n  padding:12px;\n  border:1px solid var(--line);\n  border-radius:16px;\n  background:rgba(255,255,255,.018);\n}\n\n.gb-cookie-skeleton details{\n  margin:8px 0;\n  padding:12px 14px;\n  border:1px solid #323735;\n  border-radius:13px;\n  background:#151917;\n}\n\n.gb-cookie-skeleton details[open]{\n  border-color:rgba(200,255,112,.42);\n  background:#192018;\n}\n\n.gb-cookie-skeleton summary{\n  list-style:none;\n  cursor:pointer;\n  color:#fff;\n  font-weight:900;\n  line-height:1.45;\n}\n\n.gb-cookie-skeleton summary::-webkit-details-marker{\n  display:none;\n}\n\n.gb-cookie-skeleton summary::before{\n  content:\"+\";\n  display:inline-grid;\n  place-items:center;\n  width:20px;\n  height:20px;\n  margin-right:9px;\n  border-radius:50%;\n  color:#111;\n  background:var(--green);\n  font-size:15px;\n  font-weight:1000;\n}\n\n.gb-cookie-skeleton details[open] summary::before{\n  content:\"−\";\n}\n\n.gb-cookie-skeleton details p{\n  margin:10px 0 2px 29px;\n}\n\n.gb-cookie-skeleton .fine{\n  margin:13px 0 0;\n  color:#9fa6a2;\n  font-size:12.5px;\n  line-height:1.55;\n}\n\n@media(max-width:900px){\n  .gb-cookie-skeleton .tiles{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n}\n\n@media(max-width:720px){\n  .gb-cookie-skeleton{\n    padding:12px;\n    border-radius:16px;\n    font-size:15px;\n  }\n\n  .gb-cookie-skeleton .wrap{\n    padding:15px;\n    border-radius:14px;\n  }\n\n  .gb-cookie-skeleton .hero{\n    grid-template-columns:1fr;\n  }\n\n  .gb-cookie-skeleton .hero-icon{\n    width:45px;\n    height:45px;\n  }\n\n  .gb-cookie-skeleton h2{\n    font-size:clamp(23px,7vw,30px);\n  }\n\n  .gb-cookie-skeleton .tiles{\n    grid-template-columns:1fr;\n  }\n\n  .gb-cookie-skeleton .spec{\n    min-width:0;\n    border-spacing:0;\n  }\n\n  .gb-cookie-skeleton .spec,\n  .gb-cookie-skeleton .spec tbody,\n  .gb-cookie-skeleton .spec tr,\n  .gb-cookie-skeleton .spec th,\n  .gb-cookie-skeleton .spec td{\n    display:block;\n    width:100%;\n  }\n\n  .gb-cookie-skeleton .spec tr{\n    margin-bottom:10px;\n  }\n\n  .gb-cookie-skeleton .spec th{\n    border-right:1px solid var(--line);\n    border-radius:12px 12px 0 0;\n  }\n\n  .gb-cookie-skeleton .spec td{\n    border-top:0;\n    border-left:1px solid var(--line);\n    border-radius:0 0 12px 12px;\n  }\n\n  .gb-cookie-skeleton details p{\n    margin-left:0;\n  }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"gb-cookie-skeleton\" aria-label=\"Cookies Skeleton Glass Bong Gift Set\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n\n    \u003cdiv class=\"kicker\"\u003e\n      Cookies Guest Design Gift Set\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n\n      \u003cdiv class=\"hero-icon\" aria-hidden=\"true\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2a8 8 0 0 0-8 8c0 3 1.6 5.6 4 7v4h3v-3h2v3h3v-4c2.4-1.4 4-4 4-7a8 8 0 0 0-8-8Zm-3 9a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm-5 4 2-2 2 2h-4Z\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch2\u003e\n        Cookies Skeleton Glass Bong Gift Set —\n        \u003cspan\u003eBoxed Smoking Bundle\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"intro\"\u003e\n      The \u003cstrong\u003eCookies Skeleton Glass Bong Gift Set\u003c\/strong\u003e packs a complete\n      collection of smoking accessories into one striking boxed bundle.\n      Built around a compact \u003cstrong\u003e19cm ice pinch glass bong\u003c\/strong\u003e, the set\n      combines glassware, grinding, storage, preparation and cleaning accessories\n      with colourful skeleton-style Cookies artwork.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"notice\"\u003e\n      \u003cstrong\u003eGuest design:\u003c\/strong\u003e colours and printed artwork may vary slightly\n      depending on the design supplied.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tiles\"\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003e19cm Ice Pinch Glass Bong\u003c\/b\u003e\n        \u003cspan\u003e\n          Compact glass waterpipe with ice pinch functionality and decorative Cookies artwork.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003eComplete Boxed Bundle\u003c\/b\u003e\n        \u003cspan\u003e\n          Bong, grinder, tray, ashtray, storage accessories and useful tools together in one set.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003eSkeleton Guest Design\u003c\/b\u003e\n        \u003cspan\u003e\n          Bright skull-and-skeleton artwork gives the collection a distinctive novelty look.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003e4-Part Metal Grinder\u003c\/b\u003e\n        \u003cspan\u003e\n          Approx. 45mm multi-chamber grinder supplied as part of the matching setup.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003eQuartz Banger Included\u003c\/b\u003e\n        \u003cspan\u003e\n          Additional quartz accessory expands the versatility of the glass setup.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tile\"\u003e\n        \u003cb\u003eStorage \u0026amp; Cleaning Kit\u003c\/b\u003e\n        \u003cspan\u003e\n          Glass jar, silicone container, dabber and cleaning brush are all included.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003ch3\u003eWhat’s inside the Cookies gift set?\u003c\/h3\u003e\n\n    \u003cul class=\"bullets\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003e19cm ice pinch glass waterpipe\u003c\/strong\u003e — the centrepiece of the boxed set.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eGlass stem\u003c\/strong\u003e — supplied as part of the glass bong setup.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eGlass bowl\u003c\/strong\u003e — compatible bowl included.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eQuartz banger\u003c\/strong\u003e — additional quartz accessory included.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eGlass ashtray\u003c\/strong\u003e — practical matching smoking accessory.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eDabber tool\u003c\/strong\u003e — slim tool supplied in the presentation set.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e4-part 45mm metal grinder\u003c\/strong\u003e — compact multi-chamber grinder.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eSilicone container\u003c\/strong\u003e — small reusable storage accessory.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eGlass storage jar with silicone lid\u003c\/strong\u003e — useful additional storage.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eMetal rolling tray\u003c\/strong\u003e — approximately 18.5 × 9cm.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eCleaning brush\u003c\/strong\u003e — useful for routine maintenance.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eWhy this boxed bong gift set stands out\u003c\/h3\u003e\n\n    \u003cul class=\"bullets\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eComplete smoking setup:\u003c\/strong\u003e\n        rather than buying individual accessories, the main essentials arrive together in one box.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eNovelty Cookies styling:\u003c\/strong\u003e\n        colourful skeleton graphics give the bundle much more visual personality than a plain bong kit.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eCompact glass bong:\u003c\/strong\u003e\n        the 19cm size offers a practical balance between portability and usable glassware.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eTwo glass options:\u003c\/strong\u003e\n        both a standard glass bowl and quartz banger are supplied with the set.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eUseful storage accessories:\u003c\/strong\u003e\n        a glass jar and separate silicone container are included.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eStrong gift appeal:\u003c\/strong\u003e\n        the coordinated presentation makes this an easy choice for a smoking-accessories gift.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003ch3\u003eProduct specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"spec-wrap\"\u003e\n\n      \u003ctable class=\"spec\" aria-label=\"Cookies Skeleton Gift Set specifications\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eBoxed glass bong and smoking accessories gift set\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMain piece\u003c\/th\u003e\n            \u003ctd\u003eIce pinch glass waterpipe\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBong height\u003c\/th\u003e\n            \u003ctd\u003eApprox. 19cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGrinder\u003c\/th\u003e\n            \u003ctd\u003e4-part metal grinder, approx. 45mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGlass accessories\u003c\/th\u003e\n            \u003ctd\u003eGlass stem, glass bowl and quartz banger\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eRolling tray\u003c\/th\u003e\n            \u003ctd\u003eMetal tray, approx. 18.5 × 9cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStorage\u003c\/th\u003e\n            \u003ctd\u003eGlass storage jar with silicone lid + silicone container\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eOther accessories\u003c\/th\u003e\n            \u003ctd\u003eGlass ashtray, dabber tool and cleaning brush\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDesign\u003c\/th\u003e\n            \u003ctd\u003eCookies guest design \/ assorted colours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"highlight\"\u003e\n\n      \u003cb\u003eA proper all-in-one smoking gift bundle\u003c\/b\u003e\n\n      \u003cp\u003e\n        What makes this Cookies gift set useful is the amount included in the box:\n        glassware, grinder, storage, tray, ashtray and cleaning accessories all form\n        part of the same coordinated setup.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003ch3\u003eCare \u0026amp; cleaning tips\u003c\/h3\u003e\n\n    \u003cul class=\"bullets\"\u003e\n\n      \u003cli\u003e\n        Rinse the glass bong regularly with warm water to help keep airflow clear.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use a suitable glass cleaning solution when a deeper clean is required.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Remove the stem, bowl and quartz banger before cleaning the main waterpipe.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use the included brush for light routine cleaning of smaller components.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow glass items to dry completely before returning them to the presentation box.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid abrasive cleaning products on printed or decorated accessories.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"links\"\u003e\n\n      \u003ca href=\"https:\/\/www.bongs.co.uk\/collections\/smoking-gift-sets\"\u003e\n        \u003cstrong\u003eExplore more Smoking Gift Sets\u003c\/strong\u003e\n        \u003cspan class=\"small\"\u003e\n          Browse glass bong bundles, boxed accessories and smoking gift ideas.\n        \u003c\/span\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n    \u003ch3\u003eFrequently asked questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"faq\"\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat comes with the Cookies Skeleton Gift Set?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          The set includes a 19cm ice pinch glass waterpipe, glass stem, glass\n          bowl, quartz banger, glass ashtray, dabber tool, 45mm 4-part metal\n          grinder, silicone container, glass storage jar with silicone lid,\n          metal rolling tray and cleaning brush.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the glass bong?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          The included ice pinch glass waterpipe measures approximately 19cm tall.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it include both a bowl and quartz banger?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. A glass bowl and a quartz banger are supplied with the set.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the grinder?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          The included 4-part metal grinder measures approximately 45mm.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat size is the rolling tray?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          The supplied metal rolling tray measures approximately 18.5 × 9cm.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill the design be exactly the same as the photograph?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          This is supplied as a Cookies guest design and colours or minor printed\n          details may vary.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it suitable as a gift?\u003c\/summary\u003e\n\n        \u003cp\u003e\n          Yes. The boxed presentation and wide range of matching smoking\n          accessories make it particularly well suited to gifting.\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"fine\"\u003e\n      Colours and guest-design artwork may vary from the images shown.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Bongs","offers":[{"title":"Default Title","offer_id":57255985971580,"sku":"972309","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/BoxedSmokersGiftSet_COOKGUESTDESIGN.png?v=1786049728","url":"https:\/\/www.bongs.co.uk\/products\/cookies-skeleton-glass-bong-gift-set-boxed-smoking-bundle","provider":"Bongs","version":"1.0","type":"link"}