{"product_id":"mercedes-w202-c-class-c250-diesel-auxiliary-circulation-water-pump-2028300014","title":"Mercedes W202 C Class C250 Diesel Auxiliary Circulation Water Pump 2028300014","description":"\u003cbody\u003e\n        \n        \u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003ctitle\u003eMercedes W202 C Class C250 Diesel Auxiliary Circulation Water Pump 2028300014\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --bg-dark: #090c12;\n    --card-bg: #121824;\n    --card-hover: #1a2334;\n    --border-color: #232f48;\n    --accent-blue: #0078d4;\n    --accent-gold: #d6b25e;\n    --accent-silver: #e2e8f0;\n    --text-main: #f1f5f9;\n    --text-muted: #94a3b8;\n    --green-alert: #22c55e;\n    --red-alert: #ef4444;\n    --font-stack: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background-color: var(--bg-dark);\n    color: var(--text-main);\n    font-family: var(--font-stack);\n    line-height: 1.7;\n    font-size: 16px;\n    position: relative;\n  }\n\n  .watermark-overlay {\n    position: fixed;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%) rotate(-35deg);\n    font-size: 8rem;\n    font-weight: 900;\n    color: rgba(255, 255, 255, 0.015);\n    white-space: nowrap;\n    pointer-events: none;\n    z-index: 0;\n    text-transform: uppercase;\n    letter-spacing: 12px;\n  }\n\n  .wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 25px 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* Header Branding Bar *\/\n  .brand-header {\n    background: linear-gradient(135deg, #0d1320 0%, #172238 100%);\n    border: 1px solid var(--border-color);\n    border-bottom: 3px solid var(--accent-gold);\n    border-radius: 12px;\n    padding: 22px 30px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 15px;\n    margin-bottom: 25px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);\n  }\n\n  .brand-logo-container {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n  }\n\n  .benz-logo-svg {\n    width: 48px;\n    height: 48px;\n    fill: var(--accent-silver);\n  }\n\n  .brand-logo-text {\n    font-size: 26px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n  }\n\n  .brand-logo-text .the-txt { color: #ffffff; }\n  .brand-logo-text .part-txt { color: var(--accent-gold); }\n  .brand-logo-text .pilot-txt {\n    background: var(--accent-gold);\n    color: #000000;\n    padding: 3px 8px;\n    border-radius: 4px;\n    margin-left: 3px;\n  }\n\n  .brand-subtext {\n    font-size: 14px;\n    color: var(--text-muted);\n    font-weight: 500;\n    text-align: right;\n  }\n\n  \/* Highlights Bar *\/\n  .highlights-bar {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 25px;\n  }\n\n  .highlight-pill {\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-left: 4px solid var(--accent-gold);\n    border-radius: 25px;\n    padding: 8px 20px;\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  \/* Main Title Box *\/\n  .title-card {\n    background: linear-gradient(135deg, #131c2e 0%, #0d1422 100%);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    padding: 30px;\n    text-align: center;\n    margin-bottom: 25px;\n    box-shadow: 0 8px 25px rgba(0,0,0,0.4);\n  }\n\n  .title-card h1 {\n    font-size: 28px;\n    color: #ffffff;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    margin-bottom: 12px;\n    line-height: 1.3;\n  }\n\n  .title-card p {\n    font-size: 16px;\n    color: var(--accent-gold);\n    font-weight: 600;\n  }\n\n  \/* Layout Grids *\/\n  .grid-2col {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 25px;\n  }\n\n  @media (max-width: 850px) {\n    .grid-2col { grid-template-columns: 1fr; }\n    .brand-header { flex-direction: column; text-align: center; }\n    .brand-subtext { text-align: center; }\n  }\n\n  .card {\n    background: var(--card-bg);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    padding: 25px;\n    margin-bottom: 25px;\n    box-shadow: 0 6px 20px rgba(0,0,0,0.3);\n  }\n\n  .card-header-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--accent-gold);\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 12px;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  \/* Embedded Image Styling *\/\n  .image-container {\n    width: 100%;\n    border-radius: 8px;\n    overflow: hidden;\n    border: 1px solid var(--border-color);\n    margin-bottom: 15px;\n    background: #000000;\n  }\n\n  .image-container img {\n    width: 100%;\n    height: 320px;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.3s ease;\n  }\n\n  .image-caption {\n    font-size: 13px;\n    color: var(--text-muted);\n    text-align: center;\n    padding: 8px;\n    background: rgba(0,0,0,0.4);\n    font-style: italic;\n  }\n\n  \/* Specifications \u0026 Tables *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 10px;\n  }\n\n  .spec-table th, .spec-table td {\n    padding: 14px 16px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 15px;\n  }\n\n  .spec-table th {\n    background: #172238;\n    color: var(--accent-gold);\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n  }\n\n  .spec-table td:first-child {\n    color: var(--text-muted);\n    font-weight: 600;\n    width: 38%;\n  }\n\n  .spec-table td:last-child {\n    color: #ffffff;\n    font-weight: 700;\n  }\n\n  \/* Badges *\/\n  .badge {\n    display: inline-block;\n    padding: 4px 10px;\n    border-radius: 4px;\n    font-size: 13px;\n    font-weight: 700;\n    font-family: monospace;\n    margin: 2px 4px 2px 0;\n  }\n\n  .badge-gold { background: rgba(214, 178, 94, 0.15); border: 1px solid var(--accent-gold); color: #f5cf6d; }\n  .badge-blue { background: rgba(0, 120, 212, 0.15); border: 1px solid var(--accent-blue); color: #60a5fa; }\n  .badge-green { background: rgba(34, 197, 94, 0.15); border: 1px solid var(--green-alert); color: #86efac; }\n\n  \/* Fitment Warning Boxes *\/\n  .fit-box {\n    padding: 16px 20px;\n    border-radius: 8px;\n    margin-bottom: 15px;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .fit-box-pass {\n    background: rgba(34, 197, 94, 0.08);\n    border: 1px solid var(--green-alert);\n    color: #bbf7d0;\n  }\n\n  .fit-box-fail {\n    background: rgba(239, 68, 68, 0.08);\n    border: 1px solid var(--red-alert);\n    color: #fca5a5;\n  }\n\n  \/* Styled Bullet Lists *\/\n  .custom-list { list-style: none; }\n  .custom-list li {\n    position: relative;\n    padding-left: 26px;\n    margin-bottom: 10px;\n    color: var(--text-main);\n  }\n  .custom-list li::before {\n    content: \"✔\";\n    position: absolute;\n    left: 0;\n    color: var(--accent-gold);\n    font-weight: bold;\n  }\n  .custom-list.symptoms-list li::before {\n    content: \"⚠️\";\n    font-size: 14px;\n  }\n\n  \/* Labor Calculator Table *\/\n  .calc-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 15px;\n  }\n  .calc-table th, .calc-table td {\n    padding: 12px;\n    border: 1px solid var(--border-color);\n    text-align: center;\n    font-size: 14px;\n  }\n  .calc-table th { background: #172238; color: var(--accent-gold); }\n\n  \/* Policy Callout Boxes *\/\n  .policy-callout {\n    background: rgba(239, 68, 68, 0.12);\n    border-left: 5px solid var(--red-alert);\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n  }\n  .policy-callout strong { color: #f87171; font-size: 16px; }\n\n  .notice-callout {\n    background: rgba(0, 120, 212, 0.12);\n    border-left: 5px solid var(--accent-blue);\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n  }\n  .notice-callout strong { color: #60a5fa; font-size: 16px; }\n\n  \/* Contact \u0026 WhatsApp Section *\/\n  .contact-wrapper {\n    background: linear-gradient(135deg, #092013 0%, #121824 100%);\n    border: 1px solid #16a34a;\n    border-radius: 12px;\n    padding: 25px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 20px;\n    flex-wrap: wrap;\n    margin-bottom: 25px;\n  }\n\n  .contact-text { flex: 1; min-width: 280px; }\n  .contact-text h3 { color: #4ade80; font-size: 22px; margin-bottom: 8px; }\n  .contact-text p { color: var(--text-muted); font-size: 15px; margin-bottom: 15px; }\n\n  .wa-btn {\n    display: inline-block;\n    background: #22c55e;\n    color: #000000;\n    font-weight: 800;\n    padding: 12px 24px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-size: 15px;\n  }\n\n  .qr-container {\n    background: #ffffff;\n    padding: 12px;\n    border-radius: 8px;\n    text-align: center;\n  }\n  .qr-container img { width: 130px; height: 130px; display: block; }\n  .qr-label { font-size: 11px; color: #000000; font-weight: 800; margin-top: 5px; }\n\n  \/* Community \/ Eco Section *\/\n  .eco-box {\n    background: linear-gradient(135deg, #172238 0%, #0d1422 100%);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    padding: 25px;\n    margin-bottom: 25px;\n  }\n\n  .eco-box h3 { color: var(--accent-gold); font-size: 20px; margin-bottom: 10px; }\n\n  \/* Footer *\/\n  .footer-bar {\n    border-top: 1px solid var(--border-color);\n    padding-top: 25px;\n    text-align: center;\n    font-size: 13px;\n    color: var(--text-muted);\n  }\n\u003c\/style\u003e\n\n\n\n\n        \n        \n        \u003cdiv class=\"watermark-overlay\"\u003eTHEPARTPILOT\u003c\/div\u003e\n\n\u003cdiv class=\"wrapper\"\u003e\n\n  \u003c!-- Brand Header --\u003e\n  \u003cdiv class=\"brand-header\"\u003e\n    \u003cdiv class=\"brand-logo-container\"\u003e\n      \u003csvg class=\"benz-logo-svg\" viewbox=\"0 0 100 100\"\u003e\n        \u003ccircle cx=\"50\" cy=\"50\" fill=\"none\" r=\"45\" stroke=\"currentColor\" stroke-width=\"6\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M50 10 L50 50 L85 70 M50 50 L15 70\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"brand-logo-text\"\u003e\n        \u003cspan class=\"the-txt\"\u003eThe\u003c\/span\u003e\u003cspan class=\"part-txt\"\u003ePart\u003c\/span\u003e\u003cspan class=\"pilot-txt\"\u003ePILOT\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brand-subtext\"\u003e\n      \u003cdiv\u003eOver 25,000 Verified Parts On Shelf\u003c\/div\u003e\n      \u003cdiv\u003eGlobal VAT Scheme — No VAT Charged\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Highlights Pills --\u003e\n  \u003cdiv class=\"highlights-bar\"\u003e\n    \u003cdiv class=\"highlight-pill\"\u003e🏬 25,000+ Parts In Stock\u003c\/div\u003e\n    \u003cdiv class=\"highlight-pill\"\u003e✈️ Worldwide Express GSP Shipping\u003c\/div\u003e\n    \u003cdiv class=\"highlight-pill\"\u003e⚡ Dispatched Within 24 Hours\u003c\/div\u003e\n    \u003cdiv class=\"highlight-pill\"\u003e🛠️ Professional Garage Fitting Available\u003c\/div\u003e\n    \u003cdiv class=\"highlight-pill\"\u003e🚗 Cash Paid For Cars Nationwide\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Title Banner --\u003e\n  \u003cdiv class=\"title-card\"\u003e\n    \u003ch1\u003eMERCEDES C-CLASS W202 C250 DIESEL AUXILIARY COOLANT CIRCULATION WATER PUMP\u003c\/h1\u003e\n    \u003cp\u003eFactory Heater Residual Heat (REST) Auxiliary Water Circulation Pump | Part Number: 2028300014 \/ 32017997\u003c\/p\u003e\n\u003c\/div\u003e\n\n  \u003c!-- Part Specification Table --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e🔢 Detailed Part Specifications\u003c\/div\u003e\n    \u003ctable class=\"spec-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eCategory\u003c\/th\u003e\n          \u003cth\u003eReference \/ Engineering Details\u003c\/th\u003e\n          \u003cth\u003eDescription \u0026amp; Material Notes\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eComponent Type:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-gold\"\u003eAuxiliary Water Pump\u003c\/span\u003e \n            \u003cspan class=\"badge badge-blue\"\u003eCirculation Pump\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eElectric auxiliary coolant booster pump for cabin heating and engine temperature regulation.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePrimary Part Number:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-gold\"\u003e2028300014 \/ A2028300014\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eOriginal stamped Mercedes-Benz component reference number.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSecondary \/ Internal Ref:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-blue\"\u003e32017997\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eManufacturer batch \/ production casting identification code.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMaterial Build:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-green\"\u003eReinforced PPS \/ Brass Windings\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eHigh-temperature PPS composite body with heavy-duty electromagnetic motor housing and rubber mounting dampers.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Detailed Compatibility Chart --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e📊 Full Model Compatibility Table\u003c\/div\u003e\n    \u003cp style=\"font-size:14px; color:var(--text-muted); margin-bottom:15px;\"\u003e\n      Compare your vehicle details below. Always verify visually with the provided photos and match part numbers prior to ordering:\n    \u003c\/p\u003e\n    \u003ctable class=\"spec-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eMake \u0026amp; Model\u003c\/th\u003e\n          \u003cth\u003eBody Style\u003c\/th\u003e\n          \u003cth\u003eEngine Variant\u003c\/th\u003e\n          \u003cth\u003eModel Years\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMercedes-Benz C-Class (W202)\u003c\/td\u003e\n          \u003ctd\u003e4-Door Saloon\u003c\/td\u003e\n          \u003ctd\u003eC 250 Diesel (113 bhp \/ OM605.910)\u003c\/td\u003e\n          \u003ctd\u003e1993 – 1998\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMercedes-Benz C-Class (W202)\u003c\/td\u003e\n          \u003ctd\u003e4-Door Saloon\u003c\/td\u003e\n          \u003ctd\u003eC 250 Turbo-Diesel (150 bhp \/ OM605.960)\u003c\/td\u003e\n          \u003ctd\u003e1995 – 2000\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eMercedes-Benz C-Class Estate (S202)\u003c\/td\u003e\n          \u003ctd\u003e5-Door Estate \/ Wagon\u003c\/td\u003e\n          \u003ctd\u003eC 250 Turbo-Diesel (150 bhp \/ OM605.960)\u003c\/td\u003e\n          \u003ctd\u003e1996 – 2001\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Fitment Breakdown \u0026 Warnings --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e🔍 Exact Fitment Guidelines \u0026amp; Non-Compatible Models\u003c\/div\u003e\n    \u003cdiv class=\"fit-box fit-box-pass\"\u003e\n      \u003cstrong\u003eWILL FIT:\u003c\/strong\u003e\n      \u003cbr\u003e• \u003cstrong\u003eMercedes-Benz W202 \/ S202 C-Class models (1993–2001)\u003c\/strong\u003e matching part number \u003cstrong\u003e2028300014\u003c\/strong\u003e.\n      \u003cbr\u003e• Direct plug-and-play fitment for 2.5 Diesel and 2.5 Turbo-Diesel variants.\n    \u003c\/div\u003e\n    \u003cdiv class=\"fit-box fit-box-fail\"\u003e\n      \u003cstrong\u003eWILL NOT FIT:\u003c\/strong\u003e\n      \u003cbr\u003e• \u003cstrong\u003eW203 \/ W204 C-Class generations (2000+ onwards).\u003c\/strong\u003e\n      \u003cbr\u003e• Vehicles equipped with different auxiliary pump plug shapes or differing OEM part numbers.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"policy-callout\"\u003e\n      \u003cstrong\u003e⚠️ CRITICAL FITMENT POLICY \u0026amp; RESTOCKING FEE NOTICE:\u003c\/strong\u003e\n      \u003cp style=\"font-size:14px; margin-top:6px; color:#fca5a5;\"\u003e\n        To ensure you receive the correct part the first time and prevent unnecessary returns, please verify fitment using our photos and part number reference. \n        \u003cstrong\u003eAny items returned under the \"Doesn't Fit\" or \"Item Not As Described\" categories where fitment was clearly stated will have a 50% restocking fee deducted\u003c\/strong\u003e. \n        If you are unsure, send us your REG or VIN via WhatsApp before buying so our technicians can verify fitment for you!\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"notice-callout\"\u003e\n      \u003cstrong\u003e📍 CHECKOUT ADDRESS DISCLOSURE:\u003c\/strong\u003e\n      \u003cp style=\"font-size:14px; margin-top:6px; color:#93c5fd;\"\u003e\n        Please ensure your checkout delivery address is 100% accurate at the time of purchase. Under eBay regulations, we cannot alter or change dispatch addresses once payment is completed.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Function, Symptoms \u0026 Factory Advantage --\u003e\n  \u003cdiv class=\"grid-2col\"\u003e\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e⚙️ Function \u0026amp; Fault Symptoms\u003c\/div\u003e\n      \u003cp style=\"font-size:14px; color:var(--text-muted); margin-bottom:12px;\"\u003e\n        \u003cstrong\u003eWhat it Controls:\u003c\/strong\u003e Drives hot engine coolant into the interior cabin heater matrix, maintaining stable cabin warmth at engine idle and enabling the REST residual heat function.\n      \u003c\/p\u003e\n      \u003cul class=\"custom-list symptoms-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCold Cabin Heating at Idle:\u003c\/strong\u003e Interior blowers emit cold air when waiting at traffic lights or idling.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNon-Functional REST Button:\u003c\/strong\u003e Residual heat feature blows cold air shortly after engine shut-off.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNoisy Auxiliary Pump Motor:\u003c\/strong\u003e Squealing, grinding, or buzzing sounds coming from the inner engine bay.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e💎 Original Factory vs Cheap Copy\u003c\/div\u003e\n      \u003cul class=\"custom-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOriginal Thermal Resistance:\u003c\/strong\u003e Built with high-spec copper motor armatures that resist burnout.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrecision Flow Rate:\u003c\/strong\u003e Engineered to match factory duovalve coolant pressures without causing heater matrix leaks.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eExact Plug Fitment:\u003c\/strong\u003e OEM 2-pin electrical connector fits seamlessly into factory wiring harness.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSave Up To 70%:\u003c\/strong\u003e Buying tested original recycled components saves up to 70% compared to main dealership counter prices!\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Installation Guide \u0026 Garage Labour Calculator --\u003e\n  \u003cdiv class=\"grid-2col\" style=\"margin-top:25px;\"\u003e\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e🛠️ Step-By-Step Fitting Guidance\u003c\/div\u003e\n      \u003cp style=\"font-size:14px; color:var(--text-muted); margin-bottom:10px;\"\u003e\n        \u003cstrong\u003eEstimated Repair Time:\u003c\/strong\u003e 30 – 45 Minutes | \u003cstrong\u003eDifficulty:\u003c\/strong\u003e Easy \/ Beginner\n      \u003c\/p\u003e\n      \u003cp style=\"font-size:14px; color:var(--text-muted); margin-bottom:12px;\"\u003e\n        \u003cstrong\u003eRequired Tools:\u003c\/strong\u003e Hose pinch clamps, screwdriver set, catch tray for residual coolant.\n      \u003c\/p\u003e\n      \u003col style=\"padding-left:20px; font-size:14px; color:var(--text-main); line-height:1.8;\"\u003e\n        \u003cli\u003eAllow engine to cool down fully to prevent pressure burns.\u003c\/li\u003e\n        \u003cli\u003eClamp the two coolant hoses attached to the auxiliary water pump to minimize fluid loss.\u003c\/li\u003e\n        \u003cli\u003eUnclip the 2-pin electrical connector from the pump housing.\u003c\/li\u003e\n        \u003cli\u003eLoosen hose clamps and slide hoses off the pump nozzles.\u003c\/li\u003e\n        \u003cli\u003eUnclip or unbolt the pump from its rubber mounting bracket and install the replacement unit.\u003c\/li\u003e\n      \u003c\/ol\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e🧮 Garage Labour Cost Comparison\u003c\/div\u003e\n      \u003cp style=\"font-size:14px; color:var(--text-muted); margin-bottom:10px;\"\u003e\n        Estimated garage fitting charges based on regional labor rates vs. DIY fitting:\n      \u003c\/p\u003e\n      \u003ctable class=\"calc-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eRate Type\u003c\/th\u003e\n            \u003cth\u003eHourly Rate\u003c\/th\u003e\n            \u003cth\u003eEstimated Labor\u003c\/th\u003e\n            \u003cth\u003eYour Total Saving\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eIndependent Garage\u003c\/td\u003e\n            \u003ctd\u003e£60 - £80 \/ hr\u003c\/td\u003e\n            \u003ctd\u003e£40 - £60\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003eSAVE £50+\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMercedes Main Dealer\u003c\/td\u003e\n            \u003ctd\u003e£120 - £180 \/ hr\u003c\/td\u003e\n            \u003ctd\u003e£120 - £180\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003eSAVE OVER 70%\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDIY Installation\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003e£0 (Free)\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003e£0\u003c\/td\u003e\n            \u003ctd style=\"color:var(--accent-gold); font-weight:bold;\"\u003eMAXIMUM SAVINGS\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Repair Workshop \u0026 Warehouse Stock Photo Section --\u003e\n  \u003cdiv class=\"card\" style=\"margin-top:25px;\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e🏢 In-House Fitting Service \u0026amp; 25,000+ Parts Warehouse\u003c\/div\u003e\n    \u003cdiv class=\"grid-2col\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"image-container\"\u003e\n          \u003cimg alt=\"Professional Mechanic Repair Workshop\" src=\"https:\/\/images.unsplash.com\/photo-1617814076367-b759c7d7e738?auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n          \u003cdiv class=\"image-caption\"\u003eFully equipped mechanical garage — Fitting available subject to booking\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:14px; color:var(--text-muted);\"\u003e\n          \u003cstrong\u003eProfessional Installation Available:\u003c\/strong\u003e We offer a professional fitting service at our fully equipped repair facility (subject to appointment availability). Contact us to book!\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"image-container\"\u003e\n          \u003cimg alt=\"ThePartPilot Warehouse Shelf Inventory\" src=\"https:\/\/images.unsplash.com\/photo-1586528116311-ad8dd3c8310d?auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n          \u003cdiv class=\"image-caption\"\u003eOver 25,000 tested auto parts in stock on shelves\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:14px; color:var(--text-muted);\"\u003e\n          \u003cstrong\u003eMassive Inventory:\u003c\/strong\u003e We store over 25,000 tested automotive parts on-site ready for immediate global dispatch via eBay Global Shipping Program (GSP).\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Global Shipping \u0026 Cash For Cars Section --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e✈️ Worldwide Shipping (GSP) \u0026amp; Cash For Cars Service\u003c\/div\u003e\n    \u003cdiv class=\"grid-2col\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv\u003e\n        \u003ch4 style=\"color:var(--accent-gold); margin-bottom:8px;\"\u003e🌍 Global Express Delivery Included Countries:\u003c\/h4\u003e\n        \u003cp style=\"font-size:13px; color:var(--text-muted); line-height:1.7;\"\u003e\n          United Kingdom, United States, Canada, Australia, Germany, France, Italy, Spain, Netherlands, Ireland, Sweden, Poland, Denmark, Austria, Belgium, Finland, Portugal, Greece, Switzerland, Norway, Japan, New Zealand, and all other official eBay GSP destination hubs worldwide!\n        \u003c\/p\u003e\n        \u003cp style=\"font-size:13px; color:var(--accent-gold); margin-top:8px;\"\u003e\n          *Standard tracked carriage rates apply at checkout (no free postage).\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4 style=\"color:#4ade80; margin-bottom:8px;\"\u003e🚗 We Buy Cars For Cash!\u003c\/h4\u003e\n        \u003cp style=\"font-size:14px; color:var(--text-muted); line-height:1.6;\"\u003e\n          Looking to sell an unwanted vehicle, project car, or salvage auto? \n          \u003cstrong\u003eWe offer nationwide vehicle collection with instant same-day bank payment!\u003c\/strong\u003e \n          Get in touch via WhatsApp for an immediate cash valuation quote.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WhatsApp Contact Block \u0026 QR Code --\u003e\n  \u003cdiv class=\"contact-wrapper\"\u003e\n    \u003cdiv class=\"contact-text\"\u003e\n      \u003ch3\u003e💬 Need Help Confirming Fitment?\u003c\/h3\u003e\n      \u003cp\u003eSend your Vehicle Registration Number (REG) or VIN to our technical team for instant confirmation before ordering!\u003c\/p\u003e\n      \u003ca class=\"wa-btn\" href=\"https:\/\/wa.me\/447495972152\" target=\"_blank\"\u003eChat On WhatsApp\u003c\/a\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"qr-container\"\u003e\n      \u003cimg alt=\"ThePartPilot WhatsApp Contact QR Code\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=150x150\u0026amp;data=https:\/\/wa.me\/447495972152\"\u003e\n      \u003cdiv class=\"qr-label\"\u003eSCAN TO VERIFY REG\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Small Business \u0026 Dispatch Gallery --\u003e\n  \u003cdiv class=\"eco-box\"\u003e\n    \u003ch3\u003e🌱 Supporting Local Business \u0026amp; Eco-Friendly Recycling ♻️\u003c\/h3\u003e\n    \u003cp style=\"font-size:14px; color:var(--text-main); line-height:1.7; margin-bottom:15px;\"\u003e\n      By purchasing quality recycled original vehicle components, you are directly supporting an independent local small business and helping reduce automotive manufacturing waste! 🌿 \n      Reusing factory auto parts significantly lowers carbon emissions and raw material extraction while giving you original quality at a fraction of dealership cost. Thank you for choosing sustainable auto recycling! 💚\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"image-container\" style=\"max-height:260px;\"\u003e\n      \u003cimg alt=\"Boxed Items Prepared For Dispatch\" src=\"https:\/\/images.unsplash.com\/photo-1566576721346-d4a3b4eaeb55?auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n      \u003cdiv class=\"image-caption\"\u003eItems securely packaged and boxed in eco-conscious packaging ready for rapid dispatch\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n        \n        \u003c\/body\u003e","brand":"Mercedes-Benz","offers":[{"title":"Default Title","offer_id":62986097623370,"sku":"IF_3C683DAE-1","price":17.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_177b2e64-5e30-40c9-a330-ba6de898da35.jpg?v=1787007838","url":"https:\/\/thepartpilot.co.uk\/products\/mercedes-w202-c-class-c250-diesel-auxiliary-circulation-water-pump-2028300014","provider":"The Part Pilot","version":"1.0","type":"link"}