{"product_id":"citroen-ds5-hybrid4-2011-2018-glove-box-light-lamp-interior-6362n7","title":"Citroen DS5 HYbrid4 2011-2018 Glove Box Light Lamp Interior 6362N7","description":"\u003cbody\u003e\n        \n        \u003cmeta charset=\"utf-8\"\u003e\n  \u003cmeta content=\"width=device-width, initial-scale=1\" name=\"viewport\"\u003e\n  \u003ctitle\u003eCitroën DS5 Glove Box Light Lamp 6362N7 | ThePartPilot\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --bg:#f5efe6;\n      --panel:#ffffff;\n      --panel2:#f8f4ee;\n      --text:#1f1a17;\n      --muted:#6e625b;\n      --accent:#8a6a3e;\n      --accent2:#b08b5a;\n      --line:#e6d8c8;\n      --shadow:0 20px 40px rgba(36,24,14,.08);\n      --radius:22px;\n      --large:18px;\n      --title:clamp(30px, 4.4vw, 56px);\n      --h2:clamp(24px, 2.4vw, 32px);\n    }\n    * { box-sizing:border-box; }\n    body {\n      margin:0;\n      background: radial-gradient(circle at top, #fff 0%, var(--bg) 52%, #efe4d6 100%);\n      color:var(--text);\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-size: var(--large);\n      line-height:1.7;\n    }\n    .wrap {\n      max-width: 1180px;\n      margin: 0 auto;\n      padding: 28px 16px 60px;\n    }\n    .hero {\n      background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,244,238,.95));\n      border:1px solid var(--line);\n      border-radius: 32px;\n      box-shadow: var(--shadow);\n      overflow:hidden;\n    }\n    .hero-top {\n      display:grid;\n      grid-template-columns: 1.3fr .8fr;\n      gap:0;\n    }\n    .brand {\n      padding: 34px;\n      border-right:1px solid var(--line);\n    }\n    .brandmark {\n      display:inline-flex;\n      align-items:center;\n      gap:12px;\n      padding:10px 16px;\n      border-radius:999px;\n      background:linear-gradient(135deg, var(--accent), #4c3420);\n      color:#fff;\n      font-weight:bold;\n      letter-spacing:.12em;\n      text-transform:uppercase;\n      font-size:14px;\n      margin-bottom:20px;\n    }\n    .watermark {\n      position:relative;\n      display:inline-block;\n      font-size: 13px;\n      letter-spacing:.22em;\n      text-transform:uppercase;\n      color:var(--muted);\n      margin-bottom:16px;\n      padding-left: 14px;\n    }\n    .watermark::before {\n      content:\"\";\n      position:absolute;\n      left:0; top:50%;\n      width:8px; height:8px;\n      background:var(--accent2);\n      border-radius:50%;\n      transform:translateY(-50%);\n    }\n    h1 {\n      margin:0 0 12px;\n      font-size: var(--title);\n      line-height:1.08;\n      letter-spacing:-.02em;\n    }\n    .lead {\n      margin:0;\n      color:var(--muted);\n      font-size: 1.04em;\n    }\n    .mini-grid {\n      display:grid;\n      grid-template-columns: repeat(2, minmax(0,1fr));\n      gap:14px;\n      margin-top:24px;\n    }\n    .chip, .stat {\n      background:var(--panel);\n      border:1px solid var(--line);\n      border-radius:18px;\n      padding:16px 18px;\n      box-shadow:0 8px 18px rgba(0,0,0,.03);\n    }\n    .chip strong, .stat strong { display:block; font-size:1.04em; margin-bottom:4px; }\n    .gallery {\n      padding:24px;\n      display:grid;\n      gap:14px;\n      background:linear-gradient(180deg, #faf8f4, #f3ebdf);\n    }\n    .grid-2 {\n      display:grid;\n      grid-template-columns:repeat(2, minmax(0,1fr));\n      gap:14px;\n    }\n    .grid-3 {\n      display:grid;\n      grid-template-columns:repeat(3, minmax(0,1fr));\n      gap:14px;\n    }\n    figure {\n      margin:0;\n      background:var(--panel);\n      border:1px solid var(--line);\n      border-radius:18px;\n      overflow:hidden;\n      box-shadow:0 8px 18px rgba(0,0,0,.04);\n    }\n    figure img {\n      width:100%;\n      display:block;\n      aspect-ratio: 4 \/ 3;\n      object-fit:cover;\n      background:#ddd;\n    }\n    figcaption {\n      padding:10px 12px 12px;\n      color:var(--muted);\n      font-size:.92em;\n    }\n    section {\n      margin-top: 22px;\n      background:rgba(255,255,255,.84);\n      border:1px solid var(--line);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      overflow:hidden;\n    }\n    .section-hd {\n      padding:18px 24px;\n      background:linear-gradient(135deg, #f9f4ed, #fff);\n      border-bottom:1px solid var(--line);\n    }\n    .section-hd h2 {\n      margin:0;\n      font-size:var(--h2);\n    }\n    .section-bd {\n      padding:24px;\n    }\n    .note {\n      padding:16px 18px;\n      border-radius:16px;\n      background:#fff8ef;\n      border:1px solid #edd7ba;\n      margin:0 0 18px;\n      color:#5e4332;\n    }\n    .title-box {\n      display:grid;\n      grid-template-columns:1fr auto;\n      gap:16px;\n      align-items:center;\n      padding:18px;\n      border:1px dashed #caa979;\n      border-radius:18px;\n      background:linear-gradient(135deg, #fff, #fbf5eb);\n      margin-bottom:18px;\n    }\n    .copy-title {\n      margin:0;\n      font-size:1.1em;\n      font-weight:bold;\n      word-break:break-word;\n    }\n    .copy-help {\n      color:var(--muted);\n      font-size:.92em;\n      margin-top:6px;\n    }\n    .copy-btn {\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      padding:12px 18px;\n      background:linear-gradient(135deg, var(--accent), #5a3f25);\n      color:#fff;\n      border-radius:999px;\n      font-weight:bold;\n      text-decoration:none;\n      border:none;\n      box-shadow:0 12px 20px rgba(95,64,33,.18);\n    }\n    .copy-btn span {\n      font-size:13px;\n      letter-spacing:.12em;\n      text-transform:uppercase;\n    }\n    table {\n      width:100%;\n      border-collapse:separate;\n      border-spacing:0;\n      overflow:hidden;\n      border:1px solid var(--line);\n      border-radius:18px;\n      background:#fff;\n    }\n    th, td {\n      padding:14px 14px;\n      border-bottom:1px solid var(--line);\n      vertical-align:top;\n      text-align:left;\n    }\n    th {\n      background:#f6efe6;\n      font-weight:bold;\n      color:#4a382a;\n    }\n    tr:last-child td { border-bottom:none; }\n    ul {\n      margin:0;\n      padding-left:22px;\n    }\n    .cols-2 {\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:18px;\n    }\n    .box {\n      background:linear-gradient(180deg, #fff, #fbf8f4);\n      border:1px solid var(--line);\n      border-radius:18px;\n      padding:18px;\n    }\n    .estimate {\n      display:grid;\n      grid-template-columns: repeat(3, minmax(0,1fr));\n      gap:14px;\n    }\n    .estimate .box strong {\n      display:block;\n      margin-bottom:6px;\n      font-size:1.05em;\n    }\n    .footer-note {\n      margin-top:18px;\n      padding:18px;\n      border-radius:18px;\n      background:linear-gradient(135deg, #fff7ea, #f9efe1);\n      border:1px solid #e7d0af;\n    }\n    .small {\n      font-size:.94em;\n      color:var(--muted);\n    }\n    .tagrow {\n      display:flex;\n      flex-wrap:wrap;\n      gap:10px;\n      margin-top:10px;\n    }\n    .tag {\n      padding:8px 12px;\n      border-radius:999px;\n      background:#fff;\n      border:1px solid var(--line);\n      font-size:.9em;\n      color:#5a493b;\n    }\n    @media (max-width: 900px) {\n      .hero-top, .cols-2, .estimate, .grid-2, .grid-3, .mini-grid { grid-template-columns:1fr; }\n      .brand { border-right:none; border-bottom:1px solid var(--line); }\n      .title-box { grid-template-columns:1fr; }\n    }\n  \u003c\/style\u003e\n\n\n\n        \n        \n        \u003cdiv class=\"wrap\"\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003cdiv class=\"hero-top\"\u003e\n      \u003cdiv class=\"brand\"\u003e\n        \u003cdiv class=\"brandmark\"\u003eThePartPilot\u003c\/div\u003e\n        \u003cdiv class=\"watermark\"\u003ePART.PILOT watermark\u003c\/div\u003e\n        \u003ch1\u003eCitroën DS5 Glove Box Light Lamp 6362N7\u003c\/h1\u003e\n        \u003cp class=\"lead\"\u003ePremium, easy-to-read eBay listing template with exact OE-number focus, clear fitment guidance, image-led verification, and no active content.\u003c\/p\u003e\n\n        \u003cdiv class=\"mini-grid\"\u003e\n          \u003cdiv class=\"chip\"\u003e\n            \u003cstrong\u003eRecommended SEO title\u003c\/strong\u003e\n            Citroën DS5 Glove Box Light Lamp 6362N7 2014-2015 5 Door\n          \u003c\/div\u003e\n          \u003cdiv class=\"chip\"\u003e\n            \u003cstrong\u003eOE \/ reference number\u003c\/strong\u003e\n            6362N7\n          \u003c\/div\u003e\n          \u003cdiv class=\"chip\"\u003e\n            \u003cstrong\u003eFitment approach\u003c\/strong\u003e\n            Verify by image + OE number + VIN\n          \u003c\/div\u003e\n          \u003cdiv class=\"chip\"\u003e\n            \u003cstrong\u003eImportant\u003c\/strong\u003e\n            No JavaScript, no iframe, no active content\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gallery\"\u003e\n        \u003cfigure\u003e\n          \u003cimg alt=\"Citroën DS5 Hybrid4 front reference photo\" src=\"https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Citro%C3%ABn%20DS5%20HYbrid4%20EGS6%20Airdream%20%E2%80%93%20Frontansicht%2C%208.%20Juli%202012%2C%20D%C3%BCsseldorf.jpg\"\u003e\n          \u003cfigcaption\u003e5-door Citroën DS5 Hybrid4 reference photo.\u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n        \u003cdiv class=\"grid-2\"\u003e\n          \u003cfigure\u003e\n            \u003cimg alt=\"Citroën DS5 Hybrid4 rear reference photo\" src=\"https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Citro%C3%ABn%20DS5%20HYbrid4%20EGS6%20Airdream%20%E2%80%93%20Heckansicht%2C%208.%20Juli%202012%2C%20D%C3%BCsseldorf.jpg\"\u003e\n            \u003cfigcaption\u003eRear reference view for the same vehicle family.\u003c\/figcaption\u003e\n          \u003c\/figure\u003e\n          \u003cfigure\u003e\n            \u003cimg alt=\"Citroën DS5 interior reference photo\" src=\"https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Citro%C3%ABn%20DS5%20-%20wn%C4%99trze%20%28MSP16%29.jpg\"\u003e\n            \u003cfigcaption\u003eInterior reference photo to help buyers identify the cabin layout.\u003c\/figcaption\u003e\n          \u003c\/figure\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eTitle copy area\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"title-box\"\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"copy-title\"\u003eCitroën DS5 Glove Box Light Lamp 6362N7 2014-2015 5 Door\u003c\/p\u003e\n          \u003cdiv class=\"copy-help\"\u003eBecause active content is not allowed, this is formatted for easy manual copy and paste.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ca aria-label=\"Copy title shortcut\" class=\"copy-btn\" href=\"#top\"\u003e\u003cspan\u003eCopy Title\u003c\/span\u003e\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"note\"\u003e\n        This template is built to reduce wrong orders by showing the part number first, then the vehicle reference, then the compatibility guidance. Keep the image verification note visible at all times.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cols-2\"\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eWhat this part is\u003c\/strong\u003e\n          Glove box light lamp \/ interior lamp assembly, OE reference \u003cstrong\u003e6362N7\u003c\/strong\u003e. Fitted in the passenger-side glovebox area.\n        \u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eWhat it does\u003c\/strong\u003e\n          Illuminates the glove compartment so documents, tools, and small items can be found in low light.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eSEO description block\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cp\u003e\n        This original used Citroën glove box light lamp is supplied under OE reference \u003cstrong\u003e6362N7\u003c\/strong\u003e and is ideal for buyers searching by part number, vehicle model, and exact fitment.\n        For the safest purchase, compare the photos, the OE number on your old part, and the VIN before ordering. The current verified vehicle record I found for this OE number is a \u003cstrong\u003eCitroën DS5 1.6 BlueHDi 120 [2014-2015] 5 Doors\u003c\/strong\u003e.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        The car is a \u003cstrong\u003e5-door hatchback\u003c\/strong\u003e, so the listing uses a 5-door example photo to match the body style buyers should expect. The DS5 Hybrid4 body style is also a 5-door model.\n      \u003c\/p\u003e\n      \u003cdiv class=\"tagrow\"\u003e\n        \u003cspan class=\"tag\"\u003eUsed original part\u003c\/span\u003e\n        \u003cspan class=\"tag\"\u003eOE number 6362N7\u003c\/span\u003e\n        \u003cspan class=\"tag\"\u003ePassenger-side glovebox area\u003c\/span\u003e\n        \u003cspan class=\"tag\"\u003e5-door reference photo\u003c\/span\u003e\n        \u003cspan class=\"tag\"\u003eImage-led fitment\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eFitment table\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"note\"\u003e\n        The exact OE-number compatibility should always be verified with the image and VIN, especially where Citroën, Peugeot, and DS applications overlap.\n      \u003c\/div\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eVehicle \/ application\u003c\/th\u003e\n            \u003cth\u003eYear range\u003c\/th\u003e\n            \u003cth\u003eDoor count \/ note\u003c\/th\u003e\n            \u003cth\u003eConfidence\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCitroën DS5 1.6 BlueHDi 120\u003c\/td\u003e\n            \u003ctd\u003e2014-2015\u003c\/td\u003e\n            \u003ctd\u003e5 Doors\u003c\/td\u003e\n            \u003ctd\u003eConfirmed from the vehicle record I found for OE 6362N7\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCitroën DS5 Hybrid4 (model family)\u003c\/td\u003e\n            \u003ctd\u003e2011-2018\u003c\/td\u003e\n            \u003ctd\u003e5 Doors\u003c\/td\u003e\n            \u003ctd\u003eUse only if your own OE\/VIN check matches the part image and number\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCross-reference families listed by OE-number sellers\u003c\/td\u003e\n            \u003ctd colspan=\"3\"\u003eCitroën \/ Peugeot \/ Opel compatibility exists for OE 6362N7 on OE-number catalogues. Confirm by VIN before purchase.\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n\n      \u003cdiv class=\"cols-2\" style=\"margin-top:18px;\"\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eExamples of additional models appearing on OE-number catalogues\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eCitroën C3 II\u003c\/li\u003e\n            \u003cli\u003eCitroën C4 Picasso I\u003c\/li\u003e\n            \u003cli\u003eCitroën C5 I\u003c\/li\u003e\n            \u003cli\u003ePeugeot 207 SW\u003c\/li\u003e\n            \u003cli\u003ePeugeot 208\u003c\/li\u003e\n            \u003cli\u003ePeugeot 3008\u003c\/li\u003e\n            \u003cli\u003ePeugeot 307\u003c\/li\u003e\n            \u003cli\u003ePeugeot 308\u003c\/li\u003e\n            \u003cli\u003eCitroën DS4\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eWhat to state to buyers\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eCompare the old part number before ordering.\u003c\/li\u003e\n            \u003cli\u003eCompare the image rather than relying only on item specifics.\u003c\/li\u003e\n            \u003cli\u003eCheck body style, door count, and connector shape.\u003c\/li\u003e\n            \u003cli\u003eAsk for VIN verification if they are unsure.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eSymptoms of a faulty glove box light\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"grid-3\"\u003e\n        \u003cdiv class=\"box\"\u003eNo light in the glovebox when opened\u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003eFlickering or intermittent illumination\u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003eCracked lens, broken clip, or loose fitting\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top:18px;\"\u003e\n        Replacing the lamp restores cabin convenience and keeps the glove compartment usable in the dark. A worn or damaged unit may also have broken mounting tabs or a poor electrical connection.\n      \u003c\/p\u003e\n      \u003cp class=\"small\"\u003e\n        Note: avoid writing “Genuine” or “OEM” in the title if your goal is stronger search clarity; part-number and fitment clarity usually performs better.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eWhere it fits and what it controls\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"cols-2\"\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eLocation\u003c\/strong\u003e\n          Under the dashboard on the passenger side, inside or adjacent to the glove box assembly.\n        \u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eFunction\u003c\/strong\u003e\n          Provides light for the glove compartment area when the glovebox is opened.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eFitting instructions and tools\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"cols-2\"\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eSuggested tools\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eTrim removal tool\u003c\/li\u003e\n            \u003cli\u003eSmall flat screwdriver\u003c\/li\u003e\n            \u003cli\u003eTorch \/ inspection light\u003c\/li\u003e\n            \u003cli\u003eGloves\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eEstimated repair time\u003c\/strong\u003e\n          10–20 minutes for a simple lamp replacement.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"footer-note\"\u003e\n        \u003cstrong\u003eBasic fitting steps:\u003c\/strong\u003e open the glovebox, inspect the lamp housing, unplug the old unit carefully, transfer any retaining clip if needed, and test the replacement before reassembly.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eGarage cost estimate (per hour)\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"estimate\"\u003e\n        \u003cdiv class=\"box\"\u003e\n\u003cstrong\u003e£45\/hr\u003c\/strong\u003e 0.25 hr = £11.25\u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n\u003cstrong\u003e£70\/hr\u003c\/strong\u003e 0.25 hr = £17.50\u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n\u003cstrong\u003e£100\/hr\u003c\/strong\u003e 0.25 hr = £25.00\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"small\" style=\"margin-top:12px;\"\u003e\n        This is a static estimate box rather than a live calculator so the template remains compliant with no active content.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eSeller information block\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"cols-2\"\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eBusiness info\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eGlobal VAT scheme: no VAT charged.\u003c\/li\u003e\n            \u003cli\u003e25,000+ parts in stock and on the shelf at any one time.\u003c\/li\u003e\n            \u003cli\u003eCollections 7 days a week till 8pm by appointment, including bank holidays by prior appointment.\u003c\/li\u003e\n            \u003cli\u003eWe also offer repairs subject to availability.\u003c\/li\u003e\n            \u003cli\u003eWe buy cars for cash with nationwide collection \u0026amp; same day payment.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"box\"\u003e\n          \u003cstrong\u003eReturns \/ address \/ fitment note\u003c\/strong\u003e\n          \u003cul\u003e\n            \u003cli\u003eCustomer must ensure the checkout address is correct because it cannot be changed for them.\u003c\/li\u003e\n            \u003cli\u003eReturns marked “Doesn’t Fit” or “Item Not As Described” may have a 50% restock fee where fitment details were clarified.\u003c\/li\u003e\n            \u003cli\u003eWe can verify fitment if the buyer is unsure.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eWarehouse, garage, and dispatch images\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cdiv class=\"grid-3\"\u003e\n        \u003cfigure\u003e\n          \u003cimg alt=\"Warehouse stock photo of automotive parts\" src=\"https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Auto_Parts_Store.jpg\"\u003e\n          \u003cfigcaption\u003eWarehouse stock image showing boxed automotive parts.\u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n        \u003cfigure\u003e\n          \u003cimg alt=\"Mechanic repair garage photo\" src=\"https:\/\/commons.wikimedia.org\/wiki\/Special:FilePath\/Mechanic_at_work.jpg\"\u003e\n          \u003cfigcaption\u003eMechanic \/ repair garage photo to support the service section.\u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n        \u003cfigure\u003e\n          \u003cimg alt=\"WhatsApp QR code for 07495972152\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=220x220\u0026amp;data=https%3A\/\/wa.me\/447495972152\"\u003e\n          \u003cfigcaption\u003eQR code for WhatsApp contact\u003c\/figcaption\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"margin-top:18px;\"\u003e\n        \u003cstrong\u003eHow to find us for collections:\u003c\/strong\u003e scan the QR code\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eGSP \/ international shipping countries\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cp\u003e\n        The official eBay International Shipping \/ GSP help page says the programme reaches buyers in over 100 markets and lists the following eligible countries:\n      \u003c\/p\u003e\n      \u003cdiv class=\"box\" style=\"max-height:320px; overflow:auto;\"\u003e\n        \u003cstrong\u003eEU countries\u003c\/strong\u003e: Austria, Belgium, Bulgaria, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Ireland, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eNon-EU countries\u003c\/strong\u003e: Antigua and Barbuda, Aruba, Australia, Bahamas, Bahrain, Bangladesh, Barbados, Belize, Bermuda, Bolivia, Brazil, Brunei Darussalam, Cambodia, Canada, Cayman Islands, Chile, China, Colombia, Costa Rica, Dominica, Dominican Republic, Ecuador, Egypt, El Salvador, French Guiana, Grenada, Guadeloupe, Guatemala, Guernsey, Honduras, Hong Kong, Iceland, Indonesia, Israel, Jamaica, Japan, Jersey, Jordan, Kuwait, Liechtenstein, Macau, Malaysia, Maldives, Martinique, Mexico, Monaco, Montserrat, New Zealand, Nicaragua, Norway, Oman, Pakistan, Panama, Paraguay, Peru, Philippines, Qatar, Reunion, Saint Kitts and Nevis, Saint Lucia, Saudi Arabia, Singapore, South Africa, South Korea, Sri Lanka, Switzerland, Taiwan, Thailand, Trinidad and Tobago, Turks \u0026amp; Caicos Island, UAE, Ukraine, Uruguay, USA, Vietnam.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection\u003e\n    \u003cdiv class=\"section-hd\"\u003e\u003ch2\u003eClosing message\u003c\/h2\u003e\u003c\/div\u003e\n    \u003cdiv class=\"section-bd\"\u003e\n      \u003cp\u003e\n        Buying used parts helps customers save money, with big savings compared with new parts in many cases, and it supports recycling and a more sustainable automotive world 🌍♻️.\n        It also helps local small businesses keep quality parts moving instead of throwing usable components away.\n      \u003c\/p\u003e\n      \u003cp\u003e\n        This template is intentionally premium, easy to read, and designed around clear fitment clues so buyers order the correct part first time and reduce returns.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n        \n        \u003c\/body\u003e","brand":"Citroën","offers":[{"title":"Default Title","offer_id":62986063806794,"sku":"206223893615","price":14.01,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_dc89428e-4afd-47d4-9d69-320389eb5a03.jpg?v=1787007628","url":"https:\/\/thepartpilot.co.uk\/products\/citroen-ds5-hybrid4-2011-2018-glove-box-light-lamp-interior-6362n7","provider":"The Part Pilot","version":"1.0","type":"link"}