{"title":"Suspension \u0026 Steering","description":"\u003cp\u003eSuspension arms, shock absorbers, springs, steering components and running gear.\u003c\/p\u003e","products":[{"product_id":"genuine-bmw-f22-f23-f87-f30-f34-f35-f80-f32-shift-centre-steering-column","title":"Genuine BMW F22 F23 F87 F30 F34 F35 F80 F32 Shift Centre Steering Column","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Steering Column\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Genuine BMW F22 F23 F87 F30 F34 F35 F80 F32 Shift Centre Steering Column\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n    \u003cbr\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003cbr\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577611727173,"sku":"00000069","price":69.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_952bceca-d9f5-4a89-bdec-7825eda1d0c1.jpg?v=1765208107"},{"product_id":"2014-bmw-3-series-f30-leather-multifunctional-steering-wheel-genuine-62560150d","title":"2014 BMW 3 SERIES F30 LEATHER MULTIFUNCTIONAL STEERING WHEEL GENUINE 62560150D","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Steering Wheel\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Steering Wheel\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n    \u003cbr\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       62560150D\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577724842309,"sku":"00000115","price":39.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_7df8643e-cf78-44cc-9978-267ff02512aa.jpg?v=1765209078"},{"product_id":"bmw-3-4-f30-f32-f36-n57-xdrive-msport-rear-left-suspension-wheel-hub","title":"BMW 3 4 F30 F32 F36 N57 XDRIVE MSPORT REAR LEFT SUSPENSION WHEEL HUB","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Wheel Hub Rear LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Wheel Hub Rear LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000167\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Wheel Hub Rear LH\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577807253829,"sku":"00000167","price":109.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_77db4350-2669-4e33-a4a9-5b8c83ce2dee.jpg?v=1765209681"},{"product_id":"bmw-3-4-f30-f32-f36-n57-xdrive-msport-rear-right-suspension-wheel-hub","title":"BMW 3 4 F30 F32 F36 N57 XDRIVE MSPORT REAR RIGHT SUSPENSION WHEEL HUB","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Wheel Hub Rear RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Wheel Hub Rear RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577868464453,"sku":"00000168","price":109.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_df60b5ad-0f1b-4d43-b6c5-1de8e70bc733.jpg?v=1765210296"},{"product_id":"oem-bmw-3-series-f31-f30-shock-absorber-strut-front-rh-or-lh-6866556-6863135","title":"OEM BMW 3 Series F31 F30 Shock Absorber Strut Front RH Or LH 6866556 6863135","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Shock Absorber Front LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Shock Absorber Front LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6866556 6863135\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577887174981,"sku":"00000165","price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_96102e4c-e291-4660-bbe3-9c535df758fa.jpg?v=1765210397"},{"product_id":"oem-bmw-3-series-f31-f30-shock-absorber-strut-front-rh-or-lh-6866556-6863136","title":"OEM BMW 3 Series F31 F30 Shock Absorber Strut Front RH Or LH 6866556 6863135","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Shock Absorber Front RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Shock Absorber Front RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6866556 6863135\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577893433669,"sku":"00000166","price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_996ee2c2-5f56-40a8-865a-e715a4e5fb35.jpg?v=1765210425"},{"product_id":"bmw-3-series-f30-pair-of-rear-shock-absorbers-left-right-saloon","title":"BMW 3 SERIES F30 PAIR OF REAR SHOCK ABSORBERS LEFT \u0026 RIGHT Saloon","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Rear Shock Absorber\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Rear Shock Absorber\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577953333573,"sku":"00000193","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_2b79a059-9324-46ed-9451-db7f52ffa2f4.jpg?v=1765210867"},{"product_id":"coil-spring-bmw-f30-rear-axle-suspension-left-right-n-o-s-spring-set-ee","title":"Coil Spring BMW F30 Rear Axle Suspension Left Right N\/O\/S Spring Set EE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Coil Assy\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Coil Assy\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578060779845,"sku":"00000224","price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_b6f98715-bd23-419f-87ea-b3ea95c21dfb.jpg?v=1765211153"},{"product_id":"bmw-3-series-f30-f31-power-steering-column-669777-320i-luxury-auto","title":"BMW 3 SERIES F30 F31 POWER STEERING COLUMN 669777 320I LUXURY AUTO","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Steering Column\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Steering Column\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578149253445,"sku":"00000202","price":74.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ae097d9b-2564-46a8-9663-eaf3360d4b1a.jpg?v=1765211904"},{"product_id":"2014-bmw-320i-luxury-auto-subframe-assembly-rear-f30-petrol-saloon-4-doors","title":"2014 BMW 320I LUXURY AUTO Subframe Assembly Rear F30 Petrol Saloon 4 Doors","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Subframe Assembly Rear\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Subframe Assembly Rear\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6851656\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578163736901,"sku":"00000185","price":79.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_473bfcc0-281e-4b36-a797-3871b9497ec8.jpg?v=1765212065"},{"product_id":"bmw-1-3-series-f20-f21-f30-lci-b38-gearbox-suspension-mounting-mount-6875904","title":"BMW 1 3 Series F20 F21 F30 LCI B38 Gearbox Suspension Mounting Mount 6875904","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Gearbox undertray\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Gearbox undertray\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6875904\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578208465221,"sku":"00000240","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_cd54ea6b-f508-4acc-99ff-a5db0a020f6f.jpg?v=1765212452"},{"product_id":"bmw-1-3-series-f20-f21-f30-lci-b38-gearbox-suspension-mounting-mount-6875905","title":"BMW 1 3 Series F20 F21 F30 LCI B38 Gearbox Suspension Mounting Mount 6875904","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Gearbox undertray\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Gearbox undertray\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6875904\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000241\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Gearbox undertray\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578210103621,"sku":"00000241","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e6af1db0-e4f2-42ef-8e4c-1af95482fff1.jpg?v=1765212479"},{"product_id":"bmw-1-2-3-4-series-f20-f21-f30-f31-f32-f33-f36-m140i-340i-front-subframe-genuine","title":"BMW 1 2 3 4 SERIES F20 F21 F30 F31 F32 F33 F36 M140i 340i FRONT SUBFRAME GENUINE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Engine Mounting Bracket\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Engine Mounting Bracket\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578216755525,"sku":"00000247","price":89.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_23d9d291-c106-4a06-a583-372061cad4a4.jpg?v=1765212650"},{"product_id":"bmw-1-3-series-f20-f30-f31-f34-electric-power-steering-rack-gear-6867851-142890","title":"BMW 1 3 SERIES F20 F30 F31 F34 ELECTRIC POWER STEERING RACK GEAR 6867851 142890","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Steering Rack or Box\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Steering Rack or Box\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6874663\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578217378117,"sku":"00000248","price":197.4,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_1607c1af-9492-43fa-92e7-98d428478d83.jpg?v=1765212674"},{"product_id":"bmw-3-series-f30-f31-front-right-o-s-axle-suspension-wheel-carrier-hub-6792288","title":"BMW 3 Series F30 F31 Front Right O\/S Axle Suspension Wheel Carrier Hub 6792288","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Wheel Hub Front RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Wheel Hub Front RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6792288\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578219442501,"sku":"00000257","price":79.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_64955968-9d54-4e1c-8cd7-249022a1aeec.jpg?v=1765212825"},{"product_id":"bmw-3-series-f30-f31-front-left-n-s-axle-suspension-wheel-carrier-hub-6792287","title":"BMW 3 Series F30 F31 Front Left N\/S Axle Suspension Wheel Carrier Hub 6792287","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Wheel Hub Front LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Wheel Hub Front LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW 3 Series F30 F31 Front Left N\/S Axle Suspension Wheel Carrier Hub 6792288\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578219639109,"sku":"00000258","price":79.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e44ff5bc-6c27-4c74-a0bc-af17a947b4f9.jpg?v=1765212850"},{"product_id":"kyb-ra6170-suspension-spring-rear-replacement-service-maintenance-fits-audi-q7","title":"KYB RA6170 Suspension Spring Rear Replacement Service Maintenance Fits Audi Q7","description":"The KYB RA6170 Rear Coil Spring is a high-quality replacement part designed specifically for the Audi Q7. Made by the reputable brand KYB, this spring is a single unit suitable for the rear axle of the vehicle. With an OEM number of 7L8511115AR, this coil spring ensures proper fit and functionality for maintaining the suspension system of your Audi Q7. Ideal for service and maintenance purposes, this rear coil spring is a reliable choice for ensuring smooth and comfortable driving performance.\n\u003cdiv\u003e\n \u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n Brand new\n\u003c\/div\u003e\n\u003cdiv\u003e\n \u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n \u003cdiv\u003e\n  Here's a breakdown of the vehicle fitment:\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Make: Audi\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Model: Q7\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Chassis Codes: 4LB, 4L, 4MB, 4MG\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Years: 2006 - 2019\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Engine: 3.0L \/ 3.0 TDI\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Suspension Type: Standard suspension (not for S-Line or sports suspension)\n \u003c\/div\u003e\n \u003cdiv\u003e\n  Fitting Position: Rear Axle (Left or Right)\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"KYB","offers":[{"title":"Default Title","offer_id":56578221736261,"sku":null,"price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ac14f1e4-5028-4dfb-839c-d2ba632a889e.jpg?v=1765212955"},{"product_id":"audi-a3-sport-tfsi-power-steering-rack-2008-2012","title":"AUDI A3 SPORT TFSI Power Steering Rack 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eAUDI A3 SPORT TFSI Power Steering Rack 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006167\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eAUDI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eA3 SPORT TFSI Hatchback 2009 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2010\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eVU10XKX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ8P9AA165489\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.4L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3J\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e117,362\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eTFSI Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57640919433541,"sku":"00006167","price":69.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a3-sport-tfsi-power-steering-pump-pipe-and-reservoir-2008-2012","title":"AUDI A3 SPORT TFSI Power Steering Pump Pipe And Reservoir 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc pipes\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eAUDI A3 SPORT TFSI Power Steering Pump Pipe And Reservoir 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006172\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc pipes\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eAUDI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eA3 SPORT TFSI Hatchback 2009 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2010\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eVU10XKX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ8P9AA165489\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.4L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3J\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e117,362\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eTFSI Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57641039167813,"sku":"00006172","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"skoda-citigo-se-12v-subframe-front-2012-2020","title":"SKODA CITIGO SE 12V Subframe Front 2012-2020","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eSKODA CITIGO SE 12V Subframe Front 2012-2020\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006180\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSKODA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006180\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSKODA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCITIGO SE 12V Hatchback 2012 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eSKODA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCityGo\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eNK13VSV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eTMBZZZAAZDD633775\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3D\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,333\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eSE 12V\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647585820997,"sku":"00006180","price":64.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"skoda-citigo-se-12v-wheel-hub-front-rh-driver-side-2012-2020","title":"SKODA CITIGO SE 12V Wheel Hub Front RH Driver Side 2012-2020","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eSKODA CITIGO SE 12V Wheel Hub Front RH Driver Side 2012-2020\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006182\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSKODA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCITIGO SE 12V Hatchback 2012 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eSKODA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCityGo\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eNK13VSV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eTMBZZZAAZDD633775\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3D\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,333\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eSE 12V\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647635923269,"sku":"00006182","price":49.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"skoda-citigo-se-12v-shock-absorber-front-rh-driver-side-2012-2020","title":"SKODA CITIGO SE 12V Shock Absorber Front RH Driver Side 2012-2020","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eSKODA CITIGO SE 12V Shock Absorber Front RH Driver Side 2012-2020\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006184\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSKODA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCITIGO SE 12V Hatchback 2012 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eSKODA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCityGo\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eNK13VSV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eTMBZZZAAZDD633775\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3D\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,333\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eSE 12V\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647711650117,"sku":"00006184","price":34.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"porsche-cayenne-tiptronic-s-shock-absorber-front-lh-passenger-side-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Shock Absorber Front LH Passenger Side 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Shock Absorber Front LH Passenger Side 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006187\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647814705477,"sku":"00006187","price":49.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"porsche-cayenne-tiptronic-s-shock-absorber-front-rh-driver-side-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Shock Absorber Front RH Driver Side 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Shock Absorber Front RH Driver Side 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006188\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647820505413,"sku":"00006188","price":49.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"porsche-cayenne-tiptronic-s-wheel-hub-front-lh-passenger-side-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Wheel Hub Front LH Passenger Side 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Wheel Hub Front LH Passenger Side 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006189\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006189\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647831777605,"sku":"00006189","price":45.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"porsche-cayenne-tiptronic-s-wheel-hub-front-rh-driver-side-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Wheel Hub Front RH Driver Side 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Wheel Hub Front RH Driver Side 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006190\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647839904069,"sku":"00006190","price":44.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"honda-accord-ex-i-vtec-subframe-front-2008-2012","title":"HONDA ACCORD EX I-VTEC Subframe Front 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Subframe Front 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006192\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647914910021,"sku":"00006192","price":119.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"honda-accord-ex-i-vtec-shock-absorber-front-lh-passenger-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Shock Absorber Front LH Passenger Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Shock Absorber Front LH Passenger Side 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006193\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647930573125,"sku":"00006193","price":39.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"honda-accord-ex-i-vtec-shock-absorber-front-rh-driver-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Shock Absorber Front RH Driver Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Shock Absorber Front RH Driver Side 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006194\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647938568517,"sku":"00006194","price":39.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"honda-accord-ex-i-vtec-wheel-hub-front-lh-passenger-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Wheel Hub Front LH Passenger Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Wheel Hub Front LH Passenger Side 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006195\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647949021509,"sku":"00006195","price":54.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"honda-accord-ex-i-vtec-wheel-hub-front-rh-driver-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Wheel Hub Front RH Driver Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Wheel Hub Front RH Driver Side 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006196\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647952920901,"sku":"00006196","price":54.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a3-sport-tfsi-subframe-front-2008-2012","title":"AUDI A3 SPORT TFSI Subframe Front 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eAUDI A3 SPORT TFSI Subframe Front 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006199\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eAUDI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eA3 SPORT TFSI Hatchback 2009 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2010\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eVU10XKX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ8P9AA165489\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.4L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3J\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e117,362\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eTFSI Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57647984378181,"sku":"00006199","price":49.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-lower-steering-column-2012-2019","title":"PEUGEOT 208 ACTIVE Lower Steering Column 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Column\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Lower Steering Column 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006223\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Column\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006223\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Column\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57649486004549,"sku":"00006223","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mercedes-benz-b160-sport-cvt-shock-absorber-rear-rh-driver-side-2009-2011","title":"MERCEDES-BENZ B160 SPORT CVT Shock Absorber Rear RH Driver Side 2009-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Rear RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ B160 SPORT CVT Shock Absorber Rear RH Driver Side 2009-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006146\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Rear RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eB160 SPORT CVT MPV 2009 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eB-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eEA59RNV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2452312J529490\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.5L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eCVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e191\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,820\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eB160 Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed CVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650405704005,"sku":"00006146","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T12_00_33.151Z-watermarked.jpg-2026-04-09T12_16_30.jpg?v=1775823796"},{"product_id":"mercedes-benz-b160-sport-cvt-shock-absorber-rear-lh-passenger-side-2009-2011","title":"MERCEDES-BENZ B160 SPORT CVT Shock Absorber Rear LH Passenger Side 2009-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Rear LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ B160 SPORT CVT Shock Absorber Rear LH Passenger Side 2009-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006145\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Rear LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eB160 SPORT CVT MPV 2009 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eB-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eEA59RNV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2452312J529490\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.5L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eCVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e191\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,820\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eB160 Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed CVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650410684741,"sku":"00006145","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T12_02_08.816Z-watermarked.jpg-2026-04-09T12_16_11.jpg?v=1775823802"},{"product_id":"mercedes-benz-b160-sport-cvt-suspension-rubber-buffer-rear-upper-a1693250484","title":"MERCEDES-BENZ B160 SPORT CVT Suspension Rubber Buffer Rear Upper A1693250484","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc trims\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ B160 SPORT CVT Suspension Rubber Buffer Rear Upper A1693250484 2009-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA1693250484\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006143\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc trims\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA1693250484\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eB160 SPORT CVT MPV 2009 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eB-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eEA59RNV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2452312J529490\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.5L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eCVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e191\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,820\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eB160 Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed CVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650431820101,"sku":"00006143","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T12_11_43.574Z-watermarked.jpg-2026-04-09T12_15_53.jpg?v=1775823822"},{"product_id":"mercedes-benz-b160-sport-cvt-suspension-rubber-buffer-rear-upper-a1693250484-1","title":"MERCEDES-BENZ B160 SPORT CVT Suspension Rubber Buffer Rear Upper A1693250484","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc trims\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ B160 SPORT CVT Suspension Rubber Buffer Rear Upper A1693250484 2009-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA1693250484\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006142\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc trims\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA1693250484\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eB160 SPORT CVT MPV 2009 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eB-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eEA59RNV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2452312J529490\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.5L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eCVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e191\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,820\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eB160 Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed CVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650442010949,"sku":"00006142","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T12_12_43.545Z-watermarked.jpg-2026-04-09T12_15_33.jpg?v=1775823832"},{"product_id":"volkswagen-passat-highline-tdi-blue-tech-power-steering-steering-rack-2010-2014","title":"VOLKSWAGEN PASSAT HIGHLINE TDI BLUE TECH Power Steering Steering Rack 2010-2014","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN PASSAT HIGHLINE TDI BLUE TECH Power Steering Steering Rack 2010-2014\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006133\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003ePASSAT HIGHLINE TDI BLUE TECH Estate 2012 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003ePassat\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eRE13YFW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVWZZZ3CZEE001649\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNIGHT BLUE METALLIC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLH5X\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNIGHT BLUE METALLIC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e128,200\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eHighLine TDI BlueMotion Technology\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650443878725,"sku":"00006133","price":79.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-10T09_15_15.843Z-watermarked.jpg-2026-04-10T09_30_06.jpg?v=1775823845"},{"product_id":"ford-fiesta-zetec-subframe-front-2012-2017","title":"FORD FIESTA ZETEC Subframe Front 2012-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eFORD FIESTA ZETEC Subframe Front 2012-2017\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006108\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFORD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eFIESTA ZETEC Hatchback 2010 - 2022\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eFORD\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eFiesta\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2012\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eMA62EHR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWF0JXXGAJJCE52462\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003ePANTHER BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e D9\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003ePANTHER BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e79,077\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650473599301,"sku":"00006108","price":69.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T08_36_44.058Z-watermarked.jpg-2026-04-09T08_45_07.jpg?v=1775823898"},{"product_id":"honda-accord-ex-i-vtec-power-steering-pump-pipe-2008-2012","title":"HONDA ACCORD EX I-VTEC Power Steering Pump Pipe 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc pipes\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Power Steering Pump Pipe 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006154\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc pipes\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650473632069,"sku":"00006154","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_25_42.469Z-watermarked.jpg-2026-04-09T13_31_12.jpg?v=1775823900"},{"product_id":"ford-galaxy-zetec-tdci-auto-subframe-front-2010-2015","title":"FORD GALAXY ZETEC TDCI AUTO Subframe Front 2010-2015","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eFORD GALAXY ZETEC TDCI AUTO Subframe Front 2010-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006149\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFORD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eGALAXY ZETEC TDCI AUTO MPV 2010 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eFORD\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eGalaxy\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2012\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eLS12EUL\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWF0MXXGBWMCR64323\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eWA6\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e132,418\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eZetec TDCI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650476286277,"sku":"00006149","price":129.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_59_40.192Z-watermarked.jpg-2026-04-09T14_00_43.jpg?v=1775823911"},{"product_id":"hyundai-ix35-style-2wd-crdi-134-subframe-front-2009-2015","title":"HYUNDAI IX35 STYLE 2WD CRDI 134 Subframe Front 2009-2015","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSubframe Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHYUNDAI IX35 STYLE 2WD CRDI 134 Subframe Front 2009-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006105\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSubframe Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHYUNDAI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eIX35 STYLE 2WD CRDI 134 SUV 2010 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHYUNDAI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eix35\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2011\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eNV11YFD\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eU5YZT81VLBL113349\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eGREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e5K\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eGREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e175,267\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eStyle CRDi\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650476384581,"sku":"00006105","price":69.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T10_36_47.167Z-watermarked.jpg-2026-04-09T10_45_09.jpg?v=1775823912"},{"product_id":"mercedes-benz-b160-sport-cvt-power-steering-rack-2009-2011","title":"MERCEDES-BENZ B160 SPORT CVT Power Steering Rack 2009-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ B160 SPORT CVT Power Steering Rack 2009-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006100\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006100\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eB160 SPORT CVT MPV 2009 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eB-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eEA59RNV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2452312J529490\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.5L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eCVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e191\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,820\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eB160 Sport\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eMPV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed CVT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650481004869,"sku":"00006100","price":129.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T09_13_52.877Z-watermarked.jpg-2026-04-09T09_15_21.jpg?v=1775823924"},{"product_id":"mercedes-benz-c250-amg-sport-ed125-ci-bcy-steering-rack-pump-pipe-2015-2021","title":"MERCEDES-BENZ C250 AMG SPORT ED125 CI BCY Steering Rack Pump Pipe 2015-2021","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc pipes\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ C250 AMG SPORT ED125 CI BCY Steering Rack Pump Pipe 2015-2021\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006147\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc pipes\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eC250 AMG SPORT ED125 CDI BCY A Coupe 2011 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eC-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2012\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eJ90TWO\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2043032F819357\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.1L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e197\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e83,078\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eC250 CDI BlueEfficiency AMG Sport ED125\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e2\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650484838725,"sku":"00006147","price":59.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_22_51.310Z-watermarked.jpg-2026-04-09T13_30_41.jpg?v=1775823931"},{"product_id":"honda-accord-ex-i-vtec-power-steering-rack-2008-2012","title":"HONDA ACCORD EX I-VTEC Power Steering Rack 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Power Steering Rack 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006150\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650488017221,"sku":"00006150","price":74.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_08_29.166Z-watermarked.jpg-2026-04-09T13_15_11.jpg?v=1775823946"},{"product_id":"peugeot-208-active-wheel-hub-front-rh-driver-side-2012-2019","title":"PEUGEOT 208 ACTIVE Wheel Hub Front RH Driver Side 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWheel Hub Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Wheel Hub Front RH Driver Side 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006226\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWheel Hub Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683037061445,"sku":"00006226","price":27.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-shock-absorber-front-lh-passenger-side-2012-2019","title":"PEUGEOT 208 ACTIVE Shock Absorber Front LH Passenger Side 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Shock Absorber Front LH Passenger Side 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006228\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006228\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683081101637,"sku":"00006228","price":39.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-shock-absorber-front-rh-driver-side-2012-2019","title":"PEUGEOT 208 ACTIVE Shock Absorber Front RH Driver Side 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eShock Absorber Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Shock Absorber Front RH Driver Side 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006229\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006229\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eShock Absorber Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683095617861,"sku":"00006229","price":39.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-power-steering-rack-9807496980-2012-2019","title":"PEUGEOT 208 ACTIVE Power Steering Rack 9807496980 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Power Steering Rack 9807496980 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9807496980\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006230\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9807496980\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683127697733,"sku":"00006230","price":79.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c3-edition-puretech-power-steering-rack-6820000193-2009-2016","title":"CITROEN C3 EDITION PURETECH Power Steering Rack 6820000193 2009-2016","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Rack or Box\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eCITROEN C3 EDITION PURETECH Power Steering Rack 6820000193 2009-2016\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6820000193\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006236\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eCITROEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6820000193\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006236\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Rack or Box\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eCITROEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6820000193\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eC3 EDITION PURETECH Hatchback 2015 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eCITROEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eC3\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2016\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDN16FDX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF7SCHMZ6FW674496\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eWHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eEWP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eWHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e57,831\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003ePureTech Edition\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683380863301,"sku":"00006236","price":44.95,"currency_code":"GBP","in_stock":true}]}],"url":"https:\/\/partsworth.com\/collections\/suspension-steering-1.oembed","provider":"Partsworth","version":"1.0","type":"link"}