{"title":"Engine Bay Detail","description":"","products":[{"product_id":"kl-n-green-monster","title":"KLiN Green Monster","description":"\n\u003cstyle\u003e\n  .dd-cc {\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-cc__hero {\n    background: #050f00;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #33aa22;\n    margin-bottom: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .dd-cc__hero-brands {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n  }\n  .dd-cc__brand-pill {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 2px;\n  }\n  .dd-cc__brand-pill--klin {\n    background: #c8a96e;\n    color: #3a2800;\n  }\n  .dd-cc__brand-pill--series {\n    background: #0a2200;\n    color: #33aa22;\n    border: 1px solid #1a5500;\n  }\n  .dd-cc__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 10px;\n  }\n  .dd-cc__tagline {\n    font-size: 12px;\n    color: #1a5500;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-cc__tagline strong {\n    color: #66cc44;\n    font-style: normal;\n  }\n\n  \/* ── INTRO ── *\/\n  .dd-cc__intro {\n    padding: 18px 20px;\n    background: #f0faf0;\n    border-left: 3px solid #33aa22;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__intro p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #1a2a1a;\n    margin: 0 0 10px;\n  }\n  .dd-cc__intro p:last-child { margin: 0; }\n  .dd-cc__intro strong { color: #050f00; }\n\n  \/* ── SPEC GRID ── *\/\n  .dd-cc__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #aaddaa;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #aaddaa;\n    background: #fff;\n  }\n  .dd-cc__stat:last-child { border-right: none; }\n  .dd-cc__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-cc__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #050f00;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-cc__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── AT A GLANCE ── *\/\n  .dd-cc__glance {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #228811;\n    margin: 0 0 12px;\n  }\n  .dd-cc__glance-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n  .dd-cc__glance-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 12px;\n    color: #444;\n    line-height: 1.5;\n  }\n  .dd-cc__glance-dot {\n    width: 18px;\n    height: 18px;\n    background: #050f00;\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-cc__glance-dot svg {\n    width: 10px;\n    height: 10px;\n    stroke: #66cc44;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-cc__glance-item strong {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    color: #050f00;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 1px;\n  }\n\n  \/* ── PERFORMANCE CALLOUT ── *\/\n  .dd-cc__performance {\n    padding: 18px 20px;\n    background: #050f00;\n    border-left: 3px solid #33aa22;\n  }\n  .dd-cc__performance .dd-cc__section-label { color: #66cc44; }\n  .dd-cc__performance p {\n    font-size: 13px;\n    color: #1a5500;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-cc__performance p:last-child { margin: 0; }\n  .dd-cc__performance strong { color: #aaeebb; }\n\n  \/* ── USE CASE BLOCK ── *\/\n  .dd-cc__ccs {\n    padding: 18px 20px;\n    background: #f0faf0;\n    border-top: 1px solid #aaddaa;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__ccs p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-cc__ccs p:last-child { margin: 0; }\n  .dd-cc__ccs strong { color: #050f00; }\n\n  \/* ── USE CASE GRID ── *\/\n  .dd-cc__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .dd-cc__use-item {\n    background: #fff;\n    border: 1px solid #aaddaa;\n    border-top: 2px solid #33aa22;\n    padding: 10px 12px;\n  }\n  .dd-cc__use-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #228811;\n    margin: 0 0 3px;\n  }\n  .dd-cc__use-note {\n    font-size: 11px;\n    color: #444;\n    line-height: 1.4;\n  }\n\n  \/* ── BADGE STRIP ── *\/\n  .dd-cc__collab-strip {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #aaddaa;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    align-items: center;\n  }\n  .dd-cc__badge {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 5px 10px;\n    border-radius: 2px;\n    background: #f0faf0;\n    color: #1a4400;\n    border: 1px solid #88cc88;\n  }\n  .dd-cc__badge--gold {\n    background: #fdf6ec;\n    color: #7a5200;\n    border-color: #e8c97a;\n  }\n\n  \/* ── CARE STRIP ── *\/\n  .dd-cc__care {\n    padding: 16px 20px;\n    background: #050f00;\n  }\n  .dd-cc__care .dd-cc__section-label { color: #66cc44; }\n  .dd-cc__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-cc__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #1a5500;\n  }\n  .dd-cc__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    stroke: #33aa22;\n  }\n  .dd-cc__care-item--no { color: #e87070; }\n  .dd-cc__care-item--no svg { stroke: #e87070; }\n\n  \/* ── ORIGIN FOOTER ── *\/\n  .dd-cc__origin {\n    padding: 12px 20px;\n    background: #020800;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .dd-cc__origin-flag { font-size: 18px; line-height: 1; }\n  .dd-cc__origin-text {\n    font-size: 11px;\n    color: #1a4400;\n    line-height: 1.4;\n  }\n  .dd-cc__origin-text strong {\n    display: block;\n    font-size: 12px;\n    color: #66cc44;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-cc\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-cc__hero\"\u003e\n\u003cdiv class=\"dd-cc__hero-brands\"\u003e\n\u003cspan class=\"dd-cc__brand-pill dd-cc__brand-pill--klin\"\u003eKLiN Korea\u003c\/span\u003e \u003cspan class=\"dd-cc__brand-pill dd-cc__brand-pill--series\"\u003eGreen Monster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"dd-cc__title\"\u003eGreen Monster.\u003cbr\u003eOne Tool for Every Dirty Job.\u003c\/h2\u003e\n\u003cp class=\"dd-cc__tagline\"\u003ePolymer-coated texture. Pressure rinse clean. \u003cstrong\u003eStreamlines your wheel and grime work without burning through your clean-side kit.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"dd-cc__intro\"\u003e\n\u003cp\u003eThe KLiN Korea Green Monster is a uniquely textured, polymer-coated towel built for the jobs that would otherwise sacrifice a brush, a mitt, or a dedicated wheel tool. Clean brake dust from wheel faces, barrels, and behind spokes — use it wet where you'd normally reach for a brush — and when you're done, pressure rinse it clean and hang it up.\u003c\/p\u003e\n\u003cp\u003eThe texture sits closer to a synthetic clay mitt than a standard microfibre, but \u003cstrong\u003ewithout the abrasiveness that makes clay mitts unsuitable for broader dirty work.\u003c\/strong\u003e Brake dust, oil, road grime, exhaust buildup — the Green Monster handles all of it with whatever cleaning chemical you're already using. If your brush selection isn't getting you there, or the sheer number of tools you're juggling is slowing you down, this is the product that simplifies the process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"dd-cc__stats\"\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003eSize\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003e40 × 36cm\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003e16″ × 14″ · edgeless\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003eConstruction\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003ePolymer coated\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003eTextured coating · captures grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003ePackaging\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003eCCS™\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003eSealed · ready to use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AT A GLANCE --\u003e\n\u003cdiv class=\"dd-cc__glance\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eAt a glance\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__glance-grid\"\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003ePolymer-Coated Texture\u003c\/strong\u003eCaptures and holds brake dust, oil, and grime rather than spreading it — the texture does the work your standard towel can't\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003ePressure Rinse Clean\u003c\/strong\u003eNo soaking required between uses — pressure rinse, hang dry, ready again. Built for repeat heavy use without degrading\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003eGets Behind Spokes\u003c\/strong\u003eFlexible enough to work into wheel barrels and behind spokes where brushes either won't fit or leave residue behind\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003eReplaces Multiple Tools\u003c\/strong\u003eWheel arches, undercarriage, exhaust systems, engine bays — one tool, multiple jobs, without compromising your paint-safe kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003eTextured — Not Abrasive\u003c\/strong\u003eSimilar feel to a synthetic clay mitt but significantly less aggressive — safe for the surfaces around wheels without the restriction that comes with clay\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\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\u003e\n\u003cstrong\u003eCCS™ Packaged\u003c\/strong\u003eArrives sealed and ready to use — same KLiN Korea packaging standard as the rest of the lineup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFORMANCE CALLOUT --\u003e\n\u003cdiv class=\"dd-cc__performance\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eStop burning through your clean-side towels on dirty work\u003c\/p\u003e\n\u003cp\u003eEvery detailer has experienced the moment where the dirty job in front of them requires a tool that's either not the right fit or too valuable to risk. A wash mitt on a wheel barrel. A good microfibre in an exhaust tip. A clay mitt on a caked wheel arch. \u003cstrong\u003eThe Green Monster exists so you don't make that call.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUse it wet with your cleaning chemical of choice — wheel cleaner, APC, degreaser — and work the surface the same way you'd use a brush or a mitt. The polymer texture captures contamination and holds it rather than redistributing it, and when the job is done, \u003cstrong\u003ea pressure rinse is all it takes to reset it for the next one.\u003c\/strong\u003e Durable for the toughest jobs and purpose-built to protect the rest of your kit from being used where it shouldn't be.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"dd-cc__ccs\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eWhere it works\u003c\/p\u003e\n\u003cp\u003eUse wet with any cleaning chemical suited to the job. \u003cstrong\u003eNot intended for paint contact\u003c\/strong\u003e — this is your dedicated dirty-work tool.\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__use-grid\"\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eWheels\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eFaces, barrels, behind spokes — brake dust and oil removal\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eArches \u0026amp; Wells\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eWheel arches and wells — scrubbing packed road grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eUndercarriage\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eFrame and undercarriage cleaning with APC or degreaser\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eExhaust\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eScrubbing exhaust systems with built-up road grime and carbon\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eEngine Bay\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eGeneral grime removal with cleaning chemical — oil, grease, dust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eTires\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eScrubbing tires clean before dressing — removes embedded brake dust and old product\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BADGE STRIP --\u003e\n\u003cdiv class=\"dd-cc__collab-strip\"\u003e\n\u003cspan class=\"dd-cc__badge\"\u003eGreen Monster\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003e40 × 36cm · 16″ × 14″\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003ePolymer-coated · edgeless\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003ePressure rinse clean\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003eCCS™ packaged\u003c\/span\u003e \u003cspan class=\"dd-cc__badge--gold dd-cc__badge\"\u003eMade in Korea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CARE STRIP --\u003e\n\u003cdiv class=\"dd-cc__care\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eCare \u0026amp; Maintenance\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__care-grid\"\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Pressure rinse clean after each use\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Soak in APC solution for heavy buildup\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M5 8l7-5 7 5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Hang dry after rinsing\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Inspect before use on any surface\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item--no dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No fabric softener\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item--no dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No bleach\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ORIGIN FOOTER --\u003e\n\u003cdiv class=\"dd-cc__origin\"\u003e\n\u003cdiv class=\"dd-cc__origin-flag\"\u003e🇰🇷\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__origin-text\"\u003e\n\u003cstrong\u003eMade in Korea — Actually.\u003c\/strong\u003e Manufactured by KLiN Korea — the same facility and standards behind every product in the lineup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KL!N","offers":[{"title":"Single","offer_id":39286680944755,"sku":"KLIN-3219","price":9.0,"currency_code":"USD","in_stock":true},{"title":"10-pk","offer_id":42408889090163,"sku":null,"price":75.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/KLiNKoreaGreenMonster-2.jpg?v=1729088405"},{"product_id":"citrus-cleanser","title":"Carbon Collective Citrus Cleanser","description":"\u003cp\u003e\u003cstrong\u003eCitrus Cleanser\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eOur Citrus Cleanser is an powerful \u003cstrong\u003epH balanced\u003c\/strong\u003e formula that removes embedded bugs, grease \u0026amp; grime, without removing waxes or sealants.\u003c\/p\u003e\n\u003cp\u003eSafe on nearly all finishes, our citrus cleanser can be used as a general use cleaner, on rubber matts, door shuts, arches, boot liners, engine bays, wheels \u0026amp; tyres.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDirections:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e– Apply before snow foaming or hand washing.\u003c\/li\u003e\n\u003cli\u003e– Spray directly onto the surface\u003c\/li\u003e\n\u003cli\u003e– Allow the formulation to dwell.\u003c\/li\u003e\n\u003cli\u003e– Heavily soiled finishes can be agitated with a soft bristle brush.\u003c\/li\u003e\n\u003cli\u003e– Rinse with copious amounts of water until water runs clear.\u003c\/li\u003e\n\u003cli\u003e– Do not allow product to dry on any surface\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Carbon Collective","offers":[{"title":"1L","offer_id":31478569664627,"sku":"","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":40111251685491,"sku":"","price":105.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/citrus1024-1.jpg?v=1604132752"},{"product_id":"ultra-soft-detailing-brush-set","title":"Carbon Collective Ultra Soft Detailing Brush Set","description":"\u003cdiv id=\"product-description\" class=\"accordion-body collapse in\"\u003e\n\u003cdiv class=\"accordion-inner\"\u003e\n\u003cp\u003eOur \u003cstrong\u003eDetailing Brushes\u003c\/strong\u003e are designed for the professional detailer, the Ultra Soft synthetic bristles are designed to remove dust \u0026amp; debris from the most sensitive of surfaces without scratching.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e– Non-scratch construction. \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Ergonomic design. \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Ultra Soft synthetic bristles.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e – Can be used wet or dry. \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Can be used with cleaning products.\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis set contains 4 Ultra Soft Detailing Brushes:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 10 210mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 12 220mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 16 230mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 18 240mm Brush\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":31478424174707,"sku":"CC.UltraBrush","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/brushes1024.jpg?v=1604132770"},{"product_id":"sateen-rubber-tyre-protectant-2-0","title":"Carbon Collective Sateen Rubber \u0026 Tyre Protectant 2.0","description":"\u003cp\u003e\u003cstrong\u003eUnlike any other product on the market, our revolutionary new formulation creates a durable coating which bonds to the surface and cures to become dry to the touch. Ensuring no sling or transfer!\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSateen\u003c\/strong\u003e‘s anti-static properties repels dust, dirt \u0026amp; water, becoming the new active layer on the surface.\u003c\/p\u003e\n\u003cp\u003eWater-based \u0026amp; durable, providing a long-lasting UV protective layer on tyres \u0026amp; rubber, lasting weeks, not days!\u003c\/p\u003e\n\u003cp\u003eWhen 1 coat is applied, rubber is left with a rich satin finish, resistant to water, oil \u0026amp; dirt.\u003c\/p\u003e\n\u003cp\u003eLayering up additional coats increases gloss levels. For a long-lasting wet-look finish, apply 2-3 coats, 15 minutes apart.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e– Water-Based\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Long-Lasting\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Water Repellant\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Oil Repellant\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Dirt Repellant\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No Sling\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Satin Finish (1 coat)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Gloss Finish (2-3 coats)\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Durability of 3+ weeks\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eDirections For Use:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eEnsure all previous tire dressings and silicones have been removed prior to application.\u003c\/p\u003e\n\u003cp\u003eClean surface thoroughly with APC or Citrus Cleanser to remove dirt \u0026amp; old dressings.\u003c\/p\u003e\n\u003cp\u003eAlways apply on a dry surface, if possible dry with our Air Force 1 Dryer.\u003c\/p\u003e\n\u003cp\u003eApply 3-4 sprays onto one of our foam tyre applicators.\u003c\/p\u003e\n\u003cp\u003eApply evenly over the surface until the desired effect is achieved.\u003c\/p\u003e\n\u003cp\u003eThe coating will begin to clear as the coating cures.\u003c\/p\u003e\n\u003cp\u003eApply 2 coats for maximum gloss.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Carbon Collective","offers":[{"title":"5L","offer_id":40153241419891,"sku":"","price":180.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/sateen1-1024.jpg?v=1630438021"},{"product_id":"nuovo-sio2-interior-detailer","title":"Carbon Collective Nuovo SiO2 Plastic Protectant","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Carbon Collective Nuovo | SiO2 Plastic Protectant\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-nu {\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-nu__hero {\n    background: #1c1c1c;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #d4006e;\n    margin-bottom: 0;\n  }\n  .dd-nu__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #d4006e;\n    margin: 0 0 8px;\n  }\n  .dd-nu__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 6px;\n  }\n  .dd-nu__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #777;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-nu__tagline {\n    font-size: 13px;\n    color: #aaa;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #2e2e2e;\n    padding-top: 10px;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-nu__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-nu__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-nu__lead p:last-child { margin: 0; }\n  .dd-nu__lead strong { color: #1c1c1c; }\n  .dd-nu__lead a { color: #9a004e; text-decoration: underline; }\n  .dd-nu__lead a:hover { color: #d4006e; }\n\n  \/* ── SECTION LABELS ── *\/\n  .dd-nu__section {\n    padding: 14px 20px 6px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n  }\n  .dd-nu__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #9a004e;\n    margin: 0 0 12px;\n  }\n\n  \/* ── DURABILITY CARDS ── *\/\n  .dd-nu__durability {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .dd-nu__dur-card {\n    border: 1px solid #e0dbd0;\n    padding: 14px 10px;\n    text-align: center;\n    background: #fafaf8;\n  }\n  .dd-nu__dur-card--featured {\n    border-color: #d4006e;\n    background: #fdf0f6;\n  }\n  .dd-nu__dur-badge {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 2px 7px;\n    background: #d4006e;\n    color: #fff;\n    margin-bottom: 7px;\n  }\n  .dd-nu__dur-value {\n    font-size: 22px;\n    font-weight: 700;\n    color: #1c1c1c;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-nu__dur-card--featured .dd-nu__dur-value { color: #9a004e; }\n  .dd-nu__dur-label {\n    font-size: 10px;\n    font-weight: 700;\n    color: #555;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin: 0 0 3px;\n  }\n  .dd-nu__dur-note {\n    font-size: 11px;\n    color: #888;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .dd-nu__features {\n    padding: 0 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-nu__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-nu__feature:last-child { margin-bottom: 0; }\n  .dd-nu__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #d4006e;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .dd-nu__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-nu__feature strong { color: #1c1c1c; }\n\n  \/* ── PROPERTY TAGS ── *\/\n  .dd-nu__props {\n    padding: 12px 20px 14px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-nu__prop-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    margin-right: 4px;\n    width: 100%;\n    margin-bottom: 2px;\n  }\n  .dd-nu__prop-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n\n  \/* ── SURFACE TAGS ── *\/\n  .dd-nu__surfaces {\n    padding: 12px 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-nu__surface-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    margin-right: 4px;\n    width: 100%;\n    margin-bottom: 2px;\n  }\n  .dd-nu__surface-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n  .dd-nu__surface-tag--avoid {\n    background: #fdecea;\n    color: #7a1a10;\n    border-color: #f5c6c2;\n  }\n\n  \/* ── OLD TIMER CALLOUT — dark bg, pink accent ── *\/\n  .dd-nu__oldtimer {\n    padding: 14px 16px;\n    background: #1c1c1c;\n    border-left: 3px solid #d4006e;\n  }\n  .dd-nu__oldtimer-inner {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .dd-nu__oldtimer svg {\n    width: 16px;\n    height: 16px;\n    stroke: #d4006e;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .dd-nu__oldtimer p {\n    font-size: 13px;\n    color: #ccc;\n    margin: 0;\n    line-height: 1.7;\n  }\n  .dd-nu__oldtimer strong { color: #ffffff; }\n  .dd-nu__oldtimer em { color: #d4006e; font-style: normal; font-weight: 600; }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-nu__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-nu__steps { list-style: none; margin: 0; padding: 0; }\n  .dd-nu__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-nu__step:last-child { margin-bottom: 0; }\n  .dd-nu__step-num {\n    width: 20px;\n    height: 20px;\n    background: #d4006e;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-nu__step p { font-size: 13px; color: #333; margin: 0; line-height: 1.6; }\n  .dd-nu__step strong { color: #1c1c1c; }\n\n  \/* ── TOP TIP ── *\/\n  .dd-nu__tip {\n    padding: 10px 16px;\n    background: #fdf0f6;\n    border-left: 3px solid #d4006e;\n    border-top: 1px solid #f5c0dd;\n    font-size: 12px;\n    color: #7a0040;\n    line-height: 1.55;\n  }\n  .dd-nu__tip strong { color: #4a0028; }\n\n  \/* ── SIZE PILLS ── *\/\n  .dd-nu__sizes {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .dd-nu__size-pill {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    border: 1px solid #e0dbd0;\n    background: #fff;\n    color: #444;\n  }\n  .dd-nu__size-pill span {\n    font-size: 10px;\n    color: #999;\n    font-weight: 400;\n    margin-left: 4px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-nu\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-nu__hero\"\u003e\n\u003cp class=\"dd-nu__eyebrow\"\u003eCarbon Collective · UK · Interior \u0026amp; Exterior Plastics\u003c\/p\u003e\n\u003ch2 class=\"dd-nu__title\"\u003eNuovo — SiO2 Plastic Protectant\u003c\/h2\u003e\n\u003cp class=\"dd-nu__subtitle\"\u003eActive SiO2 · UV Protection · Anti-Static · Non-Greasy OEM Finish · Melon Scent\u003c\/p\u003e\n\u003cp class=\"dd-nu__tagline\"\u003eAt home finishing a brand new car. Equally at home bringing a 1987 interior back from the dead.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-nu__lead\"\u003e\n\u003cp\u003eCarbon Collective \u003ca href=\"https:\/\/www.detail-division.mom\/products\/nuovo-sio2-interior-detailer?_pos=1\u0026amp;_sid=11fdd14f9\u0026amp;_ss=r\"\u003eNuovo SiO2 Plastic Protectant\u003c\/a\u003e is developed with the same active SiO2 content as their coatings, ensuring maximum protection for your interior and exterior plastics. The spray \u0026amp; wipe formula leaves a \u003cstrong\u003enon-greasy OEM level finish\u003c\/strong\u003e on all plastic finishes, protecting from harmful UV rays whilst repelling dust, dirt, water \u0026amp; stains.\u003c\/p\u003e\n\u003cp\u003eNuovo is at home on a brand new vehicle — finishing off interior surfaces after a detail, locking in that fresh factory appearance with genuine SiO2 protection. And it has the inherent, almost uncanny ability to \u003cstrong\u003emassively restore the aesthetics of tired plastics on old timer vehicles\u003c\/strong\u003e from the '70s, '80s, '90s, and 2000s. Dried-out, faded, chalky trim that's been baking in the sun for decades responds to this. The difference is not subtle, and it has kept me from buying replacement parts for my old girl!\u003c\/p\u003e\n\u003cp\u003eNuovo has \u003cstrong\u003eanti-static properties\u003c\/strong\u003e — keeping surfaces free of dust and debris for longer, while the melon scent freshens the cabin. The easy-clean protective finish lasts \u003cstrong\u003e6 months on interior plastics\u003c\/strong\u003e, \u003cstrong\u003e6 months on engine bay plastics\u003c\/strong\u003e, and up to \u003cstrong\u003e3 months on exterior trim\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DURABILITY CARDS --\u003e\n\u003cdiv class=\"dd-nu__section\"\u003e\n\u003cp class=\"dd-nu__section-label\"\u003eProtection Duration\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__durability\"\u003e\n\u003cdiv class=\"dd-nu__dur-card dd-nu__dur-card--featured\"\u003e\n\u003cdiv class=\"dd-nu__dur-badge\"\u003eInterior\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-value\"\u003e6+ mo\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-label\"\u003eInterior Plastics\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-note\"\u003eTrim, vinyl, leather, dashboard surfaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-card dd-nu__dur-card--featured\"\u003e\n\u003cdiv class=\"dd-nu__dur-badge\"\u003eEngine Bay\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-value\"\u003e6+ mo\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-label\"\u003eEngine Bay Plastics\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-note\"\u003eHeat-exposed plastics and covers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-card\"\u003e\n\u003cdiv class=\"dd-nu__dur-value\"\u003e3 mo\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-label\"\u003eExterior Trim\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__dur-note\"\u003eExposed to UV, rain, and road exposure.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT IT DOES --\u003e\n\u003cdiv class=\"dd-nu__section\"\u003e\n\u003cp class=\"dd-nu__section-label\"\u003eWhat it does\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__features\"\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eActive SiO2 content\u003c\/strong\u003e — the same chemistry as their coating lineup. This isn't a dressed-up conditioner — it's genuine ceramic-level protection in a spray bottle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eNon-greasy OEM+ finish\u003c\/strong\u003e — no cheap dressing sheen, no slick residue. The result reads as factory-correct on every surface type.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eUV protection \u0026amp; abrasion resistance\u003c\/strong\u003e — blocks the UV degradation that grays, cracks, and fades plastic over time. Particularly relevant for exterior trim and any plastic seeing regular sun exposure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eAnti-static\u003c\/strong\u003e — treated surfaces repel dust and debris for longer between details. Interior trim stays cleaner on its own.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eWater repellant\u003c\/strong\u003e — hydrophobic surface behavior on exterior trim and engine bay plastics. Dirt and water bead off rather than bonding in.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003ePlastic restoration\u003c\/strong\u003e — the ability to reverse years of UV oxidation on older vehicles is significant. Faded, chalky, dried-out trim responds in a way that makes you question why you waited. Apply to cleaned surfaces, panel wipe if necessary as well.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACE TAGS --\u003e\n\u003cdiv class=\"dd-nu__surfaces\"\u003e\n\u003cspan class=\"dd-nu__surface-label\"\u003eDesigned For:\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eTextured Plastics\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eRubberized Finishes\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eMatt \u0026amp; Gloss Plastics\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eInterior Trim\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eVinyl \u0026amp; Leather\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eEngine Bay Plastics\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag\"\u003eExterior Trim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__surfaces\" style=\"border-top: none; padding-top: 0;\"\u003e\n\u003cspan class=\"dd-nu__surface-label\" style=\"color: #c0392b;\"\u003eDo Not Use On:\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag dd-nu__surface-tag--avoid\"\u003eFabric\u003c\/span\u003e \u003cspan class=\"dd-nu__surface-tag dd-nu__surface-tag--avoid\"\u003eAlcantara\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- PROPERTY TAGS --\u003e\n\u003cdiv class=\"dd-nu__props\"\u003e\n\u003cspan class=\"dd-nu__prop-label\"\u003eProperties:\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eActive SiO2\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eUV Protection\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eAnti-Static\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eAbrasion-Resistant\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eWater Repellant\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003ePlastic Restoration\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003ePlastic Sealant\u003c\/span\u003e \u003cspan class=\"dd-nu__prop-tag\"\u003eSweet Signature Scent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- OLD TIMER CALLOUT --\u003e\n\u003cdiv class=\"dd-nu__oldtimer\"\u003e\n\u003cdiv class=\"dd-nu__oldtimer-inner\"\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\" y1=\"16\" x2=\"12.01\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eNew car or old timer — Nuovo doesn't care.\u003c\/strong\u003e On a fresh vehicle it's the finishing step that locks in that OEM appearance with real SiO2 protection. On a \u003cem\u003e'70s, '80s, '90s, or early 2000s vehicle\u003c\/em\u003e, it's something else entirely. Decades of UV exposure, heat cycling, and neglect leave plastic looking gray, chalky, and dead. Nuovo has an almost uncanny ability to reverse that — the restoration is not subtle, and it lasts. If you've got an old timer sitting in the garage with interior plastic that looks its age, this is where you start.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"dd-nu__section\"\u003e\n\u003cp class=\"dd-nu__section-label\"\u003eDirections for Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-nu__how\"\u003e\n\u003col class=\"dd-nu__steps\"\u003e\n\u003cli class=\"dd-nu__step\"\u003e\n\u003cspan class=\"dd-nu__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003eApply 2-3 sprays onto a microfiber towel or applicator.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-nu__step\"\u003e\n\u003cspan class=\"dd-nu__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003eUsing the towel, wipe onto the surface in small sections.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-nu__step\"\u003e\n\u003cspan class=\"dd-nu__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003eRepeat this process until the desired effect is achieved.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-nu__step\"\u003e\n\u003cspan class=\"dd-nu__step-num\"\u003e4\u003c\/span\u003e\n\u003cp\u003eRemove excess (level) coating from glass and gloss black plastics with the short-pile reverse of the cloth.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- TOP TIP --\u003e\n\u003cdiv class=\"dd-nu__tip\"\u003e\n\u003cstrong\u003eTop Tip:\u003c\/strong\u003e Clean plastics prior to application for maximum durability. Not for use on fabric or Alcantara.\u003c\/div\u003e\n\u003c!-- SIZE PILLS --\u003e\n\u003cdiv class=\"dd-nu__sizes\"\u003e\n\u003cspan class=\"dd-nu__size-pill\"\u003e500 ml\u003c\/span\u003e \u003cspan class=\"dd-nu__size-pill\"\u003e1 Liter\u003c\/span\u003e \u003cspan class=\"dd-nu__size-pill\"\u003e2.5 Liter\u003c\/span\u003e \u003cspan class=\"dd-nu__size-pill\"\u003e5 Liter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"500ml","offer_id":31887586033779,"sku":"CC.Nuovo500","price":32.0,"currency_code":"USD","in_stock":true},{"title":"1L","offer_id":42293512339571,"sku":"CC.Nuovo1L","price":58.99,"currency_code":"USD","in_stock":true},{"title":"2.5L","offer_id":31887586066547,"sku":"CC.Nuovo2.5L","price":109.0,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":40778886578291,"sku":"CC.Nuovo5L","price":209.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveNuovo500mlPlasticProtectant-2.jpg?v=1726597509"},{"product_id":"microflex-midknight-nitrile-gloves","title":"Nitrile Gloves","description":"\u003cp\u003eASAP Nitrile Gloves (4mil) in BLACK. You simply cannot be working with chemicals or touching certain spots without wearing gloves. This brand has always served me well when I can find them. Powder-FREE Nitrile, textured, 100count. \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eThe brand pictured is what you actually get. It's a common practice in the Nitrile Glove market to show one brand and deliver another. When you purchase from Detail Division what you see is what you get, no brand swapping.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eMade in Malysia\u003c\/p\u003e","brand":"Detail-Division","offers":[{"title":"M","offer_id":39531970625651,"sku":"","price":15.99,"currency_code":"USD","in_stock":false},{"title":"L","offer_id":32072241741939,"sku":"MK-296-L","price":11.99,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":32072241774707,"sku":"MK-296-XL","price":11.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/ASAPNitrile-2.jpg?v=1645971413"},{"product_id":"koch-chemie-green-star-all-purpose-cleaner","title":"Koch Chemie Green Star All Purpose Cleaner GS","description":"\u003cstyle\u003e\n  .dd-gs {\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-gs__hero {\n    background: #2f2f2f;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #8bc53f;\n    margin-bottom: 0;\n  }\n  .dd-gs__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #a4d65e;\n    margin: 0 0 8px;\n  }\n  .dd-gs__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 6px;\n  }\n  .dd-gs__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #9a9a9a;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-gs__tagline {\n    font-size: 13px;\n    color: #b3b3b3;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #3f3f3f;\n    padding-top: 10px;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-gs__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e6e6e2;\n  }\n  .dd-gs__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-gs__lead p:last-child { margin: 0; }\n  .dd-gs__lead strong { color: #1c1c1c; }\n\n  \/* ── SECTION LABELS ── *\/\n  .dd-gs__section {\n    padding: 14px 20px 6px;\n    background: #fafaf8;\n    border-top: 1px solid #e6e6e2;\n  }\n  .dd-gs__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #6ea62e;\n    margin: 0 0 12px;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .dd-gs__features {\n    padding: 0 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e6e6e2;\n  }\n  .dd-gs__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-gs__feature:last-child { margin-bottom: 0; }\n  .dd-gs__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #6ea62e;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .dd-gs__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-gs__feature strong { color: #1c1c1c; }\n\n  \/* ── DILUTION CARDS ── *\/\n  .dd-gs__dilutions {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e6e6e2;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .dd-gs__dilution-card {\n    border: 1px solid #e6e6e2;\n    padding: 12px 10px;\n    text-align: center;\n    background: #fafaf8;\n  }\n  .dd-gs__dilution-card--featured {\n    border-color: #8bc53f;\n    background: #f5faf0;\n  }\n  .dd-gs__dilution-ratio {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1c1c1c;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-gs__dilution-card--featured .dd-gs__dilution-ratio {\n    color: #6ea62e;\n  }\n  .dd-gs__dilution-use {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #777;\n    margin: 0 0 4px;\n  }\n  .dd-gs__dilution-note {\n    font-size: 11px;\n    color: #999;\n    margin: 0;\n    line-height: 1.4;\n  }\n  .dd-gs__dilution-badge {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 2px 7px;\n    background: #8bc53f;\n    color: #fff;\n    margin-bottom: 6px;\n  }\n\n  \/* ── OFFICIAL DILUTION TABLE ── *\/\n  .dd-gs__table-wrap {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e6e6e2;\n  }\n  .dd-gs__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 12px;\n  }\n  .dd-gs__table th {\n    text-align: left;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #999;\n    padding: 0 8px 8px 0;\n    border-bottom: 1px solid #e6e6e2;\n  }\n  .dd-gs__table td {\n    padding: 7px 8px 7px 0;\n    border-bottom: 1px solid #f0f0ec;\n    color: #333;\n    vertical-align: top;\n    line-height: 1.5;\n  }\n  .dd-gs__table tr:last-child td { border-bottom: none; }\n  .dd-gs__table td:first-child { color: #1c1c1c; font-weight: 600; white-space: nowrap; }\n\n  \/* ── CRITICAL WARNING ── *\/\n  .dd-gs__warning {\n    padding: 14px 16px;\n    background: #fdecea;\n    border-left: 3px solid #c0392b;\n    border-top: 1px solid #f5c6c2;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-gs__warning svg {\n    width: 15px;\n    height: 15px;\n    stroke: #c0392b;\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-gs__warning p {\n    font-size: 12px;\n    color: #7a1a10;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-gs__warning strong { color: #4a0a08; }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-gs__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e6e6e2;\n  }\n  .dd-gs__steps {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .dd-gs__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-gs__step:last-child { margin-bottom: 0; }\n  .dd-gs__step-num {\n    width: 20px;\n    height: 20px;\n    background: #6ea62e;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-gs__step p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-gs__step strong { color: #1c1c1c; }\n\n  \/* ── SURFACE TAGS ── *\/\n  .dd-gs__surfaces {\n    padding: 12px 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e6e6e2;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-gs__surface-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    margin-right: 4px;\n  }\n  .dd-gs__surface-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e6e6e2;\n  }\n\n  \/* ── VDA FOOTER ── *\/\n  .dd-gs__vda {\n    padding: 10px 16px;\n    background: #f2f8ea;\n    border-left: 3px solid #8bc53f;\n    border-top: 1px solid #dcecc8;\n    font-size: 11px;\n    color: #3f6318;\n    line-height: 1.6;\n  }\n  .dd-gs__vda strong { color: #2a4310; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-gs\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-gs__hero\"\u003e\n\u003cp class=\"dd-gs__eyebrow\"\u003eKoch Chemie · Germany · All-Purpose Cleaner\u003c\/p\u003e\n\u003ch2 class=\"dd-gs__title\"\u003eGreen Star\u003c\/h2\u003e\n\u003cp class=\"dd-gs__subtitle\"\u003eConcentrated Alkaline All-Purpose Cleaner · Dilute-to-Task · Interior \u0026amp; Exterior\u003c\/p\u003e\n\u003cp class=\"dd-gs__tagline\"\u003eOne bottle, dialed to the job — pretreat paint, cut wheel grime, pull spilled oil, and clean the cabin, \u003cstrong style=\"color: #fff;\"\u003ejust at a different ratio each time.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-gs__lead\"\u003e\n\u003cp\u003eMost detailers end up with a shelf of single-purpose cleaners because nothing dilutes wide enough to cover the actual range of jobs that come up. Green Star is Koch Chemie's answer to that — one concentrated alkaline APC with dilution ratios printed right on the label, so you match the ratio to the job instead of reaching for a different bottle. Pretreating soiled exterior panels, breaking down bug guts and road film, or getting a heavily soiled interior surface back to acceptable — all of it is well within what this one product handles.\u003c\/p\u003e\n\u003cp\u003eIt's made more for exterior use — a solid medium-strength option for pretreating soiled lower paint sections, as a mild wheel and tire cleaner, and for working wheel arches. Like Koch Chemie's other APCs, it carries corrosion inhibitors, so you get high material compatibility on sensitive components like anodized aluminum instead of an unformulated alkaline cleaner chewing on them and fully pulling color.\u003c\/p\u003e\n\u003cp\u003eInterior use is more limited, but it's not nothing — spray-and-wipe on door card kick panels and entryway plastics brings them back looking good, fast, and it handles mild to moderately soiled carpet ahead of extraction. It's also very reasonably priced for how many jobs it covers, which is really the whole case for keeping it within arm's reach at all times.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT IT DOES --\u003e\n\u003cdiv class=\"dd-gs__section\"\u003e\n\u003cp class=\"dd-gs__section-label\"\u003eWhat it does\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__features\"\u003e\n\u003cdiv class=\"dd-gs__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDial-to-task dilution\u003c\/strong\u003e — ratios printed on the label so one bottle covers a wide range of jobs at the right strength for each.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eExterior pretreat\u003c\/strong\u003e — medium-strength option for soiled lower paint sections, dissolving bugs and road film before a wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eMild wheel, tire \u0026amp; arch cleaner\u003c\/strong\u003e — corrosion inhibitors built in, so it's safe on anodized aluminum and sensitive components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eInterior spot cleaning\u003c\/strong\u003e — spray and wipe on kick panels and entry plastics; mild to moderate carpet soiling ahead of extraction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDriveway oil spot removal\u003c\/strong\u003e — at 1:10, saturate the spill after removing the bulk of it, dwell a minute or two, and lift with a towel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION CARDS --\u003e\n\u003cdiv class=\"dd-gs__section\"\u003e\n\u003cp class=\"dd-gs__section-label\"\u003eCommon Dilution Guide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilutions\"\u003e\n\u003cdiv class=\"dd-gs__dilution-card dd-gs__dilution-card--featured\"\u003e\n\u003cdiv class=\"dd-gs__dilution-badge\"\u003eMost Used\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-ratio\"\u003e1:5–1:30\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-use\"\u003eExterior Pretreat\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-note\"\u003eLower paint, wheels, tires, and wheel arches. Adjust ratio to soil level.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-card\"\u003e\n\u003cdiv class=\"dd-gs__dilution-ratio\"\u003e1:10–1:20\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-use\"\u003eInterior \/ Carpet\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-note\"\u003eKick panels, entry plastics spray-and-wipe. Mild to moderate carpet ahead of extraction.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-card\"\u003e\n\u003cdiv class=\"dd-gs__dilution-ratio\"\u003e1:10\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-use\"\u003eOil Spot Lift\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__dilution-note\"\u003eSaturate, dwell 1–2 minutes, lift with a towel. Stronger ratios fine — see note below.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRITICAL WARNING --\u003e\n\u003cdiv class=\"dd-gs__warning\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDo not let Green Star dry on any surface.\u003c\/strong\u003e Work in shade, wet the panel first, and rinse or wipe thoroughly before it has a chance to flash dry. For anything stronger than a 1:10 mix, know that Koch Chemie makes dedicated KCX products better suited to that job than pushing Green Star past its comfort zone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"dd-gs__section\"\u003e\n\u003cp class=\"dd-gs__section-label\"\u003eHow to Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__how\"\u003e\n\u003col class=\"dd-gs__steps\"\u003e\n\u003cli class=\"dd-gs__step\"\u003e\n\u003cspan class=\"dd-gs__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eDilute to task\u003c\/strong\u003e — 1:5–1:30 for exterior pretreat, 1:10–1:20 for interior and carpet, 1:10 for oil spot lifting. Use a measuring tool, not a guess.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-gs__step\"\u003e\n\u003cspan class=\"dd-gs__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eApply by spray bottle or foam cannon\u003c\/strong\u003e — coat the target area evenly. Work in shade on exterior panels.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-gs__step\"\u003e\n\u003cspan class=\"dd-gs__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eAllow dwell time\u003c\/strong\u003e — short contact is enough. For oil spots, 1–2 minutes is the target; don't let it sit long enough to dry.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-gs__step\"\u003e\n\u003cspan class=\"dd-gs__step-num\"\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eAgitate if needed\u003c\/strong\u003e — a soft brush or wash mitt on stubborn grime, wheels, or arches.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-gs__step\"\u003e\n\u003cspan class=\"dd-gs__step-num\"\u003e5\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eRinse, wipe, or extract\u003c\/strong\u003e — high-pressure rinse for exterior work, a clean towel or wet\/dry vac for interior and carpet.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACE TAGS --\u003e\n\u003cdiv class=\"dd-gs__surfaces\"\u003e\n\u003cspan class=\"dd-gs__surface-label\"\u003eSurfaces:\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003ePaint\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eWheels \u0026amp; Tires\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eWheel Arches\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eAnodized Aluminum\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eInterior Plastics\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eCarpet \u0026amp; Upholstery\u003c\/span\u003e \u003cspan class=\"dd-gs__surface-tag\"\u003eDriveway \/ Oil Stains\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- OFFICIAL DILUTION TABLE --\u003e\n\u003cdiv class=\"dd-gs__section\"\u003e\n\u003cp class=\"dd-gs__section-label\"\u003eKoch Chemie Official Dilutions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-gs__table-wrap\"\u003e\n\u003ctable class=\"dd-gs__table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003cth\u003eDilution Ratio\u003c\/th\u003e\n\u003cth\u003eNotes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eExterior \u0026amp; engine cleaning\u003c\/td\u003e\n\u003ctd\u003e1:5 to 1:30\u003c\/td\u003e\n\u003ctd\u003eDepending on dirt accumulation; rinse with high-pressure washer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInterior \u0026amp; textile cleaning\u003c\/td\u003e\n\u003ctd\u003e1:10 to 1:20\u003c\/td\u003e\n\u003ctd\u003eRemove residue with damp cloth or wet\/dry vacuum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWorkshop \u0026amp; industrial floors\u003c\/td\u003e\n\u003ctd\u003e1:40 to 1:120\u003c\/td\u003e\n\u003ctd\u003eNormal levels of dirt\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- VDA COMPLIANCE NOTE --\u003e\n\u003cdiv class=\"dd-gs__vda\"\u003e\n\u003cstrong\u003eVDA Compliance:\u003c\/strong\u003e Class A — reaction time max 5 min, max concentration 1:3.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Koch Chemie","offers":[{"title":"1L","offer_id":39352380424307,"sku":"","price":15.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":39352380457075,"sku":"","price":61.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/KochGreenStarGS1L.jpg?v=1622399364"},{"product_id":"koch-chemie-motorplast-engine-bay-dressing-500ml","title":"Koch Chemie Motorplast Engine Bay Dressing","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .dd-pd {\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-pd__hero {\n    background: #0a0a0a;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #c8c8c8;\n    margin-bottom: 0;\n  }\n  .dd-pd__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #c8c8c8;\n    margin: 0 0 8px;\n  }\n  .dd-pd__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-pd__tagline {\n    font-size: 13px;\n    color: #555;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-pd__tagline strong {\n    color: #e0e0e0;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-pd__lead {\n    padding: 18px 20px;\n    background: #f7f7f7;\n    border-left: 3px solid #aaaaaa;\n    margin-bottom: 0;\n  }\n  .dd-pd__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #333;\n    margin: 0 0 10px;\n  }\n  .dd-pd__lead p:last-child { margin: 0; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-pd__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #dddddd;\n    border-bottom: 1px solid #dddddd;\n  }\n  .dd-pd__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #dddddd;\n    background: #fff;\n  }\n  .dd-pd__stat:last-child { border-right: none; }\n  .dd-pd__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-pd__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #0a0a0a;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-pd__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .dd-pd__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #666;\n    margin: 0 0 12px;\n  }\n\n  \/* ── DIFFERENTIATORS ── *\/\n  .dd-pd__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #dddddd;\n    border-bottom: 1px solid #dddddd;\n  }\n  .dd-pd__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-pd__diff-item:last-child { margin-bottom: 0; }\n  .dd-pd__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #0a0a0a;\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-pd__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #c8c8c8;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-pd__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-pd__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #0a0a0a;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .dd-pd__quote {\n    padding: 18px 20px;\n    background: #0a0a0a;\n    border-left: 3px solid #c8c8c8;\n  }\n  .dd-pd__quote p {\n    font-size: 15px;\n    font-style: italic;\n    color: #bbbbbb;\n    margin: 0 0 6px;\n    line-height: 1.5;\n  }\n  .dd-pd__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: #888;\n  }\n\n  \/* ── CALLOUT ── *\/\n  .dd-pd__mfg {\n    padding: 18px 20px;\n    background: #f7f7f7;\n    border-top: 1px solid #dddddd;\n    border-bottom: 1px solid #dddddd;\n  }\n  .dd-pd__mfg p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-pd__mfg p:last-child { margin: 0; }\n  .dd-pd__mfg strong { color: #0a0a0a; }\n\n  \/* ── PROCESS STEPS ── *\/\n  .dd-pd__steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n  .dd-pd__step {\n    background: #fff;\n    border: 1px solid #dddddd;\n    border-top: 2px solid #888888;\n    padding: 14px 14px 12px;\n    text-align: center;\n  }\n  .dd-pd__step-num {\n    font-size: 22px;\n    font-weight: 700;\n    color: #0a0a0a;\n    line-height: 1;\n    margin: 0 0 6px;\n  }\n  .dd-pd__step-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #555;\n    margin: 0 0 5px;\n  }\n  .dd-pd__step-note {\n    font-size: 11px;\n    color: #777;\n    line-height: 1.4;\n  }\n\n  \/* ── SURFACE COLS ── *\/\n  .dd-pd__surface-cols {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-top: 14px;\n  }\n  .dd-pd__surface-block {\n    background: #fff;\n    border: 1px solid #dddddd;\n    padding: 12px 14px;\n  }\n  .dd-pd__surface-block--yes { border-top: 2px solid #888888; }\n  .dd-pd__surface-block--no  { border-top: 2px solid #e87070; }\n  .dd-pd__surface-title {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    margin: 0 0 8px;\n  }\n  .dd-pd__surface-title--yes { color: #555; }\n  .dd-pd__surface-title--no  { color: #cc4444; }\n  .dd-pd__surface-item {\n    font-size: 12px;\n    color: #444;\n    padding: 2px 0;\n    border-bottom: 1px solid #f0f0f0;\n    line-height: 1.5;\n  }\n  .dd-pd__surface-item:last-child { border-bottom: none; }\n\n  \/* ── CLOSING STATEMENT ── *\/\n  .dd-pd__closing {\n    padding: 16px 20px;\n    background: #fff;\n    border-top: 1px solid #dddddd;\n    border-bottom: 1px solid #dddddd;\n  }\n  .dd-pd__closing p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0 0 6px;\n  }\n  .dd-pd__closing p:last-child { margin: 0; }\n\n  \/* ── USAGE STRIP ── *\/\n  .dd-pd__care {\n    padding: 16px 20px;\n    background: #0a0a0a;\n    border-top: 1px solid #1a1a1a;\n  }\n  .dd-pd__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-pd__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #666;\n  }\n  .dd-pd__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-pd__care-item--no { color: #e87070; }\n  .dd-pd__care-item--no svg { stroke: #e87070; }\n  .dd-pd__care-item svg.gray { stroke: #c8c8c8; }\n\n  \/* ── WARNING ── *\/\n  .dd-pd__warning {\n    padding: 12px 16px;\n    background: #f7f7f7;\n    border: 1px solid #cccccc;\n    border-left: 3px solid #888888;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #666;\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-pd__warning p {\n    font-size: 12px;\n    color: #333;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__warning strong { color: #111; }\n\n  \/* ── AMBER NOTE ── *\/\n  .dd-pd__amber {\n    padding: 12px 16px;\n    background: #fff8ec;\n    border: 1px solid #e8c97a;\n    border-left: 3px solid #cc8800;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__amber svg {\n    width: 16px;\n    height: 16px;\n    stroke: #cc8800;\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-pd__amber p {\n    font-size: 12px;\n    color: #7a4e05;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__amber strong { color: #4a2a00; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-pd\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-pd__hero\"\u003e\n\u003cp class=\"dd-pd__eyebrow\"\u003eKoch Chemie · Motorplast · Engine Bay Dressing · Water Displacement\u003c\/p\u003e\n\u003ch2 class=\"dd-pd__title\"\u003eSpray and Walk Away.\u003cbr\u003eJob Done.\u003c\/h2\u003e\n\u003cp class=\"dd-pd__tagline\"\u003e\u003cstrong\u003eDries Completely Dry. Corrosion Protection. Dirt-Repellent Film.\u003c\/strong\u003e The engine bay treatment that doesn't need you to stick around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-pd__lead\"\u003e\n\u003cp\u003eMost engine bay dressings leave you babysitting the finish — wiping excess, managing runoff, watching what it touches. Motorplast works differently. It's a water-displacement formula that goes on wet and dries completely, leaving a protective film that repels dirt and guards metal against corrosion. Spray it, close the hood, walk away.\u003c\/p\u003e\n\u003cp\u003eKoch Chemie developed this for power units, engines, and housing parts — the language matters. This isn't a cosmetic dressing dressed up in technical marketing. The water displacement chemistry is the mechanism: it gets under moisture, pushes it off metal surfaces, and seals what's left with a dry film that doesn't attract contamination.\u003c\/p\u003e\n\u003cp\u003eThink beyond the engine bay. The same water displacement logic applies anywhere moisture and dirt are a problem — exposed metal, undercarriage components, mechanical housings. Spray onto a clean surface, let it dry, done. That's the whole process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"dd-pd__stats\"\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eFinish\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eDries Dry\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eNo wet film · no residue left behind\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eMechanism\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eWater Disp.\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eDisplaces moisture · seals surface\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eApplication\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eSpray \u0026amp; Leave\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eNo wiping · no buffing required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"dd-pd__quote\"\u003e\n\u003cp\u003e\"Spray onto clean surfaces, close the hood, walk away. That's the whole process — and that's the point.\"\u003c\/p\u003e\n\u003ccite\u003e— Detail Division · on Koch Chemie Motorplast\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT MOTORPLAST DOES --\u003e\n\u003cdiv class=\"dd-pd__diff\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eWhat Motorplast does\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eDisplaces Water from Metal Surfaces\u003c\/strong\u003e The formula penetrates and pushes moisture off metal — the same principle that makes water displacement products the go-to for electrical contacts and mechanical components. On engine bay surfaces this means moisture isn't sitting against bare metal between washes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eDries to a Dirt-Repellent Film\u003c\/strong\u003e Unlike dressings that stay wet and collect everything they touch, Motorplast dries completely. The dry film repels dirt rather than trapping it — which means your next engine bay clean starts from a better baseline than the one before it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eCorrosion Protection on Bare Metal\u003c\/strong\u003e The protective film that forms as Motorplast dries acts as a barrier against moisture-driven oxidation. Brackets, bolts, unpainted metal housings, and structural components under the hood all benefit — particularly in climates where road salt and humidity are a reality.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eNo Wipe, No Buff, No Babysitting\u003c\/strong\u003e The application process is the differentiator. Spray onto a clean surface and allow to dry — no applicator, no towel, no wiping off excess. On engine bays where access is awkward and surfaces are irregular, that matters. Spray into corners, onto brackets, around hoses. Coverage goes where a towel wouldn't reach.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION --\u003e\n\u003cdiv class=\"dd-pd__mfg\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eApplication\u003c\/p\u003e\n\u003cp\u003eSurface must be \u003cstrong\u003eclean before application\u003c\/strong\u003e — Motorplast seals what's underneath it, so any contamination present gets sealed in. Degrease the engine bay first, allow to dry, then apply. After that, the process is as simple as it gets.\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__steps\"\u003e\n\u003cdiv class=\"dd-pd__step\"\u003e\n\u003cp class=\"dd-pd__step-num\"\u003e01\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-label\"\u003eClean First\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-note\"\u003eDegrease fully · allow surfaces to dry completely\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__step\"\u003e\n\u003cp class=\"dd-pd__step-num\"\u003e02\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-label\"\u003eSpray\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-note\"\u003eApply to all surfaces · get into corners · don't hold back\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__step\"\u003e\n\u003cp class=\"dd-pd__step-num\"\u003e03\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-label\"\u003eWalk Away\u003c\/p\u003e\n\u003cp class=\"dd-pd__step-note\"\u003eAllow to dry fully · no wiping · no buffing · done\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"dd-pd__section-label\" style=\"margin-top: 20px;\"\u003eWhere to Use It\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__surface-cols\"\u003e\n\u003cdiv class=\"dd-pd__surface-block dd-pd__surface-block--yes\"\u003e\n\u003cp class=\"dd-pd__surface-title dd-pd__surface-title--yes\"\u003eIntended Surfaces\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eEngine plastics \u0026amp; covers\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eBare metal brackets \u0026amp; bolts\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eMechanical housings\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eUndercarriage components\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003ePower unit exteriors\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eAnywhere moisture + dirt = a problem\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-block dd-pd__surface-block--no\"\u003e\n\u003cp class=\"dd-pd__surface-title dd-pd__surface-title--no\"\u003eDo Not Apply To\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eBelts \u0026amp; rubber drive components\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eBrake components\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eElectrical connectors (open pins)\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__surface-item\"\u003eHot exhaust surfaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"dd-pd__closing\"\u003e\n\u003cp\u003eEngine bay treatments that require careful wiping and surface management are a chore. \u003cstrong\u003eMotorplast is a spray and leave — and it protects better than the products that make you work harder for it.\u003c\/strong\u003e The dry film is the reason: no tackiness, no dirt magnet, just a clean barrier that keeps the bay looking right between services.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USAGE STRIP --\u003e\n\u003cdiv class=\"dd-pd__care\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eDirections \u0026amp; Key Notes\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__care-grid\"\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"gray\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Degrease and dry surfaces completely first\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"gray\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Spray onto clean surfaces · full coverage\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"gray\"\u003e\u003cpath d=\"M12 2v10l4 4\"\u003e\u003c\/path\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Allow to dry fully · no wiping required\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"gray\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Close the hood · done\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Do not apply to dirty or wet surfaces\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Keep off belts, brakes, and open connectors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLEAN FIRST WARNING --\u003e\n\u003cdiv class=\"dd-pd__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 y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eSurface must be clean and dry before application.\u003c\/strong\u003e Motorplast forms a protective film over whatever is present on the surface. Grease, oil residue, or contamination sealed under that film won't be addressed later — it'll be there until you degrease again. The spray-and-leave simplicity only pays off if the prep step is done properly first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- AVOID NOTE --\u003e\n\u003cdiv class=\"dd-pd__amber\"\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 y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eKeep away from drive belts, brake components, and open electrical pins.\u003c\/strong\u003e Water displacement chemistry is well-suited to sealed connectors and general electrical housings — it's not appropriate for friction surfaces or anything where reduced grip is a safety concern. Spray with intention, not just in the general direction of the engine bay.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Koch Chemie","offers":[{"title":"500ml","offer_id":40691301548147,"sku":"","price":20.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":40691301580915,"sku":"","price":135.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/KochChemiemotorplast.jpg?v=1627525891"},{"product_id":"koch-chemie-plast-star-silicone-free-plastic-rubber-dressing-1l","title":"Koch Chemie Plast Star Silicone-Free Plastic\/Rubber Dressing PSS 1L","description":"\u003cp\u003ePreferred as an exterior dressing solution for door seals, tires and rubber parts, \u003cstrong\u003eKoch Chemie Plast Star Silicone-Free Plastic\/Rubber Dressing\u003c\/strong\u003e simply rubs in with an applicator and dries. The dressing brings back an OEM semi-matte appearance and bonds with the contact surface to aide in durability.\u003c\/p\u003e","brand":"Koch Chemie","offers":[{"title":"Default Title","offer_id":39408710221939,"sku":"","price":41.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/KochChemiePlastStar-2.jpg?v=1627526426"},{"product_id":"vikan-soft-brush","title":"Vikan Soft Brush","description":"\u003cp\u003eFrom the Transport Line of brushes, the \u003cstrong\u003eVikan Soft Brush\u003c\/strong\u003e is a mid-length handled brush that's suitable for light scrubbing of wheel wells and other exterior surfaces. Overall length is roughly 11\" with the bristled section measuring roughly 3.5\" X 2.5\". Durable construction, rubberized handle, Made in Denmark.\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Detail-Division","offers":[{"title":"Vikan Version","offer_id":40660922695795,"sku":"","price":16.99,"currency_code":"USD","in_stock":false},{"title":"Koch Chemie Version","offer_id":42817393590387,"sku":null,"price":16.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/Vikanlong-1.jpg?v=1635952557"},{"product_id":"vikan-wide-soft-brush","title":"Vikan Wide Soft Brush","description":"\u003cp\u003eFrom the Transport Line of brushes, the \u003cstrong\u003eVikan Wide Soft Brush\u003c\/strong\u003e is a mid-length handled brush that's suitable for light scrubbing of wheel wells and other exterior surfaces and features a wider width head. Durable construction, rubberized handle, Made in Denmark.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eBrush measures roughly 12\" long with the bristled head measuring 6\" X 4\" at the widest section\u003c\/p\u003e","brand":"Detail-Division","offers":[{"title":"Default Title","offer_id":39719578665075,"sku":"","price":29.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/vikanwidesoftbrush-1.jpg?v=1641847015"},{"product_id":"koch-chemie-multi-star-ms","title":"Koch Chemie Multi Star MS (Vorreiniger B)","description":"\n\u003cstyle\u003e\n  .dd-ms {\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-ms__hero {\n    background: #1c1c1c;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #2e7d32;\n    margin-bottom: 0;\n  }\n  .dd-ms__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #4caf50;\n    margin: 0 0 8px;\n  }\n  .dd-ms__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 6px;\n  }\n  .dd-ms__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #777;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-ms__tagline {\n    font-size: 13px;\n    color: #aaa;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #2e2e2e;\n    padding-top: 10px;\n  }\n\n  \/* ── ALIAS NOTE ── *\/\n  .dd-ms__note {\n    padding: 10px 16px;\n    background: #f0f5f0;\n    border-left: 3px solid #4caf50;\n    border-bottom: 1px solid #d0e4d0;\n    font-size: 12px;\n    color: #2e5c2e;\n    line-height: 1.55;\n  }\n  .dd-ms__note strong { color: #1a3d1a; }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-ms__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-ms__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-ms__lead p:last-child { margin: 0; }\n  .dd-ms__lead strong { color: #1c1c1c; }\n\n  \/* ── SECTION LABELS ── *\/\n  .dd-ms__section {\n    padding: 14px 20px 6px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n  }\n  .dd-ms__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #4caf50;\n    margin: 0 0 12px;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .dd-ms__features {\n    padding: 0 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ms__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-ms__feature:last-child { margin-bottom: 0; }\n  .dd-ms__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #4caf50;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .dd-ms__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-ms__feature strong { color: #1c1c1c; }\n\n  \/* ── DILUTION CARDS ── *\/\n  .dd-ms__dilutions {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .dd-ms__dilution-card {\n    border: 1px solid #e0dbd0;\n    padding: 12px 10px;\n    text-align: center;\n    background: #fafaf8;\n  }\n  .dd-ms__dilution-card--featured {\n    border-color: #2e7d32;\n    background: #f4fbf4;\n  }\n  .dd-ms__dilution-ratio {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1c1c1c;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-ms__dilution-card--featured .dd-ms__dilution-ratio {\n    color: #2e7d32;\n  }\n  .dd-ms__dilution-use {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: #777;\n    margin: 0 0 4px;\n  }\n  .dd-ms__dilution-note {\n    font-size: 11px;\n    color: #999;\n    margin: 0;\n    line-height: 1.4;\n  }\n  .dd-ms__dilution-badge {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 2px 7px;\n    background: #2e7d32;\n    color: #fff;\n    margin-bottom: 6px;\n  }\n\n  \/* ── DILUTION TABLE (Koch official) ── *\/\n  .dd-ms__table-wrap {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ms__table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 12px;\n  }\n  .dd-ms__table th {\n    text-align: left;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #999;\n    padding: 0 8px 8px 0;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ms__table td {\n    padding: 7px 8px 7px 0;\n    border-bottom: 1px solid #f0ece4;\n    color: #333;\n    vertical-align: top;\n    line-height: 1.5;\n  }\n  .dd-ms__table tr:last-child td { border-bottom: none; }\n  .dd-ms__table td:first-child { color: #1c1c1c; font-weight: 600; white-space: nowrap; }\n\n  \/* ── CRITICAL WARNING ── *\/\n  .dd-ms__warning {\n    padding: 14px 16px;\n    background: #fdecea;\n    border-left: 3px solid #c0392b;\n    border-top: 1px solid #f5c6c2;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-ms__warning svg {\n    width: 15px;\n    height: 15px;\n    stroke: #c0392b;\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-ms__warning p {\n    font-size: 12px;\n    color: #7a1a10;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-ms__warning strong { color: #4a0a08; }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-ms__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ms__steps {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .dd-ms__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-ms__step:last-child { margin-bottom: 0; }\n  .dd-ms__step-num {\n    width: 20px;\n    height: 20px;\n    background: #2e7d32;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-ms__step p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-ms__step strong { color: #1c1c1c; }\n\n  \/* ── SURFACE TAGS ── *\/\n  .dd-ms__surfaces {\n    padding: 12px 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-ms__surface-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    margin-right: 4px;\n  }\n  .dd-ms__surface-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n\n  \/* ── SIZE PILLS ── *\/\n  .dd-ms__sizes {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .dd-ms__size-pill {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    border: 1px solid #e0dbd0;\n    background: #fff;\n    color: #444;\n  }\n  .dd-ms__size-pill span {\n    font-size: 10px;\n    color: #999;\n    font-weight: 400;\n    margin-left: 4px;\n  }\n\n  \/* ── VDA FOOTER ── *\/\n  .dd-ms__vda {\n    padding: 10px 16px;\n    background: #f0f5f0;\n    border-left: 3px solid #4caf50;\n    border-top: 1px solid #d0e4d0;\n    font-size: 11px;\n    color: #2e5c2e;\n    line-height: 1.6;\n  }\n  .dd-ms__vda strong { color: #1a3d1a; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-ms\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-ms__hero\"\u003e\n\u003cp class=\"dd-ms__eyebrow\"\u003eKoch Chemie · Germany · Exterior Pre-Wash\u003c\/p\u003e\n\u003ch2 class=\"dd-ms__title\"\u003eMulti Star\u003c\/h2\u003e\n\u003cp class=\"dd-ms__subtitle\"\u003eHighly Concentrated Alkaline Pre-Cleaner · No-Contact Formula · Road Salt Destroyer\u003c\/p\u003e\n\u003cp class=\"dd-ms__tagline\"\u003eThe pre-wash that punches through road salt, wheel dust, insects, and bird droppings — \u003cstrong style=\"color: #fff;\"\u003ewithout touching the paint.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ALIAS NOTE --\u003e\n\u003cdiv class=\"dd-ms__note\"\u003e\n\u003cstrong\u003eAlso known as:\u003c\/strong\u003e Previously marketed as MSN · Known in Europe as \u003cem\u003eVorreiniger B\u003c\/em\u003e \u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-ms__lead\"\u003e\n\u003cp\u003eMulti Star is Koch Chemie's highly concentrated alkaline pre-wash — the product the German and EU car wash industry standardized on for no-contact, high-pressure touchless cleaning. Surfactants dissolve road grime, wheel dust, insects, and bird droppings before a wash mitt or brush ever touches the vehicle. The paint never has to deal with the abrasive load of that contamination being dragged across it.\u003c\/p\u003e\n\u003cp\u003eWhat makes it stand out from a generic APC is the built-in \u003cstrong\u003ecorrosion inhibitor package\u003c\/strong\u003e — that's why it's safe on anodized aluminum and more sensitive trim surfaces that an unformulated alkaline cleaner would attack. Think of it as a more exterior-focused, contact-less counterpart to Green Star. Same Koch Chemie alkaline philosophy, tuned for touchless pre-wash use and aggressive dilution ranges.\u003c\/p\u003e\n\u003cp\u003eAnd road salt? Multi Star \u003cstrong\u003eeats it\u003c\/strong\u003e. Encrusted road treatments that have baked onto wheel arches and rocker panels through a New England winter — foam it on, let it dwell, rinse without contact. It releases and pressure rinses off... and the highest selling alkaline pre-wash on the site by volume.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHERE IT FITS --\u003e\n\u003cdiv class=\"dd-ms__section\"\u003e\n\u003cp class=\"dd-ms__section-label\"\u003eWhat it does\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__features\"\u003e\n\u003cdiv class=\"dd-ms__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eNo-contact pre-wash\u003c\/strong\u003e — foam onto the vehicle, let the chemistry do the work, rinse with high pressure. Removes contamination before any contact wash begins.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eRoad salt and winter grime\u003c\/strong\u003e — alkaline chemistry breaks down encrusted road treatments and salt deposits. Rinse off without scrubbing or dragging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eWheel cleaning\u003c\/strong\u003e — hits brake dust, road film, and wheel grime at tighter dilutions. Safe on alloy wheels including anodized aluminum thanks to the corrosion inhibitor package.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eAll-purpose diluted use\u003c\/strong\u003e — mix a spray bottle at the right ratio and it becomes a cost-effective general-purpose exterior cleaner. Versatility built into the concentrate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eCopolymer dewaxing\u003c\/strong\u003e — at 1:5–1:10, useful for stripping old wax or polymer protection before paint correction or coating application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION CARDS --\u003e\n\u003cdiv class=\"dd-ms__section\"\u003e\n\u003cp class=\"dd-ms__section-label\"\u003eCommon Dilution Guide\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilutions\"\u003e\n\u003cdiv class=\"dd-ms__dilution-card\"\u003e\n\u003cdiv class=\"dd-ms__dilution-ratio\"\u003e1:30–1:50\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-use\"\u003ePre-Wash\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-note\"\u003eStandard vehicle pre-clean. Apply via foam cannon, dwell, high-pressure rinse.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-card dd-ms__dilution-card--featured\"\u003e\n\u003cdiv class=\"dd-ms__dilution-badge\"\u003eMost Used\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-ratio\"\u003e1:3–1:10\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-use\"\u003eWheel Cleaning\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-note\"\u003eTighter ratio for brake dust and wheel grime. Safe on anodized aluminum.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-card\"\u003e\n\u003cdiv class=\"dd-ms__dilution-ratio\"\u003e1:5–1:10\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-use\"\u003eDewax \/ Strip\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__dilution-note\"\u003eCopolymer removal before paint correction or coating prep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CRITICAL WARNING --\u003e\n\u003cdiv class=\"dd-ms__warning\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDo not let Multi Star dry on any surface.\u003c\/strong\u003e Alkaline chemistry interacting with a finish that's had time to dry down can cause surface issues. Manage your environment — work in shade, wet the surface first, and make sure your rinse is thorough and timely. Reaction time max 5 minutes per VDA guidelines (Verband der Automobilindustrie \/ German Association of the Automotive Industry).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"dd-ms__section\"\u003e\n\u003cp class=\"dd-ms__section-label\"\u003eHow to Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__how\"\u003e\n\u003col class=\"dd-ms__steps\"\u003e\n\u003cli class=\"dd-ms__step\"\u003e\n\u003cspan class=\"dd-ms__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eDilute to task\u003c\/strong\u003e — 1:30–1:50 for standard pre-wash; 1:3–1:10 for wheels; 1:5–1:10 for dewaxing. Use a measuring tool — don't eyeball it.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ms__step\"\u003e\n\u003cspan class=\"dd-ms__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eWork in shade\u003c\/strong\u003e — cool, shaded surfaces only. Alkaline products and hot metal in direct sun are not a good combination.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ms__step\"\u003e\n\u003cspan class=\"dd-ms__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eApply by foam cannon or spray bottle\u003c\/strong\u003e — coat the surface evenly. For pre-wash, top-down application ensures rundown coverage. For wheels, apply directly and agitate as needed.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ms__step\"\u003e\n\u003cspan class=\"dd-ms__step-num\"\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eAllow dwell time\u003c\/strong\u003e — short contact is enough. VDA Class A: max 5 minutes at 1:300 concentration. Class B: max 1 minute at 1:30. Don't push dwell beyond what's needed.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ms__step\"\u003e\n\u003cspan class=\"dd-ms__step-num\"\u003e5\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eRinse thoroughly with high pressure\u003c\/strong\u003e — full removal before product dries. Watch for the first signs of drying on the surface and rinse before that point.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACE TAGS --\u003e\n\u003cdiv class=\"dd-ms__surfaces\"\u003e\n\u003cspan class=\"dd-ms__surface-label\"\u003eSurfaces:\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003ePaint\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eAlloy Wheels\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eAnodized Aluminum\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eWheel Arches\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eRocker Panels\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eUnderbody\u003c\/span\u003e \u003cspan class=\"dd-ms__surface-tag\"\u003eExterior Trim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- OFFICIAL DILUTION TABLE --\u003e\n\u003cdiv class=\"dd-ms__section\"\u003e\n\u003cp class=\"dd-ms__section-label\"\u003eKoch Chemie Official Dilutions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__table-wrap\"\u003e\n\u003ctable class=\"dd-ms__table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eApplication\u003c\/th\u003e\n\u003cth\u003eDilution Ratio\u003c\/th\u003e\n\u003cth\u003eNotes\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePre-cleaning\u003c\/td\u003e\n\u003ctd\u003e1:30 to 1:50\u003c\/td\u003e\n\u003ctd\u003eDepending on dirt accumulation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRim cleaning\u003c\/td\u003e\n\u003ctd\u003e1:3 to 1:10\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCopolymer dewaxing\u003c\/td\u003e\n\u003ctd\u003e1:5 to 1:10\u003c\/td\u003e\n\u003ctd\u003eStrip prior to coating or correction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSelf-service high-pressure wash\u003c\/td\u003e\n\u003ctd\u003e1:300\u003c\/td\u003e\n\u003ctd\u003eApply over whole surface; react briefly; rinse thoroughly with high pressure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- VDA COMPLIANCE NOTE --\u003e\n\u003cdiv class=\"dd-ms__vda\"\u003e\u003cstrong\u003e*20L Containers ship via $19.95 Flat Rate Shipping\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-ms__vda\"\u003e\n\u003cstrong\u003eVDA Compliance:\u003c\/strong\u003e Class A — reaction time max 5 min, max concentration 1:300. Class B — reaction time max 1 min, max concentration 1:30. \u003c\/div\u003e\n\u003cdiv class=\"dd-ms__vda\"\u003e\n\u003cspan class=\"dd-ms__size-pill\"\u003e\u003c\/span\u003e \u003cspan class=\"dd-ms__size-pill\"\u003e5 Liter \u003cspan\u003eNo. 33005US\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"dd-ms__size-pill\"\u003e20 Liter \u003cspan\u003eNo. 33010US\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SIZE PILLS --\u003e\n\u003c\/div\u003e","brand":"Koch Chemie","offers":[{"title":"5L","offer_id":40549903695987,"sku":"","price":68.99,"currency_code":"USD","in_stock":true},{"title":"20L","offer_id":40691305742451,"sku":"","price":199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/KochChemieMultiStar5L-1.jpg?v=1667516204"},{"product_id":"carbon-collective-firm-bristle-detailing-brushes","title":"Carbon Collective Firm Bristle Detailing Brushes","description":"\u003cdiv id=\"product-description\" class=\"accordion-body collapse in\"\u003e\n\u003cdiv class=\"accordion-inner\"\u003e\n\u003cp\u003eOur \u003cstrong\u003eFirm Bristle Detailing Brushes\u003c\/strong\u003e are designed for the professional detailer, firm synthetic bristles are designed to remove dirt \u0026amp; debris with a bit more cleaning power than areas suited to use of the \u003ca href=\"https:\/\/detail-division.mom\/products\/ultra-soft-detailing-brush-set?_pos=1\u0026amp;_sid=ce8e77601\u0026amp;_ss=r\" title=\"Ultra Soft Detailing Brush Set\" target=\"_blank\"\u003eUltra Soft Detailing Brush Set\u003c\/a\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e– Ergonomic design. \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Firm synthetic bristles.\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e – Can be used wet or dry. \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– Can be used with cleaning products.\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eThis set contains 4 Firm Bristle Brushes:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 10 210mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 12 220mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 16 230mm Brush \u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003e– No. 18 240mm Brush\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":40610881405043,"sku":"","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/CarbonCollectiveFirmBristleDetailingBrushes-2.jpg?v=1669845266"},{"product_id":"koch-chemie-gummifix","title":"Koch Chemie Gummifix Guf","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Koch Chemie Gummifix GUF\n     Rubber \u0026 Plastic Dressing · 5L\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-pd {\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-pd__hero {\n    background: #030d14;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #0088aa;\n    margin-bottom: 0;\n  }\n  .dd-pd__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #0088aa;\n    margin: 0 0 8px;\n  }\n  .dd-pd__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-pd__tagline {\n    font-size: 13px;\n    color: #225577;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-pd__tagline strong {\n    color: #0088aa;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-pd__lead {\n    padding: 18px 20px;\n    background: #f0f7fa;\n    border-left: 3px solid #0088aa;\n    margin-bottom: 0;\n  }\n  .dd-pd__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #333;\n    margin: 0 0 10px;\n  }\n  .dd-pd__lead p:last-child { margin: 0; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-pd__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #c8dde8;\n    border-bottom: 1px solid #c8dde8;\n  }\n  .dd-pd__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #c8dde8;\n    background: #fff;\n  }\n  .dd-pd__stat:last-child { border-right: none; }\n  .dd-pd__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-pd__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #030d14;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-pd__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .dd-pd__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #006688;\n    margin: 0 0 12px;\n  }\n\n  \/* ── DIFFERENTIATORS ── *\/\n  .dd-pd__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #c8dde8;\n    border-bottom: 1px solid #c8dde8;\n  }\n  .dd-pd__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-pd__diff-item:last-child { margin-bottom: 0; }\n  .dd-pd__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #030d14;\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-pd__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #0088aa;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-pd__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-pd__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #030d14;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .dd-pd__quote {\n    padding: 18px 20px;\n    background: #030d14;\n    border-left: 3px solid #0088aa;\n  }\n  .dd-pd__quote p {\n    font-size: 15px;\n    font-style: italic;\n    color: #88ccdd;\n    margin: 0 0 6px;\n    line-height: 1.5;\n  }\n  .dd-pd__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: #0088aa;\n  }\n\n  \/* ── APPLICATION CALLOUT ── *\/\n  .dd-pd__mfg {\n    padding: 18px 20px;\n    background: #f0f7fa;\n    border-top: 1px solid #c8dde8;\n    border-bottom: 1px solid #c8dde8;\n  }\n  .dd-pd__mfg p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-pd__mfg p:last-child { margin: 0; }\n  .dd-pd__mfg strong { color: #030d14; }\n\n  \/* ── USE CASE GRID ── *\/\n  .dd-pd__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .dd-pd__use-block {\n    background: #fff;\n    border: 1px solid #c8dde8;\n    border-top: 2px solid #0088aa;\n    padding: 12px 14px;\n  }\n  .dd-pd__use-title {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #006688;\n    margin: 0 0 6px;\n  }\n  .dd-pd__use-body {\n    font-size: 12px;\n    color: #444;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* ── CLOSING STATEMENT ── *\/\n  .dd-pd__closing {\n    padding: 16px 20px;\n    background: #fff;\n    border-top: 1px solid #c8dde8;\n    border-bottom: 1px solid #c8dde8;\n  }\n  .dd-pd__closing p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0 0 6px;\n  }\n  .dd-pd__closing p:last-child { margin: 0; }\n\n  \/* ── USAGE STRIP ── *\/\n  .dd-pd__care {\n    padding: 16px 20px;\n    background: #030d14;\n    border-top: 1px solid #081a26;\n  }\n  .dd-pd__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-pd__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #225577;\n  }\n  .dd-pd__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-pd__care-item--no { color: #e87070; }\n  .dd-pd__care-item--no svg { stroke: #e87070; }\n  .dd-pd__care-item svg.teal { stroke: #0088aa; }\n\n  \/* ── WARNING ── *\/\n  .dd-pd__warning {\n    padding: 12px 16px;\n    background: #f0f7fa;\n    border: 1px solid #88bbcc;\n    border-left: 3px solid #0088aa;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #0088aa;\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-pd__warning p {\n    font-size: 12px;\n    color: #003344;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__warning strong { color: #001a22; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-pd\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-pd__hero\"\u003e\n\u003cp class=\"dd-pd__eyebrow\"\u003eKoch Chemie · Gummifix GUF · Rubber \u0026amp; Plastic Dressing · 5L\u003c\/p\u003e\n\u003ch2 class=\"dd-pd__title\"\u003eSlip-Resistant Mats \u0026amp; Floors\u003cbr\u003eRestored. No Slickness Left Behind.\u003c\/h2\u003e\n\u003cp class=\"dd-pd__tagline\"\u003e\u003cstrong\u003eIsopropanol-Based. Satin Finish. Slip Resistance Retained.\u003c\/strong\u003e Not blue goo — not a spray that needs babying. Just a clean, dark, correct result.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-pd__lead\"\u003e\n\u003cp\u003eKoch Chemie Gummifix is a solvent-based dressing designed to renew rubber floor mats, weather-resistant plastic flooring, and any surface where slip resistance is a functional requirement. Clean first, apply Gummifix, allow to dry — and the surface is restored to a dark, rich finish with the slightest satin sheen and zero slickness added.\u003c\/p\u003e\n\u003cp\u003eThis is an isopropanol solution. It is not the thick blue goo dressing you might be expecting — the consistency is closer to water or rubbing alcohol. It applies to a high shine and flashes off quickly, exactly as you would anticipate from a product that smells like ethanol. No fragrance. No residue. No slick hazard on a mat that needs to stay grippy.\u003c\/p\u003e\n\u003cp\u003eSprays and general-purpose dressings require extra work to achieve a uniform satin finish on these surfaces and you'll end up using an applicator or towel anyway. Gummifix cuts straight to the correct result without the extra steps. Use a cheap applicator — this product will work it hard, and there's no reason to sacrifice a good one here.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"dd-pd__stats\"\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eFormula\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eIsopropanol\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eSolvent-based · not a gel dressing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eFinish\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eSatin\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eDark \u0026amp; rich · sans slickness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eVolume\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003e1L \u0026amp; 5L\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eProfessional supply · current size\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"dd-pd__quote\"\u003e\n\u003cp\u003e\"None of the alternatives look the way Gummifix restores — without leaving slickness behind.\"\u003c\/p\u003e\n\u003ccite\u003e— Detail Division · on Koch Chemie Gummifix\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT GUMMIFIX DOES --\u003e\n\u003cdiv class=\"dd-pd__diff\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eWhat Gummifix does\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eRestores Without Adding Slickness\u003c\/strong\u003e The core problem with most rubber and mat dressings — they make the surface look better but compromise grip. Gummifix restores appearance while retaining the slip-resistant properties that matter on a floor mat.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eCorrect Satin Finish — First Time\u003c\/strong\u003e Spray dressings require multiple passes and technique to get a uniform satin result on textured rubber. Gummifix is worked in with an applicator and the result is consistent without additional effort.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eFlashes Off Quickly — No Drying Wait\u003c\/strong\u003e The isopropanol base evaporates fast. Apply, work in, and the surface is ready — no extended drying time and no wet look that lingers after the vehicle goes back in service.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eInterior Plastic Use\u003c\/strong\u003e While the primary application is floor mats and rubber flooring, Gummifix also works on interior plastic surfaces — darker, richer, satin result without the grease or sheen of a traditional dressing product.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION GUIDE --\u003e\n\u003cdiv class=\"dd-pd__mfg\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eHow to Apply\u003c\/p\u003e\n\u003cp\u003eClean the surface first with \u003ca style=\"color: #0088aa;\" href=\"https:\/\/detail-division.mom\/products\/koch-chemie-green-star-all-purpose-cleaner?_pos=1\u0026amp;_sid=df43064b9\u0026amp;_ss=r\"\u003eKoch Chemie Green Star\u003c\/a\u003e diluted 1:10, or another APC at appropriate dilution. \u003cstrong\u003eWipe dry with a microfiber.\u003c\/strong\u003e Apply Gummifix into a cheap microfiber applicator and work it into the surface. Allow to dry — the isopropanol flashes quickly. That's it.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUse a dedicated applicator or towel.\u003c\/strong\u003e There's no need to sacrifice a good microfibre here — the product and the surface will work it hard. Reserve quality towels for the wipe-dry step during prep.\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__use-grid\"\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003ePrimary Use\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eWeather-resistant rubber floor mats · slip-resistant flooring · textured rubber surfaces\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eSecondary Use\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eInterior plastic surfaces · dashboard plastic · trim that needs a darker satin finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eWhat to Expect\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eHigh shine on application · flashes quickly to satin · no slickness · no fragrance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eWhat to Use\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eCheap microfiber applicator · APC for pre-clean · dry microfiber wipe before application\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"dd-pd__closing\"\u003e\n\u003cp\u003eCut to the chase and get the job done right the first time. \u003cstrong\u003eGummifix is the correct product for slip-resistant surfaces — not because there aren't alternatives, but because none of them look the same.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USAGE STRIP --\u003e\n\u003cdiv class=\"dd-pd__care\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eDirections \u0026amp; Key Notes\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__care-grid\"\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg class=\"teal\" viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Clean \u0026amp; dry surface before application\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg class=\"teal\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Work into surface with cheap applicator\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg class=\"teal\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2v10l4 4\"\u003e\u003c\/path\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Allow to flash dry · no extended wait\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg class=\"teal\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Use Green Star 1:10 APC for pre-clean\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Do not apply to uncleaned surface\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Do not use on surfaces requiring full grip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FORMULA NOTE --\u003e\n\u003cdiv class=\"dd-pd__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 y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eGummifix is an isopropanol solution — not a gel or thick dressing.\u003c\/strong\u003e Consistency is water-like. It smells like rubbing alcohol or ethanol and applies to a high shine before flashing off to a satin finish quickly. No fragrance. No blue gel. If that's what you were expecting, this will be different — and better for the application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Koch Chemie","offers":[{"title":"1L","offer_id":40776988098675,"sku":"","price":32.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":40776988131443,"sku":"","price":139.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/KochChemieGummifix1L-2.jpg?v=1702415494"},{"product_id":"carbon-collective-shift-intensive-cleaner","title":"Carbon Collective SHIFT Intensive Cleaner, Glue \u0026 Tar Remover","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Carbon Collective SHIFT Intensive Cleaner\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-pd {\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-pd__hero {\n    background: #080f08;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #3dcc3d;\n    margin-bottom: 0;\n  }\n  .dd-pd__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #3dcc3d;\n    margin: 0 0 8px;\n  }\n  .dd-pd__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-pd__tagline {\n    font-size: 13px;\n    color: #5a9a5a;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-pd__tagline strong {\n    color: #3dcc3d;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-pd__lead {\n    padding: 18px 20px;\n    background: #f2faf2;\n    border-left: 3px solid #3dcc3d;\n    margin-bottom: 0;\n  }\n  .dd-pd__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #333;\n    margin: 0 0 10px;\n  }\n  .dd-pd__lead p:last-child { margin: 0; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-pd__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #cce8cc;\n    border-bottom: 1px solid #cce8cc;\n  }\n  .dd-pd__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #cce8cc;\n    background: #fff;\n  }\n  .dd-pd__stat:last-child { border-right: none; }\n  .dd-pd__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-pd__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #080f08;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-pd__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .dd-pd__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #3dcc3d;\n    margin: 0 0 12px;\n  }\n\n  \/* ── USE CASES ── *\/\n  .dd-pd__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #cce8cc;\n    border-bottom: 1px solid #cce8cc;\n  }\n  .dd-pd__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-pd__diff-item:last-child { margin-bottom: 0; }\n  .dd-pd__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #080f08;\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-pd__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #3dcc3d;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-pd__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-pd__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #080f08;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .dd-pd__quote {\n    padding: 18px 20px;\n    background: #080f08;\n    border-left: 3px solid #3dcc3d;\n  }\n  .dd-pd__quote p {\n    font-size: 15px;\n    font-style: italic;\n    color: #aaeeaa;\n    margin: 0 0 6px;\n    line-height: 1.5;\n  }\n  .dd-pd__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: #3dcc3d;\n  }\n\n  \/* ── APPLICATION CALLOUT ── *\/\n  .dd-pd__mfg {\n    padding: 18px 20px;\n    background: #f2faf2;\n    border-top: 1px solid #cce8cc;\n    border-bottom: 1px solid #cce8cc;\n  }\n  .dd-pd__mfg p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-pd__mfg p:last-child { margin: 0; }\n  .dd-pd__mfg strong { color: #080f08; }\n\n  \/* ── USE CASE GRID ── *\/\n  .dd-pd__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 14px;\n  }\n  .dd-pd__use-block {\n    background: #fff;\n    border: 1px solid #cce8cc;\n    border-top: 2px solid #3dcc3d;\n    padding: 12px 14px;\n  }\n  .dd-pd__use-title {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #3dcc3d;\n    margin: 0 0 6px;\n  }\n  .dd-pd__use-body {\n    font-size: 12px;\n    color: #444;\n    line-height: 1.55;\n    margin: 0;\n  }\n\n  \/* ── CLOSING STATEMENT ── *\/\n  .dd-pd__closing {\n    padding: 16px 20px;\n    background: #fff;\n    border-top: 1px solid #cce8cc;\n    border-bottom: 1px solid #cce8cc;\n  }\n  .dd-pd__closing p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0 0 6px;\n  }\n  .dd-pd__closing p:last-child { margin: 0; }\n\n  \/* ── USAGE STRIP ── *\/\n  .dd-pd__care {\n    padding: 16px 20px;\n    background: #080f08;\n    border-top: 1px solid #0e1a0e;\n  }\n  .dd-pd__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-pd__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #5a9a5a;\n  }\n  .dd-pd__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-pd__care-item--no { color: #e87070; }\n  .dd-pd__care-item--no svg { stroke: #e87070; }\n  .dd-pd__care-item svg.green { stroke: #3dcc3d; }\n\n  \/* ── WARNING ── *\/\n  .dd-pd__warning {\n    padding: 12px 16px;\n    background: #f2faf2;\n    border: 1px solid #99dd99;\n    border-left: 3px solid #3dcc3d;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #3dcc3d;\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-pd__warning p {\n    font-size: 12px;\n    color: #1a441a;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__warning strong { color: #0a2a0a; }\n\n  \/* ── CARB WARNING ── *\/\n  .dd-pd__carb {\n    padding: 12px 16px;\n    background: #fff8ec;\n    border: 1px solid #e8c97a;\n    border-left: 3px solid #cc8800;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__carb svg {\n    width: 16px;\n    height: 16px;\n    stroke: #cc8800;\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-pd__carb p {\n    font-size: 12px;\n    color: #7a4e05;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__carb strong { color: #4a2a00; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-pd\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-pd__hero\"\u003e\n\u003cp class=\"dd-pd__eyebrow\"\u003eCarbon Collective · SHIFT · Intensive Cleaner\u003c\/p\u003e\n\u003ch2 class=\"dd-pd__title\"\u003eTar. Rubber. Grease.\u003cbr\u003eUnderseal. Gone.\u003c\/h2\u003e\n\u003cp class=\"dd-pd__tagline\"\u003e\u003cstrong\u003eGlue \u0026amp; Tar Remover. Track Prep. Restoration Tool.\u003c\/strong\u003e Formulated since 2019 — continuously refined until it was right.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-pd__lead\"\u003e\n\u003cp\u003eSHIFT Intensive Cleaner was primarily formulated as a glue and tar remover. Throughout development it proved capable of far more — underseal, waxoyl, tyre rubber, track rubber, wheel weight glue, engine grease, oil build-up, and years of accumulated grime. One formula for the jobs that nothing else wants to touch.\u003c\/p\u003e\n\u003cp\u003eIn development since early 2019 and through multiple revisions, SHIFT is now in its final, perfected form. The kind of product you reach for when the surface needs real work done — not just cleaned, but stripped back to what's underneath.\u003c\/p\u003e\n\u003cp\u003eUse a dedicated towel for this — something you're happy to toss afterward or repurpose as a shop rag. SHIFT does its job, and the towel absorbs the evidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"dd-pd__stats\"\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003ePrimary Use\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eTar \u0026amp; Glue\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eAlso: rubber · grease · underseal\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eApplication\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eRTU\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eSpray direct · dwell · wipe\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__stat\"\u003e\n\u003cp class=\"dd-pd__stat-label\"\u003eDevelopment\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-value\"\u003eSince '19\u003c\/p\u003e\n\u003cp class=\"dd-pd__stat-sub\"\u003eFinal perfected formula\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"dd-pd__quote\"\u003e\n\u003cp\u003e\"Throughout development we found it could remove more than we ever expected.\"\u003c\/p\u003e\n\u003ccite\u003e— Carbon Collective · SHIFT Intensive Cleaner\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES — diff style for what it removes --\u003e\n\u003cdiv class=\"dd-pd__diff\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eWhat SHIFT removes\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eTar \u0026amp; Road Film\u003c\/strong\u003e Spray directly onto the deposit and leave to dwell for a few seconds until a brown liquid can be seen running from the tar. Wipe with a clean microfibre. Repeat if needed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eTyre Dressings \u0026amp; Rubber Build-Up\u003c\/strong\u003e Outstanding for removing old dressings, tyre soap, and stubborn sidewall grime. Saturate a microfibre cloth, rub across the sidewall, re-apply until clean, and rinse to finish. \u003cspan style=\"color: rgb(35, 246, 70);\"\u003e*A solvent is not for constant use on tires\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eWheel Weight Glue\u003c\/strong\u003e Spray directly onto the surface and use a squeegee or plastic blade to remove foam backing material first. Once the glue is exposed, re-apply and wipe with a microfibre cloth.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eEngine Bay \u0026amp; Mechanical Grease\u003c\/strong\u003e Spray directly onto the area and allow to dwell for 1–2 minutes. Agitate with a stiff bristle brush if needed, then rinse to remove years of oil, grease, and grime build-up.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eWaxoyl \u0026amp; Underseal\u003c\/strong\u003e Classic cars frequently have over-applied waxoyl and underseal. Spray directly onto the affected area and wipe with a microfibre, repeating until the desired result is achieved.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__diff-item\"\u003e\n\u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n\u003cstrong\u003eTrack \u0026amp; Tyre Rubber Deposits\u003c\/strong\u003e Spray directly onto the affected area. Using a cloth, lightly wipe in a lifting motion until the rubber deposit has been fully removed.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION NOTES --\u003e\n\u003cdiv class=\"dd-pd__mfg\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eApplication Notes\u003c\/p\u003e\n\u003cp\u003eSHIFT works differently across surfaces — dwell time and method vary by what you're removing. Test a small area before direct application on unfamiliar surfaces. \u003cstrong\u003eAlways wear gloves during use.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__use-grid\"\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eTar\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSpray direct · dwell until brown liquid appears · wipe with microfibre · repeat if needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eTyres\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSaturate cloth · rub sidewall · re-apply as needed · rinse to finish\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eWheel Weight Glue\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSpray · remove foam backing with blade · re-apply · wipe glue residue\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eEngine Bay\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSpray · dwell 1–2 min · agitate with stiff brush · rinse clear\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eWaxoyl \/ Underseal\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSpray direct · wipe with microfibre · repeat until desired result\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__use-block\"\u003e\n\u003cp class=\"dd-pd__use-title\"\u003eTrack Rubber\u003c\/p\u003e\n\u003cp class=\"dd-pd__use-body\"\u003eSpray · lift with cloth using upward wiping motion · repeat as needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"dd-pd__closing\"\u003e\n\u003cp\u003eReach for SHIFT when the job involves something bonded, baked on, or built up over years. \u003cstrong\u003eUse a towel you're happy to retire afterward — it'll earn it.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USAGE STRIP --\u003e\n\u003cdiv class=\"dd-pd__care\"\u003e\n\u003cp class=\"dd-pd__section-label\"\u003eSafety \u0026amp; Use\u003c\/p\u003e\n\u003cdiv class=\"dd-pd__care-grid\"\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"green\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Wear gloves during application\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"green\"\u003e\u003cpath d=\"M12 2v10l4 4\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e Test small area before full application\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"green\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Use a dedicated wipe-down towel\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"green\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Store out of direct sunlight\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Do not use on headlights or plastics\u003c\/div\u003e\n\u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Keep out of reach of children\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SAFETY WARNING --\u003e\n\u003cdiv class=\"dd-pd__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\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDo not use on vehicle headlights or plastics.\u003c\/strong\u003e Wear gloves during application. Test a small area before direct use on unfamiliar surfaces. Do not ingest. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CARB NOTICE --\u003e\n\u003cdiv class=\"dd-pd__carb\"\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\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eCalifornia residents:\u003c\/strong\u003e Due to CARB regulations, this product is not shipped to or sold in the State of California. Any customer who brings this product into California from outside the state does so under California Law and accepts full personal responsibility. Detail Division LLC and Carbon Collective LTD (UK) are not party to such actions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"500ml","offer_id":40774749388915,"sku":"CC.Shift500","price":23.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/products\/CarbonCollectiveSHIFT-2.jpg?v=1681496016"},{"product_id":"oberk-rinseless-wash","title":"Oberk Rinseless Wash","description":"\u003cp\u003e\u003cstrong\u003eOberk Rinseless Wash\u003c\/strong\u003e gives you the ability to wash, have a quick detailer, a clay lube, or a solution for wiping down interior 'hard' surfaces. \u003c\/p\u003e\n\u003cp\u003eI've had a number of Rinseless products in testing ever since ONR was released. Honest though with all of them is that I am NOT a fan of them. Love \/ HATE (mostly hate)... but with that said, there is absolutely a time and place where this type of product is the only option, and it \u003cem\u003eCAN\u003c\/em\u003e make sense. Sometimes it is a necessary evil. It all comes down to your process, level of expectation, and how dirty the application surfaces are to begin with.\u003c\/p\u003e\n\u003cp\u003eLet's be clear here and now; everything scratches. The softest towel, the best microfibers, the most slick of polymers. The 'older generation' of rinseless washes displayed difficult characteristics, could almost be grabby on panel, and left behind a residue that while the surface looked clean, further inspection revealed a film or haze on paint that was pretty much unforgivable by todays standards. \u003c\/p\u003e\n\u003cp\u003eOberk Rinseless is in fact different from the products of yesterday. Lubricants play well, and instead of a grabby feeling, you do get a very slick feeling towel movement over the panels while in use. There are no weird chemicals in this, so if you're doing a process with a wash bucket, its perfectly fine to just dump it out in your grass when finished. The smell is great, and at a 1:256 dilution ratio when used as a rinseless wash, it hits the mark of being maybe the most cost effective cleaning solution out there. \u003c\/p\u003e\n\u003cp\u003eIdeally used on cool panels and out of direct sun. As per Oberk, here are the suggested dilution ratios:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003cstrong\u003eone cap (.5oz) per gallon\u003c\/strong\u003e for rinseless wash solution\u003c\/li\u003e\n\u003cli\u003eAdd \u003cstrong\u003e4 caps (2oz) per gallon\u003c\/strong\u003e for making quick detailer and clay lubricant\u003c\/li\u003e\n\u003cli\u003eAdd one cap per 32oz bottle of water\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eI'll add into this that through years of trial and error, I dilute Oberk and any similar product I have in testing with Distilled Water. I've proven to myself time and time again that water quality is HUGE when cutting down a concentrated product for use. Dissolved solids change the way a product works, and depending on the situation, can actually work against you on some paints. It's worth the extra effort given how cheap each use can be when working with these dilution ratios, and it reduces variables in your work.\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e*Gallon jug comes with additional empty spray bottle with spray head WHEN AVAILABLE\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eMy recommendations for additional products to use with ANY rinseless wash:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.detail-division.mom\/products\/kl-n-plush-edgeless-towel?_pos=2\u0026amp;_sid=62af07da4\u0026amp;_ss=r\" title=\"Plush+\" rel=\"noopener\" target=\"_blank\"\u003eKLiN Korea Plush + Microfiber Towels\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.detail-division.mom\/products\/koch-chemie-empty-1l-spray-bottle-w-spray-head?_pos=1\u0026amp;_sid=99a960049\u0026amp;_ss=r\u0026amp;variant=39526029164659\" title=\"Spray Bottle\" rel=\"noopener\" target=\"_blank\"\u003eSpray Bottle\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.detail-division.mom\/search?q=bucket*\" title=\"Bucket Selection\" rel=\"noopener\" target=\"_blank\"\u003eBucket\u003c\/a\u003e\u003c\/li\u003e\n\u003cli\u003e\u003ca href=\"https:\/\/www.detail-division.mom\/search?q=softy%20hd*\" title=\"KLiN Korea Softy HD\" rel=\"noopener\" target=\"_blank\"\u003eKLiN Korea  Softy HD Wash Mitt \/ Pad\u003c\/a\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Oberk","offers":[{"title":"32oz","offer_id":41018706788467,"sku":"","price":24.99,"currency_code":"USD","in_stock":true},{"title":"128oz \/ Gallon","offer_id":41018706821235,"sku":"","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/OberkRinselessWash32oz.jpg?v=1698334924"},{"product_id":"oberk-aps-all-purpose-soap","title":"Oberk APS All Purpose Soap","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Oberk APS All Purpose Soap\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-aps {\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  \/* ── ACCENT COLOR: Oberk Blue ── *\/\n  \/* To update: find\/replace #2e6fc4 with your preferred hex *\/\n\n  \/* ── HERO HEADER ── *\/\n  .dd-aps__hero {\n    background: #111111;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #2e6fc4;\n    margin-bottom: 0;\n  }\n  .dd-aps__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #2e6fc4;\n    margin: 0 0 8px;\n  }\n  .dd-aps__title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.15;\n    margin: 0 0 6px;\n  }\n  .dd-aps__subtitle {\n    font-size: 12px;\n    color: #666;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-aps__tagline {\n    font-size: 13px;\n    color: #999;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #242424;\n    padding-top: 10px;\n  }\n  .dd-aps__tagline strong {\n    color: #2e6fc4;\n    font-style: normal;\n  }\n\n  \/* ── LEAD ── *\/\n  .dd-aps__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-aps__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-aps__lead p:last-child { margin: 0; }\n  .dd-aps__lead strong { color: #111; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-aps__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid #e0dbd0;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-aps__stat {\n    padding: 13px 14px;\n    border-right: 1px solid #e0dbd0;\n    background: #fafaf8;\n  }\n  .dd-aps__stat:last-child { border-right: none; }\n  .dd-aps__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-aps__stat-value {\n    font-size: 15px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-aps__stat-sub {\n    font-size: 10px;\n    color: #888;\n    line-height: 1.3;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .dd-aps__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #2e6fc4;\n    margin: 0 0 12px;\n  }\n\n  \/* ── SWISS ARMY KNIFE COPY ── *\/\n  .dd-aps__swiss {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-aps__swiss p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 12px;\n  }\n  .dd-aps__swiss p:last-child { margin: 0; }\n  .dd-aps__swiss strong { color: #111; }\n\n  \/* ── USE AREAS GRID ── *\/\n  .dd-aps__uses {\n    padding: 18px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-aps__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 7px;\n    margin-top: 4px;\n  }\n  .dd-aps__use-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 12px;\n    color: #444;\n    line-height: 1.5;\n  }\n  .dd-aps__use-dot {\n    width: 18px;\n    height: 18px;\n    background: #111;\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-aps__use-dot svg {\n    width: 10px;\n    height: 10px;\n    stroke: #2e6fc4;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* ── ODD JOBS CALLOUT ── *\/\n  .dd-aps__oddjobs {\n    padding: 18px 20px;\n    background: #111;\n    border-left: 3px solid #2e6fc4;\n    border-bottom: 1px solid #1e1e1e;\n  }\n  .dd-aps__oddjobs .dd-aps__section-label { color: #2e6fc4; }\n  .dd-aps__oddjobs-intro {\n    font-size: 13px;\n    color: #999;\n    line-height: 1.7;\n    margin: 0 0 14px;\n  }\n  .dd-aps__oddjobs-intro strong { color: #e8e4dc; }\n  .dd-aps__oddjob-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .dd-aps__oddjob-tag {\n    font-size: 11px;\n    font-weight: 500;\n    padding: 5px 10px;\n    background: #1e1e1e;\n    color: #bbb;\n    border: 1px solid #2e2e2e;\n    border-radius: 2px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ── STAYWET CALLOUT ── *\/\n  .dd-aps__staywet {\n    padding: 18px 20px;\n    background: #f0f5fd;\n    border-left: 3px solid #2e6fc4;\n    border-bottom: 1px solid #c8d8f0;\n  }\n  .dd-aps__staywet p {\n    font-size: 13px;\n    color: #1a2e50;\n    line-height: 1.75;\n    margin: 0 0 10px;\n  }\n  .dd-aps__staywet p:last-child { margin: 0; }\n  .dd-aps__staywet strong { color: #0a1828; }\n\n  \/* ── DILUTION GUIDE ── *\/\n  .dd-aps__dilution {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-aps__dilution-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .dd-aps__dilution-card {\n    padding: 12px 14px;\n    border: 1px solid #e0dbd0;\n    background: #fafaf8;\n    position: relative;\n  }\n  .dd-aps__dilution-card--mid {\n    border-color: #2e6fc4;\n    background: #f0f5fd;\n  }\n  .dd-aps__dilution-ratio {\n    font-size: 20px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-aps__dilution-card--mid .dd-aps__dilution-ratio {\n    color: #2e6fc4;\n  }\n  .dd-aps__dilution-use {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: #888;\n    margin: 0 0 4px;\n  }\n  .dd-aps__dilution-desc {\n    font-size: 11px;\n    color: #666;\n    line-height: 1.45;\n    margin: 0;\n  }\n  .dd-aps__dilution-badge {\n    position: absolute;\n    top: -1px;\n    right: -1px;\n    background: #2e6fc4;\n    color: #fff;\n    font-size: 8px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 3px 6px;\n  }\n\n  \/* ── IMPORTANT NOTES ── *\/\n  .dd-aps__notes {\n    padding: 18px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-aps__note-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-aps__note-item:last-child { margin-bottom: 0; }\n  .dd-aps__note-icon {\n    width: 20px;\n    height: 20px;\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-aps__note-icon--warn {\n    background: #e8f0e8;\n  }\n  .dd-aps__note-icon--warn svg {\n    stroke: #2a7a2a;\n  }\n  .dd-aps__note-icon--no {\n    background: #fdecea;\n  }\n  .dd-aps__note-icon--no svg {\n    stroke: #c0392b;\n  }\n  .dd-aps__note-icon svg {\n    width: 10px;\n    height: 10px;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-aps__note-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-aps__note-text strong {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    color: #111;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── SURFACES ── *\/\n  .dd-aps__surfaces {\n    padding: 16px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-aps__surface-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 10px;\n  }\n  .dd-aps__tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 5px 10px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n    border-radius: 2px;\n  }\n\n  \/* ── GALLON NOTE ── *\/\n  .dd-aps__gallon {\n    padding: 12px 16px;\n    background: #eef3fc;\n    border-left: 3px solid #2e6fc4;\n    border-top: 1px solid #c0d0ec;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-aps__gallon svg {\n    width: 15px;\n    height: 15px;\n    stroke: #2e6fc4;\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-aps__gallon p {\n    font-size: 12px;\n    color: #1a3060;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-aps__gallon strong { color: #0a1838; }\n\n  \/* ── CRITICAL WARNING ── *\/\n  .dd-aps__warning {\n    padding: 14px 16px;\n    background: #fdecea;\n    border-left: 3px solid #c0392b;\n    border-top: 1px solid #f5c6c2;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-aps__warning svg {\n    width: 15px;\n    height: 15px;\n    stroke: #c0392b;\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-aps__warning p {\n    font-size: 12px;\n    color: #7a1a10;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-aps__warning strong { color: #4a0a08; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-aps\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-aps__hero\"\u003e\n\u003cp class=\"dd-aps__eyebrow\"\u003eOberk · Plant-Based · Professional Use\u003c\/p\u003e\n\u003ch2 class=\"dd-aps__title\"\u003eAPS All Purpose Soap\u003c\/h2\u003e\n\u003cp class=\"dd-aps__subtitle\"\u003eAlkaline Multi-Surface Cleaner · 9.5pH · StayWet Technology\u003c\/p\u003e\n\u003cp class=\"dd-aps__tagline\"\u003eThe \u003cstrong\u003eSwiss Army Knife\u003c\/strong\u003e of cleaning products — one dilution ratio, every job you can think of.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-aps__lead\"\u003e\n\u003cp\u003eOberk APS is a truly interesting take on an APC. Alkaline (9.5pH) and yet plant-based, you can run this for a number of different jobs — exterior pre-wash, salt removal, bug remover, even cleaning interior surfaces with the proper dilution ratios.\u003c\/p\u003e\n\u003cp\u003eAPS falls into the Swiss Army Knife category for me. Running at a 1:15 dilution ratio for most occasions, you will complete pretty much every cleaning task you can think of. I have been amazed at the cleaning power when compared to the surface compliance this offers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STAT GRID --\u003e\n\u003cdiv class=\"dd-aps__stats\"\u003e\n\u003cdiv class=\"dd-aps__stat\"\u003e\n\u003cp class=\"dd-aps__stat-label\"\u003epH\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-value\"\u003e9.5\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-sub\"\u003eAlkaline · Plant-based\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__stat\"\u003e\n\u003cp class=\"dd-aps__stat-label\"\u003eStandard Dilution\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-value\"\u003e1:15\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-sub\"\u003eMost occasions\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__stat\"\u003e\n\u003cp class=\"dd-aps__stat-label\"\u003eTechnology\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-value\"\u003eStayWet™\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-sub\"\u003eExtended dwell time\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__stat\"\u003e\n\u003cp class=\"dd-aps__stat-label\"\u003eFormula\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-value\"\u003eBiodegradable\u003c\/p\u003e\n\u003cp class=\"dd-aps__stat-sub\"\u003eScent-free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE AREAS --\u003e\n\u003cdiv class=\"dd-aps__uses\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eAreas of use\u003c\/p\u003e\n\u003cdiv class=\"dd-aps__use-grid\"\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nExterior pre-wash\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nSalt removal\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nBug remover\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nInterior surfaces (diluted)\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nUndercarriage\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__use-item\"\u003e\n\u003cdiv class=\"dd-aps__use-dot\"\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\nSurface prep \/ coating maintenance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ODD JOBS CALLOUT --\u003e\n\u003cdiv class=\"dd-aps__oddjobs\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eWhere APS has really delivered\u003c\/p\u003e\n\u003cp class=\"dd-aps__oddjobs-intro\"\u003eWe all buy a bunch of household surface-designated cleaners. I have personally tossed so much of what I had taking up space because of the power and versatility APS brings to \u003cstrong\u003eall\u003c\/strong\u003e of your cleaning work — not just cars.\u003c\/p\u003e\n\u003cdiv class=\"dd-aps__oddjob-tags\"\u003e\n\u003cspan class=\"dd-aps__oddjob-tag\"\u003eVinyl siding (mold)\u003c\/span\u003e \u003cspan class=\"dd-aps__oddjob-tag\"\u003eComposite decking (mold)\u003c\/span\u003e \u003cspan class=\"dd-aps__oddjob-tag\"\u003eVinyl window casings\u003c\/span\u003e \u003cspan class=\"dd-aps__oddjob-tag\"\u003eAny undercarriage surface\u003c\/span\u003e \u003cspan class=\"dd-aps__oddjob-tag\"\u003eShower \u0026amp; tile\u003c\/span\u003e \u003cspan class=\"dd-aps__oddjob-tag\"\u003eLawn mowers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STAYWET TECHNOLOGY --\u003e\n\u003cdiv class=\"dd-aps__staywet\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eStayWet Technology — read this before you use it\u003c\/p\u003e\n\u003cp\u003eAPS utilizes StayWet Technology which increases dwell time on a surface, keeping the active ingredients working rather than quickly drying out — drying affects the surface and creates spotting or other problems on finishes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUnlike other active pre-treat foams, you WANT to wet the surface down before application.\u003c\/strong\u003e Allow the solution to work, be observant of the situation, and fully rinse off before the first signs of drying on surface. Measure your product. Read the label. This is a professional use product — not a count-the-glugs situation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION GUIDE --\u003e\n\u003cdiv class=\"dd-aps__dilution\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eDilution guide\u003c\/p\u003e\n\u003cdiv class=\"dd-aps__dilution-grid\"\u003e\n\u003cdiv class=\"dd-aps__dilution-card\"\u003e\n\u003cp class=\"dd-aps__dilution-ratio\"\u003e1:4\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-use\"\u003eBug Remover\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-desc\"\u003eFoaming sprayer — heavy contact surfaces, direct application\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__dilution-card dd-aps__dilution-card--mid\"\u003e\n\u003cspan class=\"dd-aps__dilution-badge\"\u003eGo-To\u003c\/span\u003e\n\u003cp class=\"dd-aps__dilution-ratio\"\u003e1:15\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-use\"\u003eStandard Use\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-desc\"\u003eMost jobs — pre-wash, general exterior, surface prep\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__dilution-card\"\u003e\n\u003cp class=\"dd-aps__dilution-ratio\"\u003e2–3oz\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-use\"\u003eFoam Cannon\u003c\/p\u003e\n\u003cp class=\"dd-aps__dilution-desc\"\u003eFull cannon — not designed for ultra-thick foam, designed to lift and release\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMPORTANT NOTES --\u003e\n\u003cdiv class=\"dd-aps__notes\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eImportant to know\u003c\/p\u003e\n\u003cdiv class=\"dd-aps__note-item\"\u003e\n\u003cdiv class=\"dd-aps__note-icon dd-aps__note-icon--warn\"\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-aps__note-text\"\u003e\n\u003cstrong\u003eCeramic coated vehicles — safe\u003c\/strong\u003e An alkaline cleaner will help 'clean out' a coating and can be used. Ideal for ceramic coating maintenance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__note-item\"\u003e\n\u003cdiv class=\"dd-aps__note-icon dd-aps__note-icon--no\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cline y2=\"10\" x2=\"10\" y1=\"2\" x1=\"2\"\u003e\u003c\/line\u003e\u003cline y2=\"10\" x2=\"2\" y1=\"2\" x1=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__note-text\"\u003e\n\u003cstrong\u003eWax \u0026amp; sealant protected vehicles — avoid\u003c\/strong\u003e APS WILL degrade a sealant or wax. Use this as a surface preparation product, not on vehicles protected this way.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__note-item\"\u003e\n\u003cdiv class=\"dd-aps__note-icon dd-aps__note-icon--warn\"\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-aps__note-text\"\u003e\n\u003cstrong\u003eIs this a wash bucket soap?\u003c\/strong\u003e All Purpose Soap may be used in the traditional sense. Lubricity is not crazy slick, but use 0.25–0.5oz per gallon. The cleaning power is unreal — but it's in a different category.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__note-item\"\u003e\n\u003cdiv class=\"dd-aps__note-icon dd-aps__note-icon--no\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cline y2=\"10\" x2=\"10\" y1=\"2\" x1=\"2\"\u003e\u003c\/line\u003e\u003cline y2=\"10\" x2=\"2\" y1=\"2\" x1=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-aps__note-text\"\u003e\n\u003cstrong\u003eDo not leave on raw aluminum\u003c\/strong\u003e Do not spray or leave on raw aluminum for a long period. Always wet the surface before applying. If concerned, test a spot first.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACES --\u003e\n\u003cdiv class=\"dd-aps__surfaces\"\u003e\n\u003cp class=\"dd-aps__section-label\"\u003eSurfaces\u003c\/p\u003e\n\u003cdiv class=\"dd-aps__surface-tags\"\u003e\n\u003cspan class=\"dd-aps__tag\"\u003eExterior Paint\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eCeramic Coatings\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eUndercarriage\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eInterior Surfaces\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eVinyl\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eComposite\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eTile \u0026amp; Grout\u003c\/span\u003e \u003cspan class=\"dd-aps__tag\"\u003eEngine Bay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GALLON NOTE --\u003e\n\u003cdiv class=\"dd-aps__gallon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 21 12 17.77 5.82 21 7 14.14l-5-4.87 6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eGallon jug bonus:\u003c\/strong\u003e WHEN AVAILABLE, Gallons come with an additional bottle \u0026amp; spray head \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CRITICAL WARNING --\u003e\n\u003cdiv class=\"dd-aps__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 y2=\"13\" x2=\"12\" y1=\"9\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"17\" x2=\"12.01\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDo NOT expect ultra-thick blankets from a foam cannon.\u003c\/strong\u003e APS is designed to lift and release dirt — not produce foam theater. Measure your dilutions. Read the label. Professional use product.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Oberk","offers":[{"title":"16oz","offer_id":41018710818931,"sku":"","price":15.99,"currency_code":"USD","in_stock":true},{"title":"32oz","offer_id":41018708361331,"sku":"","price":25.99,"currency_code":"USD","in_stock":true},{"title":"128oz \/ Gallon","offer_id":41018708394099,"sku":"","price":59.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/OberkAPSAllPurposeSoap16oz.jpg?v=1698334945"},{"product_id":"carbon-collective-evolve-rinseless-cleaner","title":"Carbon Collective EVOLVE Rinseless Cleaner","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Carbon Collective EVOLVE | Rinseless Cleaner\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-ev {\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-ev__hero {\n    background: #1c1c1c;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #00b8c8;\n    margin-bottom: 0;\n  }\n  .dd-ev__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #00b8c8;\n    margin: 0 0 8px;\n  }\n  .dd-ev__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 6px;\n  }\n  .dd-ev__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #777;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-ev__tagline {\n    font-size: 13px;\n    color: #aaa;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #2e2e2e;\n    padding-top: 10px;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-ev__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-ev__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-ev__lead p:last-child { margin: 0; }\n  .dd-ev__lead strong { color: #1c1c1c; }\n\n  \/* ── SECTION LABELS ── *\/\n  .dd-ev__section {\n    padding: 14px 20px 6px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n  }\n  .dd-ev__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #007d8a;\n    margin: 0 0 12px;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .dd-ev__features {\n    padding: 0 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ev__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-ev__feature:last-child { margin-bottom: 0; }\n  .dd-ev__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #00b8c8;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .dd-ev__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-ev__feature strong { color: #1c1c1c; }\n\n  \/* ── DILUTION CARDS ── *\/\n  .dd-ev__dilutions {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .dd-ev__dilution-card {\n    border: 1px solid #e0dbd0;\n    padding: 12px 10px;\n    text-align: center;\n    background: #fafaf8;\n  }\n  .dd-ev__dilution-card--featured {\n    border-color: #00b8c8;\n    background: #f0fcfd;\n  }\n  .dd-ev__dilution-badge {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 2px 7px;\n    background: #00b8c8;\n    color: #fff;\n    margin-bottom: 7px;\n  }\n  .dd-ev__dilution-title {\n    font-size: 10px;\n    font-weight: 700;\n    color: #555;\n    margin: 0 0 5px;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    line-height: 1.3;\n  }\n  .dd-ev__dilution-ratio {\n    font-size: 16px;\n    font-weight: 700;\n    color: #1c1c1c;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-ev__dilution-card--featured .dd-ev__dilution-ratio { color: #007d8a; }\n  .dd-ev__dilution-note {\n    font-size: 10px;\n    color: #888;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* ── USE CASE TAGS ── *\/\n  .dd-ev__usecases {\n    padding: 12px 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-ev__usecase-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    margin-right: 4px;\n    width: 100%;\n    margin-bottom: 2px;\n  }\n  .dd-ev__usecase-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n\n  \/* ── BUCKET METHOD CALLOUT — dark bg, teal accent ── *\/\n  .dd-ev__method {\n    padding: 14px 16px;\n    background: #1c1c1c;\n    border-left: 3px solid #00b8c8;\n  }\n  .dd-ev__method-inner {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .dd-ev__method svg {\n    width: 16px;\n    height: 16px;\n    stroke: #00b8c8;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .dd-ev__method p {\n    font-size: 13px;\n    color: #ccc;\n    margin: 0 0 8px;\n    line-height: 1.7;\n  }\n  .dd-ev__method p:last-child { margin: 0; }\n  .dd-ev__method strong { color: #ffffff; }\n  .dd-ev__method em { color: #00b8c8; font-style: normal; font-weight: 600; }\n\n  \/* ── HONEST REVIEW CALLOUT — slightly lighter dark ── *\/\n  .dd-ev__review {\n    padding: 18px 20px;\n    background: #242424;\n    border-left: 3px solid #00b8c8;\n    border-top: 1px solid #2e2e2e;\n  }\n  .dd-ev__review-eyebrow {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #00b8c8;\n    margin: 0 0 10px;\n  }\n  .dd-ev__review p {\n    font-size: 13px;\n    color: #bbb;\n    margin: 0 0 12px;\n    line-height: 1.8;\n  }\n  .dd-ev__review p:last-child { margin: 0; }\n  .dd-ev__review strong { color: #fff; }\n  .dd-ev__review em { color: #00b8c8; font-style: normal; font-weight: 600; }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-ev__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-ev__steps { list-style: none; margin: 0; padding: 0; }\n  .dd-ev__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-ev__step:last-child { margin-bottom: 0; }\n  .dd-ev__step-num {\n    width: 20px;\n    height: 20px;\n    background: #00b8c8;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-ev__step p { font-size: 13px; color: #333; margin: 0; line-height: 1.6; }\n  .dd-ev__step strong { color: #1c1c1c; }\n\n  \/* ── ECO NOTE ── *\/\n  .dd-ev__eco {\n    padding: 10px 16px;\n    background: #f0fcfd;\n    border-left: 3px solid #00b8c8;\n    border-top: 1px solid #cceef2;\n    font-size: 12px;\n    color: #005f68;\n    line-height: 1.55;\n  }\n  .dd-ev__eco strong { color: #003f45; }\n\n  \/* ── SIZE PILLS ── *\/\n  .dd-ev__sizes {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .dd-ev__size-pill {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    border: 1px solid #e0dbd0;\n    background: #fff;\n    color: #444;\n  }\n  .dd-ev__size-pill span {\n    font-size: 10px;\n    color: #999;\n    font-weight: 400;\n    margin-left: 4px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-ev\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-ev__hero\"\u003e\n\u003cp class=\"dd-ev__eyebrow\"\u003eCarbon Collective · UK · Rinseless \u0026amp; Waterless\u003c\/p\u003e\n\u003ch2 class=\"dd-ev__title\"\u003eEVOLVE — Rinseless Cleaner\u003c\/h2\u003e\n\u003cp class=\"dd-ev__subtitle\"\u003eUltra-Concentrated · Color-Changing Dilution Indicator · No Rinse Required · Matte \u0026amp; Satin Safe\u003c\/p\u003e\n\u003cp class=\"dd-ev__tagline\"\u003eNot your American-style rinseless wash. A new interpretation of what rinseless cleaning can be.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-ev__lead\"\u003e\n\u003cp\u003eCarbon Collective EVOLVE is an ultra-concentrated waterless cleaner that can be easily diluted for the task at hand. This powerful cleaner does not require rinsing, making it perfect for a wide range of surfaces and tasks — it can be used at various dilutions in a spray bottle or used in a bucket as a rinseless wash.\u003c\/p\u003e\n\u003cp\u003eEVOLVE has been formulated \u003cstrong\u003ewithout waxes or protective additives\u003c\/strong\u003e. The highly-advanced surfactant effectively removes dirt and grime while leaving existing protective layers untouched, ensuring that the water-beading and sheeting properties of your protection remain unchanged. Additionally, it is \u003cstrong\u003e100% safe for use on matte and satin finishes\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003eA rinseless wash can be considered a necessary evil in detailing. At times, water intrusion plays a big factor when selecting this method of cleaning — especially with classic or high value cars where engineers may have been more focused on \u003cstrong\u003eSPEED\u003c\/strong\u003e (Jeremy Clarkson voice) than water pooling in cracks and crevices, only to damage that precious metal over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT IT DOES --\u003e\n\u003cdiv class=\"dd-ev__section\"\u003e\n\u003cp class=\"dd-ev__section-label\"\u003eWhat it does\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__features\"\u003e\n\u003cdiv class=\"dd-ev__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eMulti-use, highly concentrated\u003c\/strong\u003e — one product spans glass cleaner, dust removal, panel wipe, pre-wash, and full rinseless bucket wash depending on dilution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eColor-changing dilution indicator\u003c\/strong\u003e — visual confirmation that the product is properly mixed. Takes the guesswork out of concentration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eProtection-safe formulation\u003c\/strong\u003e — no waxes, no polymers, no additives. Cleans without masking or altering the performance of whatever is protecting the paint underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eMatte and satin safe\u003c\/strong\u003e — no gloss-enhancing or sheen-altering chemistry. 100% safe on specialty and delicate finishes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eEco-friendly\u003c\/strong\u003e — full vehicle wash using only 12 liters of water. No hose, no runoff, no waste. Compliant with strict water-use environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION CARDS — 5 across two rows using CSS grid --\u003e\n\u003cdiv class=\"dd-ev__section\"\u003e\n\u003cp class=\"dd-ev__section-label\"\u003eDilution Guide — Rinseless \/ Water\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 14px 20px; background: #fff; border-bottom: 1px solid #e0dbd0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;\"\u003e\n\u003cdiv class=\"dd-ev__dilution-card\"\u003e\n\u003cdiv class=\"dd-ev__dilution-title\"\u003eGlass \u0026amp; Interior\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-ratio\"\u003e30ml \/ 970ml\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-note\"\u003eLightest ratio. Streak-free glass and interior surfaces.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-card\"\u003e\n\u003cdiv class=\"dd-ev__dilution-title\"\u003eDust \u0026amp; Watermark\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-ratio\"\u003e40ml \/ 960ml\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-note\"\u003eLight contamination and water spot removal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-card\"\u003e\n\u003cdiv class=\"dd-ev__dilution-title\"\u003ePanel Wipe\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-ratio\"\u003e50ml \/ 950ml\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-note\"\u003eSurface prep. Leaves nothing behind on panel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-card\"\u003e\n\u003cdiv class=\"dd-ev__dilution-title\"\u003ePre-Wash · Bugs \u0026amp; Heavy Grime\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-ratio\"\u003e100ml \/ 900ml\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-note\"\u003ePre-soak dirtiest areas. 1 part solution to 9 parts water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-card dd-ev__dilution-card--featured\"\u003e\n\u003cdiv class=\"dd-ev__dilution-badge\"\u003eBucket Wash\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-title\"\u003eRinseless Wash\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-ratio\"\u003e25ml \/ 12L\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__dilution-note\"\u003eFull vehicle wash. 12 liters, no hose required.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"dd-ev__usecases\"\u003e\n\u003cspan class=\"dd-ev__usecase-label\"\u003eUse Cases:\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eIndoor Washing\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eNo Hose Access\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eOn the Go\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eSensitive Finishes\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eClassic \u0026amp; High-Value Cars\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eWater Use Restrictions\u003c\/span\u003e \u003cspan class=\"dd-ev__usecase-tag\"\u003eMatte \u0026amp; Satin Paint\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- BUCKET METHOD CALLOUT --\u003e\n\u003cdiv class=\"dd-ev__method\"\u003e\n\u003cdiv class=\"dd-ev__method-inner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"12.01\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cp\u003e\u003cstrong\u003eBucket Wash Method:\u003c\/strong\u003e Using a wash pad, wash a panel, then immediately dry it using a quality drying towel. Repeat this process \u003cem\u003epanel-by-panel\u003c\/em\u003e until the entire vehicle has been cleaned.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePre-Wash:\u003c\/strong\u003e Mix one part of the solution with nine parts water (100ml\/900ml), and use it as a pre-soak on the dirtiest areas before the bucket wash process begins.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey rule:\u003c\/strong\u003e If a product goes on, it needs to fully come off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"dd-ev__section\"\u003e\n\u003cp class=\"dd-ev__section-label\"\u003eHow to Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-ev__how\"\u003e\n\u003col class=\"dd-ev__steps\"\u003e\n\u003cli class=\"dd-ev__step\"\u003e\n\u003cspan class=\"dd-ev__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eDilute to task\u003c\/strong\u003e — select the appropriate ratio for what you're doing. Color change in the solution confirms proper dilution. The range runs from 30ml\/L for glass all the way to 100ml\/L for pre-wash on heavy grime.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ev__step\"\u003e\n\u003cspan class=\"dd-ev__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eWork panel by panel\u003c\/strong\u003e — apply, wipe, and immediately dry before moving to the next panel. Do not let the solution dwell on the surface unattended.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ev__step\"\u003e\n\u003cspan class=\"dd-ev__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eFull removal on every panel\u003c\/strong\u003e — EVOLVE leaves nothing behind when used correctly. No smearing, no streaks, no polymer film on black paint under a light.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-ev__step\"\u003e\n\u003cspan class=\"dd-ev__step-num\"\u003e4\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eUse on relatively clean vehicles\u003c\/strong\u003e — rinseless washing is a process that should be done on relatively clean vehicles so as not to induce marring. Find what works for you, but the process demands clean technique.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- HONEST REVIEW --\u003e\n\u003cdiv class=\"dd-ev__review\"\u003e\n\u003cp class=\"dd-ev__review-eyebrow\"\u003eWhat to Expect\u003c\/p\u003e\n\u003cp\u003eI will say that Carbon Collective EVOLVE was not necessarily my cup of tea at first. I got a sample with no instructions almost a year ahead of release to the day, and was told to 'play with it'. With limited information and a very small sample, I had to be very cautious with how much I used. Once I came to grips with how amazing of a product it was, the sample had run dry. Calls for more were met with 'there's none left', and a gaping hole was left in my work up until the word was that release was coming.\u003c\/p\u003e\n\u003cp\u003eI'm in America, and so are you most likely. We have all been schooled as to what a rinseless wash is by American producers, and they have relied heavily on towel feel via polymers on panel to drive a sense of security for the average user. This is why most can be diluted into a quick detailer at higher concentration. \u003cstrong\u003eCarbon Collective has brought things into a much different direction, so do NOT expect this to perform like everything else.\u003c\/strong\u003e Where EVOLVE performs is in the act of \u003cem\u003eCLEANING\u003c\/em\u003e — part of why it may also be used as a panel wipe or even a bug remover at higher dilution ratios (are you getting it yet?). Wiping the solution off panel leaves nothing behind when done right — no smearing or streaks to speak of, on black paint and under a light.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrust, you have not used a product like this\u003c\/strong\u003e — never mind a rinseless wash. It's my thought that if you wanted a typical American-style rinseless wash, you could possibly dilute Carbon Collective Rapide down a bit and have the feels you are accustomed to — this was my feeling when first trialing Rapide upon release... BUT if you are looking for a new interpretation on what a rinseless wash can be, \u003cem\u003eEVOLVE is the innovation you didn't know you needed.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ECO NOTE --\u003e\n\u003cdiv class=\"dd-ev__eco\"\u003e\n\u003cstrong\u003eEco-Friendly:\u003c\/strong\u003e Whether you are washing your vehicle on your driveway, in an apartment parking lot, or on the go — EVOLVE allows you to wash your vehicle in an environmentally friendly manner using 12 liters or less. No hose. No waste. The SOLUTION for hose pipe bans and drought restrictions.\u003c\/div\u003e\n\u003c!-- SIZE PILLS --\u003e\n\u003cdiv class=\"dd-ev__sizes\"\u003e\n\u003cspan class=\"dd-ev__size-pill\"\u003e500 ml\u003c\/span\u003e \u003cspan class=\"dd-ev__size-pill\"\u003e1 Liter\u003c\/span\u003e \u003cspan class=\"dd-ev__size-pill\"\u003e2.5 Liter\u003c\/span\u003e \u003cspan class=\"dd-ev__size-pill\"\u003e5 Liter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"carbon collective","offers":[{"title":"500ml","offer_id":42556710813811,"sku":"CC.Evolve500","price":18.99,"currency_code":"USD","in_stock":true},{"title":"1L","offer_id":42556710846579,"sku":"CC.Evolve1L","price":35.0,"currency_code":"USD","in_stock":true},{"title":"2.5L","offer_id":42935514792051,"sku":"CC.Evolve2.5L","price":74.5,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":42935514824819,"sku":"CC.Evolve5L","price":130.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveEVOLVERinseless1L.jpg?v=1732999269"},{"product_id":"carbon-collective-heavy-duty-black-textured-nitrile-gloves","title":"Carbon Collective Heavy Duty Black Textured Nitrile Gloves","description":"\u003cp\u003e\u003cstrong\u003eCarbon Collective Black Textured Nitrile Gloves\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eare created from \u003cstrong\u003e7 mil\u003c\/strong\u003e heavy duty Nitrile, designed with a unique raised diamond texture which provides a stronger, more enhanced grip, even when wet. The super strong 7 mil Nitrile increases durability without compromising dexterity.\u003cbr\u003eThese gloves provide excellent chemical resistance against high and low pH chemicals, acids and oils.\u003c\/p\u003e\n\u003cp\u003eFeatures:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDiamond textured finish channels away liquids for optimum grip\u003c\/li\u003e\n\u003cli\u003eTough protection against chemicals, grease \u0026amp; solvents.\u003c\/li\u003e\n\u003cli\u003eBeaded cuff for increased tear resistance\u003c\/li\u003e\n\u003cli\u003eChlorinated\u003c\/li\u003e\n\u003cli\u003eLatex free\u003c\/li\u003e\n\u003cli\u003ePowder free\u003c\/li\u003e\n\u003cli\u003eAmbidextrous\u003c\/li\u003e\n\u003cli style=\"font-weight: bold;\"\u003e\u003cstrong\u003e50 gloves per box\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Carbon Collective","offers":[{"title":"M","offer_id":42599751975027,"sku":"CC.NitrileM","price":21.0,"currency_code":"USD","in_stock":true},{"title":"L","offer_id":42599752007795,"sku":"CC.NitrileL","price":21.0,"currency_code":"USD","in_stock":true},{"title":"XL","offer_id":42599752040563,"sku":"CC.NitrileXL","price":21.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/HD-GLOVES-CarbonCollectiveNitrile.png?v=1732742313"},{"product_id":"carbon-collective-ultra-soft-ergo-brush","title":"Carbon Collective Ultra Soft Ergo-Brush","description":"\u003cdiv id=\"product-description\" class=\"accordion-body collapse in\"\u003e\n\u003cdiv class=\"accordion-inner\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eCarbon Collective Ultra Soft Ergo\u003c\/strong\u003e \u003cstrong\u003eDetailing Brushes \u003c\/strong\u003eis designed for professional detailers. The Ultra Soft synthetic bristles effectively remove dust and debris from sensitive surfaces without scratching them.\u003c\/p\u003e\n\u003cp\u003eCreated using our market-leading Ultra Soft Bristles in a rubberised, hexagonal grip brush design to ensure a non-slip surface even when wet.\u003c\/p\u003e\n\u003cp\u003eThe ergonomic, non-scratch brush can be used on various surfaces, including gloss black trims, exteriors, interiors, and for agitation during snow foaming.\u003c\/p\u003e\n\u003cp\u003eDurable construction allows the brush to be used wet with cleaning products or dry for dusting sensitive finishes. Suitable for any vehicle, from classic cars to hyper cars.\u003c\/p\u003e\n\u003cp\u003eAward Winning Bristles, our Ergo Brush uses the same filament as our Ultra-Soft Detailing Brushes, ensuring scratch-free cleaning on the most sensitive finishes.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecification:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eErgonomic design\u003c\/li\u003e\n\u003cli\u003eNon-slip hexagon grip\u003c\/li\u003e\n\u003cli\u003eNon-scratch construction\u003c\/li\u003e\n\u003cli\u003eUltra-soft synthetic bristles\u003c\/li\u003e\n\u003cli\u003eChemical resistant\u003c\/li\u003e\n\u003cli\u003eCan be used wet or dry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUses:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSafe for use with cleaning products\u003c\/li\u003e\n\u003cli\u003eSafe on interior surfaces\u003c\/li\u003e\n\u003cli\u003eSafe on exterior surfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":42778668269683,"sku":"CC.UltraErgo","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveERGO-BrushUltraSoft-07.jpg?v=1737135513"},{"product_id":"carbon-collective-firm-bristle-ergo-brush","title":"Carbon Collective Firm Bristle Ergo-Brush","description":"\u003cdiv id=\"product-description\" class=\"accordion-body collapse in\"\u003e\n\u003cdiv class=\"accordion-inner\"\u003e\n\u003cp\u003eThe \u003cstrong\u003eCarbon Collective Firm Bristle Ergo\u003c\/strong\u003e \u003cstrong\u003eDetailing Brushes \u003c\/strong\u003eis tough on dirt but gentle on surfaces. The rigid bristles feature soft synthetic tips, which effectively remove stubborn grime and polish residue from panel gaps, cracks, and crevices without scratching painted surfaces, wheels, or plastic trims.\u003c\/p\u003e\n\u003cp\u003eCreated using our market-leading Firm Bristles in a rubberised, hexagonal grip brush design to ensure a non-slip surface even when wet.\u003c\/p\u003e\n\u003cp\u003eThe ergonomic, non-scratch brush can be used on various surfaces, including interior plastics, exterior plastics, paint, wheels, and for agitation during snow foaming.\u003c\/p\u003e\n\u003cp\u003eDurable construction with long, firm bristles ensures you can reach hard-to-access areas. Designed to be used wet with cleaning products or dry on interiors.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecification:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eErgonomic design\u003c\/li\u003e\n\u003cli\u003eNon-slip hexagon grip\u003c\/li\u003e\n\u003cli\u003eNon-scratch construction\u003c\/li\u003e\n\u003cli\u003eSoft-tipped firm bristles\u003c\/li\u003e\n\u003cli\u003eChemical resistant\u003c\/li\u003e\n\u003cli\u003eCan be used wet or dry\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eUses:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSafe for use with cleaning products\u003c\/li\u003e\n\u003cli\u003eSafe on interior surfaces\u003c\/li\u003e\n\u003cli\u003eSafe on exterior surfaces\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":42778670661747,"sku":"CC.FirmErgo","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveERGO-BrushFirmBristle-5.jpg?v=1737136812"},{"product_id":"koch-chemie-hydro-plast-care","title":"Koch Chemie Hydro Plast Care HPC","description":"\u003cp\u003eYay, a water-based and dilute-able dressing from the Germans! \u003cstrong\u003eKoch Chemie Hydro Plast Care HPC\u003c\/strong\u003e is a jack-knife for dressing plastics and rubber. For interior plastics, exterior trim and tire dressing, HPC helps streamline the number of products you need to have on hand to complete multiple tasks when adding the finishing touches to your maintenance process.  \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSuggested ratios:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e1:4 for a natural shine\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e1:3 for an OEM+ look\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003e1:2 for a medium shine\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cem\u003eNEAT \/ Undiluted for a high shine and I feel the proper way to use\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eFor interior surfaces, it's perfectly acceptable to dress sections and be done. You may also choose to level and knock back the finish with a dry interior towel. HPC produces a level of dressing than Koch Chemie Top Star, but these can be comparable solutions for interior work. \u003c\/p\u003e\n\u003cp\u003eAllow me to state this again, I see HPC as being a product that can streamline the number of products you need to have on hand because of the ability to dilute. You can make this product be what you need it to be. I will NOT tell you this is the best ever product for one thing, but the 'jack knife' portion of the description really applies, and find this best used as a cost-friendly tire dressing that can also substitute as interior and trim dressing with acceptable results. \u003c\/p\u003e","brand":"Koch Chemie","offers":[{"title":"1L","offer_id":42786891399283,"sku":"476001US","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":42786891432051,"sku":"","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/KochChemieHydroPlastCareHpc1L-3.jpg?v=1737663988"},{"product_id":"oberk-mpx-multipurpose-extreme-cleaner","title":"Oberk MPX MultiPurpose Cleaner","description":"\u003cp\u003e\u003cstrong\u003eOberk MPX MultiPurpose Cleaner \u003c\/strong\u003eis an all purpose cleaner with a higher pH than Oberk's APS, yet still retains a high level of surface safety. Pairing up alkalinity with a waterborne solvent, stronger cleaning power is achieved within the full range of how an all purpose can be used in your detailing work. From interior surfaces to cleaning wheels and tires, simply adjust your dilution ratio to clean.\u003c\/p\u003e\n\u003cp\u003eMPX represents a stepped approach to cleaning, less aggressive than a flat out degreaser, strong cleaning without going too far... an effective all-purpose mid step  solution. The internet loves a great 50\/50 cleaning shot, yet a degreaser strength solution is not suitable for constant and repeated use where color fastness is a constant concern. MPX delivers a component to your cleaning arsenal with a balance of strength.\u003cem\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUses:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eWheels \u0026amp; Tires\u003c\/li\u003e\n\u003cli\u003eInterior textured plastics\u003c\/li\u003e\n\u003cli\u003eEngine bay\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSuggested Dilution Ratios\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(216, 35, 35);\"\u003e1:10\u003c\/span\u003e\u003c\/strong\u003e for interior surfaces and more mild exterior cleaning\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e\u003cspan style=\"color: rgb(211, 37, 37);\"\u003e1:6\u003c\/span\u003e\u003c\/strong\u003e for heavier soiling on exterior surfaces, wheel and tire cleaning\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePrecautions\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eavoid use in direct sunlight\u003c\/li\u003e\n\u003cli\u003etest areas of application, especially on interior surfaces and carpets to ensure color fastness\u003c\/li\u003e\n\u003cli\u003ecool surface use only \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003emonitor dwell time on any surface \u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eI want to note that with there being a waterborne solvent in MPX, do not expect a sudsy cleaner.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Oberk","offers":[{"title":"16oz","offer_id":44145854087283,"sku":null,"price":15.99,"currency_code":"USD","in_stock":true},{"title":"32oz","offer_id":44145013096563,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true},{"title":"128oz \/ Gallon","offer_id":44145013129331,"sku":null,"price":51.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/OBERKMPX32oz-1.jpg?v=1765472676"},{"product_id":"carbon-collective-sateen-rubber-tyre-protectant-3-0","title":"Carbon Collective Sateen Rubber \u0026 Tire Protectant 3.0","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Carbon Collective Sateen | Rubber \u0026 Tire Protectant 3.0\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-st {\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-st__hero {\n    background: #1c1c1c;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #f0c800;\n    margin-bottom: 0;\n  }\n  .dd-st__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #f0c800;\n    margin: 0 0 8px;\n  }\n  .dd-st__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 6px;\n  }\n  .dd-st__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #777;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-st__tagline {\n    font-size: 13px;\n    color: #aaa;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #2e2e2e;\n    padding-top: 10px;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-st__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-st__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-st__lead p:last-child { margin: 0; }\n  .dd-st__lead strong { color: #1c1c1c; }\n  .dd-st__lead a { color: #a88a00; text-decoration: underline; }\n  .dd-st__lead a:hover { color: #f0c800; }\n\n  \/* ── SECTION LABELS ── *\/\n  .dd-st__section {\n    padding: 14px 20px 6px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n  }\n  .dd-st__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #a88a00;\n    margin: 0 0 12px;\n  }\n\n  \/* ── FINISH CARDS ── *\/\n  .dd-st__finishes {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n  }\n  .dd-st__finish-card {\n    border: 1px solid #e0dbd0;\n    padding: 14px 10px;\n    text-align: center;\n    background: #fafaf8;\n  }\n  .dd-st__finish-card--featured {\n    border-color: #f0c800;\n    background: #fffde8;\n  }\n  .dd-st__finish-badge {\n    display: inline-block;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 2px 7px;\n    background: #f0c800;\n    color: #1c1c1c;\n    margin-bottom: 7px;\n  }\n  .dd-st__finish-value {\n    font-size: 18px;\n    font-weight: 700;\n    color: #1c1c1c;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-st__finish-card--featured .dd-st__finish-value { color: #a88a00; }\n  .dd-st__finish-label {\n    font-size: 10px;\n    font-weight: 700;\n    color: #555;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin: 0 0 3px;\n  }\n  .dd-st__finish-note {\n    font-size: 11px;\n    color: #888;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* ── FEATURE LIST ── *\/\n  .dd-st__features {\n    padding: 0 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-st__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-st__feature:last-child { margin-bottom: 0; }\n  .dd-st__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #f0c800;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 3px;\n  }\n  .dd-st__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-st__feature strong { color: #1c1c1c; }\n\n  \/* ── V3 CALLOUT — dark bg, yellow accent ── *\/\n  .dd-st__v3 {\n    padding: 14px 16px;\n    background: #1c1c1c;\n    border-left: 3px solid #f0c800;\n  }\n  .dd-st__v3-inner {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .dd-st__v3 svg {\n    width: 16px;\n    height: 16px;\n    stroke: #f0c800;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .dd-st__v3 p {\n    font-size: 13px;\n    color: #ccc;\n    margin: 0;\n    line-height: 1.7;\n  }\n  .dd-st__v3 strong { color: #ffffff; }\n  .dd-st__v3 em { color: #f0c800; font-style: normal; font-weight: 600; }\n\n  \/* ── SPEC TAGS ── *\/\n  .dd-st__specs {\n    padding: 12px 20px 14px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-st__spec-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    width: 100%;\n    margin-bottom: 2px;\n  }\n  .dd-st__spec-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n\n  \/* ── SURFACE TAGS ── *\/\n  .dd-st__surfaces {\n    padding: 12px 20px 14px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-st__surface-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #999;\n    width: 100%;\n    margin-bottom: 2px;\n  }\n  .dd-st__surface-tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 4px 9px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n  }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-st__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-st__steps { list-style: none; margin: 0; padding: 0; }\n  .dd-st__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-st__step:last-child { margin-bottom: 0; }\n  .dd-st__step-num {\n    width: 20px;\n    height: 20px;\n    background: #f0c800;\n    color: #1c1c1c;\n    font-size: 10px;\n    font-weight: 700;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n  .dd-st__step p { font-size: 13px; color: #333; margin: 0; line-height: 1.6; }\n  .dd-st__step strong { color: #1c1c1c; }\n  .dd-st__step a { color: #a88a00; text-decoration: underline; }\n  .dd-st__step a:hover { color: #f0c800; }\n\n  \/* ── PREP NOTE ── *\/\n  .dd-st__prep {\n    padding: 12px 16px;\n    background: #fffde8;\n    border-left: 3px solid #f0c800;\n    border-top: 1px solid #f5e680;\n    font-size: 12px;\n    color: #6a5800;\n    line-height: 1.6;\n  }\n  .dd-st__prep strong { color: #3a3000; }\n  .dd-st__prep a { color: #a88a00; text-decoration: underline; }\n  .dd-st__prep a:hover { color: #f0c800; }\n\n  \/* ── SIZE PILLS ── *\/\n  .dd-st__sizes {\n    padding: 14px 20px;\n    background: #fafaf8;\n    border-top: 1px solid #e0dbd0;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .dd-st__size-pill {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 12px;\n    border: 1px solid #e0dbd0;\n    background: #fff;\n    color: #444;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-st\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-st__hero\"\u003e\n\u003cp class=\"dd-st__eyebrow\"\u003eCarbon Collective · UK · Tire \u0026amp; Rubber Care\u003c\/p\u003e\n\u003ch2 class=\"dd-st__title\"\u003eSateen — Rubber \u0026amp; Tire Protectant 3.0\u003c\/h2\u003e\n\u003cp class=\"dd-st__subtitle\"\u003eWater-Based · Cures Dry · No Sling · Anti-Static · UV Protective · V3 Redesigned Formula\u003c\/p\u003e\n\u003cp class=\"dd-st__tagline\"\u003eBonds to the sidewall. Cures dry. Lasts weeks — not days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-st__lead\"\u003e\n\u003cp\u003eSateen Rubber \u0026amp; Tire Protectant is unlike any other tire dressing product on the market. Our revolutionary new formulation creates a \u003cstrong\u003edurable, hydrophobic coating that bonds to the surface\u003c\/strong\u003e and darkens the appearance of tires. The coating cures to become dry to the touch, ensuring \u003cstrong\u003eno sling or transfer\u003c\/strong\u003e, unlike traditional tire dressings.\u003c\/p\u003e\n\u003cp\u003eThis is our brand-new V3 version, featuring a \u003cstrong\u003eredesigned nozzle-style application and a thicker formulation\u003c\/strong\u003e for improved control, more even coverage, and greater efficiency — allowing the product to go further, even on large tires. The thicker liquid also provides thicker coverage, resulting in increased durability.\u003c\/p\u003e\n\u003cp\u003eSateen is a modern Tire Dressing with \u003cstrong\u003ehydrophobic and anti-static properties\u003c\/strong\u003e that repel dust, dirt, and water, forming an active protective layer on the surface. Water-based yet highly durable, it provides a long-lasting, UV-protective layer on tires and rubber, lasting weeks — not days.\u003c\/p\u003e\n\u003cp\u003eWith one coat applied, rubber is left with a \u003cstrong\u003erich satin finish\u003c\/strong\u003e that is resistant to water, oil, and dirt. Applying additional coats increases both gloss levels and durability. For a long-lasting wet-look finish, apply 2–3 coats, allowing 15 minutes between each coat.\u003c\/p\u003e\n\u003cp\u003eSateen Rubber Protectant can also be applied on window rubbers, rubber seals, door seals, rubber hoses and various rubber goods such as mud flaps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FINISH CARDS --\u003e\n\u003cdiv class=\"dd-st__section\"\u003e\n\u003cp class=\"dd-st__section-label\"\u003eFinish \u0026amp; Durability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finishes\"\u003e\n\u003cdiv class=\"dd-st__finish-card dd-st__finish-card--featured\"\u003e\n\u003cdiv class=\"dd-st__finish-badge\"\u003e1 Coat\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-value\"\u003eSatin\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-label\"\u003eFinish\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-note\"\u003eRich, darkened satin. Dry to the touch. No sling.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-card\"\u003e\n\u003cdiv class=\"dd-st__finish-value\"\u003eGloss\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-label\"\u003e2–3 Coats\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-note\"\u003e15 min between coats. Wet-look with added durability.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-card\"\u003e\n\u003cdiv class=\"dd-st__finish-value\"\u003e3+ wk\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-label\"\u003eDurability\u003c\/div\u003e\n\u003cdiv class=\"dd-st__finish-note\"\u003eWeeks of protection per application. UV resistant.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT IT DOES --\u003e\n\u003cdiv class=\"dd-st__section\"\u003e\n\u003cp class=\"dd-st__section-label\"\u003eSpecifications\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__features\"\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eWater-based Tire Dressing\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eLong-lasting Protection\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eWater-repellent\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eOil-repellent\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDirt-repellent\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eFast curing\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eCures dry to the touch\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eNo sling\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eSatin finish\u003c\/strong\u003e (1 coat)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eGloss finish\u003c\/strong\u003e (2–3 coats)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDurability of 3+ weeks\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- V3 CALLOUT --\u003e\n\u003cdiv class=\"dd-st__v3\"\u003e\n\u003cdiv class=\"dd-st__v3-inner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"12\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"12.01\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eWhat's new in V3:\u003c\/strong\u003e Redesigned nozzle-style application and a \u003cem\u003ethicker formulation\u003c\/em\u003e for improved control, more even coverage, and greater efficiency. The thicker liquid goes further even on large tires, and the increased coverage translates directly into increased durability. If you used V1 or V2, this is a meaningful step forward — not a label refresh.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACE TAGS --\u003e\n\u003cdiv class=\"dd-st__surfaces\"\u003e\n\u003cspan class=\"dd-st__surface-label\"\u003eSuitable For:\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eTire Sidewalls\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eWindow Rubbers\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eRubber Seals\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eDoor Seals\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eRubber Hoses\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eMud Flaps\u003c\/span\u003e \u003cspan class=\"dd-st__surface-tag\"\u003eVarious Rubber Goods\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- SPEC TAGS --\u003e\n\u003cdiv class=\"dd-st__specs\"\u003e\n\u003cspan class=\"dd-st__spec-label\"\u003eProperties:\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eHydrophobic\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eAnti-Static\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eUV Protective\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eWater-Based\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eNo Sling\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eDry to Touch\u003c\/span\u003e \u003cspan class=\"dd-st__spec-tag\"\u003eLayerable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"dd-st__section\"\u003e\n\u003cp class=\"dd-st__section-label\"\u003eDirections for Use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-st__how\"\u003e\n\u003col class=\"dd-st__steps\"\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003eRemove the cap and internal seal.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003eClean the surface thoroughly with \u003ca href=\"https:\/\/www.detail-division.mom\/products\/carbon-collective-shift-intensive-cleaner?_pos=1\u0026amp;_psq=shift\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003eShift Intensive Cleaner\u003c\/a\u003e to remove old dressings, dirt, and grime.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003eEnsure all surfaces are dry and free from oil, silicones, and residue.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e4\u003c\/span\u003e\n\u003cp\u003eApply a small amount to one of our \u003ca href=\"https:\/\/www.detail-division.mom\/products\/dvsn-foam-tire-dressing-applicator?_pos=2\u0026amp;_psq=applicator+carbon\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003eFoam Tire Applicators\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e5\u003c\/span\u003e\n\u003cp\u003eApply evenly over the surface until the coating begins to turn clear.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-st__step\"\u003e\n\u003cspan class=\"dd-st__step-num\"\u003e6\u003c\/span\u003e\n\u003cp\u003eApply a second coat if increased gloss and durability are desired.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- PREP NOTE --\u003e\n\u003cdiv class=\"dd-st__prep\"\u003e\n\u003cstrong\u003eTire sidewall preparation is key to achieving maximum durability and finish.\u003c\/strong\u003e Best results come from stripping the sidewall of all previous dressings and unwanted residue using \u003ca href=\"https:\/\/www.detail-division.mom\/products\/carbon-collective-shift-intensive-cleaner?_pos=1\u0026amp;_psq=shift\u0026amp;_ss=e\u0026amp;_v=1.0\"\u003eShift Intensive Cleaner\u003c\/a\u003e. Always apply to a clean, dry surface.\u003c\/div\u003e\n\u003c!-- SIZE PILLS --\u003e\n\u003cdiv class=\"dd-st__sizes\"\u003e\n\u003cspan class=\"dd-st__size-pill\"\u003e500 ml\u003c\/span\u003e \u003cspan class=\"dd-st__size-pill\"\u003e2.5 Liter\u003c\/span\u003e \u003cspan class=\"dd-st__size-pill\"\u003e5 Liter\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"500ml","offer_id":44264541978739,"sku":"CC.Sateen500","price":29.99,"currency_code":"USD","in_stock":true},{"title":"2.5L","offer_id":44264542011507,"sku":"CC.Sateen2.5L","price":105.0,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":44264542044275,"sku":"CC.Sateen5L","price":195.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveSateen3.0-5.jpg?v=1770235499"},{"product_id":"carbon-collective-citrus-cleanser-2-0","title":"Carbon Collective Citrus Cleanser 2.0","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Carbon Collective Citrus Cleanser 2.0\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-pd {\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-pd__hero {\n    background: #1a1208;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #e8920a;\n    margin-bottom: 0;\n  }\n  .dd-pd__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #e8920a;\n    margin: 0 0 8px;\n  }\n  .dd-pd__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-pd__tagline {\n    font-size: 13px;\n    color: #c49a5a;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-pd__tagline strong {\n    color: #e8920a;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-pd__lead {\n    padding: 18px 20px;\n    background: #fdf7f0;\n    border-left: 3px solid #e8920a;\n    margin-bottom: 0;\n  }\n  .dd-pd__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #333;\n    margin: 0 0 10px;\n  }\n  .dd-pd__lead p:last-child { margin: 0; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-pd__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #e8ddd0;\n    border-bottom: 1px solid #e8ddd0;\n  }\n  .dd-pd__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #e8ddd0;\n    background: #fff;\n  }\n  .dd-pd__stat:last-child { border-right: none; }\n  .dd-pd__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-pd__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #1a1208;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-pd__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION HEADERS ── *\/\n  .dd-pd__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #e8920a;\n    margin: 0 0 12px;\n  }\n\n  \/* ── DIFFERENTIATORS ── *\/\n  .dd-pd__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #e8ddd0;\n    border-bottom: 1px solid #e8ddd0;\n  }\n  .dd-pd__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-pd__diff-item:last-child { margin-bottom: 0; }\n  .dd-pd__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #1a1208;\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-pd__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #e8920a;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-pd__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-pd__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #1a1208;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .dd-pd__quote {\n    padding: 18px 20px;\n    background: #1a1208;\n    border-left: 3px solid #e8920a;\n  }\n  .dd-pd__quote p {\n    font-size: 15px;\n    font-style: italic;\n    color: #f5ddb0;\n    margin: 0 0 6px;\n    line-height: 1.5;\n  }\n  .dd-pd__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: #e8920a;\n  }\n\n  \/* ── USAGE CALLOUT ── *\/\n  .dd-pd__mfg {\n    padding: 18px 20px;\n    background: #fdf7f0;\n    border-top: 1px solid #e8ddd0;\n    border-bottom: 1px solid #e8ddd0;\n  }\n  .dd-pd__mfg p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-pd__mfg p:last-child { margin: 0; }\n  .dd-pd__mfg strong { color: #1a1208; }\n\n  \/* ── CLOSING STATEMENT ── *\/\n  .dd-pd__closing {\n    padding: 16px 20px;\n    background: #fff;\n    border-top: 1px solid #e8ddd0;\n    border-bottom: 1px solid #e8ddd0;\n  }\n  .dd-pd__closing p {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0 0 6px;\n  }\n  .dd-pd__closing p:last-child { margin: 0; }\n\n  \/* ── USAGE STRIP ── *\/\n  .dd-pd__care {\n    padding: 16px 20px;\n    background: #1a1208;\n    border-top: 1px solid #2a1e0c;\n  }\n  .dd-pd__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-pd__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #c49a5a;\n  }\n  .dd-pd__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-pd__care-item--no { color: #e87070; }\n  .dd-pd__care-item--no svg { stroke: #e87070; }\n  .dd-pd__care-item svg.amber { stroke: #e8920a; }\n\n  \/* ── WARNING ── *\/\n  .dd-pd__warning {\n    padding: 12px 16px;\n    background: #fff8ec;\n    border: 1px solid #e8c97a;\n    border-left: 3px solid #e8920a;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .dd-pd__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #e8920a;\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-pd__warning p {\n    font-size: 12px;\n    color: #7a4e05;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-pd__warning strong { color: #5a3300; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dd-pd\"\u003e\n\n  \u003c!-- HERO HEADER --\u003e\n  \u003cdiv class=\"dd-pd__hero\"\u003e\n    \u003cp class=\"dd-pd__eyebrow\"\u003eCarbon Collective · Citrus Cleanser 2.0 · New for 2026\u003c\/p\u003e\n    \u003ch2 class=\"dd-pd__title\"\u003ePre-Wash That Actually\u003cbr\u003eDoes the Work.\u003c\/h2\u003e\n    \u003cp class=\"dd-pd__tagline\"\u003e\u003cstrong\u003epH Balanced. Ready to Use. Coating Safe.\u003c\/strong\u003e Strip the grime before a mitt ever touches the paint.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- LEAD COPY --\u003e\n  \u003cdiv class=\"dd-pd__lead\"\u003e\n    \u003cp\u003eCitrus Cleanser is a powerful, pH-balanced formula that removes road grime, dirt, embedded bugs, grease and grime while remaining safe on sealants and ceramic coatings.\u003c\/p\u003e\n    \u003cp\u003eDesigned to tackle tough road grime and stubborn contamination, Citrus Cleanser removes harmful dirt prior to the contact wash — significantly reducing the risk of swirls and scratches. Its powerful citrus-based cleaning agents effortlessly lift dirt, grease and organic deposits from the surface.\u003c\/p\u003e\n    \u003cp\u003eThis ready-to-use, spray-and-rinse pre-wash is formulated for optimal performance, safely breaking down contaminants and maintaining your ceramic coating. Safe on nearly all finishes — classic cars, supercars, motorbikes, and caravans. Use it on bodywork, wheels, arches, and lower panels — anywhere road grime accumulates hardest.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS GRID --\u003e\n  \u003cdiv class=\"dd-pd__stats\"\u003e\n    \u003cdiv class=\"dd-pd__stat\"\u003e\n      \u003cp class=\"dd-pd__stat-label\"\u003eApplication\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-value\"\u003eRTU\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-sub\"\u003eReady to use · No dilution\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__stat\"\u003e\n      \u003cp class=\"dd-pd__stat-label\"\u003epH\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-value\"\u003eBalanced\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-sub\"\u003eCoating \u0026amp; sealant safe\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__stat\"\u003e\n      \u003cp class=\"dd-pd__stat-label\"\u003eUse On\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-value\"\u003eAll Over\u003c\/p\u003e\n      \u003cp class=\"dd-pd__stat-sub\"\u003eBody · wheels · arches · engine\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PULL QUOTE --\u003e\n  \u003cdiv class=\"dd-pd__quote\"\u003e\n    \u003cp\u003e\"The pre-wash step that protects your paint before the wash even starts.\"\u003c\/p\u003e\n    \u003ccite\u003e— Carbon Collective · Citrus Cleanser 2.0\u003c\/cite\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT SETS CITRUS CLEANSER APART --\u003e\n  \u003cdiv class=\"dd-pd__diff\"\u003e\n    \u003cp class=\"dd-pd__section-label\"\u003eWhat Citrus Cleanser does\u003c\/p\u003e\n    \u003cdiv class=\"dd-pd__diff-item\"\u003e\n      \u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n        \u003cstrong\u003eReduces Wash Swirls\u003c\/strong\u003e\n        By lifting grit, dirt, and organic contamination before any contact is made, Citrus Cleanser removes the particles that cause scratches and swirl marks during the wash process.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__diff-item\"\u003e\n      \u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n        \u003cstrong\u003eCitrus-Based Cleaning Agents\u003c\/strong\u003e\n        Powerful enough to cut through grease, traffic film, and embedded bugs — without the aggression that damages coatings, sealants, or wax protection.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__diff-item\"\u003e\n      \u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n        \u003cstrong\u003eCeramic Coating Safe\u003c\/strong\u003e\n        pH balanced to ensure the formula works hard on contamination without compromising the ceramic, sealant, or wax layers underneath.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__diff-item\"\u003e\n      \u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n        \u003cstrong\u003eVersatile Application\u003c\/strong\u003e\n        Not just a pre-wash for paintwork — Citrus Cleanser is equally at home on rubber mats, door shuts, wheel arches, boot liners, engine bays, and tyres.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dd-pd__diff-item\"\u003e\n      \u003cdiv class=\"dd-pd__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-pd__diff-text\"\u003e\n        \u003cstrong\u003eFoaming Pro Sprayer Compatible\u003c\/strong\u003e\n        For increased effectiveness, apply using the \u003ca href=\"https:\/\/www.detail-division.mom\/collections\/new-products\/products\/carbon-collective-pro-range-360-sprayer-bottle-1l?variant=43899870150771\" style=\"color:#e8920a;\"\u003eCarbon Collective Foaming Pro Sprayer\u003c\/a\u003e to extend dwell time and maximise cleaning performance.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USAGE CALLOUT --\u003e\n  \u003cdiv class=\"dd-pd__mfg\"\u003e\n    \u003cp class=\"dd-pd__section-label\"\u003eApplication\u003c\/p\u003e\n    \u003cp\u003eApply Citrus Cleanser \u003cstrong\u003ebefore snow foaming or hand washing.\u003c\/strong\u003e Spray directly onto the surface and allow to dwell. Heavily soiled areas can be agitated with a soft or firm detailing brush. Rinse with copious amounts of water until the water runs clear.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eDo not allow the product to dry on the surface.\u003c\/strong\u003e Keep the vehicle out of direct sunlight during application.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CLOSING --\u003e\n  \u003cdiv class=\"dd-pd__closing\"\u003e\n    \u003cp\u003eThe contact wash should finish the job — \u003cstrong\u003enot start it.\u003c\/strong\u003e Citrus Cleanser makes sure the hard work is done before a mitt touches the paint.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- USAGE STRIP --\u003e\n  \u003cdiv class=\"dd-pd__care\"\u003e\n    \u003cp class=\"dd-pd__section-label\"\u003eUse \u0026amp; Application\u003c\/p\u003e\n    \u003cdiv class=\"dd-pd__care-grid\"\u003e\n      \u003cdiv class=\"dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" class=\"amber\"\u003e\u003cpath d=\"M12 2v10l4 4\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        Apply before snow foam or hand wash\n      \u003c\/div\u003e\n      \u003cdiv class=\"dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" class=\"amber\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Spray directly onto surface\n      \u003c\/div\u003e\n      \u003cdiv class=\"dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" class=\"amber\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Allow to dwell, then rinse clear\n      \u003c\/div\u003e\n      \u003cdiv class=\"dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" class=\"amber\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Agitate heavy soiling with brush\n      \u003c\/div\u003e\n      \u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Do not allow to dry on surface\n      \u003c\/div\u003e\n      \u003cdiv class=\"dd-pd__care-item--no dd-pd__care-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Do not use in direct sunlight\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- 2026 NOTE --\u003e\n  \u003cdiv class=\"dd-pd__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\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n    \u003cp\u003e\u003cstrong\u003eCitrus Cleanser 2.0 — New for 2026.\u003c\/strong\u003e Updated formula with improved cleaning performance and contamination removal. Same trusted pH-balanced, coating-safe foundation.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"1L","offer_id":44322400010355,"sku":"CC.Citrus1L","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5L","offer_id":44322400043123,"sku":"CC.Citrus5L","price":105.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectiveCitrusCleanserv2-3.jpg?v=1771526816"},{"product_id":"oberk-mpc-super-concentrate","title":"Oberk MPC Super Concentrate","description":"\u003c!-- ============================================================\n     DETAIL DIVISION — Oberk MPC Super Concentrate\n     Product Description HTML\n     Paste into Shopify product description via the \u003c\u003e HTML editor\n     Accent color: #e87230 (Oberk Orange) — find\/replace to update\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  .dd-mpc {\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-mpc__hero {\n    background: #111111;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #e87230;\n    margin-bottom: 0;\n  }\n  .dd-mpc__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #e87230;\n    margin: 0 0 8px;\n  }\n  .dd-mpc__title {\n    font-size: 26px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.15;\n    margin: 0 0 6px;\n  }\n  .dd-mpc__subtitle {\n    font-size: 12px;\n    color: #666;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-mpc__tagline {\n    font-size: 13px;\n    color: #999;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #242424;\n    padding-top: 10px;\n  }\n  .dd-mpc__tagline strong {\n    color: #e87230;\n    font-style: normal;\n  }\n\n  \/* ── LEAD ── *\/\n  .dd-mpc__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e8e2d8;\n  }\n  .dd-mpc__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-mpc__lead p:last-child { margin: 0; }\n  .dd-mpc__lead strong { color: #111; }\n\n  \/* ── STAT GRID ── *\/\n  .dd-mpc__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid #e0dbd0;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-mpc__stat {\n    padding: 13px 14px;\n    border-right: 1px solid #e0dbd0;\n    background: #fafaf8;\n  }\n  .dd-mpc__stat:last-child { border-right: none; }\n  .dd-mpc__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-mpc__stat-value {\n    font-size: 15px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-mpc__stat-sub {\n    font-size: 10px;\n    color: #888;\n    line-height: 1.3;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .dd-mpc__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #e87230;\n    margin: 0 0 12px;\n  }\n\n  \/* ── USE AREAS ── *\/\n  .dd-mpc__uses {\n    padding: 18px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-mpc__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 7px;\n    margin-top: 4px;\n  }\n  .dd-mpc__use-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 12px;\n    color: #444;\n    line-height: 1.5;\n  }\n  .dd-mpc__use-dot {\n    width: 18px;\n    height: 18px;\n    background: #111;\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-mpc__use-dot svg {\n    width: 10px;\n    height: 10px;\n    stroke: #e87230;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* ── DILUTION GUIDE ── *\/\n  .dd-mpc__dilution {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-mpc__dilution-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .dd-mpc__dilution-card {\n    padding: 14px 16px;\n    border: 1px solid #e0dbd0;\n    background: #fafaf8;\n    position: relative;\n  }\n  .dd-mpc__dilution-card--featured {\n    border-color: #e87230;\n    background: #fff9f5;\n  }\n  .dd-mpc__dilution-ratio {\n    font-size: 22px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-mpc__dilution-card--featured .dd-mpc__dilution-ratio {\n    color: #e87230;\n  }\n  .dd-mpc__dilution-use {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    color: #888;\n    margin: 0 0 5px;\n  }\n  .dd-mpc__dilution-desc {\n    font-size: 11px;\n    color: #666;\n    line-height: 1.5;\n    margin: 0;\n  }\n  .dd-mpc__dilution-badge {\n    position: absolute;\n    top: -1px;\n    right: -1px;\n    background: #e87230;\n    color: #fff;\n    font-size: 8px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 3px 6px;\n  }\n\n  \/* ── STRENGTH WARNING CALLOUT ── *\/\n  .dd-mpc__strength {\n    padding: 18px 20px;\n    background: #111;\n    border-left: 3px solid #e87230;\n    border-bottom: 1px solid #1e1e1e;\n  }\n  .dd-mpc__strength .dd-mpc__section-label { color: #e87230; }\n  .dd-mpc__strength p {\n    font-size: 13px;\n    color: #999;\n    line-height: 1.75;\n    margin: 0 0 12px;\n  }\n  .dd-mpc__strength p:last-child { margin: 0; }\n  .dd-mpc__strength strong { color: #e8e4dc; }\n\n  \/* ── IMPORTANT NOTES ── *\/\n  .dd-mpc__notes {\n    padding: 18px 20px;\n    background: #fafaf8;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-mpc__note-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .dd-mpc__note-item:last-child { margin-bottom: 0; }\n  .dd-mpc__note-icon {\n    width: 20px;\n    height: 20px;\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-mpc__note-icon--warn {\n    background: #e8f0e8;\n  }\n  .dd-mpc__note-icon--warn svg { stroke: #2a7a2a; }\n  .dd-mpc__note-icon--no {\n    background: #fdecea;\n  }\n  .dd-mpc__note-icon--no svg { stroke: #c0392b; }\n  .dd-mpc__note-icon svg {\n    width: 10px;\n    height: 10px;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-mpc__note-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .dd-mpc__note-text strong {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    color: #111;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── SURFACES ── *\/\n  .dd-mpc__surfaces {\n    padding: 16px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0dbd0;\n  }\n  .dd-mpc__surface-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 10px;\n  }\n  .dd-mpc__tag {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 5px 10px;\n    background: #f0f0ec;\n    color: #444;\n    border: 1px solid #e0dbd0;\n    border-radius: 2px;\n  }\n\n  \/* ── SHIPPING NOTE ── *\/\n  .dd-mpc__shipping {\n    padding: 12px 16px;\n    background: #fff8f2;\n    border-left: 3px solid #e87230;\n    border-top: 1px solid #f0ddc8;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-mpc__shipping svg {\n    width: 15px;\n    height: 15px;\n    stroke: #e87230;\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-mpc__shipping p {\n    font-size: 12px;\n    color: #6b4c18;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-mpc__shipping strong { color: #3a2a08; }\n\n  \/* ── CRITICAL WARNING ── *\/\n  .dd-mpc__warning {\n    padding: 14px 16px;\n    background: #fdecea;\n    border-left: 3px solid #c0392b;\n    border-top: 1px solid #f5c6c2;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n  .dd-mpc__warning svg {\n    width: 15px;\n    height: 15px;\n    stroke: #c0392b;\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-mpc__warning p {\n    font-size: 12px;\n    color: #7a1a10;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .dd-mpc__warning strong { color: #4a0a08; }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-mpc\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-mpc__hero\"\u003e\n\u003cp class=\"dd-mpc__eyebrow\"\u003eOberk · Super Concentrate · Professional Use Only\u003c\/p\u003e\n\u003ch2 class=\"dd-mpc__title\"\u003eMPC Multi-Purpose Cleaner\u003c\/h2\u003e\n\u003cp class=\"dd-mpc__subtitle\"\u003eHeavy-Duty Alkaline Degreaser · Super Concentrate · Dilute Before Use\u003c\/p\u003e\n\u003cp class=\"dd-mpc__tagline\"\u003eThe \u003cstrong\u003estrongest cleaning chemical Oberk has released.\u003c\/strong\u003e Not for the faint of heart — and not for every surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD COPY --\u003e\n\u003cdiv class=\"dd-mpc__lead\"\u003e\n\u003cp\u003eOberk MPC Super Concentrate is an alkaline degreaser — undoubtedly the strongest cleaning chemical option released by Oberk to date. Super concentrated and made to be diluted before use, this is the product you reach for when nothing else is cutting it. Tires, wheel wells, engine bays, rubber mats, undercarriages, industrial surfaces — MPC resets them.\u003c\/p\u003e\n\u003cp\u003eThis is \u003cstrong\u003enot a maintenance product.\u003c\/strong\u003e It's a reset tool. The kind of thing you pull out when a surface has been neglected, loaded up, or needs to be stripped back to zero before you do real work on it. Use it correctly and it's a lifesaver. Use it carelessly and you'll find out why the label says professional use.\u003c\/p\u003e\n\u003cp\u003eMy first use of MPC was a sample at the beginning of 2026. I brought this along with me to a weekend motor swap job that a few friends were doing. The transplant recipient's engine bay was covered with a ton of oil from years of leaking. First hit was a plastic scraper on all accessible surfaces, followed up by MPC @1:4 ratio... and I was super impressed. This vehicle was a little more than a step above a woods truck, and everyone laughed  because I showed up with a solution that worked the first time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STAT GRID --\u003e\n\u003cdiv class=\"dd-mpc__stats\"\u003e\n\u003cdiv class=\"dd-mpc__stat\"\u003e\n\u003cp class=\"dd-mpc__stat-label\"\u003eType\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-value\"\u003eAlkaline\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-sub\"\u003eHeavy-duty degreaser\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__stat\"\u003e\n\u003cp class=\"dd-mpc__stat-label\"\u003eConcentration\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-value\"\u003eStrong\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-sub\"\u003eAlways dilute before use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__stat\"\u003e\n\u003cp class=\"dd-mpc__stat-label\"\u003eDilution Range\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-value\"\u003e1:4–1:10\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-sub\"\u003eHeavy to medium duty\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__stat\"\u003e\n\u003cp class=\"dd-mpc__stat-label\"\u003eAvailable Size\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-value\"\u003e16oz\u003c\/p\u003e\n\u003cp class=\"dd-mpc__stat-sub\"\u003eShipping regulated\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USE AREAS --\u003e\n\u003cdiv class=\"dd-mpc__uses\"\u003e\n\u003cp class=\"dd-mpc__section-label\"\u003eWhere MPC delivers\u003c\/p\u003e\n\u003cdiv class=\"dd-mpc__use-grid\"\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nTires \u0026amp; wheels\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nWheel wells \u0026amp; engine bays\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nRubber floor mats\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nUndercarriages\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nIndustrial surfaces\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__use-item\"\u003e\n\u003cdiv class=\"dd-mpc__use-dot\"\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\nHeavy contamination \/ surface reset\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION GUIDE --\u003e\n\u003cdiv class=\"dd-mpc__dilution\"\u003e\n\u003cp class=\"dd-mpc__section-label\"\u003eDilution guide\u003c\/p\u003e\n\u003cdiv class=\"dd-mpc__dilution-grid\"\u003e\n\u003cdiv class=\"dd-mpc__dilution-card dd-mpc__dilution-card--featured\"\u003e\n\u003cspan class=\"dd-mpc__dilution-badge\"\u003eMaximum\u003c\/span\u003e\n\u003cp class=\"dd-mpc__dilution-ratio\"\u003e1:4\u003c\/p\u003e\n\u003cp class=\"dd-mpc__dilution-use\"\u003eHeavy-Duty Degreasing\u003c\/p\u003e\n\u003cp class=\"dd-mpc__dilution-desc\"\u003eCaked tires, wheel wells, engine bays, industrial surfaces with serious buildup — let it dwell and rinse fully\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__dilution-card\"\u003e\n\u003cp class=\"dd-mpc__dilution-ratio\"\u003e1:10\u003c\/p\u003e\n\u003cp class=\"dd-mpc__dilution-use\"\u003eMedium-Duty Cleaning\u003c\/p\u003e\n\u003cp class=\"dd-mpc__dilution-desc\"\u003eUndercarriage, rubber mats, surfaces with moderate contamination — more forgiving, still highly effective\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- STRENGTH \/ HOW TO USE CALLOUT --\u003e\n\u003cdiv class=\"dd-mpc__strength\"\u003e\n\u003cp class=\"dd-mpc__section-label\"\u003eKnow what you're working with\u003c\/p\u003e\n\u003cp\u003eThere is a time and a place to employ MPC as a tool. \u003cstrong\u003eIt is not an everyday cleaner\u003c\/strong\u003e — it is a surface reset option. The kind of product that cuts through what nothing else will, and does it fast. That's exactly why you need to understand what's under your sprayer before you pull the trigger.\u003c\/p\u003e\n\u003cp\u003eRepeated exposure of a strong alkaline to bare metal — and even treated metals — \u003cstrong\u003ewill be corrosive over time.\u003c\/strong\u003e Use it, rinse it thoroughly, and move on. You know your substrates. Misuse and improper application is on the user.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- IMPORTANT NOTES --\u003e\n\u003cdiv class=\"dd-mpc__notes\"\u003e\n\u003cp class=\"dd-mpc__section-label\"\u003eImportant to know\u003c\/p\u003e\n\u003cdiv class=\"dd-mpc__note-item\"\u003e\n\u003cdiv class=\"dd-mpc__note-icon dd-mpc__note-icon--warn\"\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-mpc__note-text\"\u003e\n\u003cstrong\u003eCeramic coated vehicles — safe with care\u003c\/strong\u003e Can be used on ceramic coated surfaces at weak dilution — but this is not a maintenance wash. Keep wet work wet and rinse thoroughly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-item\"\u003e\n\u003cdiv class=\"dd-mpc__note-icon dd-mpc__note-icon--no\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cline x1=\"2\" y1=\"2\" x2=\"10\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"2\" x2=\"2\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-text\"\u003e\n\u003cstrong\u003eRaw aluminum — avoid entirely\u003c\/strong\u003e A strong alkaline will stain raw aluminum on contact. Do not use MPC on raw aluminum under any dilution.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-item\"\u003e\n\u003cdiv class=\"dd-mpc__note-icon dd-mpc__note-icon--no\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cline x1=\"2\" y1=\"2\" x2=\"10\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"2\" x2=\"2\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-text\"\u003e\n\u003cstrong\u003eDelicate surfaces — avoid\u003c\/strong\u003e Paint, trim, glass, leather, Alcantara — MPC is not the tool for these. Know your substrate before you spray.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-item\"\u003e\n\u003cdiv class=\"dd-mpc__note-icon dd-mpc__note-icon--no\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cline x1=\"2\" y1=\"2\" x2=\"10\" y2=\"10\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"2\" x2=\"2\" y2=\"10\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"dd-mpc__note-text\"\u003e\n\u003cstrong\u003eNot a regular maintenance product\u003c\/strong\u003e Repeated strong alkaline exposure corrodes bare and treated metals. This is a reset tool — use it when needed, not routinely.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACES --\u003e\n\u003cdiv class=\"dd-mpc__surfaces\"\u003e\n\u003cp class=\"dd-mpc__section-label\"\u003eSurfaces\u003c\/p\u003e\n\u003cdiv class=\"dd-mpc__surface-tags\"\u003e\n\u003cspan class=\"dd-mpc__tag\"\u003eTires\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eWheels\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eWheel Wells\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eEngine Bay\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eRubber Mats\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eUndercarriage\u003c\/span\u003e \u003cspan class=\"dd-mpc__tag\"\u003eIndustrial Surfaces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING NOTE --\u003e\n\u003cdiv class=\"dd-mpc__shipping\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 5v3h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eShipping note:\u003c\/strong\u003e Due to shipping regulations, only 16oz bottles are available to ship. Plan your dilutions accordingly — at 1:10 a 16oz bottle yields over a gallon of working solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CRITICAL WARNING --\u003e\n\u003cdiv class=\"dd-mpc__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\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eYou must know your substrates.\u003c\/strong\u003e Misuse and improper application is the responsibility of the user. When in doubt, test an inconspicuous area first and always rinse thoroughly before the product dries on the surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Oberk","offers":[{"title":"16oz","offer_id":44939547770995,"sku":null,"price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/OBERKMPCSuperConcentrate16oz-4_91a3af14-d862-43fe-b194-74415cb2e62a.jpg?v=1778260753"},{"product_id":"labs-all-surface-cleaner","title":"LABS All Surface Cleaner","description":"\u003cstyle\u003e\n  .labs-asc {\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 ── *\/\n  .labs-asc__hero {\n    background: #1a0a00;\n    padding: 0;\n    position: relative;\n    overflow: hidden;\n    border-top: 4px solid #e07820;\n  }\n  .labs-asc__hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      repeating-radial-gradient(ellipse at 25% 55%, transparent 0px, transparent 18px, rgba(224,120,32,0.05) 18px, rgba(224,120,32,0.05) 19px),\n      repeating-radial-gradient(ellipse at 75% 35%, transparent 0px, transparent 26px, rgba(224,120,32,0.04) 26px, rgba(224,120,32,0.04) 27px),\n      repeating-radial-gradient(ellipse at 45% 75%, transparent 0px, transparent 34px, rgba(224,120,32,0.03) 34px, rgba(224,120,32,0.03) 35px);\n    z-index: 0;\n  }\n  .labs-asc__hero-inner {\n    padding: 22px 24px 20px;\n    position: relative;\n    z-index: 1;\n  }\n  .labs-asc__sub-brand {\n    display: inline-flex;\n    align-items: center;\n    gap: 0;\n    margin-bottom: 14px;\n  }\n  .labs-asc__labs-mark {\n    background: #e07820;\n    color: #fff;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.12em;\n    padding: 4px 8px;\n    line-height: 1;\n  }\n  .labs-asc__by-cc {\n    background: #2a1400;\n    color: #a06030;\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    line-height: 1.4;\n    border: 1px solid #3a1e00;\n    border-left: none;\n  }\n  .labs-asc__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #a06030;\n    margin: 0 0 8px;\n  }\n  .labs-asc__title {\n    font-size: 26px;\n    font-weight: 800;\n    color: #ffffff;\n    line-height: 1.1;\n    margin: 0 0 10px;\n    letter-spacing: -0.01em;\n  }\n  .labs-asc__title span { color: #e07820; }\n  .labs-asc__tagline {\n    font-size: 13px;\n    color: #5a3010;\n    margin: 0;\n    font-style: italic;\n  }\n  .labs-asc__tagline strong {\n    color: #c09060;\n    font-style: normal;\n  }\n\n  \/* ── PRO CONTEXT STRIP ── *\/\n  .labs-asc__context {\n    padding: 12px 20px;\n    background: #120800;\n    border-bottom: 1px solid #2a1400;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n  .labs-asc__context-item {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #6a3a18;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n  .labs-asc__context-item::before {\n    content: '';\n    width: 4px;\n    height: 4px;\n    background: #e07820;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  \/* ── LEAD ── *\/\n  .labs-asc__lead {\n    padding: 18px 20px;\n    background: #fdf0e4;\n    border-left: 4px solid #e07820;\n  }\n  .labs-asc__lead p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #2a1800;\n    margin: 0 0 10px;\n  }\n  .labs-asc__lead p:last-child { margin: 0; }\n  .labs-asc__lead strong { color: #1a0a00; }\n\n  \/* ── STAT GRID ── *\/\n  .labs-asc__stats {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border-top: 1px solid #f0d0b0;\n    border-bottom: 1px solid #f0d0b0;\n  }\n  .labs-asc__stat {\n    padding: 14px 12px;\n    border-right: 1px solid #f0d0b0;\n    background: #fff;\n  }\n  .labs-asc__stat:last-child { border-right: none; }\n  .labs-asc__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  .labs-asc__stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #1a0a00;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .labs-asc__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .labs-asc__section-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: #c06010;\n    margin: 0 0 12px;\n  }\n\n  \/* ── FEATURES ── *\/\n  .labs-asc__diff {\n    padding: 20px 20px 18px;\n    background: #fff;\n    border-top: 1px solid #f0d0b0;\n    border-bottom: 1px solid #f0d0b0;\n  }\n  .labs-asc__diff-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 13px;\n    align-items: flex-start;\n  }\n  .labs-asc__diff-item:last-child { margin-bottom: 0; }\n  .labs-asc__diff-icon {\n    width: 20px;\n    height: 20px;\n    background: #1a0a00;\n    border-radius: 3px;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .labs-asc__diff-icon svg {\n    width: 11px;\n    height: 11px;\n    stroke: #e07820;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .labs-asc__diff-text {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.6;\n  }\n  .labs-asc__diff-text strong {\n    display: block;\n    font-size: 12px;\n    font-weight: 700;\n    color: #1a0a00;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 2px;\n  }\n\n  \/* ── PULL QUOTE ── *\/\n  .labs-asc__quote {\n    padding: 18px 20px;\n    background: #1a0a00;\n    border-left: 4px solid #e07820;\n  }\n  .labs-asc__quote p {\n    font-size: 14px;\n    font-style: italic;\n    color: #6a3a18;\n    margin: 0 0 6px;\n    line-height: 1.6;\n  }\n  .labs-asc__quote cite {\n    font-size: 10px;\n    font-style: normal;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #e07820;\n  }\n\n  \/* ── DILUTION SECTION ── *\/\n  .labs-asc__dilution {\n    padding: 20px 20px 18px;\n    background: #1a0a00;\n    border-top: 1px solid #2a1400;\n    border-bottom: 1px solid #2a1400;\n  }\n  .labs-asc__dilution .labs-asc__section-label { color: #e07820; }\n\n  .labs-asc__dil-mode {\n    margin-bottom: 20px;\n  }\n  .labs-asc__dil-mode:last-child { margin-bottom: 0; }\n  .labs-asc__dil-mode-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 8px;\n  }\n  .labs-asc__dil-mode-tag {\n    background: #e07820;\n    color: #fff;\n    font-size: 8px;\n    font-weight: 800;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 3px 8px;\n    white-space: nowrap;\n    line-height: 1.4;\n  }\n  .labs-asc__dil-mode-tag--alt {\n    background: #3a1e00;\n    color: #e07820;\n    border: 1px solid #5a3010;\n  }\n  .labs-asc__dil-mode-note {\n    font-size: 11px;\n    color: #6a3a18;\n    line-height: 1.4;\n  }\n  .labs-asc__dil-mode-note strong { color: #a06030; }\n\n  .labs-asc__dil-row {\n    display: flex;\n    align-items: stretch;\n    margin-bottom: 6px;\n    border: 1px solid #2a1400;\n  }\n  .labs-asc__dil-row:last-child { margin-bottom: 0; }\n  .labs-asc__dil-dose {\n    background: #e07820;\n    color: #fff;\n    font-size: 13px;\n    font-weight: 800;\n    padding: 10px 14px;\n    min-width: 70px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    letter-spacing: -0.01em;\n  }\n  .labs-asc__dil-dose--alt {\n    background: #3a1e00;\n    color: #e07820;\n    border-right: 1px solid #5a3010;\n  }\n  .labs-asc__dil-body {\n    background: #231008;\n    padding: 10px 14px;\n    flex: 1;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 10px;\n  }\n  .labs-asc__dil-use {\n    font-size: 12px;\n    color: #8a5030;\n    line-height: 1.4;\n  }\n  .labs-asc__dil-use strong {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    color: #d0a080;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    margin-bottom: 1px;\n  }\n  .labs-asc__dil-ph {\n    font-size: 11px;\n    font-weight: 700;\n    color: #e07820;\n    white-space: nowrap;\n    letter-spacing: 0.04em;\n    flex-shrink: 0;\n  }\n\n  \/* ── DIRECTIONS ── *\/\n  .labs-asc__steps {\n    padding: 20px 20px 18px;\n    background: #fdf0e4;\n    border-top: 1px solid #f0d0b0;\n    border-bottom: 1px solid #f0d0b0;\n  }\n  .labs-asc__step-item {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 11px;\n    align-items: flex-start;\n  }\n  .labs-asc__step-item:last-child { margin-bottom: 0; }\n  .labs-asc__step-num {\n    width: 22px;\n    height: 22px;\n    background: #1a0a00;\n    border-radius: 3px;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 10px;\n    font-weight: 800;\n    color: #e07820;\n    margin-top: 1px;\n  }\n  .labs-asc__step-text {\n    font-size: 13px;\n    color: #2a1800;\n    line-height: 1.6;\n  }\n  .labs-asc__step-text strong { color: #1a0a00; }\n\n  \/* ── WARNING ── *\/\n  .labs-asc__warning {\n    padding: 12px 16px;\n    background: #c0392b;\n    border-left: 3px solid #7b1c12;\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-top: 1px;\n  }\n  .labs-asc__warning svg {\n    width: 16px;\n    height: 16px;\n    stroke: #fff;\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  .labs-asc__warning p {\n    font-size: 12px;\n    color: #fff;\n    margin: 0;\n    line-height: 1.55;\n  }\n  .labs-asc__warning strong { color: #ffe0de; }\n\n  \/* ── BADGE STRIP ── *\/\n  .labs-asc__badges {\n    padding: 12px 20px;\n    background: #fff;\n    border-bottom: 1px solid #f0d0b0;\n    border-top: 1px solid #f0d0b0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n  }\n  .labs-asc__badge {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #7a4010;\n    border: 1px solid #e8c090;\n    padding: 3px 9px;\n    background: #fdf0e4;\n  }\n  .labs-asc__badge--accent {\n    color: #e07820;\n    border-color: #3a1e00;\n    background: #1a0a00;\n  }\n\n  \/* ── FOOTER ── *\/\n  .labs-asc__footer {\n    padding: 14px 20px;\n    background: #120800;\n    border-top: 1px solid #2a1400;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .labs-asc__footer-brand {\n    display: inline-flex;\n    align-items: center;\n    gap: 0;\n  }\n  .labs-asc__footer-labs {\n    background: #e07820;\n    color: #fff;\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 0.1em;\n    padding: 3px 7px;\n    line-height: 1;\n  }\n  .labs-asc__footer-cc {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #6a3a18;\n    padding: 3px 8px;\n    border: 1px solid #3a1e00;\n    border-left: none;\n  }\n  .labs-asc__footer-sizes {\n    font-size: 10px;\n    color: #5a3010;\n    letter-spacing: 0.08em;\n  }\n  .labs-asc__footer-sizes strong {\n    color: #a06030;\n    font-weight: 600;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"labs-asc\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"labs-asc__hero\"\u003e\n\u003cdiv class=\"labs-asc__hero-inner\"\u003e\n\u003cdiv class=\"labs-asc__sub-brand\"\u003e\n\u003cspan class=\"labs-asc__labs-mark\"\u003eLABS\u003c\/span\u003e \u003cspan class=\"labs-asc__by-cc\"\u003eby Carbon Collective\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"labs-asc__eyebrow\"\u003eAll Surface Cleaner · Professional Grade · Highly Concentrated\u003c\/p\u003e\n\u003ch2 class=\"labs-asc__title\"\u003eAlmost Any Surface.\u003cbr\u003e\u003cspan\u003eDialed to the Task.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"labs-asc__tagline\"\u003e\u003cstrong\u003eNon-caustic. Highly concentrated. Premium raw materials.\u003c\/strong\u003e Foam cannon pre-wash to engine bay degreaser — one product, five scenarios.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRO CONTEXT STRIP --\u003e\n\u003cdiv class=\"labs-asc__context\"\u003e\n\u003cspan class=\"labs-asc__context-item\"\u003eVehicle Detailing\u003c\/span\u003e \u003cspan class=\"labs-asc__context-item\"\u003eWorkshops\u003c\/span\u003e \u003cspan class=\"labs-asc__context-item\"\u003eOEM Manufacturers\u003c\/span\u003e \u003cspan class=\"labs-asc__context-item\"\u003ePremium Raw Materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD --\u003e\n\u003cdiv class=\"labs-asc__lead\"\u003e\n\u003cp\u003eAll Surface Cleaner is a \u003cstrong\u003ehighly concentrated professional-grade surfactant\u003c\/strong\u003e formulated to clean almost any surface effectively — diluted to suit the task, reducing time and effort without compromising results. Non-caustic chemistry that safely breaks down heavy dirt and grime without damaging surfaces or requiring excessive scrubbing.\u003c\/p\u003e\n\u003cp\u003eRun it through a foam cannon as a powerful pre-wash. Dilute it in a spray bottle for interior work, tyres, plastic trim, or engine bay degreasing. \u003cstrong\u003eOne product across the full range of cleaning tasks\u003c\/strong\u003e — concentrated enough that the economics work for a professional operation, versatile enough to reduce what's on the shelf.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"labs-asc__stats\"\u003e\n\u003cdiv class=\"labs-asc__stat\"\u003e\n\u003cp class=\"labs-asc__stat-label\"\u003eFormula\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-value\"\u003eNon-Caustic\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-sub\"\u003eSurface-safe surfactant\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__stat\"\u003e\n\u003cp class=\"labs-asc__stat-label\"\u003eConcentration\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-value\"\u003eHigh\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-sub\"\u003eDilute to task\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__stat\"\u003e\n\u003cp class=\"labs-asc__stat-label\"\u003epH Range\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-value\"\u003e7.3–11.0\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-sub\"\u003eScales with dilution ratio\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__stat\"\u003e\n\u003cp class=\"labs-asc__stat-label\"\u003eSize\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-value\"\u003e5L\u003c\/p\u003e\n\u003cp class=\"labs-asc__stat-sub\"\u003eJerry can · US availability\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"labs-asc__diff\"\u003e\n\u003cp class=\"labs-asc__section-label\"\u003eKey Features\u003c\/p\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003eAlmost Any Surface — One Formula\u003c\/strong\u003e Interior fabrics, carpets, mats, seats, exterior panels, tyres, plastic trim, engine bays — a single concentrated product that covers the full range when diluted to the task.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003eFoam Cannon Ready\u003c\/strong\u003e Diluted into a foam cannon, All Surface Cleaner delivers a powerful pre-wash that dwells on the surface and loosens contamination before contact wash — reducing the work and the risk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003eNon-Caustic — MinimiZes Scrubbing\u003c\/strong\u003e Breaks down heavy dirt and grime build-up safely without damaging surfaces or requiring excessive agitation. The formula does the work; less effort is needed at the surface.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003eEngine Bay \u0026amp; Degreasing Capable\u003c\/strong\u003e At higher concentration, All Surface Cleaner handles engine bay cleaning and degreasing tasks — cutting through built-up oils and grime without caustic chemistry.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003eHighly Concentrated \u003c\/strong\u003e A 5L jerry can goes a long way when every application is diluted. Designed for professional environments where product cost per job is as important as the result.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__diff-item\"\u003e\n\u003cdiv class=\"labs-asc__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=\"labs-asc__diff-text\"\u003e\n\u003cstrong\u003ePremium Raw Materials\u003c\/strong\u003e LABS formulations use premium-grade inputs. The concentration and performance reflect the material quality — not a value-engineered surfactant in professional packaging.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PULL QUOTE --\u003e\n\u003cdiv class=\"labs-asc__quote\"\u003e\n\u003cp\u003e\"A single concentrated surfactant that moves from foam cannon pre-wash to engine bay degreaser by changing the dilution ratio. Less product on the shelf, more capability in every bottle.\"\u003c\/p\u003e\n\u003ccite\u003e— LABS by Carbon Collective\u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c!-- DILUTION TABLE --\u003e\n\u003cdiv class=\"labs-asc__dilution\"\u003e\n\u003cp class=\"labs-asc__section-label\"\u003eDilution Guide\u003c\/p\u003e\n\u003c!-- FOAM CANNON --\u003e\n\u003cdiv class=\"labs-asc__dil-mode\"\u003e\n\u003cdiv class=\"labs-asc__dil-mode-header\"\u003e\n\u003cspan class=\"labs-asc__dil-mode-tag\"\u003eFoam Cannon\u003c\/span\u003e \u003cspan class=\"labs-asc__dil-mode-note\"\u003eAdd concentrate to foam cannon bottle, \u003cstrong\u003etop with water\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-row\"\u003e\n\u003cdiv class=\"labs-asc__dil-dose\"\u003e50ml\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-body\"\u003e\n\u003cdiv class=\"labs-asc__dil-use\"\u003e\n\u003cstrong\u003eLight Pre-Wash\u003c\/strong\u003e Gentle foam pre-wash · regular maintenance wash\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-ph\"\u003epH 7.3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-row\"\u003e\n\u003cdiv class=\"labs-asc__dil-dose\"\u003e100ml\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-body\"\u003e\n\u003cdiv class=\"labs-asc__dil-use\"\u003e\n\u003cstrong\u003eHeavy Pre-Wash\u003c\/strong\u003e Stronger foam · heavier road contamination\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-ph\"\u003epH 9.7\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPRAY BOTTLE --\u003e\n\u003cdiv class=\"labs-asc__dil-mode\"\u003e\n\u003cdiv class=\"labs-asc__dil-mode-header\"\u003e\n\u003cspan class=\"labs-asc__dil-mode-tag labs-asc__dil-mode-tag--alt\"\u003e1L Spray Bottle\u003c\/span\u003e \u003cspan class=\"labs-asc__dil-mode-note\"\u003eAdd concentrate to spray bottle, \u003cstrong\u003etop with water\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-row\"\u003e\n\u003cdiv class=\"labs-asc__dil-dose labs-asc__dil-dose--alt\"\u003e50ml\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-body\"\u003e\n\u003cdiv class=\"labs-asc__dil-use\"\u003e\n\u003cstrong\u003eInterior Surfaces · Carpets, Mats \u0026amp; Seats\u003c\/strong\u003e Safe on fabrics and interior materials\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-ph\"\u003epH 10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-row\"\u003e\n\u003cdiv class=\"labs-asc__dil-dose labs-asc__dil-dose--alt\"\u003e100ml\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-body\"\u003e\n\u003cdiv class=\"labs-asc__dil-use\"\u003e\n\u003cstrong\u003ePre-Wash \u0026amp; Heavy Grime · Tyres \u0026amp; Plastic Trim\u003c\/strong\u003e Stronger concentration for exterior contamination\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-ph\"\u003epH 10.5\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-row\"\u003e\n\u003cdiv class=\"labs-asc__dil-dose labs-asc__dil-dose--alt\"\u003e200ml\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-body\"\u003e\n\u003cdiv class=\"labs-asc__dil-use\"\u003e\n\u003cstrong\u003eEngine Bay \u0026amp; Degreasing\u003c\/strong\u003e Maximum concentration · built-up oils and heavy grime\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__dil-ph\"\u003epH 11.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIRECTIONS --\u003e\n\u003cdiv class=\"labs-asc__steps\"\u003e\n\u003cp class=\"labs-asc__section-label\"\u003eDirections\u003c\/p\u003e\n\u003cdiv class=\"labs-asc__step-item\"\u003e\n\u003cdiv class=\"labs-asc__step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-text\"\u003e\n\u003cstrong\u003eDilute\u003c\/strong\u003e to the appropriate ratio — in a foam cannon bottle or 1L spray bottle topped with water. Match concentration to the task.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-item\"\u003e\n\u003cdiv class=\"labs-asc__step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-text\"\u003e\n\u003cstrong\u003eApply\u003c\/strong\u003e to the surface generously and allow to dwell. For foam cannon use, coat the vehicle and let the foam work before rinsing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-item\"\u003e\n\u003cdiv class=\"labs-asc__step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-text\"\u003e\n\u003cstrong\u003eAgitate if needed\u003c\/strong\u003e — on heavily soiled surfaces, use a brush, mitt, or cloth to assist product penetration during dwell.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-item\"\u003e\n\u003cdiv class=\"labs-asc__step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__step-text\"\u003e\n\u003cstrong\u003eRinse thoroughly\u003c\/strong\u003e until the surface is clear. For interior applications, wipe away with a clean microfiber towel.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WARNING --\u003e\n\u003cdiv class=\"labs-asc__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\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eDO NOT USE ON HOT SURFACES OR IN DIRECT SUNLIGHT.\u003c\/strong\u003e Do not allow product to dry on the surface — apply, agitate where needed, and rinse promptly. Always test on a small inconspicuous area when using on sensitive materials for the first time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- BADGE STRIP --\u003e\n\u003cdiv class=\"labs-asc__badges\"\u003e\n\u003cspan class=\"labs-asc__badge labs-asc__badge--accent\"\u003eNon-Caustic\u003c\/span\u003e \u003cspan class=\"labs-asc__badge labs-asc__badge--accent\"\u003eHighly Concentrated\u003c\/span\u003e \u003cspan class=\"labs-asc__badge labs-asc__badge--accent\"\u003eFoam Cannon Ready\u003c\/span\u003e \u003cspan class=\"labs-asc__badge labs-asc__badge--accent\"\u003ePremium Raw Materials\u003c\/span\u003e \u003cspan class=\"labs-asc__badge\"\u003eInterior \u0026amp; Exterior\u003c\/span\u003e \u003cspan class=\"labs-asc__badge\"\u003eEngine Bay Capable\u003c\/span\u003e \u003cspan class=\"labs-asc__badge\"\u003e5L Jerry Can\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"labs-asc__footer\"\u003e\n\u003cdiv class=\"labs-asc__footer-brand\"\u003e\n\u003cspan class=\"labs-asc__footer-labs\"\u003eLABS\u003c\/span\u003e \u003cspan class=\"labs-asc__footer-cc\"\u003eby Carbon Collective\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"labs-asc__footer-sizes\"\u003e\n\u003cstrong\u003eAvailable in:\u003c\/strong\u003e 5L Jerry Can\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":45149063544947,"sku":"LABS.ASC","price":90.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/LABSAllSurfaceCleaner-18.jpg?v=1783530384"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/collections\/Rich_Pearce_8_16_22_Detail_Division_resized-11.jpg?v=1743861228","url":"https:\/\/www.detail-division.mom\/en-ca\/collections\/engine-bay-detail.oembed","provider":"Detail-Division","version":"1.0","type":"link"}