{"product_id":"chongz-bob-9mm-heavy-glass-ice-bong-orange-35cm","title":"Chongz Bob 9mm Heavy Glass Ice Bong – Orange, 35cm","description":"\u003cstyle\u003e\n  .gb-bob,\n  .gb-bob * {\n    box-sizing: border-box;\n  }\n\n  .gb-bob {\n    --bg: #080908;\n    --panel: #121412;\n    --panel-2: #191b18;\n    --orange: #ff982f;\n    --amber: #ffc45c;\n    --gold: #d99222;\n    --white: #fafaf7;\n    --muted: #bfc0b8;\n    --line: rgba(255, 152, 47, 0.22);\n    max-width: 980px;\n    margin: 24px auto;\n    overflow: hidden;\n    border: 1px solid var(--line);\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255, 152, 47, 0.15), transparent 32%),\n      radial-gradient(circle at 0% 100%, rgba(217, 146, 34, 0.08), transparent 28%),\n      var(--bg);\n    color: var(--white);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);\n  }\n\n  .gb-bob a {\n    color: inherit;\n  }\n\n  .gb-bob__inner {\n    padding: 38px;\n  }\n\n  .gb-bob__badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 17px;\n    padding: 8px 13px;\n    border: 1px solid rgba(255, 152, 47, 0.42);\n    border-radius: 999px;\n    background: rgba(255, 152, 47, 0.1);\n    color: var(--amber);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .gb-bob__badge-dot {\n    width: 8px;\n    height: 8px;\n    flex: 0 0 8px;\n    border-radius: 50%;\n    background: var(--orange);\n    box-shadow: 0 0 14px rgba(255, 152, 47, 0.95);\n  }\n\n  .gb-bob h2,\n  .gb-bob h3 {\n    margin-top: 0;\n    color: var(--white);\n    line-height: 1.16;\n  }\n\n  .gb-bob h2 {\n    max-width: 820px;\n    margin-bottom: 18px;\n    font-size: clamp(30px, 5vw, 50px);\n    letter-spacing: -0.04em;\n  }\n\n  .gb-bob h2 span {\n    color: var(--orange);\n  }\n\n  .gb-bob h3 {\n    margin-bottom: 18px;\n    font-size: 25px;\n    letter-spacing: -0.02em;\n  }\n\n  .gb-bob p {\n    margin: 0 0 17px;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .gb-bob strong {\n    color: var(--white);\n  }\n\n  .gb-bob__intro {\n    max-width: 800px;\n    font-size: 18px !important;\n  }\n\n  .gb-bob__callout {\n    position: relative;\n    margin: 30px 0;\n    overflow: hidden;\n    border: 1px solid rgba(255, 152, 47, 0.38);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #26170a, #141512 62%, #0a0b09);\n  }\n\n  .gb-bob__callout::after {\n    content: \"9MM\";\n    position: absolute;\n    right: -6px;\n    bottom: -35px;\n    color: rgba(255, 152, 47, 0.07);\n    font-size: 132px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .gb-bob__callout-content {\n    position: relative;\n    z-index: 1;\n    padding: 27px;\n  }\n\n  .gb-bob__eyebrow {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--amber);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .gb-bob__callout-title {\n    display: block;\n    max-width: 700px;\n    margin-bottom: 8px;\n    color: var(--white);\n    font-size: 27px;\n    font-weight: 900;\n    line-height: 1.2;\n  }\n\n  .gb-bob__callout p {\n    max-width: 680px;\n    margin: 0;\n  }\n\n  .gb-bob__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 26px 0 39px;\n  }\n\n  .gb-bob__stat {\n    min-height: 112px;\n    padding: 20px 13px;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 16px;\n    background: linear-gradient(145deg, #1a1c19, #0f100e);\n    text-align: center;\n  }\n\n  .gb-bob__stat-value {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--orange);\n    font-size: 24px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .gb-bob__stat-label {\n    color: #d8d8d1;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .gb-bob__section {\n    margin-top: 39px;\n  }\n\n  .gb-bob__section-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .gb-bob__section-heading::before {\n    content: \"\";\n    width: 5px;\n    height: 28px;\n    flex: 0 0 5px;\n    border-radius: 5px;\n    background: linear-gradient(var(--amber), var(--gold));\n  }\n\n  .gb-bob__features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .gb-bob__feature {\n    padding: 22px;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 17px;\n    background: var(--panel);\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .gb-bob__feature:hover {\n    transform: translateY(-2px);\n    border-color: rgba(255, 152, 47, 0.4);\n  }\n\n  .gb-bob__feature-icon {\n    display: flex;\n    width: 43px;\n    height: 43px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    border: 1px solid rgba(255, 152, 47, 0.3);\n    border-radius: 12px;\n    background: rgba(255, 152, 47, 0.1);\n    color: var(--amber);\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .gb-bob__feature-title {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--white);\n    font-size: 17px;\n    font-weight: 800;\n  }\n\n  .gb-bob__feature p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-bob__spec-wrap {\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.09);\n    border-radius: 17px;\n    background: var(--panel);\n  }\n\n  .gb-bob__spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .gb-bob__spec-table th,\n  .gb-bob__spec-table td {\n    padding: 15px 18px;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.07);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .gb-bob__spec-table tr:last-child th,\n  .gb-bob__spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gb-bob__spec-table th {\n    width: 38%;\n    background: rgba(255, 255, 255, 0.025);\n    color: var(--amber);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .gb-bob__spec-table td {\n    color: #eeeeea;\n    font-size: 15px;\n  }\n\n  .gb-bob__notice {\n    margin-top: 17px;\n    padding: 17px 19px;\n    border-left: 4px solid var(--orange);\n    border-radius: 4px 13px 13px 4px;\n    background: rgba(255, 152, 47, 0.08);\n  }\n\n  .gb-bob__notice p {\n    margin: 0;\n    color: #dadad4;\n    font-size: 14px;\n  }\n\n  .gb-bob__care {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .gb-bob__care-item {\n    padding: 20px;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 16px;\n    background: var(--panel);\n  }\n\n  .gb-bob__care-number {\n    display: block;\n    margin-bottom: 9px;\n    color: var(--orange);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n  }\n\n  .gb-bob__care-item strong {\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .gb-bob__care-item p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-bob__links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .gb-bob__link-card {\n    display: block;\n    min-height: 145px;\n    padding: 21px;\n    border: 1px solid rgba(255, 255, 255, 0.09);\n    border-radius: 17px;\n    background: linear-gradient(145deg, #1a1c19, #0f100e);\n    color: var(--white) !important;\n    text-decoration: none !important;\n    transition: transform 0.2s ease, border-color 0.2s ease;\n  }\n\n  .gb-bob__link-card:hover {\n    transform: translateY(-3px);\n    border-color: rgba(255, 152, 47, 0.55);\n  }\n\n  .gb-bob__link-label {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--amber);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .gb-bob__link-title {\n    display: block;\n    margin-bottom: 8px;\n    color: var(--white);\n    font-size: 17px;\n    font-weight: 800;\n    line-height: 1.25;\n  }\n\n  .gb-bob__link-copy {\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .gb-bob__arrow {\n    margin-left: 5px;\n    color: var(--orange);\n  }\n\n  .gb-bob__faq details {\n    margin-bottom: 10px;\n    overflow: hidden;\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 14px;\n    background: var(--panel);\n  }\n\n  .gb-bob__faq summary {\n    position: relative;\n    padding: 17px 48px 17px 19px;\n    color: var(--white);\n    font-size: 15px;\n    font-weight: 800;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .gb-bob__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gb-bob__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    color: var(--orange);\n    font-size: 23px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .gb-bob__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gb-bob__faq-answer {\n    padding: 0 19px 18px;\n  }\n\n  .gb-bob__faq-answer p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-bob__footer {\n    margin-top: 39px;\n    padding: 24px;\n    border: 1px solid rgba(255, 152, 47, 0.31);\n    border-radius: 18px;\n    background: linear-gradient(135deg, rgba(255, 152, 47, 0.13), rgba(255, 152, 47, 0.03));\n    text-align: center;\n  }\n\n  .gb-bob__footer strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 20px;\n  }\n\n  .gb-bob__footer p {\n    max-width: 670px;\n    margin: 0 auto;\n    font-size: 14px;\n  }\n\n  @media (max-width: 760px) {\n    .gb-bob {\n      margin: 16px 0;\n      border-radius: 18px;\n    }\n\n    .gb-bob__inner {\n      padding: 25px 18px;\n    }\n\n    .gb-bob h2 {\n      font-size: 33px;\n    }\n\n    .gb-bob h3 {\n      font-size: 22px;\n    }\n\n    .gb-bob__stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gb-bob__features,\n    .gb-bob__care,\n    .gb-bob__links {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-bob__callout::after {\n      right: 0;\n      bottom: -17px;\n      font-size: 85px;\n    }\n  }\n\n  @media (max-width: 460px) {\n    .gb-bob__stat {\n      min-height: 98px;\n      padding: 17px 9px;\n    }\n\n    .gb-bob__stat-value {\n      font-size: 21px;\n    }\n\n    .gb-bob__spec-table th,\n    .gb-bob__spec-table td {\n      display: block;\n      width: 100%;\n      padding: 11px 15px;\n    }\n\n    .gb-bob__spec-table th {\n      padding-bottom: 4px;\n      border-bottom: 0;\n    }\n\n    .gb-bob__spec-table td {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"gb-bob\" aria-label=\"Chongz Bob 9mm Heavy Glass Ice Bong\"\u003e\n  \u003cdiv class=\"gb-bob__inner\"\u003e\n\n    \u003cdiv class=\"gb-bob__badge\"\u003e\n      \u003cspan class=\"gb-bob__badge-dot\"\u003e\u003c\/span\u003e\n      Chongz • 9mm Glass • Ice Pinch\n    \u003c\/div\u003e\n\n    \u003ch2\u003eChongz Bob \u003cspan\u003e9mm Heavy Glass Ice Bong\u003c\/span\u003e – 35cm\u003c\/h2\u003e\n\n    \u003cp class=\"gb-bob__intro\"\u003e\n      Straightforward, substantial and built with some serious glass, the\n      \u003cstrong\u003eChongz Bob\u003c\/strong\u003e is a 35cm straight-tube bong constructed from\n      exceptionally thick \u003cstrong\u003e9mm borosilicate glass\u003c\/strong\u003e.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its uncluttered design places the emphasis on durability and practical everyday use.\n      A built-in ice pinch provides the option of adding ice to the neck, while the removable\n      diffused downstem and wide circular foot complete this clean, heavyweight setup.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gb-bob__callout\"\u003e\n      \u003cdiv class=\"gb-bob__callout-content\"\u003e\n        \u003cspan class=\"gb-bob__eyebrow\"\u003eHeavy glass construction\u003c\/span\u003e\n        \u003cspan class=\"gb-bob__callout-title\"\u003e\n          A no-nonsense 35cm straight bong made from 9mm glass\n        \u003c\/span\u003e\n        \u003cp\u003e\n          The unusually thick borosilicate glass gives Bob a reassuringly substantial feel,\n          while orange accents add warmth to the otherwise crystal-clear design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__stats\" aria-label=\"Product highlights\"\u003e\n      \u003cdiv class=\"gb-bob__stat\"\u003e\n        \u003cspan class=\"gb-bob__stat-value\"\u003e35cm\u003c\/span\u003e\n        \u003cspan class=\"gb-bob__stat-label\"\u003eOverall height\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-bob__stat\"\u003e\n        \u003cspan class=\"gb-bob__stat-value\"\u003e9mm\u003c\/span\u003e\n        \u003cspan class=\"gb-bob__stat-label\"\u003eGlass thickness\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-bob__stat\"\u003e\n        \u003cspan class=\"gb-bob__stat-value\"\u003eIce\u003c\/span\u003e\n        \u003cspan class=\"gb-bob__stat-label\"\u003ePinch fitted\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-bob__stat\"\u003e\n        \u003cspan class=\"gb-bob__stat-value\"\u003eOrange\u003c\/span\u003e\n        \u003cspan class=\"gb-bob__stat-label\"\u003eGlass accents\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eWhy Bob stands out\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-bob__features\"\u003e\n        \u003cdiv class=\"gb-bob__feature\"\u003e\n          \u003cdiv class=\"gb-bob__feature-icon\"\u003e9\u003c\/div\u003e\n          \u003cspan class=\"gb-bob__feature-title\"\u003eExceptionally thick glass\u003c\/span\u003e\n          \u003cp\u003e\n            The 9mm borosilicate construction gives this bong considerably more substance\n            than a typical lightweight glass piece.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-bob__feature\"\u003e\n          \u003cdiv class=\"gb-bob__feature-icon\"\u003e❄\u003c\/div\u003e\n          \u003cspan class=\"gb-bob__feature-title\"\u003eIntegrated ice pinch\u003c\/span\u003e\n          \u003cp\u003e\n            Glass pinches inside the neck allow ice to be held above the water chamber\n            when a cooler setup is preferred.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-bob__feature\"\u003e\n          \u003cdiv class=\"gb-bob__feature-icon\"\u003e◎\u003c\/div\u003e\n          \u003cspan class=\"gb-bob__feature-title\"\u003eWide circular base\u003c\/span\u003e\n          \u003cp\u003e\n            The generously sized flat foot supports the tall straight body and gives the\n            bong a confident, well-balanced appearance.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-bob__feature\"\u003e\n          \u003cdiv class=\"gb-bob__feature-icon\"\u003e↘\u003c\/div\u003e\n          \u003cspan class=\"gb-bob__feature-title\"\u003eRemovable diffused downstem\u003c\/span\u003e\n          \u003cp\u003e\n            The removable downstem includes diffusion slits and can be separated from the\n            main body for more convenient cleaning.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eSimple design, heavyweight execution\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Bob follows a proven straight-tube format rather than covering the glass in unnecessary\n        chambers or decoration. The open shape keeps the substantial construction visible and\n        makes the bong easier to inspect when filling or cleaning.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Orange detailing around the mouthpiece, base, downstem and bowl brings the design together,\n        while the bold Chongz branding provides a distinctive finish. It is an excellent option\n        for anyone who wants a traditional straight glass bong with an unusually robust build.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eProduct specifications\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-bob__spec-wrap\"\u003e\n        \u003ctable class=\"gb-bob__spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n              \u003ctd\u003eStraight glass ice bong\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBrand\u003c\/th\u003e\n              \u003ctd\u003eChongz\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eModel\u003c\/th\u003e\n              \u003ctd\u003eBob\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n              \u003ctd\u003eApproximately 35cm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eGlass thickness\u003c\/th\u003e\n              \u003ctd\u003e9mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMaterial\u003c\/th\u003e\n              \u003ctd\u003eBorosilicate glass\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eCooling feature\u003c\/th\u003e\n              \u003ctd\u003eIntegrated ice pinch\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eDownstem\u003c\/th\u003e\n              \u003ctd\u003eRemovable diffused glass downstem\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eBase\u003c\/th\u003e\n              \u003ctd\u003eWide circular glass foot\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n              \u003ctd\u003eClear glass with orange accents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003ePackaging\u003c\/th\u003e\n              \u003ctd\u003eChongz branded box\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupplier reference\u003c\/th\u003e\n              \u003ctd\u003eWP-GCH471C\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-bob__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003eSpecification clarification:\u003c\/strong\u003e this model is made from 9mm glass.\n          The separate 5mm reference appearing in part of the supplier title is inconsistent\n          with the confirmed specification for product code WP-GCH471C.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eCare and handling\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-bob__care\"\u003e\n        \u003cdiv class=\"gb-bob__care-item\"\u003e\n          \u003cspan class=\"gb-bob__care-number\"\u003e01\u003c\/span\u003e\n          \u003cstrong\u003eRefresh the water\u003c\/strong\u003e\n          \u003cp\u003e\n            Change the water regularly to reduce residue and keep the clear glass looking clean.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-bob__care-item\"\u003e\n          \u003cspan class=\"gb-bob__care-number\"\u003e02\u003c\/span\u003e\n          \u003cstrong\u003eRemove loose components\u003c\/strong\u003e\n          \u003cp\u003e\n            Take out the bowl and downstem carefully before cleaning or moving the main body.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-bob__care-item\"\u003e\n          \u003cspan class=\"gb-bob__care-number\"\u003e03\u003c\/span\u003e\n          \u003cstrong\u003eAvoid thermal shock\u003c\/strong\u003e\n          \u003cp\u003e\n            Never expose the glass to a sudden change between very hot and very cold temperatures.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eExplore more from Gorilla Bongs\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-bob__links\"\u003e\n        \u003ca class=\"gb-bob__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/glass-bongs\"\u003e\n          \u003cspan class=\"gb-bob__link-label\"\u003eBrowse the range\u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-title\"\u003e\n            Glass Bongs \u003cspan class=\"gb-bob__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-copy\"\u003e\n            Compare straight glass, beaker and specialist glass bong designs.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"gb-bob__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/ice-bongs\"\u003e\n          \u003cspan class=\"gb-bob__link-label\"\u003eBuilt for ice\u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-title\"\u003e\n            Ice Bongs \u003cspan class=\"gb-bob__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-copy\"\u003e\n            Explore more glass bongs featuring integrated ice pinches and coolable necks.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"gb-bob__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/new-bongs\"\u003e\n          \u003cspan class=\"gb-bob__link-label\"\u003eRecently added\u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-title\"\u003e\n            New Bongs \u003cspan class=\"gb-bob__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-bob__link-copy\"\u003e\n            See the newest glass, acrylic and novelty arrivals at Gorilla Bongs.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__section gb-bob__faq\"\u003e\n      \u003ch3 class=\"gb-bob__section-heading\"\u003eFrequently asked questions\u003c\/h3\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow thick is the Chongz Bob bong?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            This version of the Chongz Bob is constructed from exceptionally thick 9mm glass.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is it?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            It measures approximately 35cm from the base to the top of the mouthpiece.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes the bong have an ice catcher?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. It has an integrated ice pinch inside the straight neck for holding ice above\n            the main water chamber.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eCan the downstem be removed?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The diffused glass downstem is removable, making the individual components\n            more accessible during cleaning.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs 9mm glass unbreakable?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            No glass product is unbreakable. The substantial 9mm construction provides an\n            especially solid build, but it must still be handled and stored carefully.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat colour are the accents?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-bob__faq-answer\"\u003e\n          \u003cp\u003e\n            This version has warm orange or amber-coloured detailing against a clear glass body.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-bob__footer\"\u003e\n      \u003cstrong\u003eThick glass. Classic shape. No unnecessary complications.\u003c\/strong\u003e\n      \u003cp\u003e\n        With its 9mm borosilicate construction, 35cm straight body, ice pinch and removable\n        downstem, the Chongz Bob is a serious heavyweight disguised as a simple everyday bong.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Bongs","offers":[{"title":"Default Title","offer_id":57506259501436,"sku":"WP-GCH471C","price":57.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/WP-GCH471C-ChongzGlass35cm9mmBob5mmOrangeAccentWaterpipe.png?v=1790451704","url":"https:\/\/www.bongs.co.uk\/products\/chongz-bob-9mm-heavy-glass-ice-bong-orange-35cm","provider":"Bongs","version":"1.0","type":"link"}