{"product_id":"volkswagen-jetta-mk5-2008-2010-interior-rear-view-mirror-026148-1k2","title":"Volkswagen Jetta Mk5 2008-2010 Interior Rear View Mirror 026148 1K2","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n\u003ctitle\u003eVolkswagen VW Jetta Mk5 2008-2010 Interior Rear View Mirror 026148 1K2\u003c\/title\u003e\n\u003cstyle\u003e\n  :root {\n    --bg: #0b1020;\n    --panel: #11182b;\n    --panel-2: #161f35;\n    --text: #f7f8fc;\n    --muted: #c8cfdf;\n    --accent: #d8b56d;\n    --accent-2: #8fb7ff;\n    --border: rgba(255,255,255,.10);\n    --shadow: 0 18px 50px rgba(0,0,0,.28);\n  }\n  * { box-sizing: border-box; }\n  body {\n    margin: 0;\n    background:\n      radial-gradient(circle at top left, rgba(216,181,109,.12), transparent 30%),\n      radial-gradient(circle at top right, rgba(143,183,255,.10), transparent 26%),\n      linear-gradient(180deg, #070b16, var(--bg));\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n    font-size: 18px;\n  }\n  .wrap {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 22px 16px 40px;\n  }\n  .watermark {\n    position: fixed;\n    inset: 0;\n    display: grid;\n    place-items: center;\n    pointer-events: none;\n    z-index: 0;\n    opacity: .06;\n    font-size: 88px;\n    font-weight: 800;\n    letter-spacing: .16em;\n    transform: rotate(-18deg);\n    color: #fff;\n    user-select: none;\n  }\n  .card {\n    position: relative;\n    z-index: 1;\n    background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));\n    border: 1px solid var(--border);\n    border-radius: 24px;\n    box-shadow: var(--shadow);\n    overflow: hidden;\n    margin-bottom: 18px;\n  }\n  .hero {\n    padding: 28px;\n    background:\n      linear-gradient(135deg, rgba(216,181,109,.18), transparent 45%),\n      linear-gradient(135deg, rgba(255,255,255,.05), rgba(255,255,255,.02));\n  }\n  .eyebrow {\n    display: inline-flex;\n    gap: 8px;\n    align-items: center;\n    background: rgba(216,181,109,.12);\n    border: 1px solid rgba(216,181,109,.35);\n    color: #ffdca1;\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: .02em;\n    margin-bottom: 14px;\n  }\n  h1 {\n    font-size: clamp(30px, 4vw, 48px);\n    line-height: 1.1;\n    margin: 0 0 12px;\n    letter-spacing: -.02em;\n  }\n  .subtitle {\n    color: var(--muted);\n    margin: 0;\n    font-size: 18px;\n    max-width: 980px;\n  }\n  .grid {\n    display: grid;\n    grid-template-columns: 1.25fr .95fr;\n    gap: 18px;\n  }\n  @media (max-width: 900px) {\n    .grid { grid-template-columns: 1fr; }\n  }\n  .panel {\n    padding: 22px;\n  }\n  .pillrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 16px;\n  }\n  .pill {\n    background: rgba(255,255,255,.06);\n    border: 1px solid var(--border);\n    padding: 10px 14px;\n    border-radius: 999px;\n    font-size: 14px;\n    color: #eef2ff;\n  }\n  .copybox {\n    background: rgba(0,0,0,.25);\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 16px;\n    padding: 14px 16px;\n    margin-top: 18px;\n  }\n  .copybox .label {\n    text-transform: uppercase;\n    color: #d6dbe9;\n    font-size: 12px;\n    letter-spacing: .15em;\n    margin-bottom: 8px;\n    font-weight: 800;\n  }\n  .copybox code {\n    display: block;\n    white-space: normal;\n    word-break: break-word;\n    font-size: 19px;\n    font-weight: 700;\n    color: #fff;\n  }\n  .section-title {\n    font-size: 28px;\n    margin: 0 0 14px;\n    line-height: 1.2;\n  }\n  .small {\n    color: var(--muted);\n    font-size: 15px;\n  }\n  .photo-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  @media (max-width: 800px) {\n    .photo-grid { grid-template-columns: 1fr; }\n  }\n  figure {\n    margin: 0;\n    background: rgba(255,255,255,.04);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    overflow: hidden;\n  }\n  figure img {\n    display: block;\n    width: 100%;\n    height: 330px;\n    object-fit: cover;\n    background: #0e1324;\n  }\n  figcaption {\n    padding: 12px 14px;\n    color: var(--muted);\n    font-size: 14px;\n  }\n  .badgebar {\n    display:flex;\n    gap:10px;\n    flex-wrap:wrap;\n    margin: 10px 0 0;\n  }\n  .badge {\n    background: rgba(143,183,255,.11);\n    border: 1px solid rgba(143,183,255,.25);\n    color: #dce7ff;\n    padding: 8px 12px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    overflow: hidden;\n    border-radius: 18px;\n    background: rgba(255,255,255,.03);\n  }\n  th, td {\n    padding: 14px 14px;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n    text-align: left;\n  }\n  th {\n    color: #fff;\n    background: rgba(216,181,109,.10);\n    font-size: 15px;\n    letter-spacing: .02em;\n  }\n  td {\n    color: #eef2ff;\n    font-size: 16px;\n  }\n  tr:last-child td { border-bottom: none; }\n  .cols-2 {\n    display:grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 18px;\n  }\n  @media (max-width: 900px) {\n    .cols-2 { grid-template-columns: 1fr; }\n  }\n  .list {\n    margin: 0;\n    padding-left: 20px;\n  }\n  .list li { margin: 8px 0; color: #eef2ff; }\n  .note {\n    background: rgba(216,181,109,.08);\n    border: 1px solid rgba(216,181,109,.20);\n    border-radius: 18px;\n    padding: 16px 18px;\n    color: #fff5de;\n  }\n  .mutedbox {\n    background: rgba(255,255,255,.04);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 18px;\n  }\n  .qrrow {\n    display:grid;\n    grid-template-columns: 220px 1fr;\n    gap: 16px;\n    align-items: center;\n  }\n  @media (max-width: 720px) {\n    .qrrow { grid-template-columns: 1fr; }\n  }\n  .qr {\n    width: 220px;\n    height: 220px;\n    border-radius: 18px;\n    background: #fff;\n    padding: 12px;\n  }\n  .footer {\n    color: #bfc7d8;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n  .split {\n    display:grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 18px;\n  }\n  @media (max-width: 900px) {\n    .split { grid-template-columns: 1fr; }\n  }\n  .rate-grid {\n    display:grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n  @media (max-width: 800px) {\n    .rate-grid { grid-template-columns: 1fr; }\n  }\n  .rate {\n    background: rgba(255,255,255,.05);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 14px;\n  }\n  .rate strong {\n    display:block;\n    font-size: 24px;\n    margin-bottom: 4px;\n    color: #fff;\n  }\n  .subtle {\n    color: var(--muted);\n    font-size: 14px;\n  }\n  .divider {\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);\n    margin: 18px 0;\n  }\n  .mini {\n    font-size: 13px;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n\u003cdiv class=\"wrap\"\u003e\n\n  \u003csection class=\"card hero\"\u003e\n    \u003cdiv class=\"eyebrow\"\u003eThePartPilot • Premium eBay template • Large easy-read layout\u003c\/div\u003e\n    \u003ch1\u003eVolkswagen Jetta Mk5 2008-2010 Interior Rear View Mirror 026148 1K2\u003c\/h1\u003e\n    \u003cp class=\"subtitle\"\u003e\n      Built for a clear, conversion-focused listing: exact verified fitment only, a premium layout, a clean parts table, installation notes,\n      and a customer-friendly description designed to reduce wrong orders and returns.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"pillrow\"\u003e\n      \u003cdiv class=\"pill\"\u003eUsed original Volkswagen part\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003ePart number: 026148\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003eBody style: 4-door saloon\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003eVAT margin scheme \/ no VAT shown separately\u003c\/div\u003e\n      \u003cdiv class=\"pill\"\u003eWorldwide postage via eBay GSP where available\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"copybox\" aria-label=\"SEO title to copy\"\u003e\n      \u003cdiv class=\"label\"\u003e\u003cbr\u003e\u003c\/div\u003e\n      \u003ccode\u003e\u003cspan style='font-size: 28px; background-color: initial; font-family: \"Market Sans\", Arial, sans-serif; color: rgb(247, 248, 252);'\u003eReference photos\u003c\/span\u003e\u003c\/code\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"card panel\"\u003e\n    \u003cp class=\"small\"\u003eTwo same-generation Volkswagen Jetta reference images are included below to help buyers visually confirm the correct vehicle shape before ordering.\u003c\/p\u003e\n    \u003cdiv class=\"photo-grid\" style=\"margin-top:14px;\"\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/b\/be\/2008_Volkswagen_Jetta_%281KM%29_Turbo_sedan_02.jpg\" alt=\"2008 Volkswagen Jetta V reference photo\"\u003e\n        \u003cfigcaption\u003e\u003cstrong\u003eReference photo 1:\u003c\/strong\u003e 2008 Volkswagen Jetta V \/ Type 1KM saloon.\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/04\/VW_Jetta_%28V%29_%E2%80%93_Frontansicht%2C_6._Mai_2011%2C_Velbert.jpg\" alt=\"Volkswagen Jetta V front reference photo\"\u003e\n        \u003cfigcaption\u003e\u003cstrong\u003eReference photo 2:\u003c\/strong\u003e Volkswagen Jetta V \/ Type 1KM front view.\u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"badgebar\"\u003e\n      \u003cdiv class=\"badge\"\u003eMirror location: top-centre of windscreen\u003c\/div\u003e\n      \u003cdiv class=\"badge\"\u003eCompare mount style before purchase\u003c\/div\u003e\n      \u003cdiv class=\"badge\"\u003eDoor-count examples not applicable: saloon body\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"grid\"\u003e\n    \u003cdiv class=\"card panel\"\u003e\n      \u003ch2 class=\"section-title\"\u003eVerified fitment\u003c\/h2\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eFitment\u003c\/th\u003e\n            \u003cth\u003eVerified details\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eVehicle\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eVolkswagen Jetta Mk5 \/ Type 1K2 saloon\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eYears\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e2008, 2009, 2010\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eEngines shown in the current eBay compatibility table\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e1.4 TSI (CAVD), 1.6 Multi-Fuel (CCSA), 2.5 (CBUA), 2.0 TFSI (CAWA)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003ePart number\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003e026148\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003e\u003cstrong\u003eType\u003c\/strong\u003e\u003c\/td\u003e\n            \u003ctd\u003eInterior rear-view mirror\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\" style=\"font-size:22px;\"\u003eWhat this part does\u003c\/h3\u003e\n      \u003cp class=\"mini\"\u003e\n        This mirror is mounted inside the cabin at the top of the windscreen and gives the driver rearward visibility.\n        If the reflective glass is damaged, the housing is loose, or the mirror no longer holds position, visibility drops and the part should be replaced.\n      \u003c\/p\u003e\n\n      \u003ch3 class=\"section-title\" style=\"font-size:22px;\"\u003eCommon symptoms of a faulty mirror\u003c\/h3\u003e\n      \u003cul class=\"list\"\u003e\n        \u003cli\u003eCracked, scratched, or clouded mirror glass.\u003c\/li\u003e\n        \u003cli\u003eLoose mirror that vibrates or drops out of position.\u003c\/li\u003e\n        \u003cli\u003ePoor rear visibility at night or in traffic.\u003c\/li\u003e\n        \u003cli\u003eBroken casing, failed mount, or missing cover trim.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"card panel\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFast buyer check\u003c\/h2\u003e\n      \u003cdiv class=\"note\"\u003e\n        Please compare the photos, part number 026148, and the vehicle shape before purchasing. This listing is built to help the buyer order the correct part first time.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\" style=\"font-size:22px;\"\u003eNot verified by this listing\u003c\/h3\u003e\n      \u003cp class=\"mini\"\u003e\n        Do not assume fitment for Golf, Passat, Polo, Jetta SportWagen, or later Jetta generations unless the mount style and part number also match.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n\n      \u003ch3 class=\"section-title\" style=\"font-size:22px;\"\u003ePart details\u003c\/h3\u003e\n      \u003cul class=\"list\"\u003e\n        \u003cli\u003eOriginal Volkswagen used part.\u003c\/li\u003e\n        \u003cli\u003eMaterial: plastic housing with reflective glass.\u003c\/li\u003e\n        \u003cli\u003eLocation: cabin, centre of windscreen.\u003c\/li\u003e\n        \u003cli\u003eFunction: rearward visibility and driving safety.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"card panel\"\u003e\n    \u003ch2 class=\"section-title\"\u003eCompatibility table\u003c\/h2\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eVerified fit\u003c\/th\u003e\n          \u003cth\u003eBody \/ notes\u003c\/th\u003e\n          \u003cth\u003eFit status\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Jetta 2008 1K2\u003c\/td\u003e\n          \u003ctd\u003eSaloon • 1.4 TSI \/ 1.6 Multi-Fuel \/ 2.5 \/ 2.0 TFSI\u003c\/td\u003e\n          \u003ctd\u003eVerified in current compatibility data\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Jetta 2009 1K2\u003c\/td\u003e\n          \u003ctd\u003eSaloon • same engines listed above\u003c\/td\u003e\n          \u003ctd\u003eVerified in current compatibility data\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eVW Jetta 2010 1K2\u003c\/td\u003e\n          \u003ctd\u003eSaloon • same engines listed above\u003c\/td\u003e\n          \u003ctd\u003eVerified in current compatibility data\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOther vehicles\u003c\/td\u003e\n          \u003ctd\u003eNot published here because fitment cannot be confirmed from the current listing alone\u003c\/td\u003e\n          \u003ctd\u003eNot verified\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003cp class=\"small\" style=\"margin-top:12px;\"\u003e\n      The current fitment data supplied on the live eBay listing shows 12 compatible vehicle entries across the 2008–2010 Volkswagen Jetta Mk5 \/ 1K2 saloon.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"split\"\u003e\n    \u003cdiv class=\"card panel\"\u003e\n      \u003ch2 class=\"section-title\"\u003eFitting guide\u003c\/h2\u003e\n      \u003cul class=\"list\"\u003e\n        \u003cli\u003eCheck the windscreen mount\/bracket style before removing the old mirror.\u003c\/li\u003e\n        \u003cli\u003eProtect the dashboard and glass with a clean microfiber cloth.\u003c\/li\u003e\n        \u003cli\u003eRemove the existing mirror carefully and note the orientation.\u003c\/li\u003e\n        \u003cli\u003eFit the replacement mirror to the same bracket position.\u003c\/li\u003e\n        \u003cli\u003eMake sure the mirror is secure and does not rattle or slip.\u003c\/li\u003e\n        \u003cli\u003eClean the glass and test the rear view from the driving position.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"mini\"\u003eTypical repair time estimate: \u003cstrong\u003e20–30 minutes\u003c\/strong\u003e for a straightforward mirror swap, depending on trim style and access.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"card panel\"\u003e\n      \u003ch2 class=\"section-title\"\u003eTools usually required\u003c\/h2\u003e\n      \u003cul class=\"list\"\u003e\n        \u003cli\u003eMicrofiber cloth\u003c\/li\u003e\n        \u003cli\u003ePlastic trim tool\u003c\/li\u003e\n        \u003cli\u003eSmall Torx\/driver set if applicable\u003c\/li\u003e\n        \u003cli\u003eGloves\u003c\/li\u003e\n        \u003cli\u003eNon-marring pry tool\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp class=\"mini\"\u003eFitting service subject to availability.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"card panel\"\u003e\n    \u003ch2 class=\"section-title\"\u003eGarage labour cost guide\u003c\/h2\u003e\n    \u003cp class=\"small\"\u003eThis section is designed as a simple price guide, because eBay listings should avoid active JavaScript calculators.\u003c\/p\u003e\n    \u003cdiv class=\"rate-grid\" style=\"margin-top:14px;\"\u003e\n      \u003cdiv class=\"rate\"\u003e\n        \u003cstrong\u003e£25\u003c\/strong\u003e\n        \u003cdiv class=\"subtle\"\u003eEstimated labour for 1 hour\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rate\"\u003e\n        \u003cstrong\u003e£45\u003c\/strong\u003e\n        \u003cdiv class=\"subtle\"\u003eEstimated labour for 1.5 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rate\"\u003e\n        \u003cstrong\u003e£60\u003c\/strong\u003e\n        \u003cdiv class=\"subtle\"\u003eEstimated labour for 2 hours\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"mini\" style=\"margin-top:12px;\"\u003e\n      Tip: replace the example rates above with your own hourly labour rate before publishing the listing.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"card panel\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhy buy the correct used part?\u003c\/h2\u003e\n    \u003cdiv class=\"cols-2\"\u003e\n      \u003cdiv class=\"mutedbox\"\u003e\n        \u003cp class=\"mini\"\u003e\n          A correct used original part can offer strong value versus buying new, especially when the part is discontinued, expensive, or needed quickly.\n          Clear fitment information helps the buyer order once and avoid an unwanted return.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mutedbox\"\u003e\n        \u003cp class=\"mini\"\u003e\n          We stock a large range of parts and focus on clear identification, clean photos, and accurate compatibility notes so customers can buy with confidence.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"card panel\"\u003e\n    \u003ch2 class=\"section-title\"\u003eContact us on WhatsApp\u003c\/h2\u003e\n    \u003cdiv class=\"qrrow\"\u003e\n      \u003cimg class=\"qr\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXIAAAFyCAIAAABnRsZeAAAHoElEQVR4nO3cS45bORQFwVbD+99yeWrAAD1gEpfvKWKu0rcSHBzw8\/Pz8x9A5\/\/pFwC8jawAMVkBYrICxGQFiMkKEJMVICYrQExWgJisADFZAWKyAsRkBYjJChCTFSAmK0BMVoCYrAAxWQFiv3Ye\/Pl8qtdxiXM3+64\/q\/Xz7nzO5\/7yueed+hbWpj7JKTvfgtMKEJMVICYrQExWgJisADFZAWKyAsRkBYjJChDbWtmundtK7ji3hpxajq6de1VTi9U797tr3\/a\/4LQCxGQFiMkKEJMVICYrQExWgJisADFZAWKyAsQOrmzXpm5R3TF1X+nUrnTn\/e68qp3XfOeede2J\/wtrTitATFaAmKwAMVkBYrICxGQFiMkKEJMVICYrQGxsZfttzm1hpza4U\/vdHU\/c4D6R0woQkxUgJitATFaAmKwAMVkBYrICxGQFiMkKELOyzZxbnT5xg3vuL5\/zxNd8J6cVICYrQExWgJisADFZAWKyAsRkBYjJChCTFSA2trK1Wbzfzo2zUwvdncdO\/Sbf97\/gtALEZAWIyQoQkxUgJitATFaAmKwAMVkBYrICxA6ubHc2mu8ztRx94mOnTN3s+z5OK0BMVoCYrAAxWQFisgLEZAWIyQoQkxUgJitAbGtle+dWcsq5Teo553al5x5752LV\/8KfnFaAmKwAMVkBYrICxGQFiMkKEJMVICYrQExWgNjWyvaJu9K19Wt+3ztav+Zz7+jb7sGdMvVZOa0AMVkBYrICxGQFiMkKEJMVICYrQExWgJisALGtle05dy4pd+ysMHc+jannXbtznz31q3vienvNaQWIyQoQkxUgJitATFaAmKwAMVkBYrICxGQFiH3OLTinNovndqVP\/MtrU+\/ozk9j7X2f1drOJ+m0AsRkBYjJChCTFSAmK0BMVoCYrAAxWQFisgLELr3Ldu3OFea5JeWOqc\/qzo31uXd0bu1657Z7zWkFiMkKEJMVICYrQExWgJisADFZAWKyAsRkBYg9cmW7sx2880bSc+7chq5f1RNvft3xvvfrtALEZAWIyQoQkxUgJitATFaAmKwAMVkBYrICxD4768\/3LVbPPe+5vePUzvLO+3fX3nfD7p2fldMKEJMVICYrQExWgJisADFZAWKyAsRkBYjJChAbW9l+mzs\/5ye+qif+6p74Oe9wWgFisgLEZAWIyQoQkxUgJitATFaAmKwAMVkBYgdXtnduJZ\/4fqfu\/X3f93vnO5r6js5xWgFisgLEZAWIyQoQkxUgJitATFaAmKwAMVkBYlsr23\/86aH93513nb5vSXnnjnbt2+7fndpnO60AMVkBYrICxGQFiMkKEJMVICYrQExWgJisALGDd9mu3fm85+46vXPNfOfq9Im\/jR13Pu8OpxUgJitATFaAmKwAMVkBYrICxGQFiMkKEJMVIHZwZXvnnaN3uvNbmHreqa3znb\/nO7fda04rQExWgJisADFZAWKyAsRkBYjJChCTFSAmK0Bsa2W79cRD9+Cec+ddp3dune\/81U3td6e4yxZ4DFkBYrICxGQFiMkKEJMVICYrQExWgJisALFfOw\/e2R1+2\/rzibfVrt35DZ4z9du489tfc1oBYrICxGQFiMkKEJMVICYrQExWgJisADFZAWJbK9sd57aDU+vPO\/eOa1P34D7xL6\/tbMqnNsfnPkmnFSAmK0BMVoCYrAAxWQFisgLEZAWIyQoQkxUgNraynTK1oz23pJz6y+dWxTvv6Nz9yude1dqdi+Q1pxUgJitATFaAmKwAMVkBYrICxGQFiMkKEJMVIPaZ2vBNPfZO55ay7\/sk77zLdu3cfvfODa7TChCTFSAmK0BMVoCYrAAxWQFisgLEZAWIyQoQu\/Qu2zvvDT23DD7nzjt037f9Xfu2z8ppBYjJChCTFSAmK0BMVoCYrAAxWQFisgLEZAWIba1sdzZ8T9xKrk3tHaf2u3fegrx25y\/2id\/gmtMKEJMVICYrQExWgJisADFZAWKyAsRkBYjJChDbWtlOrQPPWe8Oz60\/d1an59auO6Y2x1M3Ct95p+zUItlpBYjJChCTFSAmK0BMVoCYrAAxWQFisgLEZAWIba1s1+68rXZqC7vj3DZ0au26NvUdTW1S1869qnO\/K6cVICYrQExWgJisADFZAWKyAsRkBYjJChCTFSB2cGW79sTl6NoT76M9txs+92m8b+u8Y2pHu+a0AsRkBYjJChCTFSAmK0BMVoCYrAAxWQFisgLExla2\/GlqObr2vt3wOVOL5Dvv33VaAWKyAsRkBYjJChCTFSAmK0BMVoCYrAAxWQFiVraZnc3iuce+b7977i\/fuXa9c0e75rQCxGQFiMkKEJMVICYrQExWgJisADFZAWKyAsTGVrZT+78dd24016YWqzum7qNdm9rRTv1ydjitADFZAWKyAsRkBYjJChCTFSAmK0BMVoCYrACxz7kV5hNNrSHv3Bzf+f3euRu+8y7bnefd4bQCxGQFiMkKEJMVICYrQExWgJisADFZAWKyAsS2VrYAf3NaAWKyAsRkBYjJChCTFSAmK0BMVoCYrAAxWQFisgLEZAWIyQoQkxUgJitATFaAmKwAMVkBYrICxGQFiP0G1nsF5qv3EV0AAAAASUVORK5CYII=\" alt=\"WhatsApp QR code for 07495972152\"\u003e\n      \u003cdiv\u003e\n        \u003cp class=\"mini\" style=\"font-size:18px;\"\u003e\n          Scan the QR code or message on WhatsApp.\n        \u003c\/p\u003e\n        \u003cp class=\"mini\"\u003e\n          Please ensure your checkout address is correct before placing the order.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"card panel\"\u003e\n    \u003ch2 class=\"section-title\"\u003eThePartPilot\u003c\/h2\u003e\n    \u003cp class=\"mini\"\u003e\n      Supporting a local small business keeps skilled parts recycling moving forward. Reusing good-quality parts reduces waste, saves materials,\n      and gives a second life to components that are still fit for purpose. ♻️\n    \u003c\/p\u003e\n    \u003cdiv class=\"divider\"\u003e\u003c\/div\u003e\n    \u003cp class=\"footer\"\u003e\n      Photo credits used in the reference section: Wikimedia Commons vehicle images. Please review the image licence terms before publishing\n      or swap in your own licensed assets if preferred.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Volkswagen","offers":[{"title":"Default Title","offer_id":62987024007498,"sku":"206289756995","price":18.45,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_042024a4-678d-447f-b221-cfe608f336cc.jpg?v=1787013077","url":"https:\/\/thepartpilot.co.uk\/products\/volkswagen-jetta-mk5-2008-2010-interior-rear-view-mirror-026148-1k2","provider":"The Part Pilot","version":"1.0","type":"link"}