{"product_id":"london-calling-7mm-glass-beaker-bong-32cm","title":"London Calling 7mm Glass Beaker Bong – 32cm","description":"\u003cstyle\u003e\n  .gb-london-bong,\n  .gb-london-bong * {\n    box-sizing: border-box;\n  }\n\n  .gb-london-bong {\n    --gb-bg: #060912;\n    --gb-panel: #101522;\n    --gb-panel-2: #151b2a;\n    --gb-border: rgba(255, 255, 255, 0.11);\n    --gb-text: #f8f9fc;\n    --gb-muted: #bac1ce;\n    --gb-red: #e63946;\n    --gb-blue: #2d6cdf;\n    --gb-cyan: #53d8fb;\n    --gb-white: #ffffff;\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(230, 57, 70, 0.18), transparent 34%),\n      radial-gradient(circle at 100% 0, rgba(45, 108, 223, 0.19), transparent 35%),\n      radial-gradient(circle at 50% 100%, rgba(83, 216, 251, 0.08), 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-london-bong h2,\n  .gb-london-bong h3,\n  .gb-london-bong p {\n    margin-top: 0;\n  }\n\n  .gb-london-bong h2 {\n    max-width: 810px;\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-london-bong h3 {\n    margin-bottom: 15px;\n    color: #ffffff;\n    font-size: 23px;\n    line-height: 1.25;\n  }\n\n  .gb-london-bong p {\n    color: var(--gb-muted);\n  }\n\n  .gb-london-bong .gb-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 17px;\n    padding: 7px 12px;\n    color: #ffffff;\n    background: rgba(45, 108, 223, 0.16);\n    border: 1px solid rgba(83, 216, 251, 0.4);\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-london-bong .gb-badge::before {\n    width: 8px;\n    height: 8px;\n    content: \"\";\n    background: var(--gb-red);\n    border-radius: 50%;\n    box-shadow: 0 0 13px var(--gb-red);\n  }\n\n  .gb-london-bong .gb-lead {\n    max-width: 800px;\n    margin-bottom: 22px;\n    font-size: 17px;\n  }\n\n  .gb-london-bong .gb-lead strong {\n    color: #ffffff;\n  }\n\n  .gb-london-bong .gb-highlight {\n    margin: 22px 0;\n    padding: 17px 18px;\n    color: #eef7ff;\n    background: linear-gradient(\n      135deg,\n      rgba(230, 57, 70, 0.12),\n      rgba(45, 108, 223, 0.15)\n    );\n    border: 1px solid rgba(83, 216, 251, 0.28);\n    border-left: 4px solid var(--gb-red);\n    border-radius: 14px;\n  }\n\n  .gb-london-bong .gb-highlight strong {\n    color: #ffffff;\n  }\n\n  .gb-london-bong .gb-stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 25px 0 30px;\n  }\n\n  .gb-london-bong .gb-stat {\n    min-height: 96px;\n    padding: 16px 12px;\n    background: rgba(16, 21, 34, 0.9);\n    border: 1px solid var(--gb-border);\n    border-radius: 16px;\n    text-align: center;\n  }\n\n  .gb-london-bong .gb-stat strong {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--gb-cyan);\n    font-size: 18px;\n  }\n\n  .gb-london-bong .gb-stat:nth-child(2) strong {\n    color: #ff6875;\n  }\n\n  .gb-london-bong .gb-stat span {\n    color: var(--gb-muted);\n    font-size: 13px;\n  }\n\n  .gb-london-bong .gb-section {\n    margin-top: 28px;\n    padding: 22px;\n    background: rgba(16, 21, 34, 0.9);\n    border: 1px solid var(--gb-border);\n    border-radius: 20px;\n  }\n\n  .gb-london-bong .gb-section-title::after {\n    display: block;\n    width: 58px;\n    height: 3px;\n    margin-top: 9px;\n    content: \"\";\n    background: linear-gradient(\n      90deg,\n      var(--gb-red),\n      var(--gb-white),\n      var(--gb-blue)\n    );\n    border-radius: 999px;\n  }\n\n  .gb-london-bong .gb-tiles {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 13px;\n  }\n\n  .gb-london-bong .gb-tile {\n    position: relative;\n    min-height: 132px;\n    padding: 18px;\n    overflow: hidden;\n    background: linear-gradient(\n      145deg,\n      rgba(255, 255, 255, 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-london-bong .gb-tile::before {\n    position: absolute;\n    top: 0;\n    left: 18px;\n    width: 46px;\n    height: 3px;\n    content: \"\";\n    background: var(--gb-red);\n    border-radius: 0 0 5px 5px;\n  }\n\n  .gb-london-bong .gb-tile:nth-child(2)::before,\n  .gb-london-bong .gb-tile:nth-child(4)::before {\n    background: var(--gb-blue);\n  }\n\n  .gb-london-bong .gb-tile:nth-child(3)::before {\n    background: var(--gb-cyan);\n  }\n\n  .gb-london-bong .gb-tile strong {\n    display: block;\n    margin: 5px 0 6px;\n    color: #ffffff;\n    font-size: 17px;\n  }\n\n  .gb-london-bong .gb-tile span {\n    color: var(--gb-muted);\n    font-size: 14px;\n  }\n\n  .gb-london-bong .gb-points {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gb-london-bong .gb-points li {\n    position: relative;\n    padding: 12px 14px 12px 42px;\n    color: var(--gb-muted);\n    background: rgba(255, 255, 255, 0.035);\n    border: 1px solid rgba(255, 255, 255, 0.07);\n    border-radius: 12px;\n  }\n\n  .gb-london-bong .gb-points li::before {\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    color: var(--gb-cyan);\n    content: \"✓\";\n    font-weight: 900;\n  }\n\n  .gb-london-bong .gb-points strong {\n    color: #ffffff;\n  }\n\n  .gb-london-bong .gb-spec-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--gb-border);\n    border-radius: 15px;\n  }\n\n  .gb-london-bong .gb-spec {\n    width: 100%;\n    border-collapse: collapse;\n    color: var(--gb-muted);\n  }\n\n  .gb-london-bong .gb-spec th,\n  .gb-london-bong .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-london-bong .gb-spec tr:last-child th,\n  .gb-london-bong .gb-spec tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gb-london-bong .gb-spec th {\n    width: 34%;\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.035);\n    font-weight: 700;\n  }\n\n  .gb-london-bong .gb-links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .gb-london-bong .gb-link {\n    display: block;\n    padding: 17px;\n    color: #ffffff;\n    background: linear-gradient(\n      145deg,\n      rgba(45, 108, 223, 0.13),\n      rgba(230, 57, 70, 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-london-bong .gb-link:hover {\n    border-color: rgba(83, 216, 251, 0.55);\n    transform: translateY(-2px);\n  }\n\n  .gb-london-bong .gb-link strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #ffffff;\n  }\n\n  .gb-london-bong .gb-link span {\n    color: var(--gb-muted);\n    font-size: 13px;\n  }\n\n  .gb-london-bong .gb-faq {\n    display: grid;\n    gap: 10px;\n  }\n\n  .gb-london-bong details {\n    background: rgba(255, 255, 255, 0.035);\n    border: 1px solid var(--gb-border);\n    border-radius: 13px;\n  }\n\n  .gb-london-bong 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-london-bong summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gb-london-bong summary::after {\n    position: absolute;\n    top: 13px;\n    right: 16px;\n    color: var(--gb-cyan);\n    content: \"+\";\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .gb-london-bong details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gb-london-bong details p {\n    margin: 0;\n    padding: 0 16px 16px;\n    font-size: 14px;\n  }\n\n  .gb-london-bong .gb-footnote {\n    margin: 17px 0 0;\n    color: #969dac;\n    font-size: 12px;\n  }\n\n  @media (max-width: 760px) {\n    .gb-london-bong {\n      margin: 15px 0;\n      padding: 20px 15px;\n      border-radius: 18px;\n    }\n\n    .gb-london-bong .gb-stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gb-london-bong .gb-tiles,\n    .gb-london-bong .gb-links {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-london-bong .gb-section {\n      padding: 18px 14px;\n    }\n\n    .gb-london-bong .gb-spec th {\n      width: 40%;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .gb-london-bong .gb-stats {\n      gap: 8px;\n    }\n\n    .gb-london-bong .gb-stat {\n      min-height: 88px;\n      padding: 13px 8px;\n    }\n\n    .gb-london-bong .gb-spec th,\n    .gb-london-bong .gb-spec td {\n      padding: 11px 10px;\n      font-size: 13px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"gb-london-bong\"\u003e\n  \u003cdiv class=\"gb-badge\"\u003eLondon Artwork • 7mm Glass • 32cm\u003c\/div\u003e\n\n  \u003ch2\u003eLondon Calling 7mm Glass Beaker Bong – 32cm\u003c\/h2\u003e\n\n  \u003cp class=\"gb-lead\"\u003e\n    The \u003cstrong\u003eLondon Calling Glass Beaker Bong\u003c\/strong\u003e combines a familiar,\n    stable beaker shape with colourful artwork inspired by the capital. At\n    approximately 32cm tall and constructed from substantial 7mm glass, it is\n    a distinctive full-size piece with a satisfyingly solid feel.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"gb-highlight\"\u003e\n    \u003cstrong\u003eThick 7mm glass construction:\u003c\/strong\u003e this is a sturdier,\n    more substantial design than many lightweight novelty bongs, while the\n    decorated tube and base give it plenty of character.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gb-stats\"\u003e\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003e32cm\u003c\/strong\u003e\n      \u003cspan\u003eApproximate height\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003e7mm\u003c\/strong\u003e\n      \u003cspan\u003eThick glass construction\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003eBeaker\u003c\/strong\u003e\n      \u003cspan\u003eWide, stable base\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-stat\"\u003e\n      \u003cstrong\u003eBoxed\u003c\/strong\u003e\n      \u003cspan\u003ePresentation packaging\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 This London Bong Stands Out\u003c\/h3\u003e\n\n    \u003cdiv class=\"gb-tiles\"\u003e\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eCapital-Inspired Artwork\u003c\/strong\u003e\n        \u003cspan\u003e\n          Union Jack colours and illustrated London landmarks give the bong\n          a bold British identity.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eSubstantial 7mm Glass\u003c\/strong\u003e\n        \u003cspan\u003e\n          Thick glass construction gives the bong a reassuringly solid feel\n          in the hand.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eStable Beaker Base\u003c\/strong\u003e\n        \u003cspan\u003e\n          The broad base gives the piece a balanced footprint when placed on\n          a suitable flat surface.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-tile\"\u003e\n        \u003cstrong\u003eRemovable Glass Components\u003c\/strong\u003e\n        \u003cspan\u003e\n          Supplied with a removable glass downstem and glass bowl for a\n          complete setup.\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\"\u003eA Proper Statement Piece\u003c\/h3\u003e\n\n    \u003cul class=\"gb-points\"\u003e\n      \u003cli\u003e\n        \u003cstrong\u003eFull-size 32cm profile:\u003c\/strong\u003e large enough to make an\n        impression without becoming unnecessarily cumbersome.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eThick glass build:\u003c\/strong\u003e the confirmed 7mm construction\n        provides a more substantial feel than thin novelty glass.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eLondon-themed finish:\u003c\/strong\u003e colourful graphics cover both\n        the tube and beaker base.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003ePractical beaker shape:\u003c\/strong\u003e combines a recognisable\n        silhouette with a broad, stable base.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eComplete glass setup:\u003c\/strong\u003e supplied with a glass downstem\n        and matching glass bowl.\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\u003eGlass beaker bong\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n            \u003ctd\u003eApproximately 32cm \/ 12.5 inches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eGlass thickness\u003c\/th\u003e\n            \u003ctd\u003eApproximately 7mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDownstem\u003c\/th\u003e\n            \u003ctd\u003eGlass downstem, approximately 13.5cm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBowl\u003c\/th\u003e\n            \u003ctd\u003eGlass bowl, approximately 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\u003eLondon and Union Jack-inspired artwork\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e\n            \u003ctd\u003ePresentation box\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSupplier SKU\u003c\/th\u003e\n            \u003ctd\u003e60227\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      Artwork and design details may vary between individual pieces.\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 bowl and downstem carefully before cleaning the main body.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Use a suitable glass-cleaning solution and rinse thoroughly with\n        clean water.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid sudden temperature changes, which can place unnecessary stress\n        on glass components.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Allow the bong and all removable parts to dry completely before\n        reassembly.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Store upright on a stable surface where it cannot easily be knocked\n        or pulled over.\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\u003eExplore the complete 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\u003eDiscover unusual designs and standout pieces\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 New Bongs\u003c\/strong\u003e\n        \u003cspan\u003eBrowse the newest Gorilla Bongs arrivals\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 London Calling bong?\u003c\/summary\u003e\n        \u003cp\u003e\n          It stands approximately 32cm tall, equivalent to around 12.5 inches.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow thick is the glass?\u003c\/summary\u003e\n        \u003cp\u003e\n          The supplier specifies approximately 7mm glass construction.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it include a bowl and downstem?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. It is supplied with a glass downstem measuring approximately\n          13.5cm and a glass bowl measuring approximately 5.5cm.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this a beaker bong?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. It has a classic beaker-style base that provides a broad\n          footprint and recognisable shape.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWill the artwork be exactly as pictured?\u003c\/summary\u003e\n        \u003cp\u003e\n          The overall theme will be London-inspired, but the supplier advises\n          that design details may vary from pack to pack.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it arrive boxed?\u003c\/summary\u003e\n        \u003cp\u003e\n          Yes. The bong is supplied in a handled presentation box.\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":57499807121788,"sku":null,"price":27.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/GlassWaterpipe-ILoveLondon_12.5inch.png?v=1790283825","url":"https:\/\/www.bongs.co.uk\/products\/london-calling-7mm-glass-beaker-bong-32cm","provider":"Bongs","version":"1.0","type":"link"}