{"product_id":"mess-free-tire-shine-tool","title":"Mess-Free Tire Shine Tool","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：轮胎上光剂涂抹工具 (Tire Shine Applicator)\n  目标受众：汽车发烧友、家庭车主、专业美容技师\n  视觉风格：专业、高效、洁净。强调红黑配色和人体工学曲线。\n  配色策略：主色取自产品红色手柄(#d92525)，营造活力和专业感；辅以深灰和浅灰构建层次。\n  模块顺序：Hero (强调核心利益: 干净、完美) -\u003e Feature 1 (核心功能: 弧形贴合) -\u003e Feature 2 (痛点解决: 不脏手) -\u003e Feature 3 (材质优势: 柔软无伤) -\u003e Feature 4 (适用场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：\n  - Hero: image_2.png (展示使用场景和贴合感)\n  - Feature 1 (Curved Design): image_3.png (强调弧度契合)\n  - Feature 2 (Clean Hands): image_0.png (展示分体结构和手柄)\n  - Feature 3 (Soft Foam): image_1.png (展示海绵细节和质感)\n  - Feature 4 (Versatile Use): image_4.png (展示多车型适用)\n  规格图映射：\n  - Specs: image_5.png (颜色), image_6.png (尺寸和重量)\n  对比模块：未加入，因无明确竞品对比需求，核心卖点已通过Feature模块充分展示。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d92525;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-soft: #f9f9f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.5rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n      margin: 0 0 1rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-trust-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: 20px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-media img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.3rem 0.8rem;\n      border-radius: 4px;\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid #eee;\n    }\n\n    .pd-specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n      background: var(--bg-soft);\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      border-bottom: 1px solid #eee;\n      padding: 1.5rem 0;\n    }\n\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n    }\n\n    \/* Image Placeholder *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #999;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Mobile Layout *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 100%;\n      }\n\n      .pd-feature-copy {\n        margin-top: 1.5rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-tag\"\u003eDesigned for effortless detailing\u003c\/span\u003e\n\u003ch1\u003eAchieve a Perfect, Mess-Free Tire Shine\u003c\/h1\u003e\n\n\u003cp\u003eThe ergonomic applicator designed for even coverage and clean hands, giving your tires a professional showroom look.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805154019\/2ec3da58e9d89f10e15b1299a12a94c4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 1: Curved Design --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805153549\/42007bd4b982ea27a50e0b3381ea632c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eHugs Every Curve for a Flawless Finish\u003c\/h2\u003e\n\n\u003cp\u003eThe unique concave foam design is perfectly shaped to conform to the sidewall of most tires. This ensures smooth, uniform application of dressing, eliminating messy overspray, streaks, and missed spots for a consistent, professional shine.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003ePerfect Fit\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eStreak-Free\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEven Coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Clean Hands (Z-pattern) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805153549\/7476f900f7f9b0d26b47ec4719b1d182.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eErgonomic Handle for Mess-Free Application\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to greasy hands and nails. The solid plastic handle provides a comfortable, secure grip, allowing you to apply pressure and control the applicator without your skin ever touching the chemical product or the dirty tire surface.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eClean Hands\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eComfortable Grip\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eZero Mess\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Soft Material --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805153549\/1a8e60834481119a5f83fa5c39a1b589.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eHigh-Density Soft Foam, Zero Scratches\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from high-density, durable foam, this applicator is tough enough for repeated use yet soft and gentle on your vehicle. Apply dressings confidently, knowing you won't scratch delicate rims, painted surfaces, or plastic trim.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eSoft \u0026amp; Durable\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eScratch-Safe\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHigh-Density\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 4: Versatility (Z-pattern) --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260805153549\/bb423ca1685dc3d8d4478aac36ebec15.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eVersatile for All Your Vehicles\u003c\/h2\u003e\n\n\u003cp\u003eThis smart tool isn't just for cars. Its effective design makes it perfect for detailing tires on trucks, motorcycles, bicycles, RVs, and more. Keep all the rides in your garage looking their best with one simple tool.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eMulti-Vehicle Use\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eCars \u0026amp; Trucks\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMotorcycles \u0026amp; Bikes\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=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eMaterial\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003ePP Plastic Handle, High-Density PU Foam Sponge\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eTotal Height\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e113 mm \/ 4.45 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eMax Diameter (Lid)\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e81 mm \/ 3.19 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eSponge Arc Width\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e75 mm \/ 2.95 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eWeight\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003e42 g \/ 1.48 oz\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003e\u003cspan style=\"font-size:16px;\"\u003eColors\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd\u003e\u003cspan style=\"font-size:16px;\"\u003eRed, Black\u003c\/span\u003e\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=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: Can I use this with gel tire dressings?\u003c\/div\u003e\n\n\u003cp\u003eA: Yes, the high-density foam is compatible with most types of tire shine products, including gels, sprays, and liquids.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: How do I clean the applicator after use?\u003c\/div\u003e\n\n\u003cp\u003eA: For best results, rinse the foam thoroughly with warm water and a mild soap or all-purpose cleaner immediately after use. Squeeze out excess water and let it air dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eQ: Is the foam sponge replaceable?\u003c\/div\u003e\n\n\u003cp\u003eA: No, the foam is securely bonded to the base to ensure durability and stability during use. It is not designed to be removed or replaced.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Set  (Red +Black)","offer_id":45961736847551,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3-Set (Best value- 10%)","offer_id":45961736880319,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2-Set (Most Popular - 10%)","offer_id":45961736913087,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/2ec3da58e9d89f10e15b1299a12a94c4.jpg?v=1785915640","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/mess-free-tire-shine-tool","provider":"Bak","version":"1.0","type":"link"}