{"product_id":"instant-scratch-repair-coating","title":"Instant Scratch Repair Coating","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Car Care \/ Nano Ceramic Coating Spray\nTarget Audience: Car Owners, Auto Enthusiasts, DIY Detailers\nVisual Style: Premium, High-Tech, Masculine, Sleek\nColor Strategy: Dark Mode (Deep Charcoal \u0026 Black) for premium automotive feel, with Electric Cyan accent to signify water-repellent\/hydrophobic tech.\nShape Strategy: Radius 8px (Industrial, sturdy, but modern).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 up to 44px, Body up to 20px).\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks).\nImage Mapping: Hero=image_1, Tech Feature=image_2, Repair Feature=image_3, Versatility=image_4, Specs=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System - Variables *\/\n    --primary: #00d2ff;\n    --primary-hover: #00b8e6;\n    --text-main: #f8f9fa;\n    --text-sub: #adb5bd;\n    --bg-body: #111418;\n    --bg-card: #1c2128;\n    --border-color: #343a40;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.3);\n    --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.5);\n    \n    \/* Base Setup *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    background-color: var(--bg-body);\n    color: var(--text-main);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: inherit;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography System *\/\n  .product-detail-container h1 {\n    font-size: clamp(34px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 1rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 0.75rem;\n    color: var(--text-main);\n  }\n\n  .product-detail-container p {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n    line-height: 1.7;\n  }\n\n  \/* Layout \u0026 Spacing *\/\n  .pd-section {\n    margin-bottom: clamp(4rem, 8vw, 6rem);\n  }\n\n  \/* Badges (Non-clickable) *\/\n  .pd-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    display: inline-flex;\n    align-items: center;\n    background: rgba(0, 210, 255, 0.1);\n    color: var(--primary);\n    border: 1px solid rgba(0, 210, 255, 0.3);\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Image Protocol (Natural Flow Default) *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n    box-shadow: var(--shadow-sm);\n  }\n\n  \/* Image Placeholder Protocol *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    font-weight: bold;\n    text-align: center;\n    padding: 2rem;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n  }\n  \n  .pd-hero-copy {\n    max-width: 800px;\n    margin: 0 auto 3rem auto;\n  }\n\n  .pd-hero-image-wrapper {\n    width: 100%;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  \/* Feature Mobile Ordering Lock (Strict Pattern) *\/\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  .pd-feature-media {\n    width: 100%;\n    flex: 1;\n  }\n\n  .pd-feature-copy {\n    width: 100%;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Desktop Enhancement: Z-Pattern *\/\n  @media (min-width: 768px) {\n    .pd-feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n  }\n\n  \/* Specifications Table (Strict Mobile Card Pattern) *\/\n  .pd-specs-container {\n    background: var(--bg-card);\n    padding: clamp(2rem, 5vw, 4rem);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-lg);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  \/* Mobile Table: Card-based *\/\n  @media (max-width: 767px) {\n    .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .pd-table thead {\n      display: none;\n    }\n    \n    .pd-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1rem;\n      background: var(--bg-body);\n    }\n    \n    .pd-table tr:last-child {\n      margin-bottom: 0;\n    }\n    \n    .pd-table td {\n      display: flex;\n      flex-direction: column;\n      padding: 0.5rem 0;\n      font-size: 18px;\n      color: var(--text-main);\n      border: none;\n    }\n    \n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.25rem;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n  }\n\n  \/* Desktop Table *\/\n  @media (min-width: 768px) {\n    .pd-table {\n      table-layout: fixed;\n    }\n    .pd-table th {\n      background-color: rgba(255, 255, 255, 0.05);\n      color: var(--primary);\n      font-size: 18px;\n      font-weight: 700;\n      text-align: left;\n      padding: 1.5rem;\n      border-bottom: 2px solid var(--border-color);\n      text-transform: uppercase;\n      letter-spacing: 1px;\n    }\n    .pd-table td {\n      padding: 1.5rem;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-table tbody tr:hover {\n      background-color: rgba(255, 255, 255, 0.02);\n    }\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n  \n  .pd-faq-item {\n    background: var(--bg-card);\n    padding: clamp(1.5rem, 3vw, 2.5rem);\n    border-radius: var(--radius-md);\n    border-left: 4px solid var(--primary);\n  }\n\n  .pd-faq-item h3 {\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n  }\n\n  .pd-faq-item p {\n    margin-bottom: 0;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eTrusted by 15,000+ Drivers\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003ePro-Grade Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eUltimate Nano Ceramic Protection\u003c\/h1\u003e\n\n\u003ch2\u003eInstantly restore showroom shine, repair minor scratches, and repel water with cutting-edge nanotechnology.\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-image-wrapper\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410175744\/573f35d9f5b2634972772792c9198ae3.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410175840\/60570f8e7b361137e07b9adbc79462e7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eUltra-Hydrophobic\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eAdvanced Nanotechnology Shield\u003c\/h2\u003e\n\n\u003cp\u003eOur ultra-hydrophobic formula leverages cutting-edge ceramic nanotechnology to deliver a smooth, water-repellent surface. It forms a durable barrier that locks out dirt and environmental contaminants.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Keep your vehicle looking brand new for longer. Water beads up and rolls right off, making your next wash effortless.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410175840\/16900996e66da1be9d9b06731ecc7ae3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eWaterless Application\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eEffortless Scratch Repair \u0026amp; Shine\u003c\/h2\u003e\n\n\u003cp\u003eThis quick-effect ceramic coating isn't just about protection—it restores your car’s deep, glossy showroom finish while filling in minor scratches and swirl marks.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Achieve a flawless mirror-like shine in minutes with minimal effort. No water, no messy setup, and no expensive professional detailing required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410175840\/8e70dd4a6f6cd717d65fbc92762b1a53.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eAll-In-One Solution\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eVersatile Multi-Surface Protection\u003c\/h2\u003e\n\n\u003cp\u003eSafe and highly effective for use on all automotive surfaces including paint, glass, chrome, and plastic. Just spray it on a clean, dry surface, wipe with a microfiber towel, and buff to shine.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Save time and money by protecting your car, motorcycle, RV, or boat with a single, durable, and long-lasting coating solution.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eMetric Unit\u003c\/th\u003e\n\t\t\t\u003cth\u003eImperial Unit\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eNet Content\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Unit\"\u003e100 ml\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Unit\"\u003e3.4 fl oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eItem Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Unit\"\u003e120 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Unit\"\u003e4.2 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBottle Dimensions (H x W)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Unit\"\u003e12.5 cm x 3.7 cm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Unit\"\u003e4.9 in x 1.5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eCompatible Surfaces\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Unit\"\u003ePaint, Glass, Chrome, Plastic\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Unit\"\u003ePaint, Glass, Chrome, Plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eDurability\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Metric Unit\"\u003eUp to 6 Months\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Imperial Unit\"\u003eUp to 6 Months\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow exactly do I apply this ceramic coating?\u003c\/h3\u003e\n\n\u003cp\u003eApplication is incredibly simple. Ensure the surface is clean and completely dry. Spray the coating directly onto the surface, wipe it evenly using a clean microfiber towel, and immediately buff it with a second dry microfiber towel to reveal a high-gloss finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan I use this on my windshield and mirrors?\u003c\/h3\u003e\n\n\u003cp\u003eYes! Our formula is safe and highly effective on all exterior surfaces including glass, mirrors, chrome, and plastic trim. It leaves a streak-free, ultra-hydrophobic layer that drastically improves visibility during heavy rain.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWill this remove deep scratches in my paint?\u003c\/h3\u003e\n\n\u003cp\u003eThis product is designed to fill in and mask minor surface scratches, scuffs, and swirl marks to restore an even, glossy shine. However, it is not a heavy abrasive compound and will not remove deep scratches that have penetrated the clear coat layer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🧴 1 Bottle (3.4 oz)","offer_id":43407893299259,"sku":"0410-18128136","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 20%)","offer_id":43407893332027,"sku":"0410-18127540","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 3-Pack (Save 30%)","offer_id":43407893364795,"sku":"0410-18129086","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/8a64041992d75d5f7f8e0b9cbecb6728.jpg?v=1775815990","url":"https:\/\/autoyunn.com\/products\/instant-scratch-repair-coating","provider":"AutoYunn","version":"1.0","type":"link"}