{"title":"Jaguar","description":"","products":[{"product_id":"jaguar-xe-x760-door-sill-trim-cover-front-left-passenger-side-2016-gx7m-13201-a","title":"JAGUAR XE X760 DOOR SILL TRIM COVER FRONT LEFT PASSENGER SIDE 2016 GX7M-13201-A","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Side Step LH\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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 \u003cp\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XE X760 DOOR SILL TRIM COVER FRONT LEFT PASSENGER SIDE 2016 GX7M-13201-A\n  \u003c\/span\u003e\n \u003c\/p\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       GX7M-13201-A\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        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        \u003cbr\u003e\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        WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577071055173,"sku":"00000267","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10.jpg?v=1765203103"},{"product_id":"jaguar-xe-x760-door-sill-cover-front-right-driver-side-2016-gx7m-13200-a","title":"JAGUAR XE X760 DOOR SILL COVER FRONT RIGHT DRIVER SIDE 2016 GX7M-13200-A","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Side Step RH\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XE X760 DOOR SILL COVER FRONT RIGHT DRIVER SIDE 2016 GX7M-13200-A\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       GX7M-13200-A\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        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        \u003cbr\u003e\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        WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577079968069,"sku":"00000268","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_c9033a3c-f9fd-4b86-a54e-84000ea7db12.jpg?v=1765203132"},{"product_id":"jaguar-xe-x760-2016-n-s-passenger-wing-mirror-lrc-ner-polaris-white-21285001","title":"JAGUAR XE X760 2016 - N\/S PASSENGER WING MIRROR - LRC NER POLARIS WHITE 21285001","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Door Mirror LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Door Mirror LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        21285001\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        00000269\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Door Mirror LH\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577086980421,"sku":"00000269","price":69.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_93d76ce6-a76d-4113-927e-e442895fdf03.jpg?v=1765203158"},{"product_id":"jaguar-xe-x760-2016-o-s-driver-wing-mirror-in-lrc-ner-polaris-white-21285002","title":"JAGUAR XE X760 2016 - O\/S DRIVER WING MIRROR IN LRC NER POLARIS WHITE 21285002","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Door Mirror RH\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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  Door Mirror RH\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       21285002\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      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577093042501,"sku":"00000270","price":89.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_197cd75b-aef0-4a9d-a1cf-ebd6c96e7ee4.jpg?v=1765203238"},{"product_id":"2016-jaguar-xe-r-sport-d-bonnet-4-doors-lrc-ner-polaris-white-gx73-19h237-ab","title":"2016 JAGUAR XE R-SPORT D Bonnet 4 Doors LRC NER POLARIS WHITE GX73-19H237-AB","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bonnet\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    Bonnet\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cimg alt=\"Main Product\" class=\"product-image\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/7336d6ef-7f97-4f69-d397-08de31f12738\/Label-1-2025-12-04T19:04:12.074Z.jpg\"\u003e\n     \u003cdiv class=\"thumbnails\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/7336d6ef-7f97-4f69-d397-08de31f12738\/thumbnail\/Front-1-2025-12-04T19:04:17.898Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/7336d6ef-7f97-4f69-d397-08de31f12738\/thumbnail\/Back-1-2025-12-04T19:04:26.339Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/7336d6ef-7f97-4f69-d397-08de31f12738\/thumbnail\/Left-1-2025-12-04T19:05:23.058Z.jpg\"\u003e\n      \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/7336d6ef-7f97-4f69-d397-08de31f12738\/thumbnail\/Right-1-2025-12-04T19:05:29.520Z.jpg\"\u003e\n     \u003c\/div\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX73-19H237-AB\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577100087621,"sku":"00000271","price":424.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_0ac22a90-777c-495a-9d05-1d86e79bc1e7.jpg?v=1765203242"},{"product_id":"2016-jaguar-xe-x760-r-sport-nsf-left-front-door-lrc-ner-polaris-white-genune","title":"2016 JAGUAR XE X760 R-SPORT NSF LEFT FRONT DOOR LRC NER POLARIS WHITE GENUNE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Door Front LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Door Front LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         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":56577108214085,"sku":"00000272","price":119.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_192ae549-12f4-4a68-8934-865f8edab14e.jpg?v=1765203266"},{"product_id":"2016-jaguar-xe-x760-r-sport-osf-right-front-door-lrc-ner-polaris-white-genune","title":"2016 JAGUAR XE X760 R-SPORT OSF RIGHT FRONT DOOR LRC NER POLARIS WHITE GENUNE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Door Front RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Door Front RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Tag Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        00000273\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Door Front RH\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577112277317,"sku":"00000273","price":119.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_0590bcf6-bcc4-4892-9eb6-f292f7d8adac.jpg?v=1765203294"},{"product_id":"2016-jaguar-xe-x760-r-sport-nsr-left-rear-door-lrc-ner-polaris-white-oem-genune","title":"2016 JAGUAR XE X760 R-SPORT NSR LEFT REAR DOOR LRC NER POLARIS WHITE OEM GENUNE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Door Rear LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Door Rear LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e\n      \u003cstrong\u003e\n       Additional Info:\n      \u003c\/strong\u003e\n      \u003cbr\u003e\n      Please check all the images with the damage before purchase it - No return on this item\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        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":56577115750725,"sku":"00000274","price":99.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_64f9b0e0-d6d1-42f2-8da2-610f29c85b9f.jpg?v=1765203335"},{"product_id":"2016-jaguar-xe-x760-r-sport-osr-right-rear-door-lrc-ner-polaris-white-oem-genune","title":"2016 JAGUAR XE X760 R-SPORT OSR RIGHT REAR DOOR LRC NER POLARIS WHITE OEM GENUNE","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Door Rear RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Door Rear RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e\n      \u003cstrong\u003e\n       Additional Info:\n      \u003c\/strong\u003e\n      \u003cbr\u003e\n      Please check all the images with the damage before purchase it - No return on this item\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        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":56577124532549,"sku":"00000275","price":79.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3a26ca20-d60f-46ec-8931-96954934614a.jpg?v=1765203363"},{"product_id":"jaguar-xe-bonnet-hinges-actuators-gx73-16800-ae-gx73-16801-ae-ner-polaris-white","title":"JAGUAR XE BONNET HINGES-ACTUATORS GX73-16800-AE-GX73-16801-AE NER POLARIS WHITE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Bonnet Hinges\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XE BONNET HINGES-ACTUATORS GX73-16800-AE-GX73-16801-AE NER POLARIS WHITE\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       GX73-16801-AE\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      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":"Unbranded","offers":[{"title":"Default Title","offer_id":56577132167493,"sku":"00000276","price":89.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_6617949a-7984-4545-a6f8-01001c587066.jpg?v=1765203390"},{"product_id":"jaguar-land-rover-auxiliary-water-pump-0392023249-xe-r-sport-d-x760-diesel","title":"JAGUAR \/ LAND ROVER Auxiliary Water Pump 0392023249 XE R-SPORT D X760 Diesel","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Water Pump\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR \/ LAND ROVER Auxiliary Water Pump 0392023249\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       0392023249\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      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577139179845,"sku":"00000277","price":24.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_c2c659c8-f53b-461f-99aa-2f21cc1b26a3.jpg?v=1765203418"},{"product_id":"2016-jaguar-xe-r-sport-grille-bumper-front-x73018k28ab-damage","title":"2016 JAGUAR XE R-SPORT GRILLE BUMPER FRONT X73018K28AB - DAMAGE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Grille Front\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  Grille Front\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       X73018K28AB\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   \u003cdiv class=\"highlight-box\" style=\"background:#28a745; margin-top:10px;\"\u003e\n    \u003cstrong\u003e\n     Additional Info:\n    \u003c\/strong\u003e\n    \u003cbr\u003e\n    Please check the damage before purchase it. No return accepted for the damage shown\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Diesel\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577145241925,"sku":"00000278","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_7cb89513-00af-4f20-8bd3-7844d95944a8.jpg?v=1765203442"},{"product_id":"jaguar-xe-x760-o-s-driver-side-right-front-headlight-washer-pab-gx73-13k130-ba","title":"JAGUAR XE X760 O\/S DRIVER SIDE RIGHT FRONT HEADLIGHT WASHER PAB GX73-13K130-BA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Headlamp Washer Jet RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Headlamp Washer Jet RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX73-13K130-BA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577151041861,"sku":"00000279","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_c0834d1a-66a1-4fe3-bb39-538aa7c79a88.jpg?v=1765203465"},{"product_id":"jaguar-xe-x760-n-s-passenger-side-left-front-headlight-washer-pab-gx73-13k131-ba","title":"JAGUAR XE X760 N\/S PASSENGER SIDE LEFT FRONT HEADLIGHT WASHER PAB GX73-13K131-BA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Headlamp Washer Jet LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Headlamp Washer Jet LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX73-13K131-BA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577153401157,"sku":"00000280","price":49.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_876cf1d1-9c82-405a-9110-fdded28774b6.jpg?v=1765203488"},{"product_id":"jaguar-xe-r-sport-x760-2016-headlight-washer-cover-cup-nsf-left-gx73-13l019-a","title":"JAGUAR XE R-SPORT X760 2016 HEADLIGHT WASHER COVER CUP NSF LEFT GX73-13L019-A","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Headlamp Washer Jet LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Headlamp Washer Jet LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX73-13L019-A\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":56577156317509,"sku":"00000281","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_07d39a9e-db0a-4993-86ca-41abfb8eb32b.jpg?v=1765203512"},{"product_id":"jaguar-xe-r-sport-x760-2016-headlight-washer-cover-cup-osf-right-gx73-13l018-a","title":"JAGUAR XE R-SPORT X760 2016 HEADLIGHT WASHER COVER CUP OSF RIGHT GX73-13L018-A","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Headlamp Washer Jet RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Headlamp Washer Jet RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX73-13L018-A\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":56577158152517,"sku":"00000282","price":34.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ae58ecfe-e550-4aeb-8448-452999f89e58.jpg?v=1765203535"},{"product_id":"jaguar-xf-x260-pair-of-front-airbag-crash-impact-sensors-gx7314b750ab","title":"JAGUAR XF X260 PAIR OF FRONT AIRBAG CRASH IMPACT SENSORS GX7314B750AB","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Bumper Front Proximity Sensor\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XF X260 PAIR OF FRONT AIRBAG CRASH IMPACT SENSORS GX7314B750AB\n  \u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003cbr\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Diesel\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577160708421,"sku":"00000283","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e26b5c1c-ee1e-44b5-85de-c8e8f3096819.jpg?v=1765203558"},{"product_id":"jaguar-xe-x760-2-0-diesel-starter-motor-2016-gx73-11001-bd","title":"JAGUAR XE X760 2.0 DIESEL STARTER MOTOR 2016 GX73-11001-BD","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Starter Motor\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    Starter Motor\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":56577168376133,"sku":"00000284","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_607021f5-e84c-486b-bb84-32319fc17bd9.jpg?v=1765203586"},{"product_id":"jaguar-xe-2016-2-0-diesel-air-filter-box-housing-gx63-9600-bc","title":"JAGUAR XE 2016 2.0 DIESEL AIR FILTER BOX HOUSING GX63-9600-BC","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Air Filter Airbox\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  \u003cspan style=\"color: rgb(0, 0, 0); font-family: Poppins, sans-serif; font-size: 18px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\"\u003e\n   JAGUAR XE 2016 2.0 DIESEL AIR FILTER BOX HOUSING GX63-9600-BC\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       GX63-9600-BC\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      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577179091269,"sku":"00000294","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_fde99702-ad96-4b2b-8c2f-38cd514f0a36.jpg?v=1765203695"},{"product_id":"jaguar-xf-x260-pair-of-front-bonnet-hood-gas-lifting-struts-2016-gx73-16c826-ab","title":"JAGUAR XF X260 PAIR OF FRONT BONNET HOOD GAS LIFTING STRUTS 2016 GX73-16C826-AB","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bonnet Hinges\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    Bonnet Hinges\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        GX73-16C826-AB\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":56577273037125,"sku":"00000300","price":12.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_22b77541-8502-4c32-9bf6-a41ac76269df.jpg?v=1765204744"},{"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":"jaguar-xe-r-sport-2016-bumper-trim-cover-nsf-gx7m-15k233-ba-genuine-oem","title":"JAGUAR XE R-SPORT 2016 BUMPER TRIM COVER NSF GX7M-15K233-BA GENUINE OEM","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   C Post Upper Trim LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    C Post Upper Trim LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX7M-15K233-BA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577280639301,"sku":"00000302","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_aeb80898-e517-4c01-b881-571b57ec9b6a.jpg?v=1765204795"},{"product_id":"jaguar-xe-r-sport-2016-bumper-trim-cover-osf-right-gx7m-15k232-ba-genuine-oem","title":"JAGUAR XE R-SPORT 2016 BUMPER TRIM COVER OSF RIGHT GX7M-15K232-BA GENUINE OEM","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   C Post Upper Trim RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    C Post Upper Trim RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX7M-15K232-BA\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        00000303\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        C Post Upper Trim RH\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577281098053,"sku":"00000303","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_99ba9b57-831d-4b8d-bd86-35a59080e96a.jpg?v=1765204823"},{"product_id":"jaguar-land-rover-front-crash-bar-panel-bumper-impact-crash-sensor-fk7214b006aa","title":"JAGUAR LAND ROVER FRONT CRASH BAR PANEL BUMPER IMPACT CRASH SENSOR FK7214B006AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Proximity Sensor\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Bumper Front Proximity Sensor\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577281556805,"sku":"00000304","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_9b5844df-eee3-479c-874c-58f1878c19d1.jpg?v=1765204851"},{"product_id":"jaguar-land-rover-front-crash-bar-panel-bumper-impact-crash-sensor-fk7214b006aa-1","title":"JAGUAR LAND ROVER FRONT CRASH BAR PANEL BUMPER IMPACT CRASH SENSOR FK7214B006AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Proximity Sensor\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Bumper Front Proximity Sensor\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FK7214B006AA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577282572613,"sku":"00000305","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_ba70adb9-99df-4fe9-b9f4-d1650782182e.jpg?v=1765204878"},{"product_id":"jaguar-xe-r-sport-2015-2020-rhd-front-left-nsf-bumper-trim-gx7m-17e841-aa","title":"JAGUAR XE R SPORT 2015-2020 RHD FRONT LEFT NSF BUMPER TRIM GX7M-17E841-AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   C Post Upper Trim LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    C Post Upper Trim LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX7M-17E841-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\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577285325125,"sku":"00000306","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_b1a2a4f8-1bd7-4822-83f8-806a59021ca4.jpg?v=1765204906"},{"product_id":"land-rover-jaguar-glow-plug-relay-gx73-12b533-ad-genuine-oem-part","title":"LAND ROVER\/JAGUAR GLOW PLUG RELAY GX73-12B533-AD GENUINE OEM PART","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   RELAY MODULE\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    RELAY MODULE\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        GX73-12B533-AD\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":56577287160133,"sku":"00000307","price":29.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_06528897-c4cf-4276-9fa0-cbdd5b6eb7d1.jpg?v=1765204933"},{"product_id":"jaguar-range-rover-2-0-diesel-air-flow-mass-meter-sensor-2016-g4d3-12b579-aa","title":"JAGUAR\/RANGE ROVER 2.0 DIESEL AIR FLOW MASS METER SENSOR 2016 G4D3-12B579-AA","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Mass Air Flow Meter\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    Mass Air Flow Meter\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        G4D3-12B579-AA\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        00000292\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Mass Air Flow Meter\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577287455045,"sku":"00000292","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_8787ac72-4f79-43ef-9f2b-c782b251fc0a.jpg?v=1765204962"},{"product_id":"jaguar-xe-grille-front-bumper-lower-r-sport-gx7m-17h750-aa-x760-2015-2024","title":"JAGUAR XE GRILLE FRONT BUMPER LOWER R SPORT GX7M 17H750 AA X760 2015 - 2024","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Lower Grille\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Bumper Front Lower Grille\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        GX7M 17H750 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\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577297973573,"sku":"00000285","price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_8fb0ecfc-6c56-4aaf-89bf-4ef4dfa2019e.jpg?v=1765205017"},{"product_id":"jaguar-xe-grille-front-bumper-left-r-sport-gx7m-8b290-ca-x760-2015-2024","title":"JAGUAR XE GRILLE FRONT BUMPER LEFT R SPORT GX7M-8B290-CA X760 2015-2024","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Lower Grille LH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Bumper Front Lower Grille LH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX7M-8B290-CA\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        00000286\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Bumper Front Lower Grille LH\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577316716869,"sku":"00000286","price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_0d66a2ee-d16f-4869-a9e5-8c5e8d17709e.jpg?v=1765205045"},{"product_id":"jaguar-xe-grille-front-bumper-right-r-sport-gx7m-8b289-ca-x760-2015-2024","title":"JAGUAR XE GRILLE FRONT BUMPER RIGHT R SPORT GX7M-8B289-CA X760 2015-2024","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Bumper Front Lower Grille RH\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Bumper Front Lower Grille RH\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        GX7M-8B290-CA\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577336541509,"sku":"00000287","price":39.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_038da736-a0db-4e85-819f-f3b99054f44d.jpg?v=1765205072"},{"product_id":"jaguar-xe-r-sport-e6-x760-15-on-204dtd-radiator-water-coolant-hose-gx73-8c481-ac","title":"JAGUAR XE R-SPORT E6 X760 15-ON 204DTD RADIATOR WATER COOLANT HOSE GX73-8C481-AC","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Coolant hoses set\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    Coolant hoses set\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        GX73-8C481-AC\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577359905093,"sku":"00000298","price":24.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_f1b59d12-71c8-47b5-8d6e-555038ddd432.jpg?v=1765205104"},{"product_id":"jaguar-xe-2015-2020-2-0ltr-diesel-a-c-and-water-radiator-and-fan-gx73-19710-bc","title":"JAGUAR XE 2015-2020 2.0LTR DIESEL A\/C AND WATER RADIATOR AND FAN GX73-19710-BC","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Radiator Pack (KIT)\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  Radiator Pack\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       GX73-19710-BC\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      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577380843845,"sku":"00000290","price":229.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_e3a42050-ee5e-4472-9181-86207b440d9e.jpg?v=1765205131"},{"product_id":"jaguar-xe-x760-front-slam-panel-unit-with-crash-bar-2016-gx73-297a12-bb","title":"JAGUAR XE X760 FRONT SLAM PANEL UNIT WITH CRASH BAR 2016 GX73-297A12-BB","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Front Slam Panel\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    Front Slam Panel\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        GX73-297A12-BB\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        00000308\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Front Slam Panel\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Brand\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577407353157,"sku":"00000308","price":199.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_d5fb24ad-cf38-44e2-98a7-5135bcf54d00.jpg?v=1765205158"},{"product_id":"jaguar-2015-to-2019-xe-front-bumper-electrical-wiring-loom-gx7314369ad","title":"JAGUAR 2015 TO 2019 XE FRONT BUMPER ELECTRICAL WIRING LOOM GX7314369AD","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Wiring loom\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    Wiring loom\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        GX7314369AD\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE R-SPORT D Saloon 2015 - 2018\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         JAGUAR\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         XE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2016\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         FJ66WDN\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         SAJAB4CN3HCP02788\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Diesel\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         LRC NER POLARIS WHITE\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         84,367\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         R-Sport\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         6 Speed Manual\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577411907909,"sku":"00000309","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_69e1608b-b757-4bf0-9dcc-6d9bba9e3c28.jpg?v=1765205206"},{"product_id":"jaguar-xf-x260-2-0-diesel-expansion-bottle-tank-reservoir-2016-gx73-8a080-ac","title":"JAGUAR XF X260 2.0 DIESEL EXPANSION BOTTLE TANK RESERVOIR 2016 GX73-8A080-AC","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003ctitle\u003e\n Radiator Expansion Tank\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\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  Radiator Expansion Tank\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       GX73-8A080-AC\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577412890949,"sku":"00000311","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_1b78f12d-0978-4b3a-a0b1-0d8ac6d732ee.jpg?v=1765205234"},{"product_id":"jaguar-xf-2016-2-0-diesel-rhd-lower-radiator-mount-bracket-gx738983cd-left-n-s","title":"JAGUAR XF 2016 2.0 DIESEL RHD LOWER RADIATOR MOUNT BRACKET GX738983CD LEFT N\/S","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003ctitle\u003e\n C Post Upper Trim LH\n\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\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  C Post Upper Trim LH\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       GX73-8983-CD\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🕒 Warranty Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577414463813,"sku":"00000312","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3e20d35f-c7b1-4e12-9b5b-29062491eb94.jpg?v=1765205261"},{"product_id":"jaguar-xf-2016-2-0-diesel-rhd-lower-radiator-mount-bracket-gx738983cd-right-o-s","title":"JAGUAR XF 2016 2.0 DIESEL RHD LOWER RADIATOR MOUNT BRACKET GX738983CD RIGHT O\/S","description":"\u003cmeta charset=\"utf-8\"\u003e\n\u003ctitle\u003e\n C Post Upper Trim RH\n\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\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  C Post Upper Trim RH\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       GX73-8983-CD\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       00000313\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Type\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       C Post Upper Trim RH\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Brand\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       JAGUAR\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577414889797,"sku":"00000313","price":19.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_b62b2977-da08-4959-b887-19f56438d8bb.jpg?v=1765205289"},{"product_id":"jaguar-land-rover-glow-plug-relay-fx23-189e2-ac-genuine-oem","title":"JAGUAR\/LAND ROVER GLOW PLUG RELAY FX23-189E2-AC GENUINE OEM","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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  Relay Box\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       FX23-189E2-AC\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      \u003cbr\u003e\n     \u003c\/p\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     \u003cbr\u003e\n     \u003cp\u003e\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      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577417838917,"sku":"00000316","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_46d0318e-bb47-44ba-99dd-15cc35138b57.jpg?v=1765205317"},{"product_id":"jaguar-land-rover-aerial-antenna-amplifier-amp-dpla-19c097-ba-genuine-oem","title":"JAGUAR\/LAND ROVER AERIAL ANTENNA AMPLIFIER AMP DPLA-19C097-BA GENUINE OEM","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Aerial Amplifier 1\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  Aerial Amplifier 1\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       DPLA-19C097-BA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577418527045,"sku":"00000317","price":14.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_a61c999e-3ca8-43bb-9114-e77af82ef23c.jpg?v=1765205345"},{"product_id":"jaguar-xe-xf-engine-mount-gx73-6a003-ka-2-0-diesel-2015-2022-genuine-oem","title":"JAGUAR XE XF ENGINE MOUNT GX73-6A003-KA 2.0 DIESEL 2015-2022 GENUINE OEM","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Engine Mounting Bracket\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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  Engine Mounting Bracket\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       GX73-6A003-KA\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       00000318\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Type\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       Engine Mounting Bracket\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Brand\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       JAGUAR\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577418658117,"sku":"00000318","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_86bcdff0-31a8-41aa-8f80-12e78f1c8b32.jpg?v=1765205372"},{"product_id":"jaguar-xe-xf-engine-mount-gx73-6a003-ka-2-0-diesel-2015-2022-genuine-oem-1","title":"JAGUAR XE XF ENGINE MOUNT GX73-6A003-KA 2.0 DIESEL 2015-2022 GENUINE OEM","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Engine Mounting Bracket\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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  Engine Mounting Bracket\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       GX73-6A003-KA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577418756421,"sku":"00000319","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3e574a72-1619-4966-98ad-06b60b1d0f52.jpg?v=1765205400"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH22-14B192-CA 2017\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       DH22-14B192-CA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577423049029,"sku":"00000324","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_0d6bddbc-d11b-4d3f-8ca9-a264a20e784d.jpg?v=1765205509"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine-1","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE\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       DH2214B192CA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577423671621,"sku":"00000325","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_6f25d872-f7d7-418a-a029-ca9ea3fc6a81.jpg?v=1765205537"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine-2","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE\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       DH2214B192CA\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       00000326\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Type\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       Relay Box\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Brand\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       JAGUAR\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577423802693,"sku":"00000326","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_c45113a8-3933-4127-9387-7f35720326f6.jpg?v=1765205564"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine-3","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE\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       DH2214B192CA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577423933765,"sku":"00000327","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_1022dd0f-6c12-4afd-ab07-7fd5165e75db.jpg?v=1765205600"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine-4","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE\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       DH2214B192CA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577424523589,"sku":"00000328","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_21c97f44-8929-431e-90ee-df09e709c109.jpg?v=1765205628"},{"product_id":"jaguar-land-rover-relay-4-pin-black-12v-40a-2-0-diesel-dh2214b192ca-oem-genuine-5","title":"JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER RELAY 4-PIN BLACK 12V 40A 2.0 DIESEL DH2214B192CA OEM GENUINE\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       DH2214B192CA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577425047877,"sku":"00000329","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_67c549a3-3317-4802-85b5-188e95df87d7.jpg?v=1765205655"},{"product_id":"jaguar-land-rover-grey-relay-4-blade-12v-70a-2-0-diesel-dh2214b192ea-oem-genuine","title":"JAGUAR\/LAND ROVER GREY RELAY 4 BLADE 12V 70A 2.0 DIESEL DH2214B192EA OEM GENUINE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR\/LAND ROVER GREY RELAY 4 BLADE 12V 70A 2.0 DIESEL DH2214B192EA OEM GENUINE\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       DH2214B192EA\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577425506629,"sku":"00000330","price":9.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_9b6522c8-835f-4676-aef1-3602b2cfb746.jpg?v=1765205682"},{"product_id":"land-rover-jaguar-4-pin-relay-dh22-14b192-aa-v23074-a1801-x106-genuine-oem","title":"LAND ROVER JAGUAR 4-PIN RELAY DH22-14B192-AA V23074-A1801-X106 GENUINE OEM","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Relay Box\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\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  LAND ROVER JAGUAR 4-PIN RELAY DH22-14B192-AA V23074-A1801-X106 GENUINE OEM\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       DH22-14B192-AA V23074-A1801-X106\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 Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Applies to all tested, fully working used car parts sold by Partsworth, unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality-tested OEM used car parts backed by a 30-day warranty for your peace of mind.\n     \u003c\/p\u003e\n     \u003cbr\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 Duration\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      30 days from the date of delivery.\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      🛡️ What This Warranty Covers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty protects you against genuine part faults under normal, correct usage, including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure through proper use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal defects not caused by incorrect installation\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      •\tIncorrect part supplied (verified via CCTV and ID marking)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOne replacement part where available\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull refund if replacement is unavailable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is tested, cleaned, and quality-controlled before dispatch.\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 ID Mark — Required for All Returns\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To protect buyers and prevent fraudulent claims, every part includes a unique Partsworth ID mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For warranty approval:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present and intact\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part must match the item shipped (verified with dispatch CCTV)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts with removed, altered, or tampered ID markings will be rejected\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      🎥 CCTV Recording \u0026amp; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth uses 24\/7 CCTV in all picking, packing, and dispatch areas.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV is used to verify:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe correct part was picked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the item before shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"wrong item received\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClaims of \"item missing\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV shows the correct part was supplied, the claim will be refused.\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      ❌ What This Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For clarity and transparency, the following are excluded:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect installation, fitting, or programming\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by misuse, forced removal, impact, or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, coding, or programming fees\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tWear-and-tear consumables (pads, discs, belts, bulbs, filters, fluids, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny return of a different item than what was shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\"\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tElectrical parts damaged by incorrect testing or improper handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems dismantled, opened, or modified after purchase\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      📦 Return Requirements for Warranty Claims\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To process your claim quickly and fairly, the buyer must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tReport the fault within 30 days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tReturn the part in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tEnsure the Partsworth ID mark is still present\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4.\tProvide order details and a clear description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5.\tAllow proper inspection and testing upon return\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds or replacements are issued once we confirm the fault.\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      🛡️ Fraud Prevention \u0026amp; Claim Rejection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse claims if:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA different item is returned\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID label is missing, altered, or replaced\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part shows forced damage or tampering\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV contradicts the claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe part has been dismantled or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This policy protects honest buyers and ensures we maintain fair pricing and reliable stock.\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 - Quality Used Car Parts You Can Trust\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is handled with care, CCTV-verified, and backed by a 30-day warranty for your confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Terms \u0026amp; Conditions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including purchases made via our website, eBay, SellAVehicle, and direct sales channels. By completing a purchase, you agree to the following terms.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\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️⃣ Nature of Goods - Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies quality tested OEM used vehicle parts removed from end-of-life, accident-damaged, or dismantled vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEvery item is inspected, tested, and recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUsed parts may show cosmetic wear or signs of previous use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAll photos and descriptions accurately reflect the item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is transparency, reliability, and exceptional value.\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️⃣ Part Identification \u0026amp; Security Marking (Mandatory)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To prevent fraudulent returns, every Partsworth item carries a unique Identification Mark or label.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For a return or warranty claim to be accepted:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark must be present, intact, and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the correct marking will be automatically rejected\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems are verified using CCTV footage from our picking and packing areas\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      CCTV confirms:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCorrect part selection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCondition before packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging and dispatch accuracy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Fraudulent claims cannot be accepted.\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️⃣ Warranty Terms (30-Day Standard Warranty)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless otherwise stated in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\" are fully excluded from warranty.\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 or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect installation\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     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty Does NOT Cover\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, diagnostics, programming, or coding costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage from incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damage to the vehicle\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, modified, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItems returned without the Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns are inspected and tested before approval.\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 Responsibilities\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth strongly recommends professional installation for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs \u0026amp; electrical components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes, turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAirbags, safety systems, hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for ensuring compatibility prior to purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fitment\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncorrect fault diagnosis\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused during installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We are always happy to assist with compatibility before purchase.\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; Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are dispatched with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging\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:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPacking logs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If evidence contradicts the claim, it will be refused.\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      Returns must follow the Partsworth Returns Policy.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returns must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe received in the same condition as supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude the original Partsworth ID mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe properly packaged to prevent damage in transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unauthorised or unmarked items cannot be accepted.\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️⃣ Limitation of Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tConsequential damages\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDiagnostic errors\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, removal, or refitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLoss of income or downtime\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Liability is strictly limited to the original purchase price of the part.\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      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights remain unaffected.\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 - Quality Used Car Parts, Properly Tested \u0026amp; CCTV Verified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters. Every item we ship is inspected, recorded, and protected by secure ID and a fair 30-day warranty.\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      This policy applies to all purchases made via eBay, our website, SellAVehicle, and direct channels.\n     \u003c\/p\u003e\n     \u003cbr\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️⃣ Warranty Returns (30-Day Return Window)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the delivery date to report an issue or request a return.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To submit a return request, the buyer must provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOrder ID\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear description of the fault\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or video evidence (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All returned items may be tested and inspected before a refund or replacement is issued.\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 (Must Meet ALL Requirements)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To qualify for a refund or replacement, returned parts must:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tBe in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInclude all components sent with the item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHave the Partsworth ID mark intact and unaltered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNot be dismantled, opened, or tampered with in any way\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items that:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ show forced damage,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ are returned without the ID mark,\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ have been modified, or\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ do not match our dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      will be rejected.\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️⃣ Incorrect or Missing Items Claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer believes they received the wrong item, Partsworth will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV footage from the picking \u0026amp; packing process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDispatch logs and scan data\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tItem photographs recorded before dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If CCTV confirms the correct item was sent, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This protects honest buyers and ensures pricing remains fair.\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 \u0026amp; Repairs \/ Untested \/ No Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items sold as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares \u0026amp; Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tNo Warranty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, except where the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked 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      5️⃣ Return Shipping Requirements\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the item securely for transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the part arrives safely back to Partsworth\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPaying return postage costs (unless Partsworth made an error)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Damage caused during return transit due to poor packaging is the buyer's responsibility.\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 or replacements are issued only after inspection and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tRefunds are processed via the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProcessing time may vary depending on courier return time and inspection\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items must pass ID verification, CCTV comparison, and functionality testing (where applicable).\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️⃣ Fraud Prevention Measures\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe returned item is not the same item we shipped\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe ID mark is missing or altered\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe item appears swapped, damaged, or tampered with\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCCTV or dispatch records contradict the buyer's claim\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These measures protect both buyers and the integrity of our stock.\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, CCTV-Verified Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled fairly, consistently, and with full verification to maintain trust and transparency.\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":56577425801541,"sku":"00000331","price":7.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_f86ec18d-5dd8-4e6e-a601-4b7949324ed4.jpg?v=1765205710"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/collections\/front-view-people-looking-car_b66c9bbf-d312-49d1-bec8-8a93ddaa98a3.webp?v=1777012340","url":"https:\/\/partsworth.com\/collections\/jaguar.oembed?page=2","provider":"Partsworth","version":"1.0","type":"link"}