{"product_id":"wheel-arch-scratch-guard","title":"Wheel Arch Scratch Guard","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Wheel Arch Paint Protection \u0026 Decorative Trim Strip\nTarget Audience: Car owners, DIY automotive customization enthusiasts, drivers seeking paint scratch prevention\nVisual Style: Sleek, high-contrast, modern automotive aesthetic with dark gray\/carbon accent colors, clean layouts, and professional spacing.\nColor Strategy:\n  --primary: #1a1a1a (Deep carbon black)\n  --accent: #e60000 (Sporty red accent mirroring backing adhesive tape)\n  --text-main: #2d2d2d (Charcoal black)\n  --text-sub: #5a5a5a (Muted gray)\n  --bg-body: #ffffff (Pure white)\n  --bg-card: #f8f9fa (Soft gray card background)\n  --bg-soft: #f1f3f5 (Light gray image placeholder backgrounds)\n  --radius-md: 8px\n  --radius-lg: 12px\n  --border-color: #e9ecef\nModule Order:\n  1. Intro \/ Hero Content Block (With installation preview detail_3)\n  2. Compare Section (Before \/ After visualization using detail_2)\n  3. Feature 1: Strong Adhesive Backing (detail_1)\n  4. Feature 2: Flexible \u0026 Rugged PVC Material (detail_6)\n  5. Feature 3: Scratch Protection \u0026 Styling (detail_5)\n  6. Specifications (Text only - structured from spec_1 and spec_2)\n  7. Buying Guide (Quantity recommendations to prevent post-sale issues)\n  8. Sizing \u0026 Door Seam Notice (Important warning extracted from spec_2)\n  9. FAQ (Product-specific troubleshooting)\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1a1a1a;\n      --primary-hover: #333333;\n      --accent: #e60000;\n      --text-main: #2d2d2d;\n      --text-sub: #5a5a5a;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #f1f3f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #e9ecef;\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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\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      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\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      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge-label,\n    .product-detail-container .notice-text {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\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-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Styling \u0026 Placeholders *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 40px 20px;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 2rem;\n    }\n\n    .product-detail-container .hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    .product-detail-container .hero-media {\n      margin-top: 24px;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Compare Section *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      margin: 2rem 0;\n    }\n\n    .product-detail-container .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: 32px;\n    }\n\n    .product-detail-container .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .product-detail-container .feature-media {\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\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 .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 600;\n      font-size: 18px;\n    }\n\n    \/* Specifications Layout *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\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 8px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 700;\n      color: var(--primary);\n      width: 35%;\n    }\n\n    \/* Notice \u0026 Buying Guide Blocks *\/\n    .product-detail-container .notice-box {\n      margin-top: 32px;\n      padding: 24px;\n      border-left: 4px solid var(--accent);\n      background-color: #fff0f0;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    }\n\n    .product-detail-container .notice-title {\n      color: var(--accent);\n      font-weight: 700;\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .buying-guide-box {\n      margin-top: 32px;\n      padding: 24px;\n      border-left: 4px solid #f59f00;\n      background-color: #fffdf0;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    }\n\n    .product-detail-container .buying-guide-title {\n      color: #b37400;\n      font-weight: 700;\n      margin-bottom: 12px;\n      font-size: 20px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    .product-detail-container .buying-guide-list {\n      margin: 0 0 16px 24px;\n      padding: 0;\n    }\n\n    .product-detail-container .buying-guide-list li {\n      margin-bottom: 8px;\n    }\n\n    .product-detail-container .buying-guide-list strong {\n      color: var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      padding-bottom: 4rem;\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      color: var(--primary);\n      margin-bottom: 10px;\n    }\n\n    \/* Desktop Layout Overrides *\/\n    @media (min-width: 768px) {\n      .product-detail-container .compare-grid {\n        grid-template-columns: 1fr 1fr;\n        align-items: center;\n      }\n\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        gap: 48px;\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\n    \/* Specifications Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\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 tr {\n        padding: 12px 0;\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: 8px 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        color: var(--primary);\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-label {\n        display: none; \/* Hide standard label td in mobile block layout *\/\n      }\n\n      .product-detail-container .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!-- Hero Block --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003eExterior Protection\u003c\/div\u003e\n\n\u003ch1\u003eWheel Arch Scratch Protection Strip\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eCovers the wheel arch edge to help protect the paint from everyday scratches, scuffs, and minor road debris while giving the car a cleaner finished look.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824170453\/34af16025b60b21fd568772a7a2f61ab.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\"\u003eVisual Transformation \u0026amp; Protection\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eSee the direct visual difference and functional shield provided by the protection strip once mounted to the wheel arch arc.\u003c\/p\u003e\n\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824170420\/0fd6c884a52e3fd365d39705b8704c07.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eBefore \u0026amp; After Impact\u003c\/h3\u003e\n\n\u003cp class=\"feature-description\"\u003eUnprotected wheel arches are highly susceptible to minor collisions, stone chips, and scraping. Installing the guard creates a durable physical barrier while giving the vehicle a wider, sportier stance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260824170536\/3c3fb57d3ef620a62d6d9feb7820cd90.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 class=\"feature-title\"\u003eFull Coverage Adhesive Backing\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDesigned with full covered double-sided adhesive backing for a firm, stable fit. It adheres securely along the wheel arch edge and remains locked in place through daily driving, yet peels off cleanly without damaging the original paint.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eNo-Drill Mount\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePaint-Safe Tape\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\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\/20260824170536\/20c39e28f759e71b5e3a760863faa8e5.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 class=\"feature-title\"\u003eHigh Toughness \u0026amp; PVC Flexibility\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered with moderate softness and strong PVC flexibility. This highly elastic material is resistant to bending and twisting, allowing it to conform seamlessly to the natural round contour of different vehicle wheel arches without creasing.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBendable PVC\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eElastic Construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003csection class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\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 class=\"spec-label\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eFlexible PVC (Polyvinyl Chloride)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Widths\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Widths\"\u003e\u003cspan class=\"spec-value\"\u003e3.5 cm (1.4 in) \/ 4.5 cm (1.8 in) \/ 5.5 cm (2.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAvailable Finishes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Available Finishes\"\u003e\u003cspan class=\"spec-value\"\u003eClassic Black \/ Carbon Fiber Style Texture\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eAttachment Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Attachment Method\"\u003e\u003cspan class=\"spec-value\"\u003eFull-coverage self-adhesive backing (peel-and-stick)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Buying Guide Box --\u003e\n\n\u003cdiv class=\"buying-guide-box\"\u003e\n\u003cdiv class=\"buying-guide-title\"\u003e💡 How Many Rolls Do I Need?\u003c\/div\u003e\n\n\u003cul class=\"buying-guide-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e1 Roll (1.5m):\u003c\/strong\u003e Covers approximately \u003cstrong\u003e1 wheel arch\u003c\/strong\u003e. Good for replacements.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e2 Rolls (3.0m):\u003c\/strong\u003e Covers \u003cstrong\u003e2 wheel arches\u003c\/strong\u003e (Front or Rear).\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e4 Rolls (6.0m):\u003c\/strong\u003e Highly Recommended! Covers all \u003cstrong\u003e4 wheel arches\u003c\/strong\u003e for a complete whole-car protection and uniform look.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Sizing Warning from spec_2 --\u003e\n\n\u003cdiv class=\"notice-box\"\u003e\n\u003cdiv class=\"notice-title\"\u003e⚠️ Important Sizing Notice\u003c\/div\u003e\n\n\u003cp class=\"notice-text\"\u003eBefore purchasing, please carefully measure the width of your vehicle's wheel arch curve, specifically at the rear door seam. Ensure you select a width (3.5cm, 4.5cm, or 5.5cm) that fits comfortably within this area so it does not interfere with the rear door opening and closing smoothly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\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\n\u003cspan\u003e❓\u003c\/span\u003e\n\n\u003ch3\u003eHow do I choose the correct width for my car?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003ePlease measure the flat surface space of your wheel arch, particularly where the arch intersects with the rear passenger door seam. Selecting a width (3.5cm, 4.5cm, or 5.5cm) that matches this space keeps your door fully functional without rubbing.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e❓\u003c\/span\u003e\n\n\u003ch3\u003eDoes the strip require drilling or special tools to install?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo drilling, screws, or hardware are required. The backing is covered in a full self-adhesive tape. Simply clean the target surface, peel back the protective film, press the flexible strip along the curve of the wheel arch, and trim away any excess length.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003e❓\u003c\/span\u003e\n\n\u003ch3\u003eWill removing the strip damage my original factory paint?\u003c\/h3\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The full-coverage adhesive is selected for safe automotive applications. It is engineered to hold firmly against wind and debris during use, but can be pulled away cleanly without stripping or harming the factory finish beneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Carbon Fiber \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 1 Roll (For 1 Wheel)","offer_id":50305115062512,"sku":"0825-18384384","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 1 Roll (For 1 Wheel)","offer_id":50305115095280,"sku":"0825-18381653","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115128048,"sku":"0825-18381925","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115160816,"sku":"0825-18388865","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115193584,"sku":"0825-18381695","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.4\" (3.5 cm) - Slim \/ For Sedans \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115226352,"sku":"0825-18388453","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 1 Roll (For 1 Wheel)","offer_id":50305115259120,"sku":"0825-18384589","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115291888,"sku":"0825-18381436","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115324656,"sku":"0825-18381050","price":35.88,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 1 Roll (For 1 Wheel)","offer_id":50305115357424,"sku":"0825-18381020","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115390192,"sku":"0825-18381006","price":23.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 1.8\" (4.5 cm) - Standard \/ For SUVs \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115422960,"sku":"0825-18383706","price":35.88,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 1 Roll (For 1 Wheel)","offer_id":50305115455728,"sku":"0825-18386318","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115488496,"sku":"0825-18383001","price":27.12,"currency_code":"USD","in_stock":true},{"title":"Carbon Fiber \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115521264,"sku":"0825-18389938","price":44.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 1 Roll (For 1 Wheel)","offer_id":50305115554032,"sku":"0825-18385815","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 2 Rolls (For 2 Wheels) - Save 20%","offer_id":50305115586800,"sku":"0825-18382350","price":27.12,"currency_code":"USD","in_stock":true},{"title":"Matte Black \/ 2.2\" (5.5 cm) - Wide \/ For Trucks \u0026 Off-Road \/ 🔥 4 Rolls (Whole Car Set) - Save 40%","offer_id":50305115619568,"sku":"0825-18384255","price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/34af16025b60b21fd568772a7a2f61ab.jpg?v=1787654568","url":"https:\/\/cozyllio.com\/products\/wheel-arch-scratch-guard","provider":"Cozyllio","version":"1.0","type":"link"}