{"product_id":"carbon-collective-pearl-detail-spray","title":"Carbon Collective Pearl Detailing Spray 500ml","description":"\u003cstyle\u003e\n  .dd-pl {\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  .dd-pl__hero {\n    background: #111;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #e8e8e8;\n    margin-bottom: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \/* subtle pearl shimmer suggestion *\/\n  .dd-pl__hero::after {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    width: 200px;\n    height: 100%;\n    background: linear-gradient(135deg,\n      transparent 0%,\n      rgba(255,255,255,0.02) 30%,\n      rgba(255,255,255,0.05) 50%,\n      rgba(255,255,255,0.02) 70%,\n      transparent 100%);\n    z-index: 0;\n  }\n  .dd-pl__hero-inner { position: relative; z-index: 1; }\n  .dd-pl__eyebrow {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #aaa;\n    margin: 0 0 8px;\n  }\n  .dd-pl__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-pl__subtitle {\n    font-size: 12px;\n    font-weight: 400;\n    color: #666;\n    margin: 0 0 10px;\n    letter-spacing: 0.04em;\n  }\n  .dd-pl__tagline {\n    font-size: 13px;\n    color: #888;\n    margin: 0;\n    font-style: italic;\n    border-top: 1px solid #2a2a2a;\n    padding-top: 10px;\n  }\n  .dd-pl__tagline strong {\n    color: #ccc;\n    font-style: normal;\n  }\n\n  \/* ── LEAD COPY ── *\/\n  .dd-pl__lead {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .dd-pl__lead p {\n    font-size: 14px;\n    line-height: 1.8;\n    color: #333;\n    margin: 0 0 12px;\n  }\n  .dd-pl__lead p:last-child { margin: 0; }\n  .dd-pl__lead strong { color: #111; }\n\n  \/* ── STAT STRIP ── *\/\n  .dd-pl__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-bottom: 1px solid #e0e0e0;\n    border-top: 1px solid #e0e0e0;\n  }\n  .dd-pl__stat {\n    padding: 14px 12px;\n    text-align: center;\n    border-right: 1px solid #e0e0e0;\n    background: #fff;\n  }\n  .dd-pl__stat:last-child { border-right: none; }\n  .dd-pl__stat-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: #111;\n    line-height: 1;\n    margin: 0 0 4px;\n  }\n  .dd-pl__stat-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: #999;\n    margin: 0;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .dd-pl__section {\n    padding: 14px 20px 6px;\n    background: #f8f8f8;\n    border-top: 1px solid #e0e0e0;\n  }\n  .dd-pl__section-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: #555;\n    margin: 0 0 12px;\n  }\n\n  \/* ── PEARL CALLOUT ── *\/\n  .dd-pl__pearl {\n    padding: 16px 20px;\n    background: #111;\n    border-left: 3px solid #e0e0e0;\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n  }\n  .dd-pl__pearl-tag {\n    background: #fff;\n    color: #111;\n    font-size: 8px;\n    font-weight: 800;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 3px 7px;\n    white-space: nowrap;\n    flex-shrink: 0;\n    margin-top: 2px;\n    line-height: 1.4;\n  }\n  .dd-pl__pearl p {\n    font-size: 13px;\n    color: #888;\n    margin: 0;\n    line-height: 1.65;\n  }\n  .dd-pl__pearl strong { color: #e0e0e0; }\n\n  \/* ── FEATURES ── *\/\n  .dd-pl__features {\n    padding: 0 20px 14px;\n    background: #f8f8f8;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .dd-pl__feature {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-pl__feature:last-child { margin-bottom: 0; }\n  .dd-pl__feature svg {\n    width: 14px;\n    height: 14px;\n    stroke: #333;\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-pl__feature p {\n    font-size: 13px;\n    color: #333;\n    margin: 0;\n    line-height: 1.6;\n  }\n  .dd-pl__feature strong { color: #111; }\n\n  \/* ── MATT \/ SATIN CALLOUT ── *\/\n  .dd-pl__finish {\n    padding: 16px 20px;\n    background: #f0f0f0;\n    border-left: 3px solid #333;\n    border-top: 1px solid #e0e0e0;\n    border-bottom: 1px solid #e0e0e0;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .dd-pl__finish-tag {\n    background: #111;\n    color: #fff;\n    font-size: 8px;\n    font-weight: 800;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    padding: 3px 7px;\n    white-space: nowrap;\n    flex-shrink: 0;\n    margin-top: 2px;\n    line-height: 1.4;\n  }\n  .dd-pl__finish p {\n    font-size: 13px;\n    color: #444;\n    margin: 0;\n    line-height: 1.65;\n  }\n  .dd-pl__finish strong { color: #111; }\n\n  \/* ── USE MODES ── *\/\n  .dd-pl__modes {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0e0e0;\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 10px;\n  }\n  .dd-pl__mode-card {\n    border: 1px solid #e0e0e0;\n    padding: 14px 12px;\n    text-align: center;\n    background: #f8f8f8;\n  }\n  .dd-pl__mode-card--featured {\n    border-color: #111;\n    background: #111;\n  }\n  .dd-pl__mode-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: #fff;\n    color: #111;\n    margin-bottom: 8px;\n  }\n  .dd-pl__mode-card--featured .dd-pl__mode-badge {\n    background: #fff;\n    color: #111;\n  }\n  .dd-pl__mode-title {\n    font-size: 13px;\n    font-weight: 700;\n    color: #111;\n    margin: 0 0 5px;\n    line-height: 1.2;\n  }\n  .dd-pl__mode-card--featured .dd-pl__mode-title { color: #fff; }\n  .dd-pl__mode-note {\n    font-size: 12px;\n    color: #666;\n    margin: 0;\n    line-height: 1.5;\n  }\n  .dd-pl__mode-card--featured .dd-pl__mode-note { color: #aaa; }\n\n  \/* ── COMPATIBILITY CALLOUT ── *\/\n  .dd-pl__compat {\n    padding: 14px 16px;\n    background: #111;\n    border-left: 3px solid #666;\n  }\n  .dd-pl__compat-inner {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .dd-pl__compat svg {\n    width: 16px;\n    height: 16px;\n    stroke: #aaa;\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-pl__compat p {\n    font-size: 13px;\n    color: #888;\n    margin: 0;\n    line-height: 1.7;\n  }\n  .dd-pl__compat strong { color: #fff; }\n  .dd-pl__compat a { color: #ccc; text-decoration: underline; }\n\n  \/* ── HOW TO USE ── *\/\n  .dd-pl__how {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #e0e0e0;\n  }\n  .dd-pl__steps { list-style: none; margin: 0; padding: 0; }\n  .dd-pl__step {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    margin-bottom: 10px;\n  }\n  .dd-pl__step:last-child { margin-bottom: 0; }\n  .dd-pl__step-num {\n    width: 20px;\n    height: 20px;\n    background: #111;\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    border-radius: 50%;\n  }\n  .dd-pl__step p { font-size: 13px; color: #333; margin: 0; line-height: 1.6; }\n  .dd-pl__step strong { color: #111; }\n\n  \/* ── SURFACE TAGS ── *\/\n  .dd-pl__surfaces {\n    padding: 12px 20px 14px;\n    background: #f8f8f8;\n    border-bottom: 1px solid #e0e0e0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    align-items: center;\n  }\n  .dd-pl__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-pl__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: #fff;\n    color: #444;\n    border: 1px solid #ddd;\n  }\n  .dd-pl__surface-tag--dark {\n    background: #111;\n    color: #ccc;\n    border-color: #333;\n  }\n\n  \/* ── DURABILITY NOTE ── *\/\n  .dd-pl__durability {\n    padding: 10px 16px;\n    background: #f0f0f0;\n    border-left: 3px solid #aaa;\n    border-top: 1px solid #e0e0e0;\n    font-size: 12px;\n    color: #444;\n    line-height: 1.55;\n  }\n  .dd-pl__durability strong { color: #111; }\n\n  \/* ── SIZE STRIP ── *\/\n  .dd-pl__sizes {\n    padding: 14px 20px;\n    background: #111;\n    border-top: 1px solid #222;\n    display: flex;\n    gap: 10px;\n    align-items: center;\n    flex-wrap: wrap;\n  }\n  .dd-pl__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 #333;\n    background: #1e1e1e;\n    color: #aaa;\n  }\n  .dd-pl__sizes-label {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #555;\n    margin-right: 6px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-pl\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"dd-pl__hero\"\u003e\n\u003cdiv class=\"dd-pl__hero-inner\"\u003e\n\u003cp class=\"dd-pl__eyebrow\"\u003eCarbon Collective · Final Finish Quick Detailer \u0026amp; Drying Aid\u003c\/p\u003e\n\u003ch2 class=\"dd-pl__title\"\u003ePearl — Detailing Spray\u003c\/h2\u003e\n\u003cp class=\"dd-pl__subtitle\"\u003eGloss Enhancing · Smear-Free · Wet or Dry · Matt \u0026amp; Satin Safe · Ceramic Compatible\u003c\/p\u003e\n\u003cp class=\"dd-pl__tagline\"\u003e\u003cstrong\u003eMaximum gloss. Minimum effort.\u003c\/strong\u003e The perfect finishing touch — with a signature scent to match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- LEAD --\u003e\n\u003cdiv class=\"dd-pl__lead\"\u003e\n\u003cp\u003ePearl Detailing Spray delivers maximum gloss with minimum effort. The super slick, streak-free formula works on almost any surface — removing watermarks and dust in a single wipe while boosting gloss, clarity, and surface depth. Another deluxe Carbon Collective signature scent.\u003c\/p\u003e\n\u003cp\u003eDesigned to layer, Pearl is compatible with Carbon Collective \u003ca href=\"https:\/\/detail-division.mom\/collections\/ceramic\"\u003eCeramic Coatings\u003c\/a\u003e and \u003ca href=\"https:\/\/detail-division.mom\/collections\/sealants\"\u003eSealants\u003c\/a\u003e — layering Pearl over existing protection increases durability and pushes gloss higher. Use on a wet or dry surface, as a drying aid, or applied after drying for maximum effect.\u003c\/p\u003e\n\u003cp\u003eAlthough Pearl isn't formulated with protection in mind, \u003cstrong\u003eone application lasts 3–4 weeks\u003c\/strong\u003e — making life easier when it comes to your next wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"dd-pl__stats\"\u003e\n\u003cdiv class=\"dd-pl__stat\"\u003e\n\u003cdiv class=\"dd-pl__stat-value\"\u003e3–4 wk\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__stat-label\"\u003eDuration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__stat\"\u003e\n\u003cdiv class=\"dd-pl__stat-value\"\u003eWet \/ Dry\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__stat-label\"\u003eApplication\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__stat\"\u003e\n\u003cdiv class=\"dd-pl__stat-value\"\u003eLayers\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__stat-label\"\u003eCeramic \u0026amp; Sealant Safe\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PEARL FLAKE CALLOUT --\u003e\n\u003cdiv class=\"dd-pl__pearl\"\u003e\n\u003cdiv class=\"dd-pl__pearl-tag\"\u003eStandout\u003cbr\u003eFeature\u003c\/div\u003e\n\u003cp\u003ePearl specifically \u003cstrong\u003eincreases metal flake and pearl pop\u003c\/strong\u003e — the depth and dimensionality in metallic and pearlescent finishes that quick detailers typically flatten rather than enhance. If the paint has something to say, Pearl lets it say it louder.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003cdiv class=\"dd-pl__section\"\u003e\n\u003cp class=\"dd-pl__section-label\"\u003eFeatures\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__features\"\u003e\n\u003cdiv class=\"dd-pl__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 Enhancing\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eClarity Boosting\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eIncreases metal flake \u0026amp; pearl pop\u003c\/strong\u003e — brings out depth and dimensionality in metallic and pearlescent finishes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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 spot removal\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eIncreases beading\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eSmear-free\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eSuper slick finish\u003c\/strong\u003e — helps prevent dirt bonding between washes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eUse on all exterior finishes\u003c\/strong\u003e including matte and satin\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eUse on most interior finishes\u003c\/strong\u003e — dashboard, door shuts, touch screens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eDrying aid\u003c\/strong\u003e — water spot-free drying\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__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\u003eSignature Carbon Collective scent\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MATT \/ SATIN NOTE --\u003e\n\u003cdiv class=\"dd-pl__finish\"\u003e\n\u003cdiv class=\"dd-pl__finish-tag\"\u003eMatt \u0026amp;\u003cbr\u003eSatin\u003c\/div\u003e\n\u003cp\u003ePearl is safe on \u003cstrong\u003ematt and satin finishes\u003c\/strong\u003e — enhancing the surface without adding unwanted gloss or altering the finish character. Most quick detailers aren't formulated with these finishes in mind. Pearl works across all of them.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USE MODES --\u003e\n\u003cdiv class=\"dd-pl__section\"\u003e\n\u003cp class=\"dd-pl__section-label\"\u003eHow You'll Run It\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__modes\"\u003e\n\u003cdiv class=\"dd-pl__mode-card dd-pl__mode-card--featured\"\u003e\n\u003cdiv class=\"dd-pl__mode-badge\"\u003ePrimary Use\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__mode-title\"\u003eQuick Detailer\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__mode-note\"\u003eSpray on dry paint after a wash. Wipe, buff, done. Gloss and clarity in minutes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__mode-card\"\u003e\n\u003cdiv class=\"dd-pl__mode-title\"\u003eDrying Aid\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__mode-note\"\u003eApply to wet paint during the drying process. Water spot-free finish, added slickness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPATIBILITY CALLOUT --\u003e\n\u003cdiv class=\"dd-pl__compat\"\u003e\n\u003cdiv class=\"dd-pl__compat-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\u003eDesigned to layer.\u003c\/strong\u003e Pearl is compatible with Carbon Collective \u003ca href=\"https:\/\/detail-division.mom\/collections\/ceramic\"\u003eCeramic Coatings\u003c\/a\u003e and \u003ca href=\"https:\/\/detail-division.mom\/collections\/sealants\"\u003eSealants\u003c\/a\u003e — layering Pearl over existing protection increases durability and pushes gloss higher. It rewards whatever's already on the paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DIRECTIONS --\u003e\n\u003cdiv class=\"dd-pl__section\"\u003e\n\u003cp class=\"dd-pl__section-label\"\u003eDirections\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__how\"\u003e\n\u003cp style=\"font-size: 12px; color: #777; margin: 0 0 12px; font-style: italic;\"\u003eCan be used as a quick detailer or drying aid.\u003c\/p\u003e\n\u003col class=\"dd-pl__steps\"\u003e\n\u003cli class=\"dd-pl__step\"\u003e\n\u003cspan class=\"dd-pl__step-num\"\u003e1\u003c\/span\u003e\n\u003cp\u003eApply with a light mist from \u003cstrong\u003e20–30cm away.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-pl__step\"\u003e\n\u003cspan class=\"dd-pl__step-num\"\u003e2\u003c\/span\u003e\n\u003cp\u003eUsing a soft microfibre cloth, \u003cstrong\u003ewipe the surface down in straight lines.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli class=\"dd-pl__step\"\u003e\n\u003cspan class=\"dd-pl__step-num\"\u003e3\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003eBuff off the excess residue\u003c\/strong\u003e, folding the cloth as you go.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- SURFACE TAGS --\u003e\n\u003cdiv class=\"dd-pl__surfaces\"\u003e\n\u003cspan class=\"dd-pl__surface-label\"\u003eExterior\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003ePaint\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eGlass\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003ePlastic\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag dd-pl__surface-tag--dark\"\u003eMatt Finishes\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag dd-pl__surface-tag--dark\"\u003eSatin Finishes\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eAll Exterior Finishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-pl__surfaces\" style=\"border-top: none; padding-top: 0;\"\u003e\n\u003cspan class=\"dd-pl__surface-label\"\u003eInterior\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eDashboard\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eDoor Shuts\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eTouch Screens\u003c\/span\u003e \u003cspan class=\"dd-pl__surface-tag\"\u003eMost Interior Finishes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- DURABILITY --\u003e\n\u003cdiv class=\"dd-pl__durability\"\u003e\n\u003cstrong\u003eDurability:\u003c\/strong\u003e Pearl isn't formulated with protection in mind — but one application lasts 3–4 weeks, making the next wash easier and keeping the finish looking right between details. Nothing wrong with using after every wash!\u003c\/div\u003e\n\u003c!-- SIZE STRIP --\u003e\n\u003cdiv class=\"dd-pl__sizes\"\u003e\n\u003cspan class=\"dd-pl__sizes-label\"\u003eSize\u003c\/span\u003e \u003cspan class=\"dd-pl__size-pill\"\u003e500ml\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Carbon Collective","offers":[{"title":"Default Title","offer_id":41132217827443,"sku":"CC.Pearl500","price":36.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/CarbonCollectivePearlDS500ml-38.jpg?v=1787775342","url":"https:\/\/www.detail-division.mom\/en-ca\/products\/carbon-collective-pearl-detail-spray","provider":"Detail-Division","version":"1.0","type":"link"}