{"title":"Transmission \u0026 Drivetrain","description":"","products":[{"product_id":"bmw-automatic-transmission-oil-cooler-hose-f20-f30-f36-7607788","title":"BMW Automatic Transmission Oil Cooler Hose F20 - F30 - F36 7607788","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Misc pipes\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 pipes\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        7607788\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000299\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Misc pipes\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":56577183908165,"sku":"00000299","price":27.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ceadda03-1a44-4882-a579-d42643e1cd6f.jpg?v=1765203777"},{"product_id":"2016-jaguar-xe-r-sport-d-gearbox-mount-2-0l-diesel-manual-204dtd-6-speed","title":"2016 JAGUAR XE R-SPORT D Gearbox Mount 2.0L Diesel Manual 204DTD 6 Speed","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Transmission Mounting Bracket\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Transmission Mounting Bracket\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \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":56577277559109,"sku":"00000301","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_4b29a6cb-c692-4257-abf8-582361fc410d.jpg?v=1765204768"},{"product_id":"bmw-f20-f21-f30-fuel-tank-breather-valve-line-hose-pipe-7601515","title":"BMW F20 F21 F30 Fuel Tank Breather Valve Line Hose Pipe 7601515","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Misc pipes\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   BMW F20 F21 F30 Fuel Tank Breather Valve Line Hose Pipe 7601515\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   \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       7601515\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":56577288372549,"sku":"00000293","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_6783dcdf-f390-4e99-a32b-b5fcfdcd8305.jpg?v=1765204990"},{"product_id":"ford-focus-transit-jaguar-clutch-pedal-switch-sensor-2015-2016-6g9t-11a152-aa","title":"FORD FOCUS TRANSIT JAGUAR CLUTCH PEDAL SWITCH SENSOR 2015\/2016 6G9T-11A152-AA","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Clutch Master Cylinder\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  FORD FOCUS TRANSIT CLUTCH PEDAL SWITCH SENSOR 2015 6G9T-11A152-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       6G9T-11A152-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":"Unbranded","offers":[{"title":"Default Title","offer_id":56577447690565,"sku":"00000347","price":15.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_99c1cc6c-ab01-4727-ad5c-eda709fa040f.jpg?v=1765206144"},{"product_id":"bmw-f30-engine-automatic-gearbox-module-wiring-cable-loom-harness-7634058-oem","title":"BMW F30 Engine Automatic Gearbox Module Wiring Cable Loom Harness 7634058 OEM","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Engine Wiring Harness\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Engine Wiring Harness\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        7634058\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":56577849459013,"sku":"00000164","price":22.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_158af6c9-a71a-4501-b84a-6dd79aca5fc6.jpg?v=1765210188"},{"product_id":"bmw-3-f30-f35-f31-2014-transmission-gearbox-oil-cooler-760055303-320i-auto","title":"BMW 3 F30 F35 F31 2014 Transmission Gearbox Oil Cooler 760055303 320I AUTO","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Oil Cooler Gearbox\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    Oil Cooler Gearbox\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":56577948451141,"sku":"00000140","price":69.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_aad1e695-f224-4305-a6df-515515a8bc9a.jpg?v=1765210744"},{"product_id":"bmw-f20-f21-f30-f32-n20-engine-timing-chain-valve-actuator-7593719","title":"BMW F20 F21 F30 F32 N20 Engine Timing Chain Valve Actuator 7593719","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Timing Chain Cover\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    Timing Chain Cover\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        7593719\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":"Unbranded","offers":[{"title":"Default Title","offer_id":56578054357317,"sku":"00000212","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3092fba7-738a-43da-9175-d5982df52061.jpg?v=1765210976"},{"product_id":"bmw-3-4-series-f30-f31-f32-f33-f36-differential-diff-3-15-ratio-7603746","title":"BMW 3 4 SERIES F30 F31 F32 F33 F36 DIFFERENTIAL DIFF 3.15 RATIO 7603746","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Differential Rear\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Differential Rear\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        7603746\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":"Unbranded","offers":[{"title":"Default Title","offer_id":56578062614853,"sku":"00000225","price":189.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_549cebf1-1315-4ab6-b88f-794992a46835.jpg?v=1765211177"},{"product_id":"bmw-3-series-f30-valvetronic-wiring-harness-loom-7619142-automatic-2-0l-n20b20u0","title":"BMW 3 SERIES F30 VALVETRONIC WIRING HARNESS LOOM 7619142 Automatic 2.0L N20B20U0","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Engine Wiring Harness\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Engine Wiring Harness\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        7619142\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":56578070643013,"sku":"00000180","price":13.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ee39382d-7389-4909-9a7e-d57f16c870c3.jpg?v=1765211300"},{"product_id":"bmw-3-4-f30-f31-f32-320i-420i-automatic-gearbox-drive-shaft-propshaft-7609365","title":"BMW 3 4 F30 F31 F32 320i 420i Automatic Gearbox Drive Shaft Propshaft 7609365","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Propshaft\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    Propshaft\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        7609365\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":56578102034757,"sku":"00000192","price":64.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_301d813d-bb13-459b-81a3-9aef6c60c2a8.jpg?v=1765211461"},{"product_id":"automatic-gearbox-bmw-f30-f31-f32-f34-320i-420i-petrol-n20-ga8hp45z-8-speed","title":"Automatic Gearbox BMW F30 F31 F32 F34 320i 420i Petrol N20 GA8HP45Z 8 Speed","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Automatic Transmission Assembly\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    Automatic Transmission Assembly\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        8618881\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":56578119401797,"sku":"00000187","price":299.89,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_226e1712-dc7a-4953-9648-baf35fb8b51b.jpg?v=1765211626"},{"product_id":"bmw-f20-f21-f30-f32-n20-engine-timing-chain-valve-actuator-7593720","title":"BMW F20 F21 F30 F32 N20 Engine Timing Chain Valve Actuator 7593719","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Timing Chain Cover\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    Timing Chain Cover\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        7593719\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":"Unbranded","offers":[{"title":"Default Title","offer_id":56578127790405,"sku":"00000211","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_9bc383e1-c9e9-4489-8731-0a25396321b6.jpg?v=1765211692"},{"product_id":"bmw-1-2-3-4-5-series-gearbox-lower-covering-plate-7629567-f10-f20-f22-f30-f32","title":"BMW 1 2 3 4 5 SERIES GEARBOX LOWER COVERING PLATE 7629567 F10 F20 F22 F30 F32","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Gearbox undertray\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Gearbox undertray\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \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":56578137817413,"sku":"00000215","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_39b8aa40-9f07-4614-9577-fbfd16cebc7f.jpg?v=1765211778"},{"product_id":"bmw-1-3-series-f20-f21-f30-lci-b38-gearbox-suspension-mounting-mount-6875904","title":"BMW 1 3 Series F20 F21 F30 LCI B38 Gearbox Suspension Mounting Mount 6875904","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Gearbox undertray\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Gearbox undertray\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6875904\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578208465221,"sku":"00000240","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_cd54ea6b-f508-4acc-99ff-a5db0a020f6f.jpg?v=1765212452"},{"product_id":"bmw-1-3-series-f20-f21-f30-lci-b38-gearbox-suspension-mounting-mount-6875905","title":"BMW 1 3 Series F20 F21 F30 LCI B38 Gearbox Suspension Mounting Mount 6875904","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Gearbox undertray\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Gearbox undertray\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6875904\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000241\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Gearbox undertray\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578210103621,"sku":"00000241","price":13.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e6af1db0-e4f2-42ef-8e4c-1af95482fff1.jpg?v=1765212479"},{"product_id":"ford-fiesta-zetec-manual-gearbox-1-2l-petrol-8a6r7002jf-2012-2017","title":"FORD FIESTA ZETEC Manual Gearbox 1.2L Petrol 8A6R7002JF 2012-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eFORD FIESTA ZETEC Manual Gearbox 1.2L Petrol 8A6R7002JF 2012-2017\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8A6R7002JF\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006164\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eFORD\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8A6R7002JF\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eFIESTA ZETEC Hatchback 2010 - 2022\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eFORD\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eFiesta\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2012\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eMA62EHR\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWF0JXXGAJJCE52462\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003ePANTHER BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e D9\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003ePANTHER BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e79,077\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57639863517509,"sku":"00006164","price":119.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-skoda-seat-audi-manual-gearbox-2-0l-diesel-02q301103","title":"VOLKSWAGEN SKODA SEAT AUDI Manual Gearbox 2.0L Diesel 02Q301103","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \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 SKODA SEAT AUDI Manual Gearbox 2.0L Diesel 02Q301103\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\u003e02Q301103\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006220\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \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\u003e02Q301103\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003ePASSAT HIGHLINE TDI BLUE TECH Estate 2012 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003ePassat\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eRE13YFW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVWZZZ3CZEE001649\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNIGHT BLUE METALLIC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLH5X\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNIGHT BLUE METALLIC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e128,200\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eHighLine TDI BlueMotion Technology\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57648823304517,"sku":"00006220","price":249.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-clutch-slave-cylinder-and-pipe-9683750480-2012-20019","title":"PEUGEOT 208 ACTIVE Clutch Slave Cylinder and Pipe 9683750480 2012-20019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eClutch Slave Cylinder and Pipe \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Clutch Slave Cylinder and Pipe 9683750480 2012-20019\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\u003e9683750480\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006222\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eClutch Slave Cylinder and Pipe \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9683750480\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006222\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eClutch Slave Cylinder and Pipe \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9683750480\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57649483907397,"sku":"00006222","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"porsche-cayenne-tiptronic-s-differential-rear-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Differential Rear 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDifferential Rear\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Differential Rear 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00005861\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDifferential Rear\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650476319045,"sku":"00005861","price":119.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T14_07_57.767Z-watermarked.jpg-2026-04-09T14_15_06.jpg?v=1775823912"},{"product_id":"porsche-cayenne-tiptronic-s-automatic-gearbox-3-2l-petrol-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Automatic Gearbox 3.2L Petrol 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Automatic Gearbox 3.2L Petrol 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e09D321105\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006113\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e09D321105\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650484773189,"sku":"00006113","price":349.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T10_12_27.458Z-watermarked.jpg-2026-04-09T10_15_13.jpg?v=1775823930"},{"product_id":"honda-accord-ex-i-vtec-driveshaft-front-rh-driver-side-2008-2012","title":"HONDA ACCORD EX I-VTEC Driveshaft Front RH Driver Side 2008-2012","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDriveshaft Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eHONDA ACCORD EX I-VTEC Driveshaft Front RH Driver Side 2008-2012\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006155\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDriveshaft Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHONDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eACCORD EX I-VTEC Estate 2006 - 2008\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eHONDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eAccord\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eDE08EHY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJHMCM17807C200448\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eNH-700M\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e177,230\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eVTec EX\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eEstate\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650484904261,"sku":"00006155","price":54.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T13_13_58.126Z-watermarked.jpg-2026-04-09T13_15_39.jpg?v=1775823934"},{"product_id":"porsche-cayenne-tiptronic-s-differential-front-automatic-3-2l-petrol-2003-2010","title":"PORSCHE CAYENNE TIPTRONIC S Differential Front Automatic 3.2L Petrol 2003-2010","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDifferential Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePORSCHE CAYENNE TIPTRONIC S Differential Front Automatic 3.2L Petrol 2003-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006112\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDifferential Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePORSCHE\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCAYENNE TIPTRONIC S SUV 2004 - 2007\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePORSCHE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCayenne\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2004\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAE04WXY\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWP1ZZZ9PZ5LA00268\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.2L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLD7Z\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e173,781\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 TipTronic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650485428549,"sku":"00006112","price":249.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T09_52_50.426Z-watermarked.jpg-2026-04-09T10_00_19.jpg?v=1775823938"},{"product_id":"mercedes-benz-c250-amg-sport-ed125-cdi-automatic-gearbox-2042704005-2015-2021","title":"MERCEDES-BENZ C250 AMG SPORT ED125 CDI Automatic Gearbox 2042704005 2015-2021","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES-BENZ C250 AMG SPORT ED125 CDI Automatic Gearbox 2042704005 2015-2021\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e2042704005\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00005877\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e2042704005\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eC250 AMG SPORT ED125 CDI BCY A Coupe 2011 - 2012\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES-BENZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eC-Class\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2012\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eJ90TWO\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2043032F819357\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.1L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e197\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e83,078\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eC250 CDI BlueEfficiency AMG Sport ED125\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e2\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57650487984453,"sku":"00005877","price":299.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-09T09_22_30.309Z-watermarked.jpg-2026-04-09T09_30_27.jpg?v=1775823946"},{"product_id":"peugeot-208-active-driveshaft-front-lh-passenger-side-9801388580-2012-2019","title":"PEUGEOT 208 ACTIVE Driveshaft Front LH Passenger Side 9801388580 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDriveshaft Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Driveshaft Front LH Passenger Side 9801388580 2012-2019     \u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9801388580\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006231\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDriveshaft Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9801388580\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683228164421,"sku":"00006231","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"peugeot-208-active-driveshaft-front-rh-driver-side-9801388680-2012-2019","title":"PEUGEOT 208 ACTIVE Driveshaft Front RH Driver Side 9801388680 2012-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDriveshaft Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003ePEUGEOT 208 ACTIVE Driveshaft Front RH Driver Side 9801388680 2012-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9801388680\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006232\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDriveshaft Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003ePEUGEOT\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9801388680\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e208 ACTIVE Hatchback 2012 - 2015\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003ePEUGEOT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e208\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eCX64OYT\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF3CCZMZ0EW041576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eKTV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eNERA BLACK\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e44,706\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eActive\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57683242713413,"sku":"00006232","price":34.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c3-edition-puretech-driveshaft-front-rh-driver-side-2009-2017","title":"CITROEN C3 EDITION PURETECH Driveshaft Front RH Driver Side 2009-2016","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDriveshaft 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\"\u003eCITROEN C3 EDITION PURETECH Driveshaft Front 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\u003e00006241\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDriveshaft Front 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":57683508756805,"sku":"00006241","price":34.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a6-se-tdi-driveshaft-front-lh-passenger-side-4g0407271a-2011-2019","title":"AUDI A6 SE TDI Driveshaft Front LH Passenger Side 4G0407271A 2011-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDriveshaft 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\"\u003eAUDI A6 SE TDI Driveshaft Front LH Passenger Side 4G0407271A 2011-2019\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e4G0407271A\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006250\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDriveshaft Front LH\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\u003e4G0407271A\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":57683841417541,"sku":"00006250","price":39.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mini-one-dual-mass-flywheel-and-clutch-kit-7561765-2006-2011","title":"MINI ONE Dual Mass Flywheel And Clutch Kit 7561765 2006-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDual Mass Flywheel\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\"\u003eMINI ONE Dual Mass Flywheel And Clutch Kit 7561765 2006-2011\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7561765\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006275\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDual Mass Flywheel\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMINI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7561765\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eONE Hatchback 2010 - 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\u003eMINI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eHatch\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\u003eMT61YTH\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWMWSR32060T335028\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.6L\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\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eB69\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\u003e104,722\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\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":57685175566661,"sku":"00006275","price":119.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c4-vtr-hdi-manual-gearbox-9686219510-2013-2017","title":"CITROEN C4 VTR+ HDI Manual Gearbox 9686219510 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \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 C4 VTR+ HDI Manual Gearbox 9686219510 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\u003e9686219510\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006296\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eCITROEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9686219510\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eC4 VTR+ HDI Hatchback 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                           \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e           \u003cstrong\u003eAdditional Info:\u003c\/strong\u003e\u003cbr\u003e           ADVISORY (Required to top up with oil )         \u003c\/div\u003e                \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\u003eC4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eND13FNN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eVF7NC9HD8DY528254\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\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.6L\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\u003e96,684\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eHDI VTR Plus\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\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":57686536880453,"sku":"00006296","price":199.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"audi-a6-se-tdi-manual-gearbox-0b1301103-2013-2017","title":"AUDI A6 SE TDI Manual Gearbox 0B1301103 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \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 Manual Gearbox 0B1301103 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\u003e0B1301103\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006307\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \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\u003e0B1301103\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":57687341203781,"sku":"00006307","price":299.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-e60-e61-f10-f11-lci-gearbox-mount-6769848-2013-2017","title":"BMW 5 Series E60 E61 F10 F11 LCI Gearbox Mount 6769848 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eEngine Mounting Bracket\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 E60 E61 F10 F11 LCI Gearbox Mount 6769848 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\u003e6769848\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006349\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eEngine Mounting Bracket\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\u003e6769848\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":57694088790341,"sku":"00006349","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-coolant-circulation-valve-9310349-2013-2017","title":"BMW 5 Series 520D SE Coolant Circulation Valve 9310349 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCoolant Circulation Valve\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 Coolant Circulation Valve 9310349 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\u003e9310349\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006353\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCoolant Circulation Valve\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\u003e9310349\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":57694204363077,"sku":"00006353","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-manual-gearbox-wiring-engine-loom-harness-cables-8513821","title":"BMW 5 SERIES 520D SE Manual Gearbox Wiring Engine Loom Harness Cables 8513821","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\"\u003eBMW 5 SERIES 520D SE Manual Gearbox Wiring Engine Loom Harness Cables 8513821 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\u003e8513821\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006392\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\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8513821\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":57695252840773,"sku":"00006392","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-diesel-intake-manifold-electric-valve-7810831-2013-2017","title":"BMW 5 SERIES 520D SE Diesel Intake Manifold Electric Valve 7810831 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eEGR Valve\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 Diesel Intake Manifold Electric Valve 7810831 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\u003e7810831\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006419\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eEGR Valve\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\u003e7810831\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":57695555092805,"sku":"00006419","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-e60-e61-e63-e64-x1-e84-x3-e83-e81-e87-e90-e91-f10-f11-clutch-slave-cylinder","title":"BMW E60 E61 E63 E64 X1 E84 X3 E83 E81 E87 E90 E91 F10 F11 Clutch Slave Cylinder","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eClutch Slave Cylinder and Pipe \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 E60 E61 E63 E64 X1 E84 X3 E83 E81 E87 E90 E91 F10 F11 Clutch Slave Cylinder 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\u003e6785964\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006457\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eClutch Slave Cylinder and Pipe \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\u003e6785964\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":57701944754501,"sku":"00006457","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-520d-se-egr-valve-7822346-2013-2017","title":"BMW 5 SERIES 520D SE EGR Valve 7822346 2013-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eEGR Valve\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 EGR Valve 7822346 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\u003e7822346\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006403\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eEGR Valve\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\u003e7822346\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":57703999865157,"sku":"00006403","price":89.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-15T15_26_19.047Z-watermarked.jpg-2026-04-15T15_31_07.jpg?v=1776344748"},{"product_id":"audi-a6-se-tdi-gearbox-support-mount-bracket-8k0399151-2011-2018","title":"AUDI A6 SE TDI Gearbox Support Mount Bracket 8K0399151 2011-2018","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eExterior bracket\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 Gearbox Support Mount Bracket 8K0399151 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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e8K0399151\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006531\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eExterior bracket\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\u003e8K0399151\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006531\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eExterior bracket\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\u003e8K0399151\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":57705395913029,"sku":"00006531","price":14.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-gearbox-support-bar-7l06399227-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A GEARBOX SUPPORT BAR 7L06399227 2007-2009","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eEngine Mounting Bracket\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 GEARBOX SUPPORT BAR 7L06399227 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\u003e7L06399227\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006538\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eEngine Mounting Bracket\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\u003e7L06399227\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":57705513877829,"sku":"00006538","price":34.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c3-c4-peugeot-mini-cooper-vacuum-valve-petrol-v754196180","title":"CITROEN C3 C4 PEUGEOT MINI COOPER VACUUM VALVE Petrol V754196180","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eTurbo solenoid valve \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 C4 PEUGEOT MINI COOPER VACUUM VALVE Petrol V754196180\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\u003eV754196180\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006582\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eTurbo solenoid valve \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eCITROEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eV754196180\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":57712781361477,"sku":"00006582","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-automatic-gearbox-transfer-case-box-0ad341601c","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 Automatic Gearbox Transfer Case Box 0AD341601C","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eTRANSFER BOX MODULE\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 Automatic Gearbox Transfer Case Box 0AD341601C 2007-2009 (SAME DAY DISPATCHED IF ORDERED BY 11:30)\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\u003e0AD341601C\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006601\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eTRANSFER BOX MODULE\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\u003e0AD341601C\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":57713562157381,"sku":"00006601","price":145.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-e90-f30-f31-f20-f21-f10-gearbox-6-speed-manual-2-0-320d-120d-520d-1089401093","title":"BMW E90 F30 F31 F20 F21 F10 GEARBOX 6 SPEED MANUAL 2.0 320d 120D 520D 1089401093","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \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 E90 F30 F31 F20 F21 F10 GEARBOX 6 SPEED MANUAL 2.0 320d 120D 520D 1089401093 (SAME DAY DISPACHED IF ORDERED BY 11:00)\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\u003e1089401093\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006602\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \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\u003e1089401093\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":57713847566661,"sku":"00006602","price":299.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"skoda-citigo-se-12v-manual-gearbox-1-0l-petrol-2012-2020","title":"SKODA CITIGO SE 12V Manual Gearbox 1.0L Petrol 2012-2020","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Gearbox Flywheel \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eSKODA CITIGO SE 12V Manual Gearbox 1.0L Petrol 2012-2020 ( SAME DAY DELIVERY DISPACHED IF ORDERED BY 11:30 )\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\u003e00006633\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAutomatic Gearbox Flywheel \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eSKODA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCITIGO SE 12V Hatchback 2012 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                           \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e           \u003cstrong\u003eAdditional Info:\u003c\/strong\u003e\u003cbr\u003e           ADVISORY (Required to top up with oil )         \u003c\/div\u003e                \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eSKODA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCityGo\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eNK13VSV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eTMBZZZAAZDD633775\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003ePetrol\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e1.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLY3D\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eRED\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e101,333\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eSE 12V\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eHatchback\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e5 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eFront 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57714651529541,"sku":"00006633","price":199.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mercedes-cls-320-cdi-auto-valves-valve-shift-for-air-suspension-a2113200158","title":"MERCEDES CLS 320 CDI AUTO Valves Valve Shift for Air Suspension A2113200158","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCoolant Circulation Valve\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 Valves Valve Shift for Air Suspension A2113200158 \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\u003eA2113200158\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006665\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCoolant Circulation Valve\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\u003eA2113200158\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":57718913892677,"sku":"00006665","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mazda-cx-5-sport-nav-d-4x4-2-2l-diesel-front-differential-transfer-box-2012-2017","title":"MAZDA CX-5 SPORT NAV D 4X4 2.2L Diesel Front Differential Transfer Box 2012-2017","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDifferential Front\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMAZDA CX-5 SPORT NAV D 4X4 2.2L Diesel Front Differential Transfer Box 2012-2017\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006971\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDifferential Front\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMAZDA\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCX-5 SPORT NAV D 4X4 SUV 2012 - 2017\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMAZDA\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCX-5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2013\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eUJZ9022\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eJMZKEN92600160091\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.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\u003eAluminium Metallic SILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e45P\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eAluminium Metallic SILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e113,864\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eD Sport Nav 4WD\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\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":57755421278533,"sku":"00006971","price":79.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"volkswagen-touareg-altitude-v6-aux-heater-water-pump-control-valve-7l0965561l","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 AUX HEATER WATER PUMP CONTROL VALVE 7L0965561L","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAdditional Water Pump\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 AUX HEATER WATER PUMP CONTROL VALVE 7L0965561L 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\u003e7L0965561L\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006979\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAdditional Water Pump\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\u003e7L0965561L\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006979\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAdditional Water Pump\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\u003e7L0965561L\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":57755580334405,"sku":"00006979","price":19.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"citroen-c3-edition-puretech-manual-gearbox-eb2f-1-2l-petrol-2009-2016","title":"CITROEN C3 EDITION PURETECH Manual Gearbox EB2F 1.2L Petrol 2009-2016","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eManual Transmission 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\"\u003eCITROEN C3 EDITION PURETECH Manual Gearbox EB2F 1.2L Petrol 2009-2016 (SAME DAY DISPATCHED IF ORDERED BY 11:30)\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\u003e00007163\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eManual Transmission Assembly\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                           \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e           \u003cstrong\u003eAdditional Info:\u003c\/strong\u003e\u003cbr\u003e           ADVISORY (Required to top up with oil )         \u003c\/div\u003e                \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":57779680379205,"sku":"00007163","price":179.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"mini-r56-one-hatchback-manual-gearbox-1-6l-petrol-n16b16uo-2006-2011","title":"MINI R56 ONE Hatchback Manual Gearbox 1.6L Petrol N16B16UO 2006-2011","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eManual Transmission 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\"\u003eMINI R56 ONE Hatchback Manual Gearbox 1.6L Petrol N16B16UO 2006-2011 (SAME DAY DISPATCHED IF ORDERED BY 11:30)\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\u003e00007164\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eManual Transmission Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMINI\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eONE Hatchback 2010 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                           \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e           \u003cstrong\u003eAdditional Info:\u003c\/strong\u003e\u003cbr\u003e           ADVISORY (Required to top up with oil )         \u003c\/div\u003e                \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\u003eMINI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eHatch\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\u003eMT61YTH\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWMWSR32060T335028\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.6L\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\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eB69\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\u003e104,722\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e\u003cbr\u003e\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\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":57779705839941,"sku":"00007164","price":154.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-5-series-gearbox-2009-2017-b47d20o0-b47d20a-2-0l-8-speed-automatic","title":"BMW 5 SERIES Gearbox 2009-2017 B47D20O0 (B47D20A) 2.0L 8 Speed Automatic","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAutomatic Transmission 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 Gearbox 2009-2017 B47D20O0 (B47D20A) 2.0L 8 Speed Automatic\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                         \u003cbr\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\u003e2010\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eYT60YFG\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBAFW12050C494346\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\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSpacegrau metallic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eA52\/7\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSpacegrau metallic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e111,963\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\u003e8 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":57781398995269,"sku":"00000994","price":699.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2025-12-23T20_22_01.808Z.jpg?v=1777051986"},{"product_id":"jaguar-xf-portfolio-d-egr-valve-2-0l-diesel-g4d35h273ab-2015-2019","title":"JAGUAR XF PORTFOLIO D EGR VALVE 2.0L Diesel G4D35H273AB 2015-2019","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eEGR Valve\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 EGR VALVE 2.0L Diesel G4D35H273AB 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\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eG4D35H273AB\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00007358\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eEGR Valve\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\u003eG4D35H273AB\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":57812743881029,"sku":"00007358","price":29.95,"currency_code":"GBP","in_stock":true}]},{"product_id":"bmw-118d-m-sport-solenoid-valve-2-0l-diesel-7810831-2007-2013","title":"BMW 118D M SPORT SOLENOID VALVE 2.0L Diesel 7810831 2007-2013","description":"      \u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eTurbo solenoid valve \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 118D M SPORT SOLENOID VALVE 2.0L Diesel 7810831 2007-2013\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\u003e7810831\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00007364\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eTurbo solenoid valve \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\u003e7810831\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e118D M SPORT Hatchback 2007 - 2009\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\u003e1 Series\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\u003eYB08WNZ\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBAUD72030E143259\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\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\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e354\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\u003e112,408\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e118D M 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\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\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":57813187625285,"sku":"00007364","price":14.95,"currency_code":"GBP","in_stock":true}]}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/collections\/Transmission_Drivetrain.jpg?v=1757421497","url":"https:\/\/partsworth.com\/collections\/transmission-drivetrain.oembed?page=2","provider":"Partsworth","version":"1.0","type":"link"}