{"title":"Brakes \u0026 Safety","description":"\u003cp\u003eBrake switches, ABS sensors, airbag sensors, brake pedal components and safety systems.\u003c\/p\u003e","products":[{"product_id":"jaguar-xf-x260-pair-of-front-airbag-crash-impact-sensors-gx7314b750ab","title":"JAGUAR XF X260 PAIR OF FRONT AIRBAG CRASH IMPACT SENSORS GX7314B750AB","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Bumper Front Proximity Sensor\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 {       --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\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  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XF X260 PAIR OF FRONT AIRBAG CRASH IMPACT SENSORS GX7314B750AB\n  \u003c\/span\u003e\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        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\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        Diesel\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        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\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        LRC NER POLARIS WHITE\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        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\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        6 Speed Manual\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":"Jaguar","offers":[{"title":"Default Title","offer_id":56577160708421,"sku":"00000283","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e26b5c1c-ee1e-44b5-85de-c8e8f3096819.jpg?v=1765203558"},{"product_id":"jaguar-land-rover-front-crash-bar-panel-bumper-impact-crash-sensor-fk7214b006aa","title":"JAGUAR LAND ROVER FRONT CRASH BAR PANEL BUMPER IMPACT CRASH SENSOR FK7214B006AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Proximity Sensor\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    Bumper Front Proximity Sensor\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         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\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         Diesel\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         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\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         6 Speed Manual\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":"Jaguar","offers":[{"title":"Default Title","offer_id":56577281556805,"sku":"00000304","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_9b5844df-eee3-479c-874c-58f1878c19d1.jpg?v=1765204851"},{"product_id":"jaguar-land-rover-front-crash-bar-panel-bumper-impact-crash-sensor-fk7214b006aa-1","title":"JAGUAR LAND ROVER FRONT CRASH BAR PANEL BUMPER IMPACT CRASH SENSOR FK7214B006AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Proximity Sensor\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    Bumper Front Proximity Sensor\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        FK7214B006AA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\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         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\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         Diesel\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         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\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         6 Speed Manual\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":"Jaguar","offers":[{"title":"Default Title","offer_id":56577282572613,"sku":"00000305","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ba70adb9-99df-4fe9-b9f4-d1650782182e.jpg?v=1765204878"},{"product_id":"jaguar-xe-xf-brake-pedal-switch-sensor-2-0-diesel-hk63-9g854-aa","title":"JAGUAR XE\/XF BRAKE PEDAL SWITCH SENSOR 2.0 DIESEL HK63-9G854-AA","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  REAR BRAKE LOAD ADJUSTING VALVE\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 {       --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\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  JAGUAR XE\/XF BRAKE PEDAL SWITCH SENSOR 2.0 DIESEL HK63-9G854-AA\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       HK63-9G854-AA\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       XE R-SPORT D Saloon 2015 - 2018\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        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\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        Diesel\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        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\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        LRC NER POLARIS WHITE\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        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\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        6 Speed Manual\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      ✅ Partsworth - Warranty \u0026amp; Returns Information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Quality Tested • Trusted Supplier • Fast Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      At 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Warranty Information - 30 Days of Buyer Confidence\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, covering:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIssues not caused by improper installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty gives buyers confidence when purchasing genuine used parts.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Important: This warranty works alongside eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🏷️ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct item is returned and supports faster, fair processing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Note: The presence of an ID mark does not override buyer rights.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      It simply helps us verify the part more efficiently during the return inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer needs to return an item, we simply ask for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tThe original order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tA brief description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tThe item to be packaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Once received, the part will be checked and processed promptly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We always follow eBay's return procedures and issue refunds through the original payment method.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We provide detailed information including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPart numbers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDonor vehicle details\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngine and trim info\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photographs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps buyers confirm compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Shipping \u0026amp; Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast, reliable UK delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTracking information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure, protective packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We handle every order with care to ensure safe arrival.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🚫 Spares\/Repairs \u0026amp; Untested Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      They may not be fully functional and are clearly described as such at the point of sale.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Why Buy from Partsworth?\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTrusted UK supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProfessionally tested OEM parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast tracked delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photos and accurate descriptions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFriendly support before and after purchase\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⭐ Your Trusted Partner for Quality Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Buyer Information \u0026amp; Terms\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Each part is:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCarefully inspected and function-tested where applicable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCleaned and prepared for resale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotographed clearly to show the exact item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Because 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps us identify the correct part during processing and ensures fast, efficient service.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ Standard Warranty - 30 Days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless stated otherwise in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ✔️ Warranty covers:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical\/electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDefects present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty does not cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour or fitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProgramming\/coding issues\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, altered or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All inspections follow eBay's return process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We strongly recommend professional installation for components such as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs and electrical modules\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes and turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSafety systems, airbags and hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking for peace of mind\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging to protect the part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal verification before dispatch (photographs, scan logs, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a return is required, the item should be:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSent back in the condition it was supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tReturned through the eBay returns system\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We process refunds promptly once the item is received and checked.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      As with all used automotive parts, we cannot cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, fitting or programming costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage arising from incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle downtime or loss of earnings\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      8️⃣ Legal Compliance\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All transactions comply with UK consumer regulations.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Trusted, Tested, Professional\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Returns Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ 30-Day Returns \u0026amp; Warranty Period\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To help us process the return efficiently, buyers may be asked to provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA short description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or videos where relevant\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items may be inspected or tested as part of the normal returns process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Condition of Returned Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      When returning an item, please ensure it:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncludes any components originally sent\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs packaged securely to prevent transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHas not been dismantled, opened or altered after delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      (We work fully within eBay's Money Back Guarantee rules.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ If You Believe You Received the Wrong Item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer thinks an incorrect item was received, we will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal packing and dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPre-dispatch photos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan logs and order information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares or Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaulty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      eBay's standard protections still apply where appropriate.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Return Shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unless the return is due to a Partsworth error, buyers are responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the part securely\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the item is protected during transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If 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.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds are issued:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOnce the item has been received and checked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThrough the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIn accordance with eBay's Money Back Guarantee\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Processing times can vary depending on courier return times and inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Fair \u0026amp; Transparent Return Handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the returned part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe presence of the Partsworth ID mark (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny differences between the returned item and the original part supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This ensures returns are handled consistently, accurately and in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled with fairness, consistency and full transparency.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\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":"Jaguar","offers":[{"title":"Default Title","offer_id":56577450869061,"sku":"00000350","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_806a78e0-cf5d-4ee3-947b-a8047507a1fd.jpg?v=1765206231"},{"product_id":"jaguar-xf-x260-airbag-crash-impact-sensor-fk7214b006aa-2-pack","title":"JAGUAR XF X260 AIRBAG CRASH IMPACT SENSOR FK7214B006AA 2 pack","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Misc sensor\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    Misc sensor\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        FK7214B006AA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n     \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e\n      \u003cstrong\u003e\n       Additional Info:\n      \u003c\/strong\u003e\n      \u003cbr\u003e\n      2 Pack\n     \u003c\/div\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         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\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         Diesel\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         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\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         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\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         6 Speed Manual\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        ✅ Partsworth - Warranty \u0026amp; Returns Information\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Quality Tested • Trusted Supplier • Fast Dispatch\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        At 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🔧 Warranty Information - 30 Days of Buyer Confidence\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        All working parts include a 30-day warranty, covering:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tMechanical or electrical failure under normal use\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFaults present at the time of sale\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tIssues not caused by improper installation\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This warranty gives buyers confidence when purchasing genuine used parts.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Important: This warranty works alongside eBay's Money Back Guarantee.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🏷️ Partsworth Identification Mark\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This helps ensure the correct item is returned and supports faster, fair processing.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Note: The presence of an ID mark does not override buyer rights.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        It simply helps us verify the part more efficiently during the return inspection.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        📦 Returns Process\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If a buyer needs to return an item, we simply ask for:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        1.\tThe original order reference\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        2.\tA brief description of the issue\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        3.\tThe item to be packaged securely to avoid transit damage\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Once received, the part will be checked and processed promptly.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        We always follow eBay's return procedures and issue refunds through the original payment method.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        We provide detailed information including:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPart numbers\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tDonor vehicle details\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tEngine and trim info\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tClear photographs\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This helps buyers confirm compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        📦 Shipping \u0026amp; Dispatch\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        All orders are shipped with:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFast, reliable UK delivery\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tTracking information\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tSecure, protective packaging\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        We handle every order with care to ensure safe arrival.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🚫 Spares\/Repairs \u0026amp; Untested Items\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        They may not be fully functional and are clearly described as such at the point of sale.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🔧 Why Buy from Partsworth?\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tTrusted UK supplier\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tProfessionally tested OEM parts\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFast tracked delivery\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tClear photos and accurate descriptions\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFriendly support before and after purchase\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⭐ Your Trusted Partner for Quality Used Car Parts\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        ✅ Partsworth - Buyer Information \u0026amp; Terms\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        These 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        1️⃣ Understanding Used Vehicle Parts\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Each part is:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tCarefully inspected and function-tested where applicable\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tCleaned and prepared for resale\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPhotographed clearly to show the exact item supplied\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Because 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        2️⃣ Partsworth Identification Mark\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This helps us identify the correct part during processing and ensures fast, efficient service.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        The 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        3️⃣ Standard Warranty - 30 Days\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        All working parts include a 30-day warranty, unless stated otherwise in the listing.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ✔️ Warranty covers:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tMechanical\/electrical failure under normal use\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tDefects present at the time of sale\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFaults not caused by incorrect fitting\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ❌ Warranty does not cover:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tLabour or fitting costs\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tProgramming\/coding issues\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tDamage caused by incorrect installation\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tParts that have been opened, altered or modified\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        All inspections follow eBay's return process.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        4️⃣ Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        We strongly recommend professional installation for components such as:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tECUs and electrical modules\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tEngines, gearboxes and turbos\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tSafety systems, airbags and hybrid components\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        The 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Every order is shipped with:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFull tracking for peace of mind\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tSecure packaging to protect the part\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tInternal verification before dispatch (photographs, scan logs, etc.)\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        6️⃣ Returns Process\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If a return is required, the item should be:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tSent back in the condition it was supplied\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPackaged securely to avoid transit damage\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tReturned through the eBay returns system\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        We process refunds promptly once the item is received and checked.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        7️⃣ Liability\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        As with all used automotive parts, we cannot cover:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tLabour, fitting or programming costs\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tDamage arising from incorrect installation\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tVehicle downtime or loss of earnings\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        8️⃣ Legal Compliance\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        All transactions comply with UK consumer regulations.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🔧 Partsworth - Trusted, Tested, Professional\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        ✅ Partsworth - Returns Policy\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        1️⃣ 30-Day Returns \u0026amp; Warranty Period\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        For 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        To help us process the return efficiently, buyers may be asked to provide:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tThe order reference\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tA short description of the issue\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPhotos or videos where relevant\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Returned items may be inspected or tested as part of the normal returns process.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        2️⃣ Condition of Returned Items\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        When returning an item, please ensure it:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tIs in the same condition as originally supplied\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tIncludes any components originally sent\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tIs packaged securely to prevent transit damage\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tHas not been dismantled, opened or altered after delivery\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        (We work fully within eBay's Money Back Guarantee rules.)\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        3️⃣ If You Believe You Received the Wrong Item\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If a buyer thinks an incorrect item was received, we will review:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tInternal packing and dispatch records\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPre-dispatch photos\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tScan logs and order information\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Items listed as:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tSpares or Repairs\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tFaulty\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tUntested\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        are sold specifically for refurbishment, diagnosis or parts harvesting.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        eBay's standard protections still apply where appropriate.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        5️⃣ Return Shipping\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Unless the return is due to a Partsworth error, buyers are responsible for:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tPackaging the part securely\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tEnsuring the item is protected during transit\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        If 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.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        6️⃣ Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Refunds are issued:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tOnce the item has been received and checked\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tThrough the original payment method\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tIn accordance with eBay's Money Back Guarantee\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Processing times can vary depending on courier return times and inspection.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        7️⃣ Fair \u0026amp; Transparent Return Handling\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tThe condition of the returned part\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tThe presence of the Partsworth ID mark (where applicable)\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        •\tAny differences between the returned item and the original part supplied\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        This ensures returns are handled consistently, accurately and in line with eBay's policies.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        ⸻\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Every return is handled with fairness, consistency and full transparency.\n       \u003c\/p\u003e\n       \u003cbr\u003e\n       \u003cp\u003e\n        Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\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":"Jaguar","offers":[{"title":"Default Title","offer_id":56577492091205,"sku":"00000369","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_68913c94-4426-4fa9-8bb8-c28daa60485d.jpg?v=1765206752"},{"product_id":"bmw-f20-f30-g20-f32-g30-g01-brake-light-switch-stop-brake-pedal-switch-6876896","title":"BMW F20 F30 G20 F32 G30 G01 BRAKE LIGHT SWITCH STOP BRAKE PEDAL SWITCH 6876896","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Switches\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  Switches\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   \u003c\/div\u003e\n   \u003cdiv class=\"highlight-box\"\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":56577646231877,"sku":"00000080","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_b68d7176-9a4b-4c89-b88d-a4f71982996a.jpg?v=1765208374"},{"product_id":"bmw-3-series-rear-third-high-level-brake-light-cream-7259883-f30","title":"BMW 3 SERIES REAR THIRD HIGH LEVEL BRAKE LIGHT CREAM 7259883 F30","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  High Level Brake Light\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  High Level Brake Light\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       7259882\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":56577675166021,"sku":"00000095","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_17b63294-c8bd-492d-8173-2bef9cee3398.jpg?v=1765208719"},{"product_id":"air-intake-pipe-bmw-f30-f31-brake-hose-duct-cleaner-line-left-n-s-7255417","title":"Air Intake Pipe BMW F30 F31 Brake Hose Duct Cleaner Line Left N\/S 7255417","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Misc Bonnet Air Intake\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    Misc Bonnet Air Intake\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cimg alt=\"Main Product\" class=\"product-image\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/Label-1-2025-12-01T18:09:16.623Z.jpg\"\u003e\n     \u003cdiv class=\"thumbnails\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Front-1-2025-12-01T18:09:19.744Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Back-1-2025-12-01T18:09:24.347Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Left-1-2025-12-01T18:09:28.948Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Right-1-2025-12-01T18:09:39.496Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Misc-1-2025-12-01T18:09:44.140Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Label-1-2025-12-01T18:09:57.037Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Front-1-2025-12-01T18:10:06.234Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Back-1-2025-12-01T18:10:23.722Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/9aa3003f-9f60-4048-300f-08de30e596b8\/thumbnail\/Left-1-2025-12-01T18:10:46.813Z.jpg\"\u003e\n     \u003c\/div\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        7255417\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":56577756463429,"sku":"00000124","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ddef8cb0-5408-4fdf-950b-a156da97cf7a.jpg?v=1765209205"},{"product_id":"bmw-3-series-f30-handbrake-parking-brake-lever-mechanism-6799102-2014","title":"BMW 3 SERIES F30 HANDBRAKE PARKING BRAKE LEVER MECHANISM 6799102 2014","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Handbrake Lever\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    Handbrake Lever\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        6799102\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":56577766195525,"sku":"00000173","price":10.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_36fab1ae-1cf1-404f-ba3e-63a10fbbf156.jpg?v=1765209319"},{"product_id":"bmw-3-series-f30-2011-2019-brake-servo-master-cylinder-296798419-genuine","title":"BMW 3 SERIES F30 2011-2019 BRAKE SERVO \u0026 MASTER CYLINDER 296798419 GENUINE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Brake Servo\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    Brake Servo\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        00000121\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Brake Servo\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":56577780547909,"sku":"00000121","price":34.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_003d6945-d8dc-4c91-872b-c29b18ee79e0.jpg?v=1765209413"},{"product_id":"bmw-f20-f21-f30-f31-ecu-icm-control-unit-module-airbag-ecu-6868253","title":"BMW F20 F21 F30 F31 ECU ICM Control Unit Module Airbag ECU 6868253","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Airbag ECU\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    Airbag ECU\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        6868253\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":"Partsworth","offers":[{"title":"Default Title","offer_id":56577811480901,"sku":"00000175","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_96a9f276-f17b-496a-9f6f-cf9fa0c2aede.jpg?v=1765209709"},{"product_id":"bmw-f20-f21-f22-f30-f31-f32-control-unit-airbag-ecu-9296494","title":"BMW F20 F21 F22 F30 F31 F32 Control Unit Airbag Ecu 9296494","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Airbag ECU\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    Airbag ECU\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        9296494\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":56577939046725,"sku":"00000137","price":13.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ce982680-7ba6-409a-af4e-51e690dc6e23.jpg?v=1765210630"},{"product_id":"bmw-3-series-f30-f31-brake-caliper-rear-left-petrol-2-0l","title":"BMW 3 SERIES F30 F31 BRAKE CALIPER REAR LEFT Petrol 2.0L","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Brake Rear Caliper 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    Brake Rear Caliper 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        00000196\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Brake Rear Caliper 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":56577958838597,"sku":"00000196","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_db8df1ae-0c01-4c8f-ac81-a9fbd1ad3ff1.jpg?v=1765210894"},{"product_id":"bmw-3-series-f30-f31-brake-caliper-rear-right-driver-side-2015-2-0l-petrol-oem","title":"BMW 3 SERIES F30 F31 BRAKE CALIPER REAR RIGHT DRIVER SIDE 2015 2.0L Petrol OEM","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Brake Rear Caliper 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    Brake Rear Caliper 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":56578112356677,"sku":"00000195","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3670eb3c-75fa-4c94-bd5f-031307589150.jpg?v=1765211571"},{"product_id":"bmw-3-series-f30-brake-caliper-front-left-passenger-side-2-0-petrol","title":"BMW 3 SERIES F30 BRAKE CALIPER FRONT LEFT PASSENGER SIDE 2.0 PETROL","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Brake Caliper 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    Brake Caliper 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    \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":56578130346309,"sku":"00000197","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3c7d6475-0e4c-4cff-b48d-48a93d03484b.jpg?v=1765211724"},{"product_id":"bmw-3-series-f30-brake-caliper-front-right-driver-side-2-0-petrol","title":"BMW 3 SERIES F30 BRAKE CALIPER FRONT RIGHT DRIVER SIDE 2.0 PETROL","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Brake Caliper 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    Brake Caliper 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        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000198\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Brake Caliper Front RH\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":56578134606149,"sku":"00000198","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_cd37506f-9705-489b-bd06-afbd8308bae3.jpg?v=1765211751"},{"product_id":"audi-a3-sport-tfsi-brake-caliper-front-support-lh-passenger-side-2008-2012","title":"AUDI A3 SPORT TFSI Brake Caliper Front Support LH Passenger Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 Brake Caliper Front Support 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\u003e00006170\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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":57640961081669,"sku":"00006170","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a3-sport-tfsi-brake-caliper-front-support-rh-driver-side-2008-2012","title":"AUDI A3 SPORT TFSI Brake Caliper Front Support RH Driver Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 Brake Caliper Front Support 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\u003e00006171\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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":57640971043141,"sku":"00006171","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mercedes-benz-b160-sport-cvt-brake-rear-caliper-support-rh-2009-2011","title":"MERCEDES-BENZ B160 SPORT CVT Brake Rear Caliper Support RH 2009-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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 Brake Rear Caliper Support RH 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\u003e00006141\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support 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":57650410455365,"sku":"00006141","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-09T11_55_06.783Z-watermarked.jpg-2026-04-09T12_01_49.jpg?v=1775823801"},{"product_id":"mercedes-benz-b160-sport-cvt-brake-rear-caliper-support-lh-2009-2011","title":"MERCEDES-BENZ B160 SPORT CVT Brake Rear Caliper Support LH 2009-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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 Brake Rear Caliper Support LH 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\u003e00006140\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support 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":57650417926469,"sku":"00006140","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-09T11_54_22.519Z-watermarked.jpg-2026-04-09T12_01_30.jpg?v=1775823809"},{"product_id":"honda-accord-ex-i-vtec-brake-caliper-front-support-rh-driver-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Brake Caliper Front Support RH Driver Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 Brake Caliper Front Support 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\u003e00006153\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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":57650476450117,"sku":"00006153","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_29_34.010Z-watermarked.jpg-2026-04-09T13_31_00.jpg?v=1775823912"},{"product_id":"honda-accord-ex-i-vtec-brake-caliper-front-support-lh-passenger-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Brake Caliper Front Support LH Passenger Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 Brake Caliper Front Support 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\u003e00006152\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006152\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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":57650483790149,"sku":"00006152","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_30_56.070Z-watermarked.jpg-2026-04-09T13_45_11.jpg?v=1775823925"},{"product_id":"citroen-c3-edition-puretech-brake-rear-caliper-support-rh-driver-side-2009-2016","title":"CITROEN C3 EDITION PURETECH Brake Rear Caliper Support RH Driver Side 2009-2016","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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\"\u003eCITROEN C3 EDITION PURETECH Brake Rear Caliper Support RH Driver Side 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\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006237\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support RH\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\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":57683408814405,"sku":"00006237","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c3-edition-puretech-brake-rear-caliper-support-lh-passenger-side","title":"CITROEN C3 EDITION PURETECH Brake Rear Caliper Support LH Passenger Side","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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\"\u003eCITROEN C3 EDITION PURETECH Brake Rear Caliper Support LH Passenger Side 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\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006238\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support LH\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\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":57683418808645,"sku":"00006238","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a6-se-tdi-brake-caliper-front-support-rh-driver-side-2011-2018","title":"AUDI A6 SE TDI Brake Caliper Front Support RH Driver Side 2011-2018","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 A6 SE TDI Brake Caliper Front Support RH Driver Side 2011-2018\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\u003e00006251\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006251\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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\u003eA6 SE TDI Estate 2011 - 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\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA6\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\u003eYS61CVJ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ4G0CN087086\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\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY9B\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\u003e184,179\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eAvant TDI SE\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":57683893649733,"sku":"00006251","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a6-se-tdi-brake-caliper-front-support-lh-passenger-side-2011-2018","title":"AUDI A6 SE TDI Brake Caliper Front Support LH Passenger Side 2011-2018","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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 A6 SE TDI Brake Caliper Front Support LH Passenger Side 2011-2018\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\u003e00006252\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\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\u003eA6 SE TDI Estate 2011 - 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\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA6\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\u003eYS61CVJ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ4G0CN087086\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\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY9B\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\u003e184,179\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eAvant TDI SE\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":57683899875653,"sku":"00006252","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-brake-master-cylinder-and-tank-6782289-2013-2017","title":"BMW 5 SERIES 520D SE Brake Master Cylinder And Tank 6782289 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Master Cylinder Assembly\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\"\u003eBMW 5 SERIES 520D SE Brake Master Cylinder And Tank 6782289 2013-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6782289\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006352\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Master Cylinder Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6782289\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57694197383493,"sku":"00006352","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-seat-belt-front-buckle-lh-passenger-side-6309497","title":"BMW 5 SERIES 520D SE Seat Belt Front Buckle LH Passenger Side 6309497","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt 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\"\u003eBMW 5 SERIES 520D SE Seat Belt Front Buckle LH Passenger Side 6309497\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\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006377\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57695028117829,"sku":"00006377","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-seat-belt-stalk-buckle-right-side-front-6309497-2013-2015","title":"BMW 5 SERIES 520D SE SEAT BELT STALK BUCKLE RIGHT SIDE FRONT 6309497 2013-2015","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt 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\"\u003eBMW 5 SERIES 520D SE SEAT BELT STALK BUCKLE RIGHT SIDE FRONT 6309497 2013-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006378\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57695030772037,"sku":"00006378","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5series-520d-se-brake-caliper-support-front-lh-passenger-side-2013-2017","title":"BMW 5SERIES 520D SE Brake Caliper Support Front LH Passenger Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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\"\u003eBMW 5SERIES 520D SE Brake Caliper Support Front LH Passenger Side 2013-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\u003e00006381\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57695041651013,"sku":"00006381","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-520d-se-brake-caliper-support-front-rh-driver-side-2013-2017","title":"BMW 520D SE Brake Caliper Support Front RH Driver Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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\"\u003eBMW 520D SE Brake Caliper Support Front RH Driver Side 2013-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\u003e00006382\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57695042601285,"sku":"00006382","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-brake-rear-caliper-lh-passenger-side-2013-2017","title":"BMW 5 SERIES 520D SE Brake Rear Caliper LH Passenger Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper 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\"\u003eBMW 5 SERIES 520D SE Brake Rear Caliper LH Passenger Side 2013-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\u003e00006453\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57701815157061,"sku":"00006453","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-brake-rear-caliper-rh-driver-side-2013-2017","title":"BMW 5 SERIES 520D SE Brake Rear Caliper RH Driver Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper 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\"\u003eBMW 5 SERIES 520D SE Brake Rear Caliper RH Driver Side 2013-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\u003e00006454\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57701816500549,"sku":"00006454","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-brake-rear-caliper-support-lh-passenger-side-2013-2017","title":"BMW 5 SERIES 520D SE Brake Rear Caliper Support LH Passenger Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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\"\u003eBMW 5 SERIES 520D SE Brake Rear Caliper Support LH Passenger Side 2013-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\u003e00006455\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006455\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57701820596549,"sku":"00006455","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-brake-rear-caliper-support-rh-driver-side-2013-2017","title":"BMW 5 SERIES 520D SE Brake Rear Caliper Support RH Driver Side 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Rear Caliper Support 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\"\u003eBMW 5 SERIES 520D SE Brake Rear Caliper Support RH Driver Side 2013-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\u003e00006456\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Rear Caliper Support RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57701826691397,"sku":"00006456","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-airbag-switch-7l6919235-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Airbag Switch 7L6919235 2007-2009","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSwitches\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 TOUAREG ALTITUDE V6 TDI A Airbag Switch 7L6919235 2007-2009\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\u003e7L6919235\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006483\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSwitches\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6919235\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 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\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\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\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\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\u003e3.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\u003eLA7W\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\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\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":57703093797189,"sku":"00006483","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-high-level-third-brake-light-7230799-2013-2015","title":"BMW 5 SERIES 520D SE High Level Third Brake Light 7230799 2013-2015","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eHigh Level Brake Light\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\"\u003eBMW 5 SERIES 520D SE High Level Third Brake Light 7230799 2013-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7230799\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006342\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eHigh Level Brake Light\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7230799\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006342\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eHigh Level Brake Light\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7230799\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 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\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\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\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57704033517893,"sku":"00006342","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-15T11_54_48.941Z-watermarked.jpg-2026-04-15T12_00_06.jpg?v=1776345156"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-brake-caliper-front-lh-passenger-side","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Brake Caliper Front LH Passenger Side","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper 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\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Brake Caliper Front LH Passenger Side 2007-2009\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\u003e00006594\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front LH\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\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 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\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\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\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\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\u003e3.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\u003eLA7W\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\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\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":57712957227333,"sku":"00006594","price":64.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-abs-air-suspension-brake-wiring-loom-7l0971279","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 ABS Air Suspension Brake Wiring Loom 7L0971279","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWiring loom\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 TOUAREG ALTITUDE V6 ABS Air Suspension Brake Wiring Loom 7L0971279 2007-2009\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\u003e7L0971279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006595\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWiring loom\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L0971279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 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\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\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\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\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\u003e3.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\u003eLA7W\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\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\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":57712994419013,"sku":"00006595","price":69.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-abs-air-suspension-brake-wiring-loom-7l0971279-1","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 ABS Air Suspension Brake Wiring Loom 7L0971279","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eWiring loom\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 TOUAREG ALTITUDE V6 ABS Air Suspension Brake Wiring Loom 7L0971279 2007-2009\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\u003e7L0971279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006596\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWiring loom\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L0971279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006596\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eWiring loom\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L0971279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 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\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\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\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\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\u003e3.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\u003eLA7W\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\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\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":57713063887173,"sku":"00006596","price":69.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mercedes-cls-320-cdi-auto-brake-cylinder-a2114300802","title":"MERCEDES CLS 320 CDI AUTO Brake Cylinder A2114300802","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Master Cylinder and Servo\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 CLS 320 CDI AUTO Brake Cylinder A2114300802 2005-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2114300802\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006666\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Master Cylinder and Servo\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2114300802\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCLS 320 CDI AUTO Coupe 2005 - 2010\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\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCLS\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\u003eMV57HLP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2193222A130335\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\u003e3.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\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e219\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e123,166\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eCLS 320 CDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\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":57718924837189,"sku":"00006666","price":24.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mercedes-cls-320-cdi-auto-seat-belt-buckle-front-lh-passenger-side-a2118601969","title":"MERCEDES CLS 320 CDI AUTO Seat Belt Buckle Front LH Passenger Side A2118601969","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt 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\"\u003eMERCEDES CLS 320 CDI AUTO Seat Belt Buckle Front LH Passenger Side A2118601969 2004-2008\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\u003eA2118601969\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006683\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2118601969\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCLS 320 CDI AUTO Coupe 2005 - 2010\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\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCLS\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\u003eMV57HLP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2193222A130335\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\u003e3.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\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e219\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e123,166\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eCLS 320 CDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\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":57731882123589,"sku":"00006683","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"jaguar-xf-portfolio-d-brake-caliper-support-front-right-driver-side-2015-2019","title":"JAGUAR XF PORTFOLIO D Brake Caliper Support Front Right Driver Side 2015-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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\"\u003eJAGUAR XF PORTFOLIO D Brake Caliper Support Front Right Driver Side 2015-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\u003e00006805\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eXF PORTFOLIO D Saloon 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\u003eJAGUAR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eXF\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\u003eLL16GKP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eSAJBB4CN1HCY33240\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003ePEC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e94,549\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Portfolio\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57739158651205,"sku":"00006805","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"jaguar-xf-portfolio-d-brake-caliper-support-front-left-passenger-side-2015-2019","title":"JAGUAR XF PORTFOLIO D Brake Caliper Support Front Left Passenger Side 2015-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Caliper Front Support\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\"\u003eJAGUAR XF PORTFOLIO D Brake Caliper Support Front Left Passenger Side 2015-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\u003e00006806\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Caliper Front Support\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eXF PORTFOLIO D Saloon 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\u003eJAGUAR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eXF\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\u003eLL16GKP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eSAJBB4CN1HCY33240\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003ePEC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e94,549\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Portfolio\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57739163631941,"sku":"00006806","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"jaguar-xf-portfolio-d-brake-master-cylinder-and-fluid-tank-2015-2019","title":"JAGUAR XF PORTFOLIO D Brake Master Cylinder And Fluid Tank 2015-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Master Cylinder Assembly\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\"\u003eJAGUAR XF PORTFOLIO D Brake Master Cylinder And Fluid Tank 2015-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\u003e00006815\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Master Cylinder Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006815\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Master Cylinder Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eXF PORTFOLIO D Saloon 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\u003eJAGUAR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eXF\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\u003eLL16GKP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eSAJBB4CN1HCY33240\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003ePEC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e94,549\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Portfolio\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57739560124741,"sku":"00006815","price":26.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"jaguar-xf-portfolio-d-seat-belt-buckle-front-lh-passenger-side-fk7261208ad-2015-2017","title":"JAGUAR XF PORTFOLIO D Seat Belt Buckle Front LH Passenger Side FK7261208AD 2015-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt 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\"\u003eJAGUAR XF PORTFOLIO D Seat Belt Buckle Front LH Passenger Side FK7261208AD 2015-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eFK7261208AD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006861\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eFK7261208AD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eXF PORTFOLIO D Saloon 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\u003eJAGUAR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eXF\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\u003eLL16GKP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eSAJBB4CN1HCY33240\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003ePEC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e94,549\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Portfolio\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57742625669445,"sku":"00006861","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"jaguar-xf-portfolio-seat-belt-buckle-front-rh-driver-side-fk7261208ad-2015-2017","title":"JAGUAR XF PORTFOLIO Seat Belt Buckle Front RH Driver Side FK7261208AD 2015-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt 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\"\u003eJAGUAR XF PORTFOLIO Seat Belt Buckle Front RH Driver Side FK7261208AD 2015-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eFK7261208AD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006862\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eJAGUAR\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eFK7261208AD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eXF PORTFOLIO D Saloon 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\u003eJAGUAR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eXF\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\u003eLL16GKP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eSAJBB4CN1HCY33240\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\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\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003ePEC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eEBONY BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e94,549\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Portfolio\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\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\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":57742656307525,"sku":"00006862","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a4-s-line-black-edit-tdi-quat-air-bag-crash-sensor-pair-of-2-8k0955557c","title":"AUDI A4 S LINE BLACK EDIT TDI QUAT Air Bag Crash Sensor Pair Of 2 8K0955557C","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc sensor\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 A4 S LINE BLACK EDIT TDI QUAT Air Bag Crash Sensor Pair Of 2 8K0955557C 2012-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0955557C\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006902\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc sensor\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0955557C\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006902\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc sensor\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0955557C\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eA4 S LINE BLACK EDIT TDI QUAT Estate 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\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA4\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\u003eFV62ZDF\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ8KXDA155367\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\u003eMETALLIC GREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLZ7T\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eMETALLIC GREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e233,000\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eAvant TDI Quattro Black 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\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\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":57751429939525,"sku":"00006902","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-brake-servo-vacuum-line-pipe-7l6611931as","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Brake Servo Vacuum Line Pipe 7L6611931AS","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\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Brake Servo Vacuum Line Pipe 7L6611931AS 2007-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6611931AS\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006999\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\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6611931AS\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 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\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\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\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\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\u003e3.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\u003eLA7W\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\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\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":57766346391877,"sku":"00006999","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a4-s-line-black-edit-tdi-quat-brake-master-cylinder-assembly-8k0611301a","title":"AUDI A4 S LINE BLACK EDIT TDI QUAT Brake Master Cylinder Assembly 8K0611301A","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBrake Master Cylinder Assembly\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 A4 S LINE BLACK EDIT TDI QUAT Brake Master Cylinder Assembly 8K0611301A 2012-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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0611301A\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00007037\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBrake Master Cylinder Assembly\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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0611301A\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eA4 S LINE BLACK EDIT TDI QUAT Estate 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\u003eAUDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eA4\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\u003eFV62ZDF\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWAUZZZ8KXDA155367\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\u003eMETALLIC GREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLZ7T\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eMETALLIC GREY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e233,000\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eAvant TDI Quattro Black 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\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\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":57769537929541,"sku":"00007037","price":24.95,"currency_code":"GBP","in_stock":true}]}],"url":"https:\/\/partsworth.com\/collections\/brakes-safety.oembed","provider":"Partsworth","version":"1.0","type":"link"}