{"product_id":"chongz-wizard-s-sleeve-dual-perc-glass-bong-green-27-5cm","title":"Chongz Wizard’s Sleeve Dual Perc Glass Bong – Green, 27.5cm","description":"\u003cstyle\u003e\n  .gb-wizard,\n  .gb-wizard * {\n    box-sizing: border-box;\n  }\n\n  .gb-wizard {\n    --bg: #07100c;\n    --panel: #101a15;\n    --panel-2: #15231b;\n    --green: #45e36f;\n    --lime: #a7ff6a;\n    --emerald: #139447;\n    --white: #f7fff9;\n    --muted: #b7c8bc;\n    --line: rgba(69, 227, 111, 0.2);\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(69, 227, 111, 0.15), transparent 32%),\n      radial-gradient(circle at 0% 100%, rgba(19, 148, 71, 0.12), transparent 30%),\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-wizard a {\n    color: inherit;\n  }\n\n  .gb-wizard__inner {\n    padding: 38px;\n  }\n\n  .gb-wizard__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(69, 227, 111, 0.4);\n    border-radius: 999px;\n    background: rgba(69, 227, 111, 0.09);\n    color: var(--lime);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .gb-wizard__badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--green);\n    box-shadow: 0 0 14px rgba(69, 227, 111, 0.95);\n  }\n\n  .gb-wizard h2,\n  .gb-wizard h3 {\n    margin-top: 0;\n    color: var(--white);\n    line-height: 1.16;\n  }\n\n  .gb-wizard 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-wizard h2 span {\n    color: var(--green);\n  }\n\n  .gb-wizard h3 {\n    margin-bottom: 18px;\n    font-size: 25px;\n    letter-spacing: -0.02em;\n  }\n\n  .gb-wizard p {\n    margin: 0 0 17px;\n    color: var(--muted);\n    font-size: 16px;\n  }\n\n  .gb-wizard strong {\n    color: var(--white);\n  }\n\n  .gb-wizard__intro {\n    max-width: 800px;\n    font-size: 18px !important;\n  }\n\n  .gb-wizard__callout {\n    position: relative;\n    margin: 30px 0;\n    overflow: hidden;\n    border: 1px solid rgba(69, 227, 111, 0.35);\n    border-radius: 18px;\n    background: linear-gradient(135deg, #10271a, #101713 60%, #07100c);\n  }\n\n  .gb-wizard__callout::after {\n    content: \"2×\";\n    position: absolute;\n    right: 12px;\n    bottom: -34px;\n    color: rgba(69, 227, 111, 0.07);\n    font-size: 145px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .gb-wizard__callout-content {\n    position: relative;\n    z-index: 1;\n    padding: 27px;\n  }\n\n  .gb-wizard__eyebrow {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--lime);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .gb-wizard__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-wizard__callout p {\n    max-width: 690px;\n    margin: 0;\n  }\n\n  .gb-wizard__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin: 26px 0 39px;\n  }\n\n  .gb-wizard__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, #17221b, #0c130f);\n    text-align: center;\n  }\n\n  .gb-wizard__stat-value {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--green);\n    font-size: 24px;\n    font-weight: 900;\n    line-height: 1;\n  }\n\n  .gb-wizard__stat-label {\n    color: #d0ddd3;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .gb-wizard__section {\n    margin-top: 39px;\n  }\n\n  .gb-wizard__section-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .gb-wizard__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(--lime), var(--emerald));\n  }\n\n  .gb-wizard__features {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .gb-wizard__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-wizard__feature:hover {\n    transform: translateY(-2px);\n    border-color: rgba(69, 227, 111, 0.38);\n  }\n\n  .gb-wizard__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(69, 227, 111, 0.28);\n    border-radius: 12px;\n    background: rgba(69, 227, 111, 0.09);\n    color: var(--lime);\n    font-size: 19px;\n    font-weight: 900;\n  }\n\n  .gb-wizard__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-wizard__feature p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-wizard__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-wizard__spec-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .gb-wizard__spec-table th,\n  .gb-wizard__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-wizard__spec-table tr:last-child th,\n  .gb-wizard__spec-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gb-wizard__spec-table th {\n    width: 38%;\n    background: rgba(255, 255, 255, 0.025);\n    color: var(--lime);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .gb-wizard__spec-table td {\n    color: #e8f1ea;\n    font-size: 15px;\n  }\n\n  .gb-wizard__notice {\n    margin-top: 17px;\n    padding: 17px 19px;\n    border-left: 4px solid var(--green);\n    border-radius: 4px 13px 13px 4px;\n    background: rgba(69, 227, 111, 0.08);\n  }\n\n  .gb-wizard__notice p {\n    margin: 0;\n    color: #d2ded5;\n    font-size: 14px;\n  }\n\n  .gb-wizard__care {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .gb-wizard__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-wizard__care-number {\n    display: block;\n    margin-bottom: 9px;\n    color: var(--green);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 0.08em;\n  }\n\n  .gb-wizard__care-item strong {\n    display: block;\n    margin-bottom: 6px;\n  }\n\n  .gb-wizard__care-item p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-wizard__links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 13px;\n  }\n\n  .gb-wizard__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, #17221b, #0c130f);\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-wizard__link-card:hover {\n    transform: translateY(-3px);\n    border-color: rgba(69, 227, 111, 0.55);\n  }\n\n  .gb-wizard__link-label {\n    display: block;\n    margin-bottom: 7px;\n    color: var(--lime);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.11em;\n    text-transform: uppercase;\n  }\n\n  .gb-wizard__link-title {\n    display: block;\n    margin-bottom: 8px;\n    font-size: 17px;\n    font-weight: 800;\n    line-height: 1.25;\n  }\n\n  .gb-wizard__link-copy {\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .gb-wizard__arrow {\n    margin-left: 5px;\n    color: var(--green);\n  }\n\n  .gb-wizard__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-wizard__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-wizard__faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .gb-wizard__faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    color: var(--green);\n    font-size: 23px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .gb-wizard__faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .gb-wizard__faq-answer {\n    padding: 0 19px 18px;\n  }\n\n  .gb-wizard__faq-answer p {\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .gb-wizard__footer {\n    margin-top: 39px;\n    padding: 24px;\n    border: 1px solid rgba(69, 227, 111, 0.3);\n    border-radius: 18px;\n    background: linear-gradient(135deg, rgba(69, 227, 111, 0.12), rgba(69, 227, 111, 0.03));\n    text-align: center;\n  }\n\n  .gb-wizard__footer strong {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 20px;\n  }\n\n  .gb-wizard__footer p {\n    max-width: 670px;\n    margin: 0 auto;\n    font-size: 14px;\n  }\n\n  @media (max-width: 760px) {\n    .gb-wizard {\n      margin: 16px 0;\n      border-radius: 18px;\n    }\n\n    .gb-wizard__inner {\n      padding: 25px 18px;\n    }\n\n    .gb-wizard h2 {\n      font-size: 33px;\n    }\n\n    .gb-wizard h3 {\n      font-size: 22px;\n    }\n\n    .gb-wizard__stats {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .gb-wizard__features,\n    .gb-wizard__care,\n    .gb-wizard__links {\n      grid-template-columns: 1fr;\n    }\n\n    .gb-wizard__callout::after {\n      right: 8px;\n      bottom: -18px;\n      font-size: 90px;\n    }\n  }\n\n  @media (max-width: 460px) {\n    .gb-wizard__stat {\n      min-height: 98px;\n      padding: 17px 9px;\n    }\n\n    .gb-wizard__stat-value {\n      font-size: 21px;\n    }\n\n    .gb-wizard__spec-table th,\n    .gb-wizard__spec-table td {\n      display: block;\n      width: 100%;\n      padding: 11px 15px;\n    }\n\n    .gb-wizard__spec-table th {\n      padding-bottom: 4px;\n      border-bottom: 0;\n    }\n\n    .gb-wizard__spec-table td {\n      padding-top: 3px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"gb-wizard\" aria-label=\"Chongz Wizard’s Sleeve Dual Perc Glass Bong\"\u003e\n  \u003cdiv class=\"gb-wizard__inner\"\u003e\n\n    \u003cdiv class=\"gb-wizard__badge\"\u003e\n      \u003cspan class=\"gb-wizard__badge-dot\"\u003e\u003c\/span\u003e\n      Chongz • Dual Perc • Green Glass Accents\n    \u003c\/div\u003e\n\n    \u003ch2\u003eChongz Wizard’s Sleeve \u003cspan\u003eDual Perc Glass Bong\u003c\/span\u003e – 27.5cm\u003c\/h2\u003e\n\n    \u003cp class=\"gb-wizard__intro\"\u003e\n      The \u003cstrong\u003eChongz Wizard’s Sleeve\u003c\/strong\u003e is anything but ordinary. This distinctive\n      27.5cm glass bong combines two green percolator chambers, an elongated curved mouthpiece\n      and vivid matching glass accents in one compact, characterful design.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Its unusual layout immediately separates it from a conventional straight-tube or beaker bong.\n      The main chamber and additional side chamber each contain a visible multi-arm percolator,\n      creating a visually striking dual-stage setup without requiring a towering overall height.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"gb-wizard__callout\"\u003e\n      \u003cdiv class=\"gb-wizard__callout-content\"\u003e\n        \u003cspan class=\"gb-wizard__eyebrow\"\u003eDouble the visual impact\u003c\/span\u003e\n        \u003cspan class=\"gb-wizard__callout-title\"\u003eTwo green percolator chambers in one compact glass bong\u003c\/span\u003e\n        \u003cp\u003e\n          The coordinated green internals, green foot and matching bowl details create a unified\n          design, while the long curved neck gives the Wizard’s Sleeve its unmistakable silhouette.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__stats\" aria-label=\"Product highlights\"\u003e\n      \u003cdiv class=\"gb-wizard__stat\"\u003e\n        \u003cspan class=\"gb-wizard__stat-value\"\u003e27.5cm\u003c\/span\u003e\n        \u003cspan class=\"gb-wizard__stat-label\"\u003eOverall height\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-wizard__stat\"\u003e\n        \u003cspan class=\"gb-wizard__stat-value\"\u003eDual\u003c\/span\u003e\n        \u003cspan class=\"gb-wizard__stat-label\"\u003ePerc chambers\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-wizard__stat\"\u003e\n        \u003cspan class=\"gb-wizard__stat-value\"\u003eGlass\u003c\/span\u003e\n        \u003cspan class=\"gb-wizard__stat-label\"\u003eConstruction\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-wizard__stat\"\u003e\n        \u003cspan class=\"gb-wizard__stat-value\"\u003eGreen\u003c\/span\u003e\n        \u003cspan class=\"gb-wizard__stat-label\"\u003eAccent colour\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eWhy this Chongz bong stands out\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-wizard__features\"\u003e\n        \u003cdiv class=\"gb-wizard__feature\"\u003e\n          \u003cdiv class=\"gb-wizard__feature-icon\"\u003e2×\u003c\/div\u003e\n          \u003cspan class=\"gb-wizard__feature-title\"\u003eTwo percolator chambers\u003c\/span\u003e\n          \u003cp\u003e\n            Visible percolators appear inside both the main body and the smaller secondary\n            chamber, giving the piece its distinctive dual-stage configuration.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-wizard__feature\"\u003e\n          \u003cdiv class=\"gb-wizard__feature-icon\"\u003e↗\u003c\/div\u003e\n          \u003cspan class=\"gb-wizard__feature-title\"\u003eCurved glass mouthpiece\u003c\/span\u003e\n          \u003cp\u003e\n            The tall, gently angled mouthpiece brings additional height and creates the unusual\n            profile behind the Wizard’s Sleeve name.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-wizard__feature\"\u003e\n          \u003cdiv class=\"gb-wizard__feature-icon\"\u003e27\u003c\/div\u003e\n          \u003cspan class=\"gb-wizard__feature-title\"\u003eCompact statement piece\u003c\/span\u003e\n          \u003cp\u003e\n            At approximately 27.5cm, it delivers a complex and eye-catching layout without\n            occupying the space required by a much taller bong.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-wizard__feature\"\u003e\n          \u003cdiv class=\"gb-wizard__feature-icon\"\u003eG\u003c\/div\u003e\n          \u003cspan class=\"gb-wizard__feature-title\"\u003eCoordinated green detailing\u003c\/span\u003e\n          \u003cp\u003e\n            Green percolators, a green glass foot and matching bowl accents contrast cleanly\n            against the transparent glass body.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eA bong with genuine personality\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Plenty of glass bongs follow the same familiar outline. The Wizard’s Sleeve takes a more\n        creative route, placing its secondary chamber beside the main body and extending the\n        mouthpiece upwards in a sweeping curve.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Clear outer glass keeps every part of the construction visible, while the green internals\n        add colour exactly where it has the most impact. The result is recognisably Chongz:\n        unconventional, memorable and highly displayable.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eProduct specifications\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-wizard__spec-wrap\"\u003e\n        \u003ctable class=\"gb-wizard__spec-table\"\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eProduct type\u003c\/th\u003e\n              \u003ctd\u003eDual-percolator glass 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\u003eWizard’s Sleeve\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eHeight\u003c\/th\u003e\n              \u003ctd\u003eApproximately 27.5cm\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 layout\u003c\/th\u003e\n              \u003ctd\u003eTwo visible multi-arm percolator chambers\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eColour\u003c\/th\u003e\n              \u003ctd\u003eClear glass with green accents\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eMouthpiece\u003c\/th\u003e\n              \u003ctd\u003eExtended curved glass mouthpiece\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"row\"\u003eSupplier reference\u003c\/th\u003e\n              \u003ctd\u003eWP-GCH46\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gb-wizard__notice\"\u003e\n        \u003cp\u003e\n          \u003cstrong\u003ePlease note:\u003c\/strong\u003e the joint size and glass thickness have not been stated\n          by the supplier, so no unverified measurements have been included in this listing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eCare and cleaning\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-wizard__care\"\u003e\n        \u003cdiv class=\"gb-wizard__care-item\"\u003e\n          \u003cspan class=\"gb-wizard__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 chambers looking their best.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-wizard__care-item\"\u003e\n          \u003cspan class=\"gb-wizard__care-number\"\u003e02\u003c\/span\u003e\n          \u003cstrong\u003eClean both chambers\u003c\/strong\u003e\n          \u003cp\u003e\n            Use a suitable glass-cleaning solution and allow enough time for it to reach both sections.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gb-wizard__care-item\"\u003e\n          \u003cspan class=\"gb-wizard__care-number\"\u003e03\u003c\/span\u003e\n          \u003cstrong\u003eHandle carefully\u003c\/strong\u003e\n          \u003cp\u003e\n            Support the main body when moving or cleaning the bong and avoid lifting it by the side chamber.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eExplore more from Gorilla Bongs\u003c\/h3\u003e\n\n      \u003cdiv class=\"gb-wizard__links\"\u003e\n        \u003ca class=\"gb-wizard__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/percolator-bongs\"\u003e\n          \u003cspan class=\"gb-wizard__link-label\"\u003eMore filtration designs\u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-title\"\u003e\n            Percolator Bongs \u003cspan class=\"gb-wizard__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-copy\"\u003e\n            Explore more glass bongs featuring built-in percolators and distinctive chamber designs.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"gb-wizard__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/glass-bongs\"\u003e\n          \u003cspan class=\"gb-wizard__link-label\"\u003eBrowse the range\u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-title\"\u003e\n            Glass Bongs \u003cspan class=\"gb-wizard__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-copy\"\u003e\n            Compare clear glass, coloured glass and specialist bong designs in different sizes.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n\n        \u003ca class=\"gb-wizard__link-card\" href=\"https:\/\/www.bongs.co.uk\/collections\/new-bongs\"\u003e\n          \u003cspan class=\"gb-wizard__link-label\"\u003eRecently added\u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-title\"\u003e\n            New Bongs \u003cspan class=\"gb-wizard__arrow\"\u003e→\u003c\/span\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"gb-wizard__link-copy\"\u003e\n            Discover the latest glass, acrylic and novelty pieces added to Gorilla Bongs.\n          \u003c\/span\u003e\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__section gb-wizard__faq\"\u003e\n      \u003ch3 class=\"gb-wizard__section-heading\"\u003eFrequently asked questions\u003c\/h3\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow tall is the Chongz Wizard’s Sleeve?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            The bong measures approximately 27.5cm tall.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it contain two percolators?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            Yes. The product has two visible multi-arm percolator sections: one inside the main\n            chamber and another inside the smaller chamber positioned alongside it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat colour is this model?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            It has a predominantly clear glass body with vivid green percolators, base detailing\n            and matching green accents.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the mouthpiece straight?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            No. This model has an elongated glass mouthpiece with a gentle backward curve.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eIs the glass thickness known?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            The supplier has not provided a confirmed glass-thickness measurement for this model.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails\u003e\n        \u003csummary\u003eHow should the chambers be cleaned?\u003c\/summary\u003e\n        \u003cdiv class=\"gb-wizard__faq-answer\"\u003e\n          \u003cp\u003e\n            Use a specialist glass-bong cleaning solution, rinse both chambers thoroughly and\n            allow the piece to dry completely before storing it.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"gb-wizard__footer\"\u003e\n      \u003cstrong\u003eDistinctive Chongz engineering in vivid green.\u003c\/strong\u003e\n      \u003cp\u003e\n        Two percolator chambers, an unusual curved mouthpiece and coordinated green glass detailing\n        make the Wizard’s Sleeve a proper conversation piece.\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":57506249933180,"sku":"WP-GCH46","price":44.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0778\/1240\/0417\/files\/WP-GCH46-GLASSChongz27.5cmWizard_sSleevelizardgreen_DL2.png?v=1790450711","url":"https:\/\/www.bongs.co.uk\/products\/chongz-wizard-s-sleeve-dual-perc-glass-bong-green-27-5cm","provider":"Bongs","version":"1.0","type":"link"}