{"product_id":"ultimate-auto-scratch-remover","title":"Ultimate Auto Scratch Remover","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Automotive Scratch Repair Wax Kit\nTarget Audience: Car owners, automotive enthusiasts, DIY repairers seeking quick and professional results.\nVisual Style: Professional, trustworthy, industrial but accessible (Automotive premium look).\nColor Strategy: Deep charcoal (--text-main) for high contrast, Bright electric blue (--primary) to convey technology and trust, Light gray (--bg-card) for visual resting areas.\nShape Strategy: Radius 8px (Industrial precision, rigid but not sharp).\nTypography Strategy: Large Type \/ Mobile-first readable (Inter\/Roboto sans-serif fallback, H1 up to 44px, Body text 18-20px).\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive with data-labels).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 0) Base \u0026 Reset *\/\n    .product-detail-container {\n      box-sizing: border-box;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      \n      \/* 1) Design System Variables *\/\n      --primary: #0056D2;\n      --primary-hover: #0044A8;\n      --text-main: #111111;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F4F5F7;\n      --bg-alt: #FAFAFA;\n      --border-color: #E5E7EB;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.08);\n      \n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n    \n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3, \n    .product-detail-container p {\n      margin-top: 0;\n    }\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin-bottom: clamp(16px, 3vw, 24px);\n      letter-spacing: -0.02em;\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: clamp(12px, 2vw, 16px);\n      color: var(--text-main);\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: 12px;\n    }\n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 16px;\n    }\n    .product-detail-container .sub-text {\n      font-size: clamp(16px, 2vw, 18px);\n    }\n\n    \/* Common Media Blocks *\/\n    .pd-media-wrapper {\n      width: 100%;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: clamp(24px, 4vw, 32px);\n      border: 1px solid var(--border-color);\n    }\n    .pd-media-wrapper img,\n    .pd-image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n    .pd-image-placeholder {\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: #EAEAEA;\n      color: var(--text-sub);\n      font-weight: bold;\n      font-size: 20px;\n      border: 2px dashed #CCCCCC;\n    }\n\n    \/* Non-Clickable Badges \u0026 Social Proof *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: #FFF;\n      padding: 8px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 24px;\n    }\n    .pd-social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--bg-card);\n      padding: 12px 24px;\n      border-radius: var(--radius-md);\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: clamp(32px, 5vw, 48px);\n    }\n    .pd-stars {\n      color: #FFB800;\n      font-size: 20px;\n      letter-spacing: 2px;\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      padding: clamp(32px, 5vw, 64px) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(24px, 4vw, 40px);\n    }\n\n    \/* Mobile Ordering Lock System (Z-Pattern for Desktop, Column for Mobile) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(24px, 4vw, 48px);\n      margin-bottom: clamp(48px, 6vw, 80px);\n      align-items: center;\n    }\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n    \n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        justify-content: space-between;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media,\n      .feature-copy {\n        width: 48%; \/* Leaves breathable gap *\/\n      }\n      .feature-item {\n        margin-bottom: 96px;\n      }\n    }\n\n    \/* Features List Detail *\/\n    .pd-feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 24px 0 0 0;\n    }\n    .pd-feature-list li {\n      position: relative;\n      padding-left: 32px;\n      margin-bottom: 16px;\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.5;\n    }\n    .pd-feature-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: 800;\n      font-size: 22px;\n    }\n\n    \/* Specifications Table (Strict Mobile Cards) *\/\n    .pd-specs-table-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n      background: var(--bg-body);\n    }\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n    .pd-specs-table th, \n    .pd-specs-table td {\n      padding: 20px 24px;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-specs-table th {\n      background: var(--bg-card);\n      font-weight: 700;\n      width: 40%;\n      color: var(--text-main);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    .pd-specs-table tr:last-child th,\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* Mobile Specs Table Card Layout *\/\n    @media (max-width: 767px) {\n      .pd-specs-table-wrapper {\n        border: none;\n        background: transparent;\n      }\n      .pd-specs-table, \n      .pd-specs-table thead, \n      .pd-specs-table tbody, \n      .pd-specs-table tr, \n      .pd-specs-table th, \n      .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 16px;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n        padding: 8px 0;\n      }\n      .pd-specs-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .pd-specs-table td {\n        display: flex;\n        flex-direction: column;\n        padding: 12px 20px;\n        border-bottom: 1px solid var(--bg-card);\n      }\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        margin-bottom: 8px;\n        color: var(--text-main);\n        font-size: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      background: var(--bg-alt);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(20px, 4vw, 32px);\n      margin-bottom: 16px;\n    }\n    .pd-faq-item h3 {\n      color: var(--text-main);\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n    }\n    .pd-faq-item h3::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 900;\n    }\n    .pd-faq-item p {\n      margin-bottom: 0;\n      padding-left: clamp(28px, 4vw, 36px);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eComplete Pro Kit\u003c\/div\u003e\n\n\u003ch1\u003eShowroom Shine, Restored in Minutes.\u003c\/h1\u003e\n\n\u003cp\u003eThe ultimate premium wax kit effectively removes minor scratches, stains, and paint defects while adding a brilliant protective layer to your vehicle.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-social-proof\"\u003e\n\u003cspan class=\"pd-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eTrusted by 10,000+ Car Owners\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-media-wrapper\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317114658\/7a86b63e07669e9e426f41122c93ce9e.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-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317114658\/98e97b12aeb6468febb70e23e8e03da2.jpg\"\u003e\u003c\/div\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\u003eDeep Scratch Repair \u0026amp; Protection\u003c\/h2\u003e\n\n\u003cp\u003eDon't let unsightly scratches ruin your vehicle's aesthetic. Our advanced polishing compound formula penetrates deeply to fill imperfections.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRestores Gloss:\u003c\/strong\u003e Brings back the factory-fresh shine.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eProtective Layer:\u003c\/strong\u003e Shields treated areas from future wear.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eRemoves Stains:\u003c\/strong\u003e Cuts through stubborn marks and paint defects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317114658\/0a562d71c925015b22ff3774f96061e3.jpg\"\u003e\u003c\/div\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\u003e100% Safe For All Glossy Paints\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for peace of mind. Specially formulated to be safely applied on all glossy paints and delicate clear coat finishes without causing hazing or exterior damage.\u003c\/p\u003e\n\n\u003cp class=\"sub-text\"\u003eWhether your car is pearl white, metallic black, or cherry red, this universal compound blends seamlessly without altering your original color match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-media-wrapper\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv class=\"pd-image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317114658\/b11713f9f0d6813d69fe37568345a582.jpg\"\u003e\u003c\/div\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\u003eEasy 3-Step Application\u003c\/h2\u003e\n\n\u003cp\u003eAchieve professional body shop results directly in your driveway. The complete kit includes everything you need: a 4 fl oz (120 ML) wax tube, a custom sponge applicator, and a premium wiping cloth.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Apply the compound to the included sponge pad.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Work the wax into the scratched area using firm circular motions.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eStep 3:\u003c\/strong\u003e Wipe away excess residue with the microfiber cloth to reveal a flawless finish.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(32px, 5vw, 48px);\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-specs-table-wrapper\"\u003e\n\u003ctable class=\"pd-specs-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\u003eDetails\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\"\u003e\u003cstrong\u003eVolume\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e120 ml \/ 4.0 fl oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eKit Contents\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1x Repair Wax, 1x Sponge Applicator, 1x Wiping Cloth\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUniversal (Safe for all glossy paints and clear coats)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003ePackage Weight (Approx.)\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e150 g \/ 5.3 oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eStorage Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e0°C to 40°C \/ 32°F to 104°F (Keep in cool, dry place)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\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: clamp(32px, 5vw, 48px);\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eWill this damage my car's clear coat?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely not. Our universal premium wax is specially formulated to be completely safe on all glossy paints and clear coat finishes. It removes defects without aggressively stripping away the protective layers of your paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eCan it fix deep scratches that show metal or primer?\u003c\/h3\u003e\n\n\u003cp\u003eThis compound is designed for minor to moderate scratches, scuffs, and paint transfers that sit in the clear coat. If a scratch is deep enough to catch your fingernail or expose bare metal\/primer, a dedicated touch-up paint is required before applying this protective wax.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eDo I need any special tools or buffers to use this?\u003c\/h3\u003e\n\n\u003cp\u003eNo machinery is required. This is a complete kit that includes a specialized sponge applicator and a wiping cloth. You can easily achieve professional-grade paint restoration by hand following our simple 3-step circular motion process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"PawNexa","offers":[{"title":"🛒 1x Complete Kit (Starter)","offer_id":44928938147976,"sku":"0326-11368082","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2x Complete Kits (Save 20%)","offer_id":44928938180744,"sku":"0326-11367833","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🚗 Multi-Car Pack: 3x Kits (Best Value)","offer_id":44928938213512,"sku":"0326-11362732","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0695\/6282\/6888\/files\/7a86b63e07669e9e426f41122c93ce9e.jpg?v=1774496341","url":"https:\/\/pawnexa.com\/products\/ultimate-auto-scratch-remover","provider":"PawNexa","version":"1.0","type":"link"}