{"product_id":"instant-auto-plastic-restorer","title":"Instant Auto Plastic Restorer","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：汽车塑料件修复乳液\n  目标受众：希望快速翻新车辆外观的车主\n  视觉风格：专业、高效、对比强烈（黑\/橙配色）\n  配色策略：以产品标签的橙色作为强调色，配合深灰\/黑色传达专业感\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (前后对比效果) -\u003e Feature 2 (简单使用步骤) -\u003e Feature 3 (持久防护与多场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_3.png, Feature2=image_4.png, Feature3=image_2.png\n  规格图映射：Specs=image_0.png, image_5.png\n  对比模块：未单独设立，已整合进 Feature 1 展示修复前后差异\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #E67E22; \/* Orange from label *\/\n      --primary-hover: #D35400;\n      --text-main: #2C3E50;\n      --text-sub: #546E7A;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F7F9FA;\n      --bg-card: #FFFFFF;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n      --border-color: #ECEFF1;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\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      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 42px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container ul {\n      padding-left: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container li {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Utilities *\/\n    .text-highlight { color: var(--primary); }\n    .bg-soft { background-color: var(--bg-soft); padding: var(--spacing-section) 0; }\n    .img-fluid { width: 100%; height: auto; display: block;border-radius: var(--radius-md); }\n    .badge {\n      display: inline-block;\n      padding: 0.5em 1em;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background: #f0f2f5;\n      border: 2px dashed #cbd5e0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-family: monospace;\n      font-size: 14px;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Layout Modules *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Module *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto var(--spacing-item);\n    }\n    .hero-media {\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Module - Z-Pattern *\/\n    .feature-section {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 6vw, 5rem);\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n    \/* Desktop alternate directions *\/\n    @media (min-width: 768px) {\n      .feature-section:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n    \/* Mobile stack *\/\n    @media (max-width: 767px) {\n      .feature-section {\n        flex-direction: column;\n        text-align: center;\n      }\n      .feature-copy {\n        order: 2;\n      }\n      .feature-media {\n        order: 1;\n        width: 100%;\n      }\n      .feature-tags {\n        justify-content: center;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      gap: 0.75rem;\n      flex-wrap: wrap;\n      margin-top: 1.5rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Module *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th {\n      background: var(--bg-soft);\n      width: 40%;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n    .spec-table td {\n      color: var(--text-sub);\n    }\n    .spec-table tr:last-child th, .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ Module *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      list-style: none; \/* Remove default triangle *\/\n    }\n    .faq-question::-webkit-details-marker {\n      display: none;\n    }\n    .faq-question::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n    }\n    details[open] .faq-question::after {\n      content: '−';\n    }\n    .faq-answer {\n      margin-top: 1rem;\n      font-size: 18px;\n      color: var(--text-sub);\n      padding-right: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003eProfessional Grade Formula\u003c\/span\u003e\n\u003ch1\u003eInstant Black Restoration for Your Car's Plastic\u003c\/h1\u003e\n\n\u003cp\u003eEasily bring faded plastic and rubber parts back to life with a deep, rich black shine that lasts. Includes dedicated application sponge.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img67\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526164104\/ae19bb5c4d6a056adaedb7b9c08a145f.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 feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526163431\/b6adb1762f7b4f5f868f36a496b62f43.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSee the Dramatic Difference\u003c\/h2\u003e\n\n\u003cp\u003eDon't let faded grey plastic ruin the look of your vehicle. Our specialized white lotion penetrates deep into aged surfaces to instantly restore their original dark black color and luster. The transformation is immediate and obvious with just one application.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eInstant Results\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDeep Restoration\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Simple Application (How-to focus) --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526163431\/4cac7bea68c0d0f45a09829c61ea09f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEffortless 3-Step Renewal\u003c\/h2\u003e\n\n\u003cp\u003eNo professional tools or complicated procedures required. Simply clean the surface, apply a few drops of the lotion to the included sponge, and wipe evenly. It's the quickest way to refresh your car's appearance right at home.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSponge Included\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eEasy Wipe-on\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNo Mess\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Protection \u0026 Versatility (Usage focus) --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260526164343\/68e6a92d2a4821daae6101772e11cf99.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDurable Protection Everywhere\u003c\/h2\u003e\n\n\u003cp\u003eBeyond cosmetic restoration, it forms a protective layer against daily wear and aging. Perfectly safe and effective for both interior surfaces like dashboards and door panels, as well as exterior parts like bumpers and tire walls.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eInterior \u0026amp; Exterior\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLong-lasting\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMulti-surface\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Name\u003c\/th\u003e\n\t\t\t\u003ctd\u003eAuto Plastic Black Lotion\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eVolume\u003c\/th\u003e\n\t\t\t\u003ctd\u003e100ml \/ 3.38 fl. oz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eForm\u003c\/th\u003e\n\t\t\t\u003ctd\u003eWhite Liquid Lotion\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eIn the Box\u003c\/th\u003e\n\t\t\t\u003ctd\u003e1x Bottle, 1x Application Sponge\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Areas\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCar Interior (Dash, Trim) \u0026amp; Exterior (Bumpers, Tires)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eIs this product itself black? Will it stain my hands?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the lotion itself is white. It is formulated to react with and restore the black color of the plastic material. However, we recommend washing your hands after use or wearing gloves during application to avoid prolonged skin contact.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eCan I use this on painted metal surfaces?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, this product is specifically designed for unpainted plastic and rubber parts. Do not use it on car paint, glass, or fabric surfaces. If accidental contact occurs, wipe it off immediately.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eDoes it leave a greasy residue?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eWhen applied correctly and buffed slightly after drying, it should leave a restored sheen rather than a wet, greasy residue. Ensure the surface is clean before application for the best results.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack: Interior Touch-Up (Dash \u0026 Doors)","offer_id":43548441247803,"sku":"0526-16506265","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Packs: Full Car Makeover (Interior + Exterior) 🌟","offer_id":43548441280571,"sku":"0526-16507970","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Packs: Heavy Fading \/ SUV Size","offer_id":43548441313339,"sku":"0526-16504926","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/4851\/4619\/files\/ae19bb5c4d6a056adaedb7b9c08a145f_510b4cd7-8e21-417a-8225-fcd08130759b.jpg?v=1779785450","url":"https:\/\/autoyunn.com\/products\/instant-auto-plastic-restorer","provider":"AutoYunn","version":"1.0","type":"link"}