{"product_id":"damage-free-wiper-puller","title":"Damage-Free Wiper Puller","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2ecc71;\n      --primary-hover: #27ae60;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 20px rgba(0,0,0,0.08);\n      --border-color: #e0e0e0;\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    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 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    .product-detail-container .compare-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .product-detail-container section:last-of-type {\n      border-bottom: none;\n    }\n\n    \/* Image Rules *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-weight: 500;\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Hero Block Styles *\/\n    .product-detail-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    .product-detail-hero .badge-container {\n      margin-bottom: 16px;\n    }\n    .product-detail-hero .badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600 !important;\n      border: 1px solid var(--border-color);\n    }\n    .product-detail-hero .hero-subtitle {\n      color: var(--text-sub);\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Block Styles *\/\n    .feature-item {\n      display: flex;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 40px;\n    }\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n    .feature-media {\n      flex: 1;\n      min-width: 0;\n    }\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n    .feature-tags .tag {\n      background: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      border: 1px solid var(--border-color);\n      font-weight: 500 !important;\n    }\n\n    \/* Model Comparison Block *\/\n    .compare-container {\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      margin-top: 24px;\n    }\n    .compare-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 20px;\n    }\n    .compare-card {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      text-align: center;\n    }\n    .compare-card-title {\n      font-weight: 600;\n      margin-bottom: 12px;\n      border-bottom: 1px solid var(--border-color);\n      padding-bottom: 8px;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table-container {\n      overflow-x: auto;\n      margin-top: 20px;\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n    .spec-table th, \n    .spec-table td {\n      padding: 16px;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      margin-top: 24px;\n    }\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n    }\n    .faq-item:last-child {\n      margin-bottom: 0;\n    }\n    .faq-question {\n      font-weight: 600;\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n    .faq-answer {\n      color: var(--text-sub);\n    }\n\n    \/* Responsive Lock Rules *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important;\n        gap: 24px;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: column !important;\n      }\n      .feature-media {\n        width: 100%;\n        order: 1 !important; \/* Image First *\/\n      }\n      .feature-copy {\n        width: 100%;\n        order: 2 !important; \/* Text Second *\/\n      }\n      .compare-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Specifications Mobile Table Rule *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        padding: 8px 16px;\n      }\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 10px 0;\n        align-items: start;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table tr td:last-child {\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\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      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-hero\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eSafe \u0026amp; Non-Destructive\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eEffortless Wiper Arm Removal\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eApply steady, controlled pressure to loosen stubborn windshield wiper arms without prying or excessive force.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912102007\/92ede634d35cb3977459b4dcebb996a7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-features\"\u003e\n\u003ch2 class=\"section-title\"\u003eKey Performance Features\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\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=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912102007\/34ae42e0d64c77788dc6dc7f4148f4eb.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\u003ch3 class=\"feature-title\"\u003eSurface-Protecting Ball-Bearing Tip\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDesigned with an integrated steel ball-bearing contact point embedded at the end of the threaded screw. This rotating ball-bearing helps reduce grinding, friction, and scratching against the wiper shaft center point during pressure application.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eBall-Bearing Head\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Scratch Protection\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912102007\/f36167918e827ce7c90c536bf719034a.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\u003ch3 class=\"feature-title\"\u003eSturdy Frame \u0026amp; Threaded Screw\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eFeatures a robust C-frame body built to withstand heavy mechanical pressure without warping. The high-grip fastening thread with a securing nut prevents slipping, ensuring consistent and secure vertical alignment during operation.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eSecure Nut Tightening\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAnti-Deformation Frame\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912102007\/72d7e3658c238fbc3e57d1847e66bf2d.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\u003ch3 class=\"feature-title\"\u003eCompact \u0026amp; Simple Hand-Tightening\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with an ergonomic 5-star adjustment knob that allows manual hand-tightening without requiring external tools. The compact shape easily fits into tight spaces under the hood line near the cowl panel.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eStar Handle\u003c\/span\u003e \u003cspan class=\"tag\"\u003eTight Space Access\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. COMPARISON BLOCK --\u003e\n\n\u003csection class=\"product-detail-compare\"\u003e\n\u003ch2 class=\"compare-title\"\u003eChoose Your Model Structure\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eSelect the exact puller design that fits your vehicle repair needs, ranging from standard fixed alignment to adjustable claw configurations.\u003c\/p\u003e\n\n\u003cdiv class=\"compare-container\"\u003e\n\u003cdiv class=\"compare-grid\"\u003e\n\u003c!-- Standard Model --\u003e\n\u003cdiv class=\"compare-card\"\u003e\n\u003cdiv class=\"compare-card-title\"\u003e\u003cspan style=\"font-size:18px;\"\u003eStandard Model\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\" style=\"font-size:18px !important;\"\u003eFixed C-clamp layout with flat U-fork bottom plate and 5-star hand knob.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Adjustable Model --\u003e\n\n\u003cdiv class=\"compare-card\"\u003e\n\u003cdiv class=\"compare-card-title\"\u003e\u003cspan style=\"font-size:18px;\"\u003eAdjustable Dual-Jaw\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\" style=\"font-size:18px !important;\"\u003eDual adjustable puller claws with a knurled brass adjustment collar and T-bar handle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Upgraded Adjustable --\u003e\n\n\u003cdiv class=\"compare-card\"\u003e\n\u003cdiv class=\"compare-card-title\"\u003e\u003cspan style=\"font-size:18px;\"\u003eHeavy-Duty Spring-Loaded\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cp class=\"feature-desc\" style=\"font-size:18px !important;\"\u003eReinforced adjustable dual-claw structure with integrated helper springs and heavy screw shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-specs\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-table-container\"\u003e\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProperty\u003c\/th\u003e\n\t\t\t\u003cth\u003eStandard Model\u003c\/th\u003e\n\t\t\t\u003cth\u003eAdjustable Dual-Jaw\u003c\/th\u003e\n\t\t\t\u003cth\u003eHeavy-Duty Spring-Loaded\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\u003c!-- Weight Row --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Model\"\u003e\u003cspan class=\"spec-value\"\u003e127 g (4.5 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Dual-Jaw\"\u003e\u003cspan class=\"spec-value\"\u003e364 g (12.8 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Heavy-Duty Spring-Loaded\"\u003e\u003cspan class=\"spec-value\"\u003e338 g (11.9 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Height \/ Length Row --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eOverall Height\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Model\"\u003e\u003cspan class=\"spec-value\"\u003e70 mm (2.76 in) screw length\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Dual-Jaw\"\u003e\u003cspan class=\"spec-value\"\u003e106 mm (4.17 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Heavy-Duty Spring-Loaded\"\u003e\u003cspan class=\"spec-value\"\u003e104 mm (4.09 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Width Row --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eHandle \/ Base Width\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Model\"\u003e\u003cspan class=\"spec-value\"\u003eBase Width: 28.5 mm (1.12 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Dual-Jaw\"\u003e\u003cspan class=\"spec-value\"\u003eHandle Width: 63.9 mm (2.52 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Heavy-Duty Spring-Loaded\"\u003e\u003cspan class=\"spec-value\"\u003eHandle Width: 85 mm (3.35 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Screw Diameter --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eScrew Diameter\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Model\"\u003e\u003cspan class=\"spec-value\"\u003eN\/A\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Dual-Jaw\"\u003e\u003cspan class=\"spec-value\"\u003e12 mm (0.47 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Heavy-Duty Spring-Loaded\"\u003e\u003cspan class=\"spec-value\"\u003e9.4 mm (0.37 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003c!-- Jaw \/ Base Openings --\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Property\"\u003eClamping Span \/ Opening\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Standard Model\"\u003e\u003cspan class=\"spec-value\"\u003e17 mm (0.67 in) U-fork\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Dual-Jaw\"\u003e\u003cspan class=\"spec-value\"\u003e10.7 mm to 28.7 mm (0.42 in to 1.13 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Heavy-Duty Spring-Loaded\"\u003e\u003cspan class=\"spec-value\"\u003eMax Travel: 20 mm (0.79 in)\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\/section\u003e\n\u003c!-- E. FAQ SECTION --\u003e\n\n\u003csection class=\"product-detail-faq\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚙️ How does the ball-bearing tip protect my wiper shaft?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe screw tip holds a steel ball bearing that rotates independently of the threaded screw. As you tighten down the puller, the ball bearing stays firmly pressed against the shaft's center without spinning on it, preventing grinding friction from damaging your wiper arm threads.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚙️ Do I need hammers or extra hand tools to operate this puller?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo auxiliary impact tools (such as hammers, wrenches, or pry bars) are needed. You simply slide the flat base fork beneath the arm, align the threaded bolt center, and rotate the top adjustment knob manually to pull the wiper arm free gently.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e⚙️ Which model should I choose for my vehicle?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe Standard C-clamp model works perfectly for fixed wiper arms with base clearances of at least 17mm. If you have non-standard base shapes or require variable adjustments, choose either the Adjustable or Heavy-Duty Spring-Loaded 2-claw models to clamp varying jaw widths.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Standard C-Clamp","offer_id":50450787467504,"sku":"20260914-145142-6408","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Adjustable Dual-Jaw","offer_id":50450787500272,"sku":"20260914-145142-3094","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Heavy-Duty Spring-Loaded","offer_id":50450787533040,"sku":"20260914-145142-4936","price":18.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0792\/3177\/9056\/files\/92ede634d35cb3977459b4dcebb996a7.jpg?v=1789369201","url":"https:\/\/cozyllio.com\/products\/damage-free-wiper-puller","provider":"Cozyllio","version":"1.0","type":"link"}