{"product_id":"vw-polo-mk5-6r-front-left-passenger-side-inner-door-cover-panel-6r4837341k-09-17","title":"VW Polo MK5 6R Front Left Passenger Side Inner Door Cover Panel 6R4837341K 09-17","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\u003eVW Polo MK5 6R Front Left Passenger Side Inner Door Cover Panel 6R4837341K 2009-2017\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-blue: #0284c7;\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\u003eVW POLO MK5 6R FRONT LEFT PASSENGER SIDE INNER DOOR COVER PANEL (2009–2017)\u003c\/h1\u003e\n    \u003cp\u003eNearside Front (NSF \/ Left) Door Metal Carrier Plate | Stamped OEM Ref: 6R4837341K | Fits 2009-2017\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 (2009–2017)\u003c\/div\u003e\n      \u003cdiv class=\"model-showcase-box\"\u003e\n        \u003ch4\u003eVolkswagen Polo Mk5 6R \/ 6C Platform (3-Door \u0026amp; 5-Door Hatchback):\u003c\/h4\u003e\n        \u003cp\u003eSpecifically engineered for 5th Gen VW Polo 6R \/ 6C models built between 2009 and 2017 (including pre-facelift \u0026amp; 6C facelift):\u003c\/p\u003e\n        \u003cdiv class=\"chassis-badge-group\"\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.0 MPI \/ TSI\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.2 12V \/ TSI\u003c\/span\u003e\n          \u003cspan class=\"badge badge-blue\"\u003e1.4 16V \/ TSI GTI\u003c\/span\u003e\n          \u003cspan class=\"badge badge-blue\"\u003e1.2 TDI \/ 1.4 TDI\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.6 TDI (68–105bhp)\u003c\/span\u003e\n          \u003cspan class=\"badge badge-gold\"\u003e1.8 TSI GTI (6C)\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\u003e6R4837341K\u003c\/strong\u003e stamped part number on your existing inner door metal panel 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🔧 Door Component Location \u0026amp; Function\u003c\/div\u003e\n      \u003cdiv class=\"model-showcase-box\"\u003e\n        \u003ch4\u003ePlacement \u0026amp; Door Assembly Carrier Plate Function:\u003c\/h4\u003e\n        \u003cp\u003e\n          Mounted directly beneath the passenger outer door trim card on the \u003cstrong\u003eNearside Front (NSF \/ Left \/ Passenger Side)\u003c\/strong\u003e door frame.\n        \u003c\/p\u003e\n        \u003cul style=\"padding-left:18px; font-size:15px; color:var(--text-muted); line-height:1.7;\"\u003e\n          \u003cli\u003eServes as the structural mounting plate for the electric window regulator mechanism \u0026amp; motor\u003c\/li\u003e\n          \u003cli\u003eHouses the inner door lock latch mechanism, speaker assembly, and door wiring loom routing\u003c\/li\u003e\n          \u003cli\u003eForms the crucial watertight weather barrier preventing rainwater ingress into the cabin footwell carpet\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:15px; color:var(--text-muted);\"\u003e\n        Essential structural internal carrier panel for window regulator mounting and weather sealing.\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\"\u003eInner Door Cover Panel\u003c\/span\u003e \n            \u003cspan class=\"badge badge-blue\"\u003eWindow Regulator Carrier Plate\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003ePressed steel inner door module carrier plate with corrosion-resistant zinc plating.\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\"\u003eNearside Front (NSF \/ Left \/ Passenger Side)\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eMounts inside the left front door shell beneath the plastic interior door card.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eCompatible Model Years:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-green\"\u003e2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eExact year coverage across all VW Polo Mk5 (6R \u0026amp; 6C chassis) production runs.\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\"\u003e6R4837341K \/ 6R4 837 341 K\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eOriginal factory engineering part number stamped into the metal carrier plate.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Cross-Reference:\u003c\/td\u003e\n          \u003ctd\u003e\n            \u003cspan class=\"badge badge-blue\"\u003e6R4837341 \/ 6R4837341A \/ 6R4837341E \/ 6R4837341J\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eFactory VAG Group engineering part numbers (superseded\/interchange codes).\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\"\u003eVW Polo 6R \/ 6C (3-Door \u0026amp; 5-Door)\u003c\/span\u003e\n          \u003c\/td\u003e\n          \u003ctd\u003eCross-compatible across Polo 6R and 6C 3-door and 5-door hatchback front left door assemblies.\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 variant, exact year, 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 Variant \u0026amp; Size\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\u003eVW Polo Mk5 (6R1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.2 12V (CGPB \/ CGPA 60–70bhp)\u003c\/td\u003e\n          \u003ctd\u003e2009, 2010, 2011, 2012, 2013, 2014\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Polo Mk5 (6R1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.2 TSI (CBZA \/ CBZB 85–105bhp)\u003c\/td\u003e\n          \u003ctd\u003e2009, 2010, 2011, 2012, 2013, 2014\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Polo Mk5 (6R1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.4 16V (CGGB 85bhp) \u0026amp; 1.4 TSI GTI\u003c\/td\u003e\n          \u003ctd\u003e2009, 2010, 2011, 2012, 2013, 2014\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Polo Mk5 (6R1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.2 TDI \/ 1.6 TDI (CAYB \/ CAYC 75–105bhp)\u003c\/td\u003e\n          \u003ctd\u003e2009, 2010, 2011, 2012, 2013, 2014\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Polo Mk5 Facelift (6C1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.0 MPI \/ TSI \u0026amp; 1.2 TSI (CJZC \/ CJZD)\u003c\/td\u003e\n          \u003ctd\u003e2014, 2015, 2016, 2017\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Polo Mk5 Facelift (6C1)\u003c\/td\u003e\n          \u003ctd\u003e3-Door \u0026amp; 5-Door Hatchback\u003c\/td\u003e\n          \u003ctd\u003e1.4 TDI (CUSA \/ CUSB 75–105bhp) \u0026amp; 1.8 TSI GTI\u003c\/td\u003e\n          \u003ctd\u003e2014, 2015, 2016, 2017\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\u003eVW Polo MK5 (6R \u0026amp; 6C chassis) 3-Door and 5-Door Hatchback models produced from 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, through to 2017.\u003c\/strong\u003e\n      \u003cbr\u003e• Passenger Side Front Left (NSF) position matching OEM part number \u003cstrong\u003e6R4837341K\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\u003eDriver Side Front Right (OSF) door position\u003c\/strong\u003e (Driver door carrier plate features different lock \u0026amp; regulator mounting points).\n      \u003cbr\u003e• \u003cstrong\u003eRear Left \/ Rear Right passenger doors.\u003c\/strong\u003e\n      \u003cbr\u003e• \u003cstrong\u003eVW Polo MK4 (9N \/ 9N3 2002–2009) or VW Polo MK6 (AW 2017+).\u003c\/strong\u003e\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 Damaged Inner Door Panel?\u003c\/strong\u003e A bent, distorted, or corroded inner carrier panel causes water leaks into the footwell and window regulator alignment issues.\n      \u003c\/p\u003e\n      \u003cul class=\"custom-list symptoms-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWet Passenger Carpet \/ Footwell Leak:\u003c\/strong\u003e Perished foam perimeter seal allows rainwater running down window glass into cabin.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWindow Regulator Mechanism Failure:\u003c\/strong\u003e Cracked mounting points prevent electric window glass from rising straight.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDoor Lock \/ Latch Misalignment:\u003c\/strong\u003e Distorted metal frame prevents door central locking latch from catching smoothly.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eRattling Inside Door Shell:\u003c\/strong\u003e Loose rivet\/bolt mounts cause vibrations when playing door speaker audio.\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 Stamped Gauge Steel:\u003c\/strong\u003e Heavy-gauge zinc-coated steel panel will not warp under window regulator torque.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePrecision Stamped Hole Alignment:\u003c\/strong\u003e Factory original rivet and bolt apertures line up 100% with original door shell.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFactory Component Bosses:\u003c\/strong\u003e Pre-formed mounting brackets for door speaker, wiring loom clips, and lock mechanism.\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 45 – 60 Minutes | \u003cstrong\u003eDifficulty:\u003c\/strong\u003e Moderate \/ 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 T20 \u0026amp; T30 Torx drivers, 10mm socket, plastic trim wedge tool, pop rivet gun.\n      \u003c\/p\u003e\n      \u003col style=\"padding-left:20px; font-size:15px; color:var(--text-main); line-height:1.8;\"\u003e\n        \u003cli\u003eRemove plastic door card trim panel and disconnect interior handle cable \u0026amp; window switch plug.\u003c\/li\u003e\n        \u003cli\u003eLower window glass slightly to access window regulator glass release clamps through inspection holes.\u003c\/li\u003e\n        \u003cli\u003eTape window glass in fully closed position to prevent it dropping.\u003c\/li\u003e\n        \u003cli\u003eUnbolt 10mm perimeter bolts securing metal carrier plate to door frame, release wiring loom grommets, swap over window regulator\/motor, and bolt panel into place.\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£45 - £65\u003c\/td\u003e\n            \u003ctd style=\"color:var(--green-alert); font-weight:bold;\"\u003eSAVE £45+\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£110 - £160\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 (Volkswagen), part numbers (6R4837341K \/ 6R4837341J), 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":"Volkswagen","offers":[{"title":"Default Title","offer_id":62986183311690,"sku":"206361609060","price":17.83,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_79b6c9ad-4bb3-4938-b945-113b063f3727.jpg?v=1787008482","url":"https:\/\/thepartpilot.co.uk\/products\/vw-polo-mk5-6r-front-left-passenger-side-inner-door-cover-panel-6r4837341k-09-17","provider":"The Part Pilot","version":"1.0","type":"link"}