{"product_id":"neon-helix-glass-percolator-bong-45cm","title":"Neon Helix Glass Percolator Bong – 45cm","description":"\u003cstyle\u003e\n  .gb-helix {\n    --bg: #070a08;\n    --panel: #101611;\n    --panel-2: #151d17;\n    --line: rgba(127, 255, 101, 0.2);\n    --green: #7fff65;\n    --lime: #c8ff58;\n    --cyan: #52f3d1;\n    --white: #f5fff6;\n    --muted: #b7c5b9;\n    position: relative;\n    overflow: hidden;\n    max-width: 1100px;\n    margin: 24px auto;\n    padding: 30px;\n    color: var(--white);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(82, 243, 209, 0.11), transparent 32%),\n      radial-gradient(circle at 0% 40%, rgba(127, 255, 101, 0.08), transparent 30%),\n      var(--bg);\n    border: 1px solid var(--line);\n    border-radius: 24px;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .gb-helix *,\n  .gb-helix *::before,\n  .gb-helix *::after {\n    box-sizing: border-box;\n  }\n\n  .gb-helix h2,\n  .gb-helix h3,\n  .gb-helix p {\n    margin-top: 0;\n  }\n\n  .gb-helix h2 {\n    max-width: 760px;\n    margin-bottom: 14px;\n    font-size: clamp(29px, 5vw, 48px);\n    line-height: 1.08;\n    letter-spacing: -0.035em;\n  }\n\n  .gb-helix h3 {\n    margin-bottom: 15px;\n    font-size: 22px;\n    line-height: 1.25;\n  }\n\n  .gb-helix p {\n    color: var(--muted);\n  }\n\n  .gb-helix a {\n    color: inherit;\n  }\n\n  .gb-helix__badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 16px;\n    padding: 7px 12px;\n    color: #071008;\n    background: linear-gradient(90deg, var(--green), var(--lime));\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n  }\n\n  .gb-helix__intro {\n    max-width: 840px;\n    margin-bottom: 0;\n    font-size: 17px;\n  }\n\n  .gb-helix__callout {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 22px;\n    align-items: center;\n    margin: 26px 0;\n    padding: 22px;\n    background: linear-gradient(135deg, rgba(127, 255, 101, 0.14), rgba(82, 243, 209, 0.06));\n    border: 1px solid rgba(127, 255, 101, 0.32);\n    border-radius: 18px;\n  }\n\n  .gb-helix__callout strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--green);\n    font-size: 20px;\n  }\n\n  .gb-helix__callout p {\n    margin-bottom: 0;\n  }\n\n  .gb-helix__height {\n    min-width: 94px;\n    color: var(--lime);\n    font-size: 32px;\n    font-weight: 900;\n    line-height: 1;\n    text-align: right;\n  }\n\n  .gb-helix__height span {\n    display: block;\n    margin-top: 7px;\n    color: var(--muted);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .gb-helix__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 0 0 28px;\n  }\n\n  .gb-helix__stat {\n    padding: 17px 14px;\n    text-align: center;\n    background: var(--panel);\n    border: 1px solid var(--line);\n    border-radius: 15px;\n  }\n\n  .gb-helix__stat strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--green);\n    font-size: 17px;\n  }\n\n  .gb-helix__stat span {\n    color: var(--muted);\n    font-size: 12px;\n  }\n\n  .gb-helix__panel {\n    margin-top: 18px;\n    padding: 24px;\n    background: rgba(16, 22, 17, 0.94);\n    border: 1px solid var(--line);\n    border-radius: 19px;\n  }\n\n  .gb-helix__panel \u003e p:last-child {\n    margin-bottom: 0;\n  }\n\n  .gb-helix__tiles {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 13px;\n  }\n\n  .gb-helix__tile {\n    padding: 19px;\n    background: linear-gradient(145deg, var(--panel-2), #0c110d);\n    border: 1px solid rgba(127, 255, 101, 0.16);\n    border-radius: 16px;\n  }\n\n  .gb-helix__tile strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--white);\n    font-size: 16px;\n  }\n\n  .gb-helix__tile strong::before {\n    content: \"✦\";\n    margin-right: 8px;\n    color: var(--green);\n  }\n\n  .gb-helix__tile p {\n    margin-bottom: 0;\n    font-size: 14px;\n  }\n\n  .gb-helix__table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--line);\n    border-radius: 15px;\n  }\n\n  .gb-helix table {\n    width: 100%;\n    min-width: 460px;\n    border-collapse: collapse;\n  }\n\n  .gb-helix th,\n  .gb-helix td {\n    padding: 14px 16px;\n    border-bottom: 1px solid rgba(127, 255, 101, 0.12);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .gb-helix tr:last-child th,\n  .gb-helix tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gb-helix th {\n    width: 36%;\n    color: var(--green);\n    background: rgba(127, 255, 101, 0.04);\n    font-size: 13px;\n  }\n\n  .gb-helix td {\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  .gb-helix__notice {\n    margin-top: 15px;\n    padding: 14px 16px;\n    color: #eaffdf;\n    background: rgba(200, 255, 88, 0.08);\n    border-left: 3px solid var(--lime);\n    border-radius: 7px 13px 13px 7px;\n    font-size: 13px;\n  }\n\n  .gb-helix__steps {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gb-helix__steps li {\n    position: relative;\n    padding: 13px 14px 13px 43px;\n    color: var(--muted);\n    background: rgba(255, 255, 255, 0.025);\n    border-radius: 12px;\n  }\n\n  .gb-helix__steps li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 13px;\n    left: 15px;\n    color: var(--green);\n    font-weight: 900;\n  }\n\n  .gb-helix__links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .gb-helix__link {\n    display: block;\n    min-height: 125px;\n    padding: 19px;\n    text-decoration: none;\n    background: linear-gradient(145deg, rgba(127, 255, 101, 0.1), rgba(82, 243, 209, 0.035));\n    border: 1px solid rgba(127, 255, 101, 0.22);\n    border-radius: 16px;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .gb-helix__link:hover {\n    transform: translateY(-2px);\n    border-color: var(--green);\n  }\n\n  .gb-helix__link strong {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--white);\n  }\n\n  .gb-helix__link span {\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  .gb-helix details {\n    margin-top: 10px;\n    background: rgba(255, 255, 255, 0.025);\n    border: 1px solid rgba(127, 255, 101, 0.14);\n    border-radius: 13px;\n  }\n\n  .gb-helix summary {\n    padding: 15px 17px;\n    color: var(--white);\n    cursor: pointer;\n    font-weight: 700;\n  }\n\n  .gb-helix details p {\n    margin: 0;\n    padding: 0 17px 17px;\n    font-size: 14px;\n  }\n\n  @media (max-width: 760px) {\n    .gb-helix {\n      margin: 16px 0;\n      padding: 20px 15px;\n      border-radius: 18px;\n    }\n\n    .gb-helix__callout {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-helix__height {\n      text-align: left;\n    }\n\n    .gb-helix__stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gb-helix__tiles,\n    .gb-helix__links {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-helix__panel {\n      padding: 19px 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"gb-helix\"\u003e\n\u003cdiv class=\"gb-helix__badge\"\u003eGlass Bong • Built-In Percolator\u003c\/div\u003e\n\u003ch2 id=\"gb-helix-title\"\u003eNeon Helix Glass Percolator Bong – 45cm\u003c\/h2\u003e\n\u003cp class=\"gb-helix__intro\"\u003eTall, colourful and built to stand out, the Neon Helix combines a substantial 45cm glass body with bright spiral banding and a built-in percolator. Its rounded base gives the piece a classic silhouette, while the twisting colour pattern creates a striking finish from base to mouthpiece.\u003c\/p\u003e\n\u003cdiv class=\"gb-helix__callout\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eA tall glass centrepiece\u003c\/strong\u003e\n\u003cp\u003eA distinctive choice for anyone who wants more height, visible glasswork and percolator filtration in one colourful bong.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__height\"\u003e45cm \u003cspan\u003eApproximate height\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__stats\"\u003e\n\u003cdiv class=\"gb-helix__stat\"\u003e\n\u003cstrong\u003eGlass\u003c\/strong\u003e \u003cspan\u003eConstruction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__stat\"\u003e\n\u003cstrong\u003e45cm\u003c\/strong\u003e \u003cspan\u003eTall design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__stat\"\u003e\n\u003cstrong\u003ePercolator\u003c\/strong\u003e \u003cspan\u003eBuilt-in filtration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__stat\"\u003e\n\u003cstrong\u003eAssorted\u003c\/strong\u003e \u003cspan\u003eColour supplied\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__panel\"\u003e\n\u003ch3\u003eWhy the Neon Helix stands out\u003c\/h3\u003e\n\u003cdiv class=\"gb-helix__tiles\"\u003e\n\u003cdiv class=\"gb-helix__tile\"\u003e\n\u003cstrong\u003eSpiral colour bands\u003c\/strong\u003e\n\u003cp\u003eBright bands wrap around the neck and base, giving the clear glass body its distinctive helix-style appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__tile\"\u003e\n\u003cstrong\u003eBuilt-in percolator\u003c\/strong\u003e\n\u003cp\u003eThe internal percolator helps disperse smoke through the water before it travels up the main chamber.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__tile\"\u003e\n\u003cstrong\u003eFull-height design\u003c\/strong\u003e\n\u003cp\u003eAt approximately 45cm tall, this is a substantial bong suited to customers looking for something larger than a compact everyday piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__tile\"\u003e\n\u003cstrong\u003eRounded glass base\u003c\/strong\u003e\n\u003cp\u003eThe curved lower chamber provides room for water while completing the bong’s colourful, classic profile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__panel\"\u003e\n\u003ch3\u003eProduct specifications\u003c\/h3\u003e\n\u003cdiv class=\"gb-helix__table-wrap\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n\u003ctd\u003eGlass percolator bong\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n\u003ctd\u003eApproximately 45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eGlass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFiltration\u003c\/th\u003e\n\u003ctd\u003eBuilt-in percolator\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eBase style\u003c\/th\u003e\n\u003ctd\u003eRounded water chamber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFinish\u003c\/th\u003e\n\u003ctd\u003eSpiral colour-band design\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n\u003ctd\u003eAssorted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__notice\"\u003e\n\u003cstrong\u003ePlease note:\u003c\/strong\u003e this product is supplied in assorted colours. The colour received may differ from the example shown in the product photographs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__panel\"\u003e\n\u003ch3\u003eCare and cleaning\u003c\/h3\u003e\n\u003cul class=\"gb-helix__steps\"\u003e\n\u003cli\u003eRefresh the water regularly and avoid allowing residue to build up.\u003c\/li\u003e\n\u003cli\u003eClean the chamber and removable glass parts with a suitable bong cleaner.\u003c\/li\u003e\n\u003cli\u003eRinse thoroughly after cleaning and allow every component to dry completely.\u003c\/li\u003e\n\u003cli\u003eHandle the percolator section carefully and store the bong somewhere stable.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__panel\"\u003e\n\u003ch3\u003eExplore more from Gorilla Bongs\u003c\/h3\u003e\n\u003cdiv class=\"gb-helix__links\"\u003e\n\u003ca class=\"gb-helix__link\" href=\"https:\/\/www.bongs.co.uk\/collections\/percolator-bongs\"\u003e \u003cstrong\u003ePercolator Bongs →\u003c\/strong\u003e \u003cspan\u003eDiscover more bongs featuring additional water filtration.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"gb-helix__link\" href=\"https:\/\/www.bongs.co.uk\/collections\/glass-bongs\"\u003e \u003cstrong\u003eGlass Bongs →\u003c\/strong\u003e \u003cspan\u003eBrowse more glass pieces in compact, medium and full-size designs.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"gb-helix__link\" href=\"https:\/\/www.bongs.co.uk\/collections\/new-bongs\"\u003e \u003cstrong\u003eNew Bongs →\u003c\/strong\u003e \u003cspan\u003eSee the latest arrivals added to the Gorilla Bongs collection.\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gb-helix__panel\"\u003e\n\u003ch3\u003eFrequently asked questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow tall is the Neon Helix bong?\u003c\/summary\u003e\n\u003cp\u003eIt measures approximately 45cm tall.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this bong have a percolator?\u003c\/summary\u003e\n\u003cp\u003eYes. A percolator is built into the glass body to provide an additional stage of water filtration.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bong made from glass?\u003c\/summary\u003e\n\u003cp\u003eYes, the main bong and its pictured bowl are made from glass.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill I receive the green version?\u003c\/summary\u003e\n\u003cp\u003eNot necessarily. This design is supplied in assorted colours, so the colour received may vary from the example shown.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a compact bong?\u003c\/summary\u003e\n\u003cp\u003eNo. At approximately 45cm tall, it is better suited to customers looking for a larger glass bong.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Bongs","offers":[{"title":"Default Title","offer_id":57489543627132,"sku":null,"price":27.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/ColourBandGlassPercolatorWaterpipe45cm_1.png?v=1790164357","url":"https:\/\/www.bongs.co.uk\/products\/neon-helix-glass-percolator-bong-45cm","provider":"Bongs","version":"1.0","type":"link"}