{"product_id":"ghost-bucket","title":"GHÖST Crystal Clear Wash Bucket","description":"\u003cstyle\u003e\n  .dd-gh {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #1a1a1a;\n    line-height: 1.65;\n    max-width: 680px;\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .dd-gh__hero {\n    background: #0d0d0d;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #19a3c4;\n    margin-bottom: 0;\n  }\n  .dd-gh__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #19a3c4;\n    margin: 0 0 8px;\n  }\n  .dd-gh__title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.15;\n    margin: 0 0 10px;\n  }\n  .dd-gh__tagline {\n    font-size: 13px;\n    color: #8fc7d4;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-gh__tagline strong {\n    color: #19a3c4;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-gh__lead {\n    padding: 18px 20px;\n    background: #eef6f8;\n    border-left: 3px solid #19a3c4;\n    margin-bottom: 0;\n  }\n  .dd-gh__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #333;\n    margin: 0 0 10px;\n  }\n  .dd-gh__lead p:last-child { margin: 0; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-gh__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #c7dfe6;\n    border-bottom: 1px solid #c7dfe6;\n  }\n  .dd-gh__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #c7dfe6;\n    background: #fff;\n  }\n  .dd-gh__stat:last-child { border-right: none; }\n  .dd-gh__stat-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #999;\n    margin: 0 0 4px;\n  }\n  .dd-gh__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #0d0d0d;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-gh__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .dd-gh__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #19a3c4;\n    margin: 0 0 12px;\n  }\n\n  \/* ── SPEC TABLE ── *\/\n  .dd-gh__spec-grid {\n    background: #fff;\n    border-top: 1px solid #c7dfe6;\n    border-bottom: 1px solid #c7dfe6;\n    padding: 20px 20px 18px;\n  }\n  .dd-gh__spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 12px;\n  }\n  .dd-gh__spec-table th {\n    text-align: left;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #999;\n    padding: 0 12px 8px 0;\n    border-bottom: 1px solid #c7dfe6;\n  }\n  .dd-gh__spec-table td {\n    padding: 7px 12px 7px 0;\n    color: #444;\n    border-bottom: 1px solid #eaf3f5;\n    vertical-align: middle;\n  }\n  .dd-gh__spec-table tr:last-child td { border-bottom: none; }\n  .dd-gh__spec-table .sp-val {\n    font-weight: 700;\n    color: #19a3c4;\n    font-size: 13px;\n  }\n  .dd-gh__spec-table .sp-method {\n    font-weight: 600;\n    color: #0d0d0d;\n  }\n\n  \/* ── DIFFERENTIATORS ── *\/\n  .dd-gh__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #c7dfe6;\n    border-bottom: 1px solid #c7dfe6;\n  }\n  .dd-gh__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-gh__diff-item:last-child { margin-bottom: 0; }\n  .dd-gh__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #0d0d0d;\n    border-radius: 50%;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .dd-gh__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #19a3c4;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-gh__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-gh__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #0d0d0d;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .dd-gh__quote {\n    padding: 18px 20px;\n    background: #0d0d0d;\n    border-left: 3px solid #19a3c4;\n  }\n  .dd-gh__quote p {\n    font-size: 15px;\n    font-style: italic;\n    color: #8fc7d4;\n    margin: 0 0 6px;\n    line-height: 1.5;\n  }\n  .dd-gh__quote cite {\n    font-size: 10px;\n    font-style: normal;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #19a3c4;\n  }\n\n  \/* ── CALLOUT ── *\/\n  .dd-gh__callout {\n    padding: 18px 20px;\n    background: #eef6f8;\n    border-top: 1px solid #c7dfe6;\n    border-bottom: 1px solid #c7dfe6;\n  }\n  .dd-gh__callout p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-gh__callout p:last-child { margin: 0; }\n  .dd-gh__callout strong { color: #0d0d0d; }\n\n  \/* ── FAQ ── *\/\n  .dd-gh__faq {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #c7dfe6;\n    border-bottom: 1px solid #c7dfe6;\n  }\n  .dd-gh__faq-item {\n    margin-bottom: 14px;\n  }\n  .dd-gh__faq-item:last-child { margin-bottom: 0; }\n  .dd-gh__faq-q {\n    font-size: 13px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 4px;\n  }\n  .dd-gh__faq-a {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ── FEATURES STRIP ── *\/\n  .dd-gh__care {\n    padding: 16px 20px;\n    background: #0d0d0d;\n    border-top: 1px solid #001b22;\n  }\n  .dd-gh__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-gh__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #8fc7d4;\n  }\n  .dd-gh__care-item svg {\n    width: 14px;\n    height: 14px;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    fill: none;\n    flex-shrink: 0;\n  }\n  .dd-gh__care-item svg.ice { stroke: #19a3c4; }\n  .dd-gh__care-item--no { color: #e87070; }\n  .dd-gh__care-item--no svg { stroke: #e87070; }\n\n  \/* ── WARNING STRIP ── *\/\n  .dd-gh__warning {\n    padding: 12px 16px;\n    background: #fff8f8;\n    border: 1px solid #e8a0a0;\n    border-left: 3px solid #cc4444;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-gh__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #cc4444;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-gh__warning p {\n    font-size: 12px;\n    color: #7a1010;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-gh__warning strong { color: #5a0505; }\n\n  \/* ── INFO STRIP ── *\/\n  .dd-gh__info {\n    padding: 12px 16px;\n    background: #eef6f8;\n    border: 1px solid #c7dfe6;\n    border-left: 3px solid #19a3c4;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-gh__info svg {\n    width: 16px;\n    height: 16px;\n    stroke: #19a3c4;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-gh__info p {\n    font-size: 12px;\n    color: #12414c;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-gh__info strong { color: #082830; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-gh\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-gh__hero\"\u003e\n\u003cp class=\"dd-gh__eyebrow\"\u003eGHÖST · Crystal Clear Wash Bucket · Wash Process · Since 2017\u003c\/p\u003e\n\u003ch2 class=\"dd-gh__title\"\u003eThe Original Clear Wash Bucket.\u003cbr\u003eStill the One to Beat.\u003c\/h2\u003e\n\u003cp class=\"dd-gh__tagline\"\u003e\u003cstrong\u003ePolycarbonate Construction. Full Visibility. Professional Durability.\u003c\/strong\u003e A staple on this site since 2017 — built the same way it always has been.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-gh__lead\"\u003e\n\u003cp\u003eThe GHÖST Clear Wash Bucket has been a staple on this site since 2017. Polycarbonate offers the strength and clarity to actually see the dirt building in your wash media — not guess at it — while holding up to daily use in professional environments.\u003c\/p\u003e\n\u003cp\u003eI've been running these for 30 years. My first set lasted a decade before I simply wanted new ones — not because they failed. This isn't a new idea, not my invention by any means, but maybe the first to adopt and showcase these in auto detailing. Clear bucket makes absolute sense once you start taking your maintenance wash process seriously. Seen this bucket somewhere else recently? I know exactly where that idea came from.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STAT GRID --\u003e\n\u003cdiv class=\"dd-gh__stats\"\u003e\n\u003cdiv class=\"dd-gh__stat\"\u003e\n\u003cp class=\"dd-gh__stat-label\"\u003eMaterial\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-value\"\u003ePolycarbonate\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-sub\"\u003eChemical resistant\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__stat\"\u003e\n\u003cp class=\"dd-gh__stat-label\"\u003eOn Site Since\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-value\"\u003e2017\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-sub\"\u003eOriginal clear bucket\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__stat\"\u003e\n\u003cp class=\"dd-gh__stat-label\"\u003eCompatibility\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-value\"\u003eUniversal\u003c\/p\u003e\n\u003cp class=\"dd-gh__stat-sub\"\u003eGrit guards \u0026amp; dollies\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY A CLEAR BUCKET --\u003e\n\u003cdiv class=\"dd-gh__diff\"\u003e\n\u003cp class=\"dd-gh__section-label\"\u003eWhy a Clear Bucket\u003c\/p\u003e\n\u003cdiv class=\"dd-gh__diff-item\"\u003e\n\u003cdiv class=\"dd-gh__diff-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-text\"\u003e\n\u003cstrong\u003eSee the Dirt\u003c\/strong\u003ePolycarbonate clarity lets you watch contamination build in your wash media in real time — not guess at it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-item\"\u003e\n\u003cdiv class=\"dd-gh__diff-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-text\"\u003e\n\u003cstrong\u003eProven in Professional Environments\u003c\/strong\u003eNot a garage novelty — these hold up to daily use in working detail bays.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-item\"\u003e\n\u003cdiv class=\"dd-gh__diff-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-text\"\u003e\n\u003cstrong\u003eChemical Resistant\u003c\/strong\u003eHandles shampoos, APCs, and decon chemistry without clouding or degrading.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-item\"\u003e\n\u003cdiv class=\"dd-gh__diff-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-text\"\u003e\n\u003cstrong\u003eCompatible with Inserts \u0026amp; Dollies\u003c\/strong\u003eSized to work with standard grit guard inserts and bucket dolly systems already on the market.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-item\"\u003e\n\u003cdiv class=\"dd-gh__diff-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__diff-text\"\u003e\n\u003cstrong\u003eTakes Real Abuse\u003c\/strong\u003eIt takes an overhead smash onto pavement to actually break one. Someone's probably managed it — shipping carriers, maybe — but these handle serious force without cracking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"dd-gh__quote\"\u003e\n\u003cp\u003e\"Great sexy wash bucket !!! This is one solid and great looking wash bucket. Adds a little sexy to my wash process. Exactly what I was looking for.\"\u003c\/p\u003e\n\u003ccite\u003e— Ronald Wise Jr., Verified Buyer\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC TABLE --\u003e\n\u003cdiv class=\"dd-gh__spec-grid\"\u003e\n\u003cp class=\"dd-gh__section-label\"\u003eSizing \u0026amp; Dimensions\u003c\/p\u003e\n\u003ctable class=\"dd-gh__spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eDimension\u003c\/th\u003e\n\u003cth\u003e4.5 Gal \/ 15L\u003c\/th\u003e\n\u003cth\u003e5.5 Gal \/ 20L\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"sp-method\"\u003eHeight\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e12\"\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e15\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"sp-method\"\u003eTop Diameter\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e12.25\"\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e12.25\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"sp-method\"\u003eBottom Diameter\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e10.25\"\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e10.5\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"sp-method\"\u003eBottom Inner Diameter\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e9.6\"\u003c\/td\u003e\n\u003ctd class=\"sp-val\"\u003e9.6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT YOU'RE BUYING --\u003e\n\u003cdiv class=\"dd-gh__callout\"\u003e\n\u003cp class=\"dd-gh__section-label\"\u003eWhat You're Buying\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePrice reflects one single clear bucket.\u003c\/strong\u003e Any inserts, dollies, or pads shown in product photos are use-case examples for sizing and fitment reference only — they are not included with a bucket purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DOLLY WARNING --\u003e\n\u003cdiv class=\"dd-gh__warning\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12.01\" y1=\"17\" x2=\"12\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eUsing a bucket dolly?\u003c\/strong\u003e If the dolly's holder screws are over-compressed against the sides of the bucket, it can crack the wall over time. Snug is enough — don't force it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING INFO --\u003e\n\u003cdiv class=\"dd-gh__info\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12.01\" y1=\"16\" x2=\"12\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eShips ground only.\u003c\/strong\u003e Due to box size, this product only ships via ground service and does not qualify for free shipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"dd-gh__faq\"\u003e\n\u003cp class=\"dd-gh__section-label\"\u003eCommon Questions\u003c\/p\u003e\n\u003cdiv class=\"dd-gh__faq-item\"\u003e\n\u003cp class=\"dd-gh__faq-q\"\u003eWill this bucket crack or yellow over time?\u003c\/p\u003e\n\u003cp class=\"dd-gh__faq-a\"\u003eNo — polycarbonate is inherently more impact and UV resistant than standard PP buckets. It takes real force (an overhead smash on pavement) to break one. The one exception is dolly holder screws over-tightened against the bucket wall — keep those snug, not compressed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__faq-item\"\u003e\n\u003cp class=\"dd-gh__faq-q\"\u003eDoes it fit standard grit guards and bucket dollies?\u003c\/p\u003e\n\u003cp class=\"dd-gh__faq-a\"\u003eYes. The GHÖST bucket is sized to work with standard grit guard inserts and bucket dolly systems already on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__faq-item\"\u003e\n\u003cp class=\"dd-gh__faq-q\"\u003eShould I get the 15L or 20L?\u003c\/p\u003e\n\u003cp class=\"dd-gh__faq-a\"\u003e15L (4.5 gal) is the standard size for wash\/rinse duty and matches most grit guard inserts. 20L (5.5 gal) gives extra headroom if you're running a heavier foam ratio or prefer less frequent solution changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__faq-item\"\u003e\n\u003cp class=\"dd-gh__faq-q\"\u003eWhat's actually included in the box?\u003c\/p\u003e\n\u003cp class=\"dd-gh__faq-a\"\u003eOne clear polycarbonate bucket, sized as selected. Grit guards, inserts, dollies, and pads shown in photos are for reference only and are sold separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES STRIP --\u003e\n\u003cdiv class=\"dd-gh__care\"\u003e\n\u003cp class=\"dd-gh__section-label\"\u003eAt a Glance\u003c\/p\u003e\n\u003cdiv class=\"dd-gh__care-grid\"\u003e\n\u003cdiv class=\"dd-gh__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"ice\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Polycarbonate construction\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"ice\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Chemical resistant\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"ice\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Fits grit guards \u0026amp; dollies\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"ice\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e On site since 2017\u003c\/div\u003e\n\u003cdiv class=\"dd-gh__care-item--no dd-gh__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Not free-shipping eligible\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Schema for search rich results --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Detail-Division","offers":[{"title":"15L","offer_id":41007687893107,"sku":"CLR15L","price":34.0,"currency_code":"CAD","in_stock":true},{"title":"20L","offer_id":40881116414067,"sku":"CLR20L","price":43.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/Clear-wash-bucket-car-detailing.jpg?v=1767646336","url":"https:\/\/www.detail-division.mom\/en-ca\/products\/ghost-bucket","provider":"Detail-Division","version":"1.0","type":"link"}