{"product_id":"renault-scenic-ii-mk2-front-windscreen-rain-light-sensor-8200103845-2003-2009","title":"Renault Scenic II Mk2 Front Windscreen Rain Light Sensor 8200103845 2003-2009","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\u003eRenault Scenic II Front Windscreen Rain Light Sensor 8200103845 2003-2009\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --bg-dark: #0a0d12;\n    --card-bg: #121824;\n    --card-hover: #1a2332;\n    --border-color: #232d3f;\n    --accent-gold: #e2a84a;\n    --accent-copper: #c87a32;\n    --accent-yellow: #eab308;\n    --text-main: #f8fafc;\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.75;\n    font-size: 18px;\n    position: relative;\n  }\n\n  \/* Watermark Protection Overlay *\/\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  \/* Monogram Brand Header *\/\n  .brand-header {\n    background: linear-gradient(135deg, #09121a 0%, #1a1208 100%);\n    border: 1px solid #332414;\n    border-bottom: 3px solid var(--accent-gold);\n    border-radius: 12px;\n    padding: 25px 30px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-bottom: 25px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);\n  }\n\n  .brand-logo-container {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n  }\n\n  .monogram-badge {\n    position: relative;\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(145deg, #1f2937, #0b111e);\n    border: 3px solid var(--accent-gold);\n    border-radius: 14px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 0 15px rgba(226, 168, 74, 0.3);\n  }\n\n  .monogram-badge svg {\n    width: 50px;\n    height: 50px;\n    fill: var(--accent-gold);\n  }\n\n  .brand-text-block {\n    display: flex;\n    flex-direction: column;\n  }\n\n  .brand-logo-text-top {\n    font-size: 20px;\n    font-weight: 800;\n    color: #ffffff;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n  }\n\n  .brand-logo-text-main {\n    font-size: 38px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    background: linear-gradient(180deg, #fce29d 0%, #c87a32 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    line-height: 1;\n    margin: 2px 0;\n  }\n\n  .brand-logo-tagline {\n    font-size: 13px;\n    color: var(--accent-gold);\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    font-style: italic;\n  }\n\n  .brand-subtext {\n    font-size: 15px;\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: 15px;\n    font-weight: 600;\n    color: var(--text-main);\n  }\n\n  \/* Main Title Banner *\/\n  .title-card {\n    background: linear-gradient(135deg, #1c1409 0%, #0f172a 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: 30px;\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: 18px;\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: 22px;\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  \/* Vehicle Reference Box *\/\n  .model-showcase-box {\n    background: #0d131f;\n    border: 1px solid var(--border-color);\n    border-left: 5px solid var(--accent-gold);\n    border-radius: 8px;\n    padding: 20px;\n    margin-bottom: 15px;\n  }\n\n  .model-showcase-box h4 {\n    color: #ffffff;\n    font-size: 19px;\n    margin-bottom: 10px;\n  }\n\n  .model-showcase-box p {\n    font-size: 16px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    margin-bottom: 12px;\n  }\n\n  .chassis-badge-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n\n  \/* Specification 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: 16px;\n  }\n\n  .spec-table th {\n    background: #1e293b;\n    color: var(--accent-gold);\n    font-size: 15px;\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: 14px;\n    font-weight: 700;\n    font-family: monospace;\n    margin: 2px 4px 2px 0;\n  }\n\n  .badge-gold { background: rgba(226, 168, 74, 0.15); border: 1px solid var(--accent-gold); color: #fce29d; }\n  .badge-blue { background: rgba(2, 132, 199, 0.15); border: 1px solid #38bdf8; color: #38bdf8; }\n  .badge-green { background: rgba(34, 197, 94, 0.15); border: 1px solid var(--green-alert); color: #86efac; }\n\n  \/* Image Containers *\/\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  }\n\n  .image-caption {\n    font-size: 14px;\n    color: var(--text-muted);\n    text-align: center;\n    padding: 8px;\n    background: rgba(0,0,0,0.5);\n    font-style: italic;\n  }\n\n  \/* Fitment Boxes \u0026 Callouts *\/\n  .fit-box {\n    padding: 16px 20px;\n    border-radius: 8px;\n    margin-bottom: 15px;\n    font-size: 16px;\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  .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: 17px; }\n\n  .notice-callout {\n    background: rgba(2, 132, 199, 0.12);\n    border-left: 5px solid #0284c7;\n    padding: 18px;\n    border-radius: 6px;\n    margin: 20px 0;\n  }\n  .notice-callout strong { color: #38bdf8; font-size: 17px; }\n\n  \/* Lists *\/\n  .custom-list { list-style: none; }\n  .custom-list li {\n    position: relative;\n    padding-left: 28px;\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: 15px;\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: 15px;\n  }\n  .calc-table th { background: #1e293b; color: var(--accent-gold); }\n\n  \/* Contact Section *\/\n  .contact-wrapper {\n    background: linear-gradient(135deg, #062313 0%, #121824 100%);\n    border: 1px solid #16a34a;\n    border-left: 7px solid #c49a38;\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: #ffffff; font-size: 24px; font-weight: 900; margin-bottom: 8px; }\n  .contact-text p { color: var(--text-muted); font-size: 16px; 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: 16px;\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: 180px; height: 180px; display: block; border: 0; }\n  .qr-label { font-size: 11px; color: #000000; font-weight: 800; margin-top: 5px; }\n\n  \/* Eco Community Box *\/\n  .eco-box {\n    background: linear-gradient(135deg, #1e293b 0%, #0f172a 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: 22px; 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: 14px;\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!-- Monogram Header Section --\u003e\n  \u003cdiv class=\"brand-header\"\u003e\n    \u003cdiv class=\"brand-logo-container\"\u003e\n      \u003cdiv class=\"monogram-badge\"\u003e\n        \u003csvg viewbox=\"0 0 100 100\"\u003e\n          \u003ccircle cx=\"50\" cy=\"50\" fill=\"none\" r=\"38\" stroke=\"currentColor\" stroke-width=\"7\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"50\" cy=\"50\" fill=\"currentColor\" r=\"12\"\u003e\u003c\/circle\u003e\n          \u003cpath d=\"M50 12 L50 38 M18 64 L39 55 M82 64 L61 55\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"7\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"brand-text-block\"\u003e\n        \u003cdiv class=\"brand-logo-text-top\"\u003eTHE PART\u003c\/div\u003e\n        \u003cdiv class=\"brand-logo-text-main\"\u003ePILOT\u003c\/div\u003e\n        \u003cdiv class=\"brand-logo-tagline\"\u003eQUALITY PARTS \u0026amp; TRUSTED SERVICE\u003c\/div\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!-- Key Highlights Bar --\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🛠️ Garage Installation 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!-- Item Title Box --\u003e\n  \u003cdiv class=\"title-card\"\u003e\n    \u003ch1\u003eRENAULT SCENIC II FRONT WINDSCREEN RAIN \u0026amp; AUTOMATIC LIGHT SENSOR MODULE\u003c\/h1\u003e\n    \u003cp\u003eBehind Rear View Mirror | Stamped OEM Ref: 8200103845 | 2003–2009\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Vehicle Identification \u0026 Location Details --\u003e\n  \u003cdiv class=\"grid-2col\"\u003e\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e🚘 Verified Vehicle Models (2003–2009)\u003c\/div\u003e\n      \u003cdiv class=\"model-showcase-box\"\u003e\n        \u003ch4\u003eRenault Scenic II \u0026amp; Grand Scenic II (JM0\/1 Chassis):\u003c\/h4\u003e\n        \u003cp\u003eSpecifically engineered for 2nd Gen Renault Scenic MPV and Grand Scenic 7-seater models built between 2003 and 2009 (Phase 1 \u0026amp; Phase 2 facelift):\u003c\/p\u003e\n        \u003cdiv class=\"chassis-badge-group\"\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.4 16V (K4J)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.6 16V (K4M)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-blue\"\u003e2.0 16V \/ 2.0 T (F4R)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-blue\"\u003e1.5 dCi (K9K)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.9 dCi (F9Q)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e2.0 dCi (M9R)\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:15px; color:var(--text-muted);\"\u003e\n        \u003cstrong\u003eFitment Guarantee:\u003c\/strong\u003e Match the \u003cstrong\u003e8200103845\u003c\/strong\u003e stamped part number on your existing rain sensor module to ensure 100% direct fitment.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"card\" style=\"margin-bottom:0;\"\u003e\n      \u003cdiv class=\"card-header-title\"\u003e🔧 Interior Sensor Component Location\u003c\/div\u003e\n      \u003cdiv class=\"model-showcase-box\"\u003e\n        \u003ch4\u003ePlacement \u0026amp; Auto Wipers\/Headlights Function:\u003c\/h4\u003e\n        \u003cp\u003e\n          Mounted directly onto the \u003cstrong\u003etop center interior windshield glass\u003c\/strong\u003e behind the interior rear-view mirror cover housing.\n        \u003c\/p\u003e\n        \u003cul style=\"padding-left:18px; font-size:15px; color:var(--text-muted); line-height:1.7;\"\u003e\n          \u003cli\u003eUses optical infrared beams to detect rain drops and control automatic wiper speed\u003c\/li\u003e\n          \u003cli\u003eIntegrates ambient light sensor diode to trigger automatic headlights at dusk or in tunnels\u003c\/li\u003e\n          \u003cli\u003eDirect plug-and-play multi-pin electrical harness connection into body control module (UCH)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:15px; color:var(--text-muted);\"\u003e\n        Essential for restoring automatic wiper wiping frequency and dusk-sensing automatic headlight operation.\n      \u003c\/p\u003e\n    \u003c\/div\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; Construction\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\"\u003eWindscreen Rain Sensor\u003c\/span\u003e \n            \u003cspan class=\"badge badge-blue\"\u003eAutomatic Light Sensor Module\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eCombined optical rain and ambient light sensor for automatic windscreen wiper and headlight control.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFitting Position:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-gold\"\u003eFront Upper Windscreen (Interior)\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eMounted inside the plastic housing directly behind the interior rear-view mirror.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eInternal Stamped Ref:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-gold\"\u003e8200103845\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eOriginal factory casting and engineering part number stamped on plastic sensor casing.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Cross-Ref:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-blue\"\u003e8200 103 845 \/ 8200259836 \/ 8200185440\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eFactory Renault OEM engineering part numbers.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eShared Platform Fitments:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-green\"\u003eRenault Megane II (2002–2009)\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eCross-compatible across shared C-platform Renault Megane Mk2 Hatchback, Saloon, Estate, and CC models.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Full Model Compatibility Chart --\u003e\n  \u003cdiv class=\"card\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e📊 Full Vehicle Compatibility Table\u003c\/div\u003e\n    \u003cp style=\"font-size:15px; color:var(--text-muted); margin-bottom:15px;\"\u003e\n      Verify your vehicle details below. Check chassis code and part number prior to purchasing:\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 Variant\u003c\/th\u003e\n          \u003cth\u003eEngine Size \/ Code\u003c\/th\u003e\n          \u003cth\u003eExact Model Years\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Scenic II (JM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e5-Door MPV\u003c\/td\u003e\n          \u003ctd\u003e1.4 16V, 1.6 16V, 2.0 16V Petrol\u003c\/td\u003e\n          \u003ctd\u003e2003 – 2009\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Scenic II (JM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e5-Door MPV\u003c\/td\u003e\n          \u003ctd\u003e1.5 dCi, 1.9 dCi, 2.0 dCi Diesel\u003c\/td\u003e\n          \u003ctd\u003e2003 – 2009\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Grand Scenic II (JM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e5-Door 7-Seater MPV\u003c\/td\u003e\n          \u003ctd\u003e1.6 16V, 2.0 16V \u0026amp; 1.9 dCi\u003c\/td\u003e\n          \u003ctd\u003e2004 – 2009\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Megane II (BM0\/1, CM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.4 16V, 1.6 16V, 2.0 16V, 1.5 dCi, 1.9 dCi\u003c\/td\u003e\n          \u003ctd\u003e2002 – 2008\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Megane II Sport Tourer (KM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e5-Door Estate\u003c\/td\u003e\n          \u003ctd\u003e1.6 16V, 2.0 16V \u0026amp; 1.9 dCi\u003c\/td\u003e\n          \u003ctd\u003e2003 – 2009\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRenault Megane II CC (EM0\/1)\u003c\/td\u003e\n          \u003ctd\u003e2-Door Coupe Convertible\u003c\/td\u003e\n          \u003ctd\u003e1.6 16V, 2.0 16V \u0026amp; 1.9 dCi\u003c\/td\u003e\n          \u003ctd\u003e2003 – 2009\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Fitment Rules \u0026 Policy 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\u003eRenault Scenic II, Grand Scenic II (2003–2009) and Megane II (2002–2009) models fitted with automatic wipers\/headlights.\u003c\/strong\u003e\n      \u003cbr\u003e• Vehicles matching part number \u003cstrong\u003e8200103845\u003c\/strong\u003e.\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\u003eRenault Scenic I (1999–2003) or Scenic III (2009–2016).\u003c\/strong\u003e\n      \u003cbr\u003e• Models without factory automatic rain\/light sensor option fitted from new.\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:15px; 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:15px; margin-top:6px; color:#38bdf8;\"\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!-- Fault Symptoms \u0026 Factory Quality 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:15px; color:var(--text-muted); margin-bottom:12px;\"\u003e\n        \u003cstrong\u003eWhy Replace a Faulty Rain Sensor?\u003c\/strong\u003e A failed optical sensor stops automatic intermittent wipers and dusk-sensing headlights from operating correctly.\n      \u003c\/p\u003e\n      \u003cul class=\"custom-list symptoms-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAutomatic Wipers Not Wiping:\u003c\/strong\u003e Rain sensor mode does not trigger wipers when rain hits the windscreen.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWipers Running at Max Speed Constantly:\u003c\/strong\u003e Sensor fault causes BCM to run wipers on high continuous speed.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAutomatic Headlights Non-Functional:\u003c\/strong\u003e Auto headlights stay on during daytime or fail to turn on at night.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eRain Sensor Error Message:\u003c\/strong\u003e Dashboard display shows \"Auto Wipers Fault\" or \"Auto Lights Fault\".\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💎 Tested Factory Quality vs Cheap Aftermarket Copy\u003c\/div\u003e\n      \u003cul class=\"custom-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFactory Optical Calibration:\u003c\/strong\u003e Pre-calibrated internal photodiode matches factory Renault UCH body control module signaling.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eOEM Connector Pin Precision:\u003c\/strong\u003e Plugs directly into factory wiring loom harness behind rear-view mirror housing.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eReliable Dusk\/Rain Detection:\u003c\/strong\u003e Accurate optical lens readings ensure no false wipe triggers or erratic light switching.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSave Up To 70%:\u003c\/strong\u003e Save up to 70% compared to main dealership counter pricing by choosing quality tested recycled original parts!\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Installation Steps \u0026 Labour Cost 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 Installation Guide\u003c\/div\u003e\n      \u003cp style=\"font-size:15px; color:var(--text-muted); margin-bottom:10px;\"\u003e\n        \u003cstrong\u003eEstimated Repair Time:\u003c\/strong\u003e 15 – 20 Minutes | \u003cstrong\u003eDifficulty:\u003c\/strong\u003e Very Easy \/ DIY\n      \u003c\/p\u003e\n      \u003cp style=\"font-size:15px; color:var(--text-muted); margin-bottom:12px;\"\u003e\n        \u003cstrong\u003eRequired Tools:\u003c\/strong\u003e Small flat-head screwdriver or plastic trim tool, glass cleaner.\n      \u003c\/p\u003e\n      \u003col style=\"padding-left:20px; font-size:15px; color:var(--text-main); line-height:1.8;\"\u003e\n        \u003cli\u003eGently unclip plastic trim plastic cover behind the interior rear-view mirror.\u003c\/li\u003e\n        \u003cli\u003eDisconnect electrical wiring plug from sensor module.\u003c\/li\u003e\n        \u003cli\u003eRelease metal retaining spring clip holding sensor against windscreen glass.\u003c\/li\u003e\n        \u003cli\u003eClean windscreen inner optical gel pad area, press replacement sensor firmly against glass, reattach metal clip, plug in harness, and refit cover.\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:15px; color:var(--text-muted); margin-bottom:10px;\"\u003e\n        Estimated garage fitting charges based on regional hourly labor rates vs DIY:\n      \u003c\/p\u003e\n      \u003ctable class=\"calc-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eGarage Type\u003c\/th\u003e\n            \u003cth\u003eHourly Rate\u003c\/th\u003e\n            \u003cth\u003eEstimated Labor Cost\u003c\/th\u003e\n            \u003cth\u003eYour 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£25 - £40\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003eSAVE £25+\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMain Dealer Garage\u003c\/td\u003e\n            \u003ctd\u003e£130 - £190 \/ hr\u003c\/td\u003e\n            \u003ctd\u003e£65 - £95\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!-- Garage Fitting Service \u0026 Massive Stock Section --\u003e\n  \u003cdiv class=\"card\" style=\"margin-top:25px;\"\u003e\n    \u003cdiv class=\"card-header-title\"\u003e🏢 In-House Garage Workshop \u0026amp; 25,000+ Parts Stock\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=\"Mechanic Repair Garage 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 — Professional fitting service available\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px; color:var(--text-muted);\"\u003e\n          \u003cstrong\u003eProfessional Installation Available:\u003c\/strong\u003e Prefer to have a professional fit it? We offer an in-house installation service at our mechanical 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 Auto Recycling Warehouse\" 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 ready on the shelf\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp style=\"font-size:15px; 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 the 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 Postage \u0026 We Buy 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 Destination Hubs:\u003c\/h4\u003e\n        \u003cp style=\"font-size:14px; 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 official eBay GSP countries worldwide!\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:15px; 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 a quick cash offer.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WhatsApp Contact Section with Generated QR --\u003e\n  \u003cdiv class=\"contact-wrapper\"\u003e\n    \u003cdiv class=\"contact-text\"\u003e\n      \u003ch3\u003eWhatsApp QR for Fitment Assistance \u0026amp; Booking\u003c\/h3\u003e\n      \u003cp\u003eScan the QR code to message \u003cstrong\u003eThePartPilot\u003c\/strong\u003e on WhatsApp for quick registration checks or installation appointments.\u003c\/p\u003e\n      \u003cp style=\"color: var(--text-muted); font-size: 15px;\"\u003ePlease send your vehicle REG, VIN, and photos of your current part for instant confirmation.\u003c\/p\u003e\n      \u003cbr\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:\/\/quickchart.io\/qr?text=https%3A%2F%2Fwa.me%2F447495972152\u0026amp;size=240\u0026amp;margin=2\"\u003e\n      \u003cdiv class=\"qr-label\"\u003eSCAN TO VERIFY REG\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Eco-Friendly Recycling \u0026 Dispatch Photo Box --\u003e\n  \u003cdiv class=\"eco-box\"\u003e\n    \u003ch3\u003e🌱 Supporting Small Business \u0026amp; Sustainable Eco-Recycling ♻️\u003c\/h3\u003e\n    \u003cp style=\"font-size:15px; color:var(--text-main); line-height:1.7; margin-bottom:15px;\"\u003e\n      By choosing high-quality recycled auto components, you are directly supporting a dedicated local small business while actively reducing industrial manufacturing waste! 🌿 \n      Reusing tested original parts drastically cuts down raw material extraction and energy usage while giving you genuine fitment quality at a fraction of dealership prices. Thank you for making a green choice! 💚\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"image-container\" style=\"max-height:260px;\"\u003e\n      \u003cimg alt=\"Boxed Dispatch Warehouse Stock\" 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\"\u003eOrders securely packaged and boxed for safe, rapid delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Footer Disclaimer --\u003e\n  \u003cdiv class=\"footer-bar\"\u003e\n    \u003cp\u003e© ThePartPilot Auto Recycling Direct. All vehicle brand logos (Renault), part numbers (8200103845 \/ 8200259836), and model designations are used strictly for compatibility identification purposes.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n        \n        \u003c\/body\u003e","brand":"Renault","offers":[{"title":"Default Title","offer_id":62986185277770,"sku":"206283112237","price":18.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_b8e09a6d-3f2d-4912-919b-bf51d5ba7b8a.jpg?v=1787008498","url":"https:\/\/thepartpilot.co.uk\/products\/renault-scenic-ii-mk2-front-windscreen-rain-light-sensor-8200103845-2003-2009","provider":"The Part Pilot","version":"1.0","type":"link"}