{"product_id":"dual-ceramic-coating-spray","title":"Dual Ceramic Coating Spray","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design Variables *\/\n    .product-detail-container {\n      --primary: #ff6a00;\n      --primary-hover: #e05d00;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #fdfdfd;\n      --bg-soft: #f7f9fa;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e9f0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      margin: 0 0 12px 0;\n      font-weight: 800;\n      color: var(--text-main);\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      margin: 0 0 16px 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Image Container Standard *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 200px;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 40px 20px;\n      margin-bottom: 24px;\n      text-align: center;\n    }\n\n    .product-detail-container .image-placeholder-text {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-sub);\n    }\n\n    \/* Trust Badges \u0026 Pills *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--primary);\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n    }\n\n    \/* Section A: Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 30px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Section B: Comparison Block *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      margin: 20px 0;\n    }\n\n    .product-detail-container .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    \/* Section C: Feature Block *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: 40px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: #fff4ed;\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      border: 1px solid #ffd8be;\n    }\n\n    \/* Usage Instructions Sub-layout *\/\n    .product-detail-container .steps-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .step-card {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      display: flex;\n      gap: 16px;\n      align-items: flex-start;\n    }\n\n    .product-detail-container .step-number {\n      background-color: var(--primary);\n      color: #ffffff;\n      width: 32px;\n      height: 32px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: bold;\n      flex-shrink: 0;\n      font-size: 18px;\n    }\n\n    .product-detail-container .step-text {\n      margin: 0;\n      font-weight: 600;\n    }\n\n    \/* Section D: Specifications responsive system *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    \/* Section E: FAQ Block *\/\n    .product-detail-container .faq-item {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop Media Queries *\/\n    @media (min-width: 768px) {\n      .product-detail-container .compare-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .feature-media,\n      .product-detail-container .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .product-detail-container .steps-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        width: 30%;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 20px;\n      }\n    }\n\n    \/* Mobile Responsive Logic for Specifications Grid Layout (No Overlap) *\/\n    @media (max-width: 767px) {\n      \/* Mobile Feature Order Lock: Image first, Text second *\/\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n      }\n      .product-detail-container .feature-media {\n        order: 1 !important;\n        width: 100% !important;\n      }\n      .product-detail-container .feature-copy {\n        order: 2 !important;\n        width: 100% !important;\n      }\n\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Paint \u0026 Glass Ceramic Coating Spray\nTarget Audience: DIY Car Owners, Auto Detailing Enthusiasts\nVisual Style: Energetic, Professional, High-Contrast (Orange and Slate Blue theme)\nColor Strategy: Orange primary accent, dark slate for text, light grays for layout backgrounds\nModule Order: Intro\/Hero -\u003e Compare -\u003e Feature 1 -\u003e Feature 2 -\u003e Feature 3 -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Compare=detail_2, Feature1=detail_3, Feature2=detail_5, Feature3=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (clear side-by-side product advantage and before\/after states provided in detail images)\nInformation Boundary: Strictly relies on facts extracted from the report and provided images. No unverified facts added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Section A: Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"badge\"\u003e🛡️ Paint \u0026amp; Glass Dual Protection\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003e2-in-1 Ultimate Coat\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eFormulated to protect both car paint and glass surfaces with one easy spray, creating a durable ceramic layer for all-around vehicle care.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img113\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912101535\/2b5c49d67b9a6fe89afb8868dcf27e3c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eOur Advantages\u003c\/h2\u003e\n\n\u003cp class=\"hero-subtitle\" style=\"text-align: center; margin-bottom: 30px;\"\u003eDiscover how our bright orange formula offers safer, faster, and more effective results compared to ordinary alternatives.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img114\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912101535\/7d1895eeac175d5dc1aa54867ebb5e62.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img115\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912101535\/8e0c72ee0a252c4b53b8d867bf15fa3b.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eComplete Paint \u0026amp; Glass Shield\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eRestore gloss and clarity in one single step. This dual-action formula forms a protective barrier on both painted metal and exterior glass, shielding your vehicle from everyday sun exposure, oxidation, and environmental wear.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRestores Gloss\u003c\/span\u003e \u003cspan class=\"tag\"\u003eBlocks UV \u0026amp; Oxidation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eGlass Clarity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section C: Feature 2 --\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img118\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912101535\/f3992de36232c986da5f9faaeca986bc.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eLotus-Leaf Hydrophobic Effect\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eCreates a highly slick, water-repellent barrier. Rain and moisture immediately bead up and slide off, preventing water accumulation and protecting your finish from acid rain and mineral deposits.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWater Beading\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Corrosion\u003c\/span\u003e \u003cspan class=\"tag\"\u003eLotus-Leaf Repellency\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section C: Feature 3 (Usage Steps) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center;\"\u003eEasy Spray-On Application\u003c\/h2\u003e\n\n\u003cp class=\"hero-subtitle\" style=\"text-align: center;\"\u003eApply in minutes with no professional tools required. Just follow four straightforward steps to achieve a smooth, mirror-like gloss.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-text\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-text\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img117\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912101535\/09f0926798632fc7b3f33678334ad8be.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\n\u003cp class=\"step-text\" style=\"font-size: 18px; color: var(--text-sub);\"\u003eRinse and wash the vehicle surface thoroughly to remove loose dirt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\n\u003cp class=\"step-text\" style=\"font-size: 18px; color: var(--text-sub);\"\u003eSpray the product evenly onto glass or painted surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\n\u003cp class=\"step-text\" style=\"font-size: 18px; color: var(--text-sub);\"\u003eWipe and polish the surface using a clean microfiber towel.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\n\u003cp class=\"step-text\" style=\"font-size: 18px; color: var(--text-sub);\"\u003eWait 2 to 3 minutes for the treated coat to dry fully.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Section D: Specifications --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003e2-in-1 Car Paint \u0026amp; Glass Coating Spray\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Available Volume\"\u003e\u003cspan class=\"spec-value\"\u003e120ml (4 fl oz) \/ 500ml (16.9 fl oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Set Options\"\u003e\u003cspan class=\"spec-value\"\u003eSingle Bottle \/ Set Kit (Includes spray bottle, blue microfiber towel, and cartoon box packaging)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Bottle Design\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-saturation orange bottle with an ergonomic grooved neck grip and black trigger nozzle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Towel Color\"\u003e\u003cspan class=\"spec-value\"\u003eDeep blue\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- Section E: FAQ --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e❓ Can I apply this coating on a dirty car?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. For the best results and a smooth finish, rinse the car surface clean first to remove any dust and dirt particles before spraying the product.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e❓ Is it safe for all painted surfaces?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, this formula is safe for car paint and is engineered specifically to prevent paint damage while restoring shine and smoothness.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e❓ How long do I need to wait after polishing?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eOnce you wipe and polish the surface with your microfiber towel, let it sit and dry for 2 to 3 minutes until the coating settles completely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"4.1 fl oz \/ 120ml (Includes Microfiber Towel)","offer_id":50466149269744,"sku":"20260916-133200-1221","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🔥 16.9 fl oz \/ 500ml (Includes Microfiber Towel) – Most Popular","offer_id":50466149302512,"sku":"20260916-133200-5526","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/2b5c49d67b9a6fe89afb8868dcf27e3c.jpg?v=1789536886","url":"https:\/\/cozyllio.com\/products\/dual-ceramic-coating-spray","provider":"Cozyllio","version":"1.0","type":"link"}