{"product_id":"after-dark-glow-in-the-dark-glass-beaker-bong-34cm","title":"After Dark Glow-in-the-Dark Glass Beaker Bong – 34cm","description":"\u003cstyle\u003e\n  .gb-after-dark,\n  .gb-after-dark * {\n    box-sizing: border-box;\n  }\n\n  .gb-after-dark {\n    --gb-bg: #050907;\n    --gb-panel: #0d1612;\n    --gb-panel-2: #121d18;\n    --gb-border: rgba(166, 255, 94, 0.18);\n    --gb-text: #f6fff2;\n    --gb-muted: #b7c6ba;\n    --gb-green: #9dff4f;\n    --gb-lime: #d7ff3f;\n    --gb-purple: #ae5cff;\n    --gb-cyan: #38e8d2;\n\n    max-width: 980px;\n    margin: 24px auto;\n    padding: 28px;\n    overflow: hidden;\n    color: var(--gb-text);\n    background:\n      radial-gradient(circle at 0 0, rgba(157, 255, 79, 0.18), transparent 34%),\n      radial-gradient(circle at 100% 0, rgba(174, 92, 255, 0.14), transparent 34%),\n      radial-gradient(circle at 50% 100%, rgba(56, 232, 210, 0.1), transparent 35%),\n      var(--gb-bg);\n    border: 1px solid var(--gb-border);\n    border-radius: 24px;\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .gb-after-dark h2,\n  .gb-after-dark h3,\n  .gb-after-dark p {\n    margin-top: 0;\n  }\n\n  .gb-after-dark h2 {\n    max-width: 820px;\n    margin-bottom: 14px;\n    color: #ffffff;\n    font-size: clamp(28px, 5vw, 46px);\n    line-height: 1.08;\n    letter-spacing: -1.2px;\n  }\n\n  .gb-after-dark h3 {\n    margin-bottom: 15px;\n    color: #ffffff;\n    font-size: 23px;\n    line-height: 1.25;\n  }\n\n  .gb-after-dark p {\n    color: var(--gb-muted);\n  }\n\n  .gb-after-dark .gb-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 17px;\n    padding: 7px 12px;\n    color: #eaffdd;\n    background: rgba(157, 255, 79, 0.11);\n    border: 1px solid rgba(157, 255, 79, 0.42);\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  .gb-after-dark .gb-badge::before {\n    width: 8px;\n    height: 8px;\n    content: \"\";\n    background: var(--gb-green);\n    border-radius: 50%;\n    box-shadow:\n      0 0 8px var(--gb-green),\n      0 0 18px var(--gb-green);\n  }\n\n  .gb-after-dark .gb-lead {\n    max-width: 800px;\n    margin-bottom: 22px;\n    font-size: 17px;\n  }\n\n  .gb-after-dark .gb-lead strong {\n    color: #ffffff;\n  }\n\n  .gb-after-dark .gb-glow-panel {\n    position: relative;\n    margin: 22px 0;\n    padding: 18px;\n    overflow: hidden;\n    color: #f2ffe8;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(157, 255, 79, 0.13),\n        rgba(174, 92, 255, 0.09)\n      );\n    border: 1px solid rgba(157, 255, 79, 0.34);\n    border-left: 4px solid var(--gb-green);\n    border-radius: 14px;\n  }\n\n  .gb-after-dark .gb-glow-panel::after {\n    position: absolute;\n    top: -45px;\n    right: -35px;\n    width: 110px;\n    height: 110px;\n    content: \"\";\n    background: rgba(157, 255, 79, 0.12);\n    border-radius: 50%;\n    filter: blur(14px);\n  }\n\n  .gb-after-dark .gb-glow-panel strong {\n    color: var(--gb-lime);\n  }\n\n  .gb-after-dark .gb-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 25px 0 30px;\n  }\n\n  .gb-after-dark .gb-stat {\n    min-height: 96px;\n    padding: 16px 12px;\n    background: rgba(13, 22, 18, 0.92);\n    border: 1px solid var(--gb-border);\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .gb-after-dark .gb-stat strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--gb-green);\n    font-size: 18px;\n    text-shadow: 0 0 12px rgba(157, 255, 79, 0.25);\n  }\n\n  .gb-after-dark .gb-stat:nth-child(3) strong {\n    color: var(--gb-cyan);\n  }\n\n  .gb-after-dark .gb-stat:nth-child(4) strong {\n    color: #cf9dff;\n  }\n\n  .gb-after-dark .gb-stat span {\n    color: var(--gb-muted);\n    font-size: 13px;\n  }\n\n  .gb-after-dark .gb-section {\n    margin-top: 28px;\n    padding: 22px;\n    background: rgba(13, 22, 18, 0.92);\n    border: 1px solid var(--gb-border);\n    border-radius: 20px;\n  }\n\n  .gb-after-dark .gb-section-title::after {\n    display: block;\n    width: 62px;\n    height: 3px;\n    margin-top: 9px;\n    content: \"\";\n    background: linear-gradient(\n      90deg,\n      var(--gb-green),\n      var(--gb-cyan),\n      var(--gb-purple)\n    );\n    border-radius: 999px;\n    box-shadow: 0 0 11px rgba(157, 255, 79, 0.4);\n  }\n\n  .gb-after-dark .gb-tiles {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 13px;\n  }\n\n  .gb-after-dark .gb-tile {\n    position: relative;\n    min-height: 132px;\n    padding: 18px;\n    overflow: hidden;\n    background: linear-gradient(\n      145deg,\n      rgba(157, 255, 79, 0.055),\n      rgba(255, 255, 255, 0.018)\n    );\n    border: 1px solid var(--gb-border);\n    border-radius: 16px;\n  }\n\n  .gb-after-dark .gb-tile::before {\n    position: absolute;\n    top: 0;\n    left: 18px;\n    width: 46px;\n    height: 3px;\n    content: \"\";\n    background: var(--gb-green);\n    border-radius: 0 0 5px 5px;\n    box-shadow: 0 0 10px rgba(157, 255, 79, 0.55);\n  }\n\n  .gb-after-dark .gb-tile:nth-child(2)::before {\n    background: var(--gb-purple);\n  }\n\n  .gb-after-dark .gb-tile:nth-child(3)::before {\n    background: var(--gb-cyan);\n  }\n\n  .gb-after-dark .gb-tile:nth-child(4)::before {\n    background: var(--gb-lime);\n  }\n\n  .gb-after-dark .gb-tile strong {\n    display: block;\n    margin: 5px 0 6px;\n    color: #ffffff;\n    font-size: 17px;\n  }\n\n  .gb-after-dark .gb-tile span {\n    color: var(--gb-muted);\n    font-size: 14px;\n  }\n\n  .gb-after-dark .gb-points {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gb-after-dark .gb-points li {\n    position: relative;\n    padding: 12px 14px 12px 42px;\n    color: var(--gb-muted);\n    background: rgba(255, 255, 255, 0.032);\n    border: 1px solid rgba(157, 255, 79, 0.1);\n    border-radius: 12px;\n  }\n\n  .gb-after-dark .gb-points li::before {\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    color: var(--gb-green);\n    content: \"✓\";\n    font-weight: 900;\n    text-shadow: 0 0 8px rgba(157, 255, 79, 0.5);\n  }\n\n  .gb-after-dark .gb-points strong {\n    color: #ffffff;\n  }\n\n  .gb-after-dark .gb-spec-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--gb-border);\n    border-radius: 15px;\n  }\n\n  .gb-after-dark .gb-spec {\n    width: 100%;\n    border-collapse: collapse;\n    color: var(--gb-muted);\n  }\n\n  .gb-after-dark .gb-spec th,\n  .gb-after-dark .gb-spec td {\n    padding: 13px 15px;\n    border-bottom: 1px solid var(--gb-border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .gb-after-dark .gb-spec tr:last-child th,\n  .gb-after-dark .gb-spec tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gb-after-dark .gb-spec th {\n    width: 34%;\n    color: #ffffff;\n    background: rgba(157, 255, 79, 0.035);\n    font-weight: 700;\n  }\n\n  .gb-after-dark .gb-links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .gb-after-dark .gb-link {\n    display: block;\n    padding: 17px;\n    color: #ffffff;\n    background: linear-gradient(\n      145deg,\n      rgba(157, 255, 79, 0.09),\n      rgba(174, 92, 255, 0.07)\n    );\n    border: 1px solid var(--gb-border);\n    border-radius: 15px;\n    text-decoration: none;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .gb-after-dark .gb-link:hover {\n    border-color: rgba(157, 255, 79, 0.55);\n    transform: translateY(-2px);\n  }\n\n  .gb-after-dark .gb-link strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #ffffff;\n  }\n\n  .gb-after-dark .gb-link span {\n    color: var(--gb-muted);\n    font-size: 13px;\n  }\n\n  .gb-after-dark .gb-faq {\n    display: grid;\n    gap: 10px;\n  }\n\n  .gb-after-dark details {\n    background: rgba(255, 255, 255, 0.032);\n    border: 1px solid var(--gb-border);\n    border-radius: 13px;\n  }\n\n  .gb-after-dark summary {\n    position: relative;\n    padding: 15px 44px 15px 16px;\n    color: #ffffff;\n    cursor: pointer;\n    font-weight: 700;\n    list-style: none;\n  }\n\n  .gb-after-dark summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gb-after-dark summary::after {\n    position: absolute;\n    top: 13px;\n    right: 16px;\n    color: var(--gb-green);\n    content: \"+\";\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .gb-after-dark details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gb-after-dark details p {\n    margin: 0;\n    padding: 0 16px 16px;\n    font-size: 14px;\n  }\n\n  .gb-after-dark .gb-footnote {\n    margin: 17px 0 0;\n    color: #94a397;\n    font-size: 12px;\n  }\n\n  @media (max-width: 760px) {\n    .gb-after-dark {\n      margin: 15px 0;\n      padding: 20px 15px;\n      border-radius: 18px;\n    }\n\n    .gb-after-dark .gb-stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gb-after-dark .gb-tiles,\n    .gb-after-dark .gb-links {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-after-dark .gb-section {\n      padding: 18px 14px;\n    }\n\n    .gb-after-dark .gb-spec th {\n      width: 40%;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .gb-after-dark .gb-stats {\n      gap: 8px;\n    }\n\n    .gb-after-dark .gb-stat {\n      min-height: 88px;\n      padding: 13px 8px;\n    }\n\n    .gb-after-dark .gb-spec th,\n    .gb-after-dark .gb-spec td {\n      padding: 11px 10px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"gb-after-dark\"\u003e\n  \u003cdiv class=\"gb-badge\"\u003eGlow-in-the-Dark • Glass Beaker • 34cm\u003c\/div\u003e\n\n  \u003ch2\u003eAfter Dark Glow-in-the-Dark Glass Beaker Bong – 34cm\u003c\/h2\u003e\n\n  \u003cp class=\"gb-lead\"\u003e\n    Bring something different to your collection with the\n    \u003cstrong\u003eAfter Dark Glass Beaker Bong\u003c\/strong\u003e. Standing approximately\n    34cm tall, this distinctive glass piece combines a stable beaker shape\n    with illustrated designs created to glow in the dark.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"gb-glow-panel\"\u003e\n    \u003cstrong\u003eDesigned for after dark:\u003c\/strong\u003e the detailed graphics give the\n    bong plenty of personality in daylight and reveal their glowing character\n    when the lights go down.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-stats\"\u003e\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003e34cm\u003c\/strong\u003e\n      \u003cspan\u003eApproximate height\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003eGlow\u003c\/strong\u003e\n      \u003cspan\u003eGlow-in-the-dark artwork\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003eGlass\u003c\/strong\u003e\n      \u003cspan\u003eBody, pipe and bowl\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003eAssorted\u003c\/strong\u003e\n      \u003cspan\u003eColours and designs vary\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eWhy the After Dark Bong Stands Out\u003c\/h3\u003e\n\n    \u003cdiv class=\"gb-tiles\"\u003e\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eGlow-in-the-Dark Design\u003c\/strong\u003e\n        \u003cspan\u003e\n          Illustrated artwork gives this bong an extra visual dimension when\n          viewed in darker surroundings.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eFull-Size Glass Build\u003c\/strong\u003e\n        \u003cspan\u003e\n          At approximately 34cm tall, this is a substantial display piece\n          rather than a miniature bong.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eStable Beaker Shape\u003c\/strong\u003e\n        \u003cspan\u003e\n          The broad beaker base provides a balanced footprint on a suitable\n          flat surface.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eComplete Glass Setup\u003c\/strong\u003e\n        \u003cspan\u003e\n          Supplied with a removable glass pipe and glass bowl, so the essential\n          matching components are included.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eDaylight Detail, After-Dark Character\u003c\/h3\u003e\n\n    \u003cul class=\"gb-points\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eDistinctive illustrated finish:\u003c\/strong\u003e detailed character\n        and mechanical-style artwork makes each version highly decorative.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eGlowing design elements:\u003c\/strong\u003e made to create a more\n        dramatic look when viewed in the dark.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003e34cm height:\u003c\/strong\u003e gives the bong a noticeable presence\n        without making it excessively large.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eRemovable components:\u003c\/strong\u003e the glass pipe and bowl can be\n        removed carefully for cleaning and storage.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eDecorative presentation box:\u003c\/strong\u003e supplied boxed for safer\n        storage when the bong is not being used.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eProduct Specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"gb-spec-wrap\"\u003e\n      \u003ctable class=\"gb-spec\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n            \u003ctd\u003eGlow-in-the-dark glass beaker bong\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n            \u003ctd\u003eGlass\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003eApproximately 34cm \/ 13.5 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGlass pipe\u003c\/th\u003e\n            \u003ctd\u003eApproximately 14cm \/ 5.5 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGlass bowl\u003c\/th\u003e\n            \u003ctd\u003eApproximately 5.5cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBase style\u003c\/th\u003e\n            \u003ctd\u003eBeaker base\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDesign\u003c\/th\u003e\n            \u003ctd\u003eGlow-in-the-dark illustrated artwork\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eColours\u003c\/th\u003e\n            \u003ctd\u003eAssorted colours and designs\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e\n            \u003ctd\u003eDecorative presentation box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSupplier SKU\u003c\/th\u003e\n            \u003ctd\u003e31045\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"gb-footnote\"\u003e\n      This is an assorted product. The exact artwork and colour combination\n      supplied may differ from the examples shown in the product photographs.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eCare and Storage\u003c\/h3\u003e\n\n    \u003cul class=\"gb-points\"\u003e\n      \u003cli\u003e\n        Remove the glass bowl and pipe carefully before cleaning the main bong.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use a cleaning solution suitable for glass and rinse every component\n        thoroughly afterwards.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid abrasive pads that could scratch the glass or damage the\n        decorative artwork.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not expose the glass to sudden temperature changes.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow all parts to dry fully before reassembly or returning the bong\n        to its box.\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eExplore More from Gorilla Bongs\u003c\/h3\u003e\n\n    \u003cdiv class=\"gb-links\"\u003e\n      \u003ca class=\"gb-link\" href=\"https:\/\/www.bongs.co.uk\/collections\/glass-bongs\"\u003e\n        \u003cstrong\u003eShop Glass Bongs\u003c\/strong\u003e\n        \u003cspan\u003eBrowse the full Gorilla Bongs glass collection\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"gb-link\" href=\"https:\/\/www.bongs.co.uk\/collections\/cool\"\u003e\n        \u003cstrong\u003eCool \u0026amp; Unique Bongs\u003c\/strong\u003e\n        \u003cspan\u003eExplore unusual artwork and statement designs\u003c\/span\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"gb-link\" href=\"https:\/\/www.bongs.co.uk\/collections\/new-bongs\"\u003e\n        \u003cstrong\u003eSee the Newest Bongs\u003c\/strong\u003e\n        \u003cspan\u003eDiscover the latest additions to the range\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-section\"\u003e\n    \u003ch3 class=\"gb-section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n    \u003cdiv class=\"gb-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the After Dark bong?\u003c\/summary\u003e\n        \u003cp\u003e\n          The bong stands approximately 34cm tall, equivalent to around\n          13.5 inches.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the design glow in the dark?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. The supplier describes the illustrated design as\n          glow-in-the-dark.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it include a glass bowl and pipe?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. It includes an approximately 14cm glass pipe and an\n          approximately 5.5cm glass bowl.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill I receive the exact design shown?\u003c\/summary\u003e\n        \u003cp\u003e\n          Not necessarily. Colours and artwork are assorted, so the version\n          supplied may differ from the product photographs.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs it supplied in a box?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. The bong comes in a decorative presentation box.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should I clean the decorated glass?\u003c\/summary\u003e\n        \u003cp\u003e\n          Use a suitable glass cleaner and soft cleaning tools. Avoid abrasive\n          pads or harsh scrubbing over the printed artwork.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Bongs","offers":[{"title":"Default Title","offer_id":57499818787196,"sku":"31045","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/GlowInTheDarkDesignGlassWaterpipe-AssortedColours_Designs_13.5Inch.png?v=1790284081","url":"https:\/\/www.bongs.co.uk\/products\/after-dark-glow-in-the-dark-glass-beaker-bong-34cm","provider":"Bongs","version":"1.0","type":"link"}