{"title":"Interior \u0026 Trim","description":"\u003cp\u003eUsed seats, dashboards, consoles, steering wheels and interior trim from quality donor vehicles. Genuine OEM spares from Partsworth in Doncaster with free tracked UK delivery.\u003c\/p\u003e","products":[{"product_id":"jaguar-xe-x760-n-s-left-side-passenger-sun-visor-gx7304101aa0lkp-a305","title":"JAGUAR XE X760 N\/S LEFT Side Passenger SUN VISOR GX7304101AA0LKP A305","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Sun Visor 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 \u003cdiv class=\"title\"\u003e\n  JAGUAR XE X760 N\/S LEFT Side Passenger SUN VISOR GX7304101AA0LKP A305\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       GX7304101AA0LKP\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       XE R-SPORT D Saloon 2015 - 2018\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Diesel\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Warranty \u0026amp; Returns Information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Quality Tested • Trusted Supplier • Fast Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      At Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Warranty Information - 30 Days of Buyer Confidence\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, covering:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIssues not caused by improper installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty gives buyers confidence when purchasing genuine used parts.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Important: This warranty works alongside eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🏷️ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct item is returned and supports faster, fair processing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Note: The presence of an ID mark does not override buyer rights.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      It simply helps us verify the part more efficiently during the return inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer needs to return an item, we simply ask for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tThe original order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tA brief description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tThe item to be packaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Once received, the part will be checked and processed promptly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We always follow eBay's return procedures and issue refunds through the original payment method.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We provide detailed information including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPart numbers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDonor vehicle details\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngine and trim info\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photographs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps buyers confirm compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Shipping \u0026amp; Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast, reliable UK delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTracking information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure, protective packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We handle every order with care to ensure safe arrival.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🚫 Spares\/Repairs \u0026amp; Untested Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      They may not be fully functional and are clearly described as such at the point of sale.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Why Buy from Partsworth?\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTrusted UK supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProfessionally tested OEM parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast tracked delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photos and accurate descriptions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFriendly support before and after purchase\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⭐ Your Trusted Partner for Quality Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Buyer Information \u0026amp; Terms\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Each part is:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCarefully inspected and function-tested where applicable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCleaned and prepared for resale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotographed clearly to show the exact item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Because these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps us identify the correct part during processing and ensures fast, efficient service.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The ID mark is used during return inspections to verify the item, but does not override eBay's return policies. Buyers remain protected by eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ Standard Warranty - 30 Days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless stated otherwise in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ✔️ Warranty covers:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical\/electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDefects present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty does not cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour or fitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProgramming\/coding issues\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, altered or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All inspections follow eBay's return process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We strongly recommend professional installation for components such as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs and electrical modules\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes and turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSafety systems, airbags and hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for confirming compatibility before purchase. We're always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking for peace of mind\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging to protect the part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal verification before dispatch (photographs, scan logs, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a return is required, the item should be:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSent back in the condition it was supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tReturned through the eBay returns system\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We process refunds promptly once the item is received and checked.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      As with all used automotive parts, we cannot cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, fitting or programming costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage arising from incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle downtime or loss of earnings\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      8️⃣ Legal Compliance\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All transactions comply with UK consumer regulations.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Trusted, Tested, Professional\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Returns Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ 30-Day Returns \u0026amp; Warranty Period\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To help us process the return efficiently, buyers may be asked to provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA short description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or videos where relevant\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items may be inspected or tested as part of the normal returns process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Condition of Returned Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      When returning an item, please ensure it:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncludes any components originally sent\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs packaged securely to prevent transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHas not been dismantled, opened or altered after delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      (We work fully within eBay's Money Back Guarantee rules.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ If You Believe You Received the Wrong Item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer thinks an incorrect item was received, we will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal packing and dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPre-dispatch photos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan logs and order information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares or Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaulty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      eBay's standard protections still apply where appropriate.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Return Shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unless the return is due to a Partsworth error, buyers are responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the part securely\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the item is protected during transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds are issued:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOnce the item has been received and checked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThrough the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIn accordance with eBay's Money Back Guarantee\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Processing times can vary depending on courier return times and inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Fair \u0026amp; Transparent Return Handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the returned part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe presence of the Partsworth ID mark (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny differences between the returned item and the original part supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This ensures returns are handled consistently, accurately and in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled with fairness, consistency and full transparency.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577520402757,"sku":"00000375","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_5c71ba15-7a0c-476f-b346-1ab87e60eefa.jpg?v=1765206924"},{"product_id":"jaguar-xe-x760-f-pace-x761-15-24-sun-visor-front-right-driver-side-gx73-04100-aa","title":"JAGUAR XE X760 F-PACE X761 15-24 SUN VISOR FRONT RIGHT DRIVER SIDE GX73-04100-AA","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Sun Visor 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  JAGUAR XE X760 F-PACE X761 15-24 SUN VISOR FRONT RIGHT DRIVER SIDE GX73-04100-AA\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    ✅ 20+ Years experienced eBay seller\n    \u003cbr\u003e\n    📦 FREE tracked UK delivery\n    \u003cbr\u003e\n    🔁 30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       GX73-04100-AA\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       XE R-SPORT D Saloon 2015 - 2018\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        JAGUAR\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        XE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2016\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        FJ66WDN\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        SAJAB4CN3HCP02788\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Diesel\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        LRC NER POLARIS WHITE\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        84,367\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        R-Sport\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        6 Speed Manual\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Warranty \u0026amp; Returns Information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Quality Tested • Trusted Supplier • Fast Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      At Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Warranty Information - 30 Days of Buyer Confidence\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, covering:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIssues not caused by improper installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty gives buyers confidence when purchasing genuine used parts.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Important: This warranty works alongside eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🏷️ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct item is returned and supports faster, fair processing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Note: The presence of an ID mark does not override buyer rights.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      It simply helps us verify the part more efficiently during the return inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer needs to return an item, we simply ask for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tThe original order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tA brief description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tThe item to be packaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Once received, the part will be checked and processed promptly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We always follow eBay's return procedures and issue refunds through the original payment method.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We provide detailed information including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPart numbers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDonor vehicle details\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngine and trim info\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photographs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps buyers confirm compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Shipping \u0026amp; Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast, reliable UK delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTracking information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure, protective packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We handle every order with care to ensure safe arrival.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🚫 Spares\/Repairs \u0026amp; Untested Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      They may not be fully functional and are clearly described as such at the point of sale.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Why Buy from Partsworth?\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTrusted UK supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProfessionally tested OEM parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast tracked delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photos and accurate descriptions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFriendly support before and after purchase\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⭐ Your Trusted Partner for Quality Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Buyer Information \u0026amp; Terms\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Each part is:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCarefully inspected and function-tested where applicable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCleaned and prepared for resale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotographed clearly to show the exact item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Because these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps us identify the correct part during processing and ensures fast, efficient service.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The ID mark is used during return inspections to verify the item, but does not override eBay's return policies. Buyers remain protected by eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ Standard Warranty - 30 Days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless stated otherwise in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ✔️ Warranty covers:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical\/electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDefects present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty does not cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour or fitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProgramming\/coding issues\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, altered or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All inspections follow eBay's return process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We strongly recommend professional installation for components such as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs and electrical modules\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes and turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSafety systems, airbags and hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for confirming compatibility before purchase. We're always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking for peace of mind\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging to protect the part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal verification before dispatch (photographs, scan logs, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a return is required, the item should be:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSent back in the condition it was supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tReturned through the eBay returns system\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We process refunds promptly once the item is received and checked.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      As with all used automotive parts, we cannot cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, fitting or programming costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage arising from incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle downtime or loss of earnings\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      8️⃣ Legal Compliance\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All transactions comply with UK consumer regulations.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Trusted, Tested, Professional\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Returns Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ 30-Day Returns \u0026amp; Warranty Period\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To help us process the return efficiently, buyers may be asked to provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA short description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or videos where relevant\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items may be inspected or tested as part of the normal returns process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Condition of Returned Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      When returning an item, please ensure it:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncludes any components originally sent\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs packaged securely to prevent transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHas not been dismantled, opened or altered after delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      (We work fully within eBay's Money Back Guarantee rules.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ If You Believe You Received the Wrong Item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer thinks an incorrect item was received, we will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal packing and dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPre-dispatch photos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan logs and order information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares or Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaulty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      eBay's standard protections still apply where appropriate.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Return Shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unless the return is due to a Partsworth error, buyers are responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the part securely\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the item is protected during transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds are issued:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOnce the item has been received and checked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThrough the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIn accordance with eBay's Money Back Guarantee\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Processing times can vary depending on courier return times and inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Fair \u0026amp; Transparent Return Handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the returned part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe presence of the Partsworth ID mark (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny differences between the returned item and the original part supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This ensures returns are handled consistently, accurately and in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled with fairness, consistency and full transparency.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577524203845,"sku":"00000376","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_31a56685-b711-46a2-b2e1-5a94f6b73e07.jpg?v=1765206952"},{"product_id":"jaguar-xe-x760-dashboard-air-vent-grille-left-passenger-side-2016-hx73-018b09-ae","title":"JAGUAR XE X760 DASHBOARD AIR VENT GRILLE LEFT PASSENGER SIDE 2016 HX73-018B09-AE","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Dashboard Trim With Air Vent\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  JAGUAR XE X760 DASHBOARD AIR VENT GRILLE LEFT PASSENGER SIDE 2016 HX73-018B09-AE\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       HX73-018B09-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      ✅ Partsworth - Warranty \u0026amp; Returns Information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Quality Tested • Trusted Supplier • Fast Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      At Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Warranty Information - 30 Days of Buyer Confidence\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, covering:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIssues not caused by improper installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty gives buyers confidence when purchasing genuine used parts.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Important: This warranty works alongside eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🏷️ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct item is returned and supports faster, fair processing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Note: The presence of an ID mark does not override buyer rights.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      It simply helps us verify the part more efficiently during the return inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer needs to return an item, we simply ask for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tThe original order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tA brief description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tThe item to be packaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Once received, the part will be checked and processed promptly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We always follow eBay's return procedures and issue refunds through the original payment method.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We provide detailed information including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPart numbers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDonor vehicle details\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngine and trim info\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photographs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps buyers confirm compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Shipping \u0026amp; Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast, reliable UK delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTracking information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure, protective packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We handle every order with care to ensure safe arrival.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🚫 Spares\/Repairs \u0026amp; Untested Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      They may not be fully functional and are clearly described as such at the point of sale.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Why Buy from Partsworth?\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTrusted UK supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProfessionally tested OEM parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast tracked delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photos and accurate descriptions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFriendly support before and after purchase\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⭐ Your Trusted Partner for Quality Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Buyer Information \u0026amp; Terms\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Each part is:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCarefully inspected and function-tested where applicable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCleaned and prepared for resale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotographed clearly to show the exact item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Because these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps us identify the correct part during processing and ensures fast, efficient service.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The ID mark is used during return inspections to verify the item, but does not override eBay's return policies. Buyers remain protected by eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ Standard Warranty - 30 Days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless stated otherwise in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ✔️ Warranty covers:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical\/electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDefects present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty does not cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour or fitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProgramming\/coding issues\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, altered or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All inspections follow eBay's return process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We strongly recommend professional installation for components such as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs and electrical modules\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes and turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSafety systems, airbags and hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for confirming compatibility before purchase. We're always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking for peace of mind\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging to protect the part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal verification before dispatch (photographs, scan logs, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a return is required, the item should be:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSent back in the condition it was supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tReturned through the eBay returns system\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We process refunds promptly once the item is received and checked.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      As with all used automotive parts, we cannot cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, fitting or programming costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage arising from incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle downtime or loss of earnings\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      8️⃣ Legal Compliance\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All transactions comply with UK consumer regulations.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Trusted, Tested, Professional\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Returns Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ 30-Day Returns \u0026amp; Warranty Period\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To help us process the return efficiently, buyers may be asked to provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA short description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or videos where relevant\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items may be inspected or tested as part of the normal returns process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Condition of Returned Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      When returning an item, please ensure it:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncludes any components originally sent\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs packaged securely to prevent transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHas not been dismantled, opened or altered after delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      (We work fully within eBay's Money Back Guarantee rules.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ If You Believe You Received the Wrong Item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer thinks an incorrect item was received, we will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal packing and dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPre-dispatch photos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan logs and order information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares or Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaulty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      eBay's standard protections still apply where appropriate.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Return Shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unless the return is due to a Partsworth error, buyers are responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the part securely\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the item is protected during transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds are issued:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOnce the item has been received and checked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThrough the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIn accordance with eBay's Money Back Guarantee\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Processing times can vary depending on courier return times and inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Fair \u0026amp; Transparent Return Handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the returned part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe presence of the Partsworth ID mark (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny differences between the returned item and the original part supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This ensures returns are handled consistently, accurately and in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled with fairness, consistency and full transparency.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577525842245,"sku":"00000377","price":10.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_a05d3777-aedf-42a9-bd83-6b31e5797ef3.jpg?v=1765206979"},{"product_id":"jaguar-f-pace-xe-dashboard-air-vent-grill-right-side-hx73-018b08-ae-2015-2019","title":"JAGUAR F-PACE XE DASHBOARD AIR VENT GRILL RIGHT SIDE HX73-018B08-AE 2015-2019","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Dashboard Trim With Air Vent\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 F-PACE XE DASHBOARD AIR VENT GRILL RIGHT SIDE HX73-018B08-AE 2015-2019\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       HX73-018B08-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      ✅ Partsworth - Warranty \u0026amp; Returns Information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Quality Tested • Trusted Supplier • Fast Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      At Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Warranty Information - 30 Days of Buyer Confidence\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, covering:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical or electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIssues not caused by improper installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This warranty gives buyers confidence when purchasing genuine used parts.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Important: This warranty works alongside eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Buyers are fully protected, and we always work with eBay to ensure smooth resolutions.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🏷️ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct item is returned and supports faster, fair processing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Note: The presence of an ID mark does not override buyer rights.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      It simply helps us verify the part more efficiently during the return inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer needs to return an item, we simply ask for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1.\tThe original order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2.\tA brief description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3.\tThe item to be packaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Once received, the part will be checked and processed promptly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We always follow eBay's return procedures and issue refunds through the original payment method.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔍 Accuracy, Compatibility \u0026amp; Buyer Support\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We provide detailed information including:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPart numbers\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDonor vehicle details\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngine and trim info\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photographs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps buyers confirm compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If you're unsure whether a part fits your vehicle, simply send us your registration number and we'll assist before you order.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      📦 Shipping \u0026amp; Dispatch\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All orders are shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast, reliable UK delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTracking information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure, protective packaging\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We handle every order with care to ensure safe arrival.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🚫 Spares\/Repairs \u0026amp; Untested Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Faulty\", or \"Untested\" are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      They may not be fully functional and are clearly described as such at the point of sale.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Why Buy from Partsworth?\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tTrusted UK supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProfessionally tested OEM parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFast tracked delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tClear photos and accurate descriptions\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFriendly support before and after purchase\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our goal is to provide a reliable, transparent and professional buying experience for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⭐ Your Trusted Partner for Quality Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Buyer Information \u0026amp; Terms\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Professional Used Car Parts • Tested • Verified • Fast UK Delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ Understanding Used Vehicle Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Partsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Each part is:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCarefully inspected and function-tested where applicable\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tCleaned and prepared for resale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotographed clearly to show the exact item supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Because these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Partsworth Identification Mark\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Most items feature a Partsworth ID\/security mark to support accurate handling and verification.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps us identify the correct part during processing and ensures fast, efficient service.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The ID mark is used during return inspections to verify the item, but does not override eBay's return policies. Buyers remain protected by eBay's Money Back Guarantee.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ Standard Warranty - 30 Days\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All working parts include a 30-day warranty, unless stated otherwise in the listing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ✔️ Warranty covers:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tMechanical\/electrical failure under normal use\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDefects present at the time of sale\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaults not caused by incorrect fitting\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ❌ Warranty does not cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour or fitting costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tProgramming\/coding issues\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage caused by incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tParts that have been opened, altered or modified\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as \"Spares or Repairs\", \"Untested\", or \"For Parts\" are sold for component harvesting or refurbishment and are not covered by the standard warranty.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All inspections follow eBay's return process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We strongly recommend professional installation for components such as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tECUs and electrical modules\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEngines, gearboxes and turbos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSafety systems, airbags and hybrid components\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The buyer is responsible for confirming compatibility before purchase. We're always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every order is shipped with:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFull tracking for peace of mind\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSecure packaging to protect the part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal verification before dispatch (photographs, scan logs, etc.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Returns Process\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a return is required, the item should be:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSent back in the condition it was supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaged securely to avoid transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tReturned through the eBay returns system\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      The Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      We process refunds promptly once the item is received and checked.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Liability\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      As with all used automotive parts, we cannot cover:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tLabour, fitting or programming costs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tDamage arising from incorrect installation\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tVehicle downtime or loss of earnings\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds relate to the purchase price of the item, in accordance with eBay's policies and UK consumer law.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      8️⃣ Legal Compliance\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      All transactions comply with UK consumer regulations.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your statutory rights are fully protected, and eBay's Money Back Guarantee applies to all eligible purchases.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Trusted, Tested, Professional\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      ✅ Partsworth - Returns Policy\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Tested OEM Parts • Fast Delivery • Trusted UK Supplier\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      1️⃣ 30-Day Returns \u0026amp; Warranty Period\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      For items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To help us process the return efficiently, buyers may be asked to provide:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe order reference\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tA short description of the issue\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPhotos or videos where relevant\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Returned items may be inspected or tested as part of the normal returns process.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      2️⃣ Condition of Returned Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      When returning an item, please ensure it:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs in the same condition as originally supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIncludes any components originally sent\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIs packaged securely to prevent transit damage\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tHas not been dismantled, opened or altered after delivery\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Where an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      (We work fully within eBay's Money Back Guarantee rules.)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      3️⃣ If You Believe You Received the Wrong Item\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If a buyer thinks an incorrect item was received, we will review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tInternal packing and dispatch records\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPre-dispatch photos\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tScan logs and order information\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Items listed as:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tSpares or Repairs\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tFaulty\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tUntested\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      are sold specifically for refurbishment, diagnosis or parts harvesting.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      These items are clearly marked in the listing so buyers know exactly what they are purchasing.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      eBay's standard protections still apply where appropriate.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      5️⃣ Return Shipping\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Unless the return is due to a Partsworth error, buyers are responsible for:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tPackaging the part securely\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tEnsuring the item is protected during transit\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      If the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      6️⃣ Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Refunds are issued:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tOnce the item has been received and checked\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThrough the original payment method\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tIn accordance with eBay's Money Back Guarantee\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Processing times can vary depending on courier return times and inspection.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Our internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      7️⃣ Fair \u0026amp; Transparent Return Handling\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      To maintain the integrity of our stock and ensure fair treatment for all customers, we review:\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe condition of the returned part\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tThe presence of the Partsworth ID mark (where applicable)\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      •\tAny differences between the returned item and the original part supplied\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      This ensures returns are handled consistently, accurately and in line with eBay's policies.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      ⸻\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      🔧 Partsworth - Professional, Tested \u0026amp; Quality-Assured Used Car Parts\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Every return is handled with fairness, consistency and full transparency.\n     \u003c\/p\u003e\n     \u003cbr\u003e\n     \u003cp\u003e\n      Your trust matters to us, and we're committed to providing a reliable, smooth experience from purchase to delivery.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Jaguar","offers":[{"title":"Default Title","offer_id":56577527087429,"sku":"00000378","price":10.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_f7fa077d-5e42-4035-a1c1-46e65f710873.jpg?v=1765207006"},{"product_id":"2014-bmw-320i-luxury-auto-dashboard-trims-f30-saloon-4-doors","title":"2014 BMW 320I LUXURY AUTO Dashboard Trims F30 Saloon 4 Doors","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Dashboard Trims\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Dashboard Trims\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\/738147e4-449d-4a11-2576-08de2b8cfa71\/Label-1-2025-11-28T13:08:07.086Z.jpg\"\u003e\n   \u003cdiv class=\"thumbnails\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Front-1-2025-11-28T13:08:12.887Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Back-1-2025-11-28T13:08:20.982Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Left-1-2025-11-28T13:08:26.775Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Misc-1-2025-11-28T13:08:42.884Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Label-1-2025-11-28T13:10:18.232Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Label-1-2025-11-28T13:10:54.619Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Front-1-2025-11-28T13:10:59.765Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/738147e4-449d-4a11-2576-08de2b8cfa71\/thumbnail\/Back-1-2025-11-28T13:11:05.746Z.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    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577594360133,"sku":"00000057","price":115.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_3fd7fff8-6eb3-4a8a-bec5-eae3e9cf9542.jpg?v=1765207736"},{"product_id":"2014-bmw-320i-auto-f30-f31-f32-centre-console-oddments-tray-insert-cover-9232068","title":"2014 BMW 320I AUTO F30 F31 F32 Centre Console Oddments Tray Insert Cover 9232068","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Centre Console Storage Tray\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Centre Console Storage Tray\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n   \u003c\/div\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \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       9232068\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577610645829,"sku":"00000062","price":10.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_a9fd94c4-fc6e-4eb1-8ae7-823965a08684.jpg?v=1765208055"},{"product_id":"bmw-f30-f31-f80-m3-dashboard-central-information-display-screen-6-5-9262753","title":"BMW F30 F31 F80 M3 Dashboard Central Information Display Screen 6,5\" 9262753","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Satellite Navigation Head Unit (SCREEN)\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Satellite Navigation Head Unit (SCREEN)\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       9270393\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577644069189,"sku":"00000078","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_a851b9dd-def9-490d-ab70-df1297d0bd2c.jpg?v=1765208327"},{"product_id":"bmw-3-4-series-f30-f31-f32-f36-luxury-radio-climate-control-panel-9226784","title":"BMW 3 4 SERIES F30 F31 F32 F36 LUXURY RADIO CLIMATE CONTROL PANEL 9226784","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Digital Climate Control 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\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Digital Climate Control 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    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       17313810\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577647968581,"sku":"00000083","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_c07e32e8-cec2-4f09-8951-47fc6e1e2cd3.jpg?v=1765208452"},{"product_id":"bmw-3-series-f30-interior-floor-cover-carpet-cream-front-rear-section-rhd","title":"BMW 3 SERIES F30 INTERIOR FLOOR COVER CARPET CREAM FRONT \u0026 REAR SECTION RHD","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Mat Set Carpet\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Mat Set Carpet\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n    \u003cbr\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003cbr\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577672577349,"sku":"00000094","price":149.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_14eaf276-c687-4dd8-bc4b-64dc6ec0893a.jpg?v=1765208695"},{"product_id":"2014-bmw-320i-luxury-auto-parcel-shelf-3-series-f30-4-doors-saloon","title":"2014 BMW 320I LUXURY AUTO Parcel Shelf 3 Series F30 4 Doors Saloon","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Parcel Shelf\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Parcel Shelf\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\/f150dfd3-3bd0-4372-25a6-08de2b8cfa71\/Label-1-2025-11-29T20:07:02.567Z.jpg\"\u003e\n   \u003cdiv class=\"thumbnails\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/f150dfd3-3bd0-4372-25a6-08de2b8cfa71\/thumbnail\/Front-1-2025-11-29T20:07:12.826Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/f150dfd3-3bd0-4372-25a6-08de2b8cfa71\/thumbnail\/Back-1-2025-11-29T20:07:19.419Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/f150dfd3-3bd0-4372-25a6-08de2b8cfa71\/thumbnail\/Left-1-2025-11-29T20:07:32.954Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/f150dfd3-3bd0-4372-25a6-08de2b8cfa71\/thumbnail\/Right-1-2025-11-29T20:07:46.643Z.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    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       7288350\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n   \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    CREAM COLOR\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        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577712554309,"sku":"00000105","price":49.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_8d0c414c-2bf8-44b2-a375-40939d891614.jpg?v=1765208981"},{"product_id":"bmw-3-series-320-petrol-f30-2014-auto-speedometer-instrument-cluster-oem-2273585","title":"BMW 3 SERIES 320 PETROL F30 2014 AUTO SPEEDOMETER INSTRUMENT CLUSTER OEM 2273585","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Instrument Cluster\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Instrument Cluster\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\/b1723a45-68ee-46b7-25ae-08de2b8cfa71\/Label-1-2025-11-29T21:10:18.638Z.jpg\"\u003e\n   \u003cdiv class=\"thumbnails\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/b1723a45-68ee-46b7-25ae-08de2b8cfa71\/thumbnail\/Front-1-2025-11-29T21:10:28.785Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/b1723a45-68ee-46b7-25ae-08de2b8cfa71\/thumbnail\/Back-1-2025-11-29T21:10:34.017Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/b1723a45-68ee-46b7-25ae-08de2b8cfa71\/thumbnail\/Left-1-2025-11-29T21:11:10.814Z.jpg\"\u003e\n    \u003cimg class=\"thumbnail\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/parts\/b1723a45-68ee-46b7-25ae-08de2b8cfa71\/thumbnail\/Right-1-2025-11-29T21:11:23.714Z.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    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       2273585\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577720123717,"sku":"00000113","price":25.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_2fbc47e1-bb3c-418c-864c-3b1efa5efd26.jpg?v=1765209054"},{"product_id":"2014-bmw-3-series-f30-leather-multifunctional-steering-wheel-genuine-62560150d","title":"2014 BMW 3 SERIES F30 LEATHER MULTIFUNCTIONAL STEERING WHEEL GENUINE 62560150D","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Steering Wheel\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Steering Wheel\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n    \u003cbr\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003ctable class=\"aspects-table\"\u003e\n    \u003ctbody\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Manufacturer Part Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       62560150D\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577724842309,"sku":"00000115","price":39.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_7df8643e-cf78-44cc-9978-267ff02512aa.jpg?v=1765209078"},{"product_id":"bmw-f30-f32-instrument-cluster-teering-column-cowl-trim-2014-9218525-full-kit","title":"BMW F30 F32 INSTRUMENT CLUSTER TEERING COLUMN COWL TRIM 2014 9218525 FULL KIT","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Steering Column UJ\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {\n      --brand-primary-color: #163466;\n    }\n\n    body {\n      font-family: 'Poppins', sans-serif;\n      margin: 0;\n      padding: 0;\n      background-color: #f5f5f5;\n    }\n\n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background: white;\n    }\n\n    .header {\n      text-align: center;\n      margin-bottom: 30px;\n      padding-bottom: 20px;\n      border-bottom: 2px solid var(--brand-primary-color);\n    }\n\n    .brand-logo {\n      max-height: 80px;\n      max-width: 300px;\n      margin-bottom: 10px;\n    }\n\n    .title {\n      font-size: 24px;\n      font-weight: bold;\n      margin-bottom: 20px;\n    }\n\n    .main-content {\n      display: flex;\n      gap: 20px;\n    }\n\n    .left-panel {\n      flex: 2;\n    }\n\n    .product-image {\n      width: 100%;\n      max-width: 500px;\n      border: 1px solid #ddd;\n    }\n\n    .thumbnails {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 10px;\n    }\n\n    .thumbnail {\n      width: 100px;\n      height: auto;\n      border: 1px solid #ccc;\n    }\n\n    .right-panel {\n      flex: 1;\n      font-size: 14px;\n      margin-bottom: 20px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table td {\n      padding: 6px 10px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .spec-table td:first-child {\n      font-weight: bold;\n    }\n\n    .aspects-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-bottom: 20px;\n    }\n\n    .aspects-table td {\n      padding: 8px 12px;\n      border-bottom: 1px solid #eee;\n    }\n\n    .aspects-table td:first-child {\n      font-weight: 600;\n      color: #333;\n      width: 40%;\n    }\n\n    .highlight-box {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      margin-top: 20px;\n    }\n\n    .inspection {\n      background-color: var(--brand-primary-color);\n      color: white;\n      text-align: center;\n      padding: 10px;\n      font-size: 18px;\n      font-weight: bold;\n      margin-top: 30px;\n      border-radius: 4px;\n    }\n\n    .sub-section {\n      margin-top: 40px;\n    }\n\n    .section-title {\n      background-color: var(--brand-primary-color);\n      color: white;\n      padding: 10px;\n      font-size: 18px;\n      text-align: center;\n      border-radius: 6px;\n    }\n\n    .purple-title {\n      background-color: #6f42c1;\n    }\n\n    .inspection-details {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 30px;\n      margin-top: 20px;\n    }\n\n    .damage-label {\n      border: 2px solid black;\n      padding: 10px 20px;\n      font-size: 18px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .red-circle {\n      width: 20px;\n      height: 20px;\n      border: 2px solid red;\n      border-radius: 50%;\n    }\n\n    .vehicle-section {\n      display: flex;\n      gap: 30px;\n      margin-top: 20px;\n      align-items: flex-start;\n      flex-wrap: wrap;\n    }\n\n    .vehicle-details {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      width: 100%;\n      min-width: 0;\n    }\n\n    .vehicle-details .spec-table {\n      margin: 0;\n      width: 100%;\n      table-layout: fixed;\n    }\n\n    .vehicle-details .spec-table td {\n      word-wrap: break-word;\n      overflow-wrap: break-word;\n    }\n\n    \/* CSS-only tabs using checkbox hack *\/\n    .tabs-container {\n      margin-top: 50px;\n    }\n\n    .tabs {\n      display: flex;\n      border-bottom: 1px solid #ccc;\n    }\n\n    .tab {\n      padding: 10px 20px;\n      border: 1px solid #ccc;\n      border-bottom: none;\n      background-color: #eee;\n      margin-right: 4px;\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n      text-decoration: none;\n      color: #333;\n      display: inline-block;\n    }\n\n    .tab:hover {\n      background-color: #ddd;\n    }\n\n    .tab.active {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    .tab-content {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n    }\n\n    .tab-content \u003e div {\n      display: none;\n    }\n\n    .tab-content \u003e div.active {\n      display: block;\n    }\n\n    \/* Hidden checkboxes for tab functionality *\/\n    .tab-checkbox {\n      display: none;\n    }\n\n    \/* Tab content sections *\/\n    .tab-content-section {\n      border: 1px solid #ccc;\n      padding: 20px;\n      margin-top: -1px;\n      display: none;\n    }\n\n    \/* Show content when corresponding checkbox is checked *\/\n    #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {\n      display: block;\n    }\n\n    \/* Show warranty by default *\/\n    .tab-content-section[data-tab=\"warranty\"] {\n      display: block;\n    }\n\n    \/* Hide warranty when other tabs are selected *\/\n    #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],\n    #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {\n      display: none;\n    }\n\n    \/* Style active tab labels *\/\n    #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],\n    #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],\n    #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],\n    #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {\n      background-color: var(--brand-primary-color);\n      color: white;\n      font-weight: bold;\n    }\n\n    \/* Mobile responsive styles *\/\n    @media (max-width: 768px) {\n      .container {\n        padding: 10px;\n      }\n\n      .main-content {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .left-panel {\n        flex: none;\n        order: 1;\n      }\n\n      .right-panel {\n        flex: none;\n        order: 2;\n        margin-bottom: 0;\n      }\n\n      .product-image {\n        max-width: 100%;\n      }\n\n      .thumbnails {\n        gap: 5px;\n      }\n\n      .thumbnail {\n        width: 80px;\n      }\n\n      .vehicle-section {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .vehicle-details {\n        grid-template-columns: 1fr;\n        gap: 15px;\n      }\n\n      .tabs {\n        flex-direction: column;\n        border-bottom: none;\n      }\n\n      .tab {\n        margin-right: 0;\n        margin-bottom: 2px;\n        border-bottom: 1px solid #ccc;\n        text-align: center;\n      }\n\n      .tab-content {\n        margin-top: 0;\n      }\n\n      .inspection-details {\n        flex-direction: column;\n        gap: 15px;\n      }\n\n      .damage-label {\n        font-size: 16px;\n        padding: 8px 15px;\n      }\n\n      .section-title {\n        font-size: 16px;\n        padding: 8px;\n      }\n\n      .title {\n        font-size: 20px;\n      }\n\n      .brand-logo {\n        max-height: 60px;\n        max-width: 200px;\n      }\n    }\n\n    \/* Small mobile devices *\/\n    @media (max-width: 480px) {\n      .container {\n        padding: 5px;\n      }\n\n      .title {\n        font-size: 18px;\n        margin-bottom: 15px;\n      }\n\n      .highlight-box {\n        padding: 8px;\n        font-size: 14px;\n      }\n\n      .spec-table td {\n        padding: 4px 6px;\n        font-size: 13px;\n      }\n\n      .aspects-table td {\n        padding: 6px 8px;\n        font-size: 13px;\n      }\n\n      .tab {\n        padding: 8px 12px;\n        font-size: 14px;\n      }\n\n      .tab-content {\n        padding: 15px;\n      }\n\n      .vehicle-details .spec-table td {\n        font-size: 12px;\n        padding: 3px 5px;\n      }\n\n      .thumbnail {\n        width: 60px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"title\"\u003e\n  Steering Column UJ\n \u003c\/div\u003e\n \u003cdiv class=\"main-content\"\u003e\n  \u003cdiv class=\"left-panel\"\u003e\n   \u003cdiv class=\"highlight-box\"\u003e\n    20+ Years experienced eBay seller\n    \u003cbr\u003e\n    FREE tracked UK delivery\n    \u003cbr\u003e\n    30 Day returns policy\n    \u003cbr\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"right-panel\"\u003e\n   \u003cbr\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577726873925,"sku":"00000116","price":14.59,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_29785427-4523-40a5-97fa-520af24863ea.jpg?v=1765209117"},{"product_id":"bmw-3-4-series-f30-f31-f32-f36-front-sun-visor-passenger-left-in-cream-7322291","title":"BMW 3 4 SERIES F30 F31 F32 F36 FRONT SUN VISOR PASSENGER LEFT IN CREAM 7322291","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Sun Visor 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 \u003cdiv class=\"title\"\u003e\n  Sun Visor 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       7322291\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577838973253,"sku":"00000129","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_8f0b2118-033d-47a0-b91c-3bbfff009f85.jpg?v=1765210086"},{"product_id":"bmw-3-4-series-f30-f31-f32-f36-front-sun-visor-passenger-right-in-cream-7322291","title":"BMW 3 4 SERIES F30 F31 F32 F36 FRONT SUN VISOR PASSENGER RIGHT IN CREAM 7322291","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Sun Visor 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    Sun Visor 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        7322291\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577839464773,"sku":"00000130","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_01c761e6-7b8f-4300-9b7d-7091b0afb535.jpg?v=1765210114"},{"product_id":"bmw-3-series-f30-f31-genuine-glove-box-in-beige-colour-9227250","title":"BMW 3 SERIES F30 F31 GENUINE GLOVE BOX IN BEIGE COLOUR 9227250","description":"\u003cbody\u003e\n\n \n  \u003cmeta charset=\"utf-8\"\u003e\n  \u003ctitle\u003e\n   Glove Compartment Assembly\n  \u003c\/title\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n   :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n  \u003c\/style\u003e\n \n \n  \u003cdiv class=\"container\"\u003e\n   \u003cdiv class=\"header\"\u003e\n    \u003cimg alt=\"Company Logo\" class=\"brand-logo\" src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\"\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"title\"\u003e\n    Glove Compartment Assembly\n   \u003c\/div\u003e\n   \u003cdiv class=\"main-content\"\u003e\n    \u003cdiv class=\"left-panel\"\u003e\n     \u003cdiv class=\"highlight-box\"\u003e\n      ✅ 20+ Years experienced eBay seller\n      \u003cbr\u003e\n      📦 FREE tracked UK delivery\n      \u003cbr\u003e\n      🔁 30 Day returns policy\n      \u003cbr\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"right-panel\"\u003e\n     \u003ctable class=\"aspects-table\"\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Manufacturer Part Number\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        9227250\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fitment\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I LUXURY AUTO Saloon 2012 - 2015\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/table\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"section-title\"\u003e\n     Donor Vehicle\n    \u003c\/div\u003e\n    \u003cdiv class=\"vehicle-section\"\u003e\n     \u003cdiv class=\"vehicle-details\"\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Make\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BMW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Model\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         3 Series\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Year\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2014\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VRM\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         PE14BHW\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         VIN\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         WBA3B12090F365930\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Body Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Fuel Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Petrol\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Engine Size\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         2.0L\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n      \u003ctable class=\"spec-table\"\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Transmission\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Colour\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Code\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         B65\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Paint Colour Name\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         BROWN - Jatoba Metatallic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Mileage\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         86,906\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Trim\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         320I Luxury\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Doors\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         4\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Style\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Saloon\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Gearbox\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         8 Speed Automatic\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n       \u003ctr\u003e\n        \u003ctd\u003e\n         Drive Type\n        \u003c\/td\u003e\n        \u003ctd\u003e\n         Rear 4x2\n        \u003c\/td\u003e\n       \u003c\/tr\u003e\n      \u003c\/table\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n   \u003cdiv class=\"sub-section\"\u003e\n    \u003cdiv class=\"tabs-container\"\u003e\n     \u003c!-- Hidden checkboxes for tab functionality --\u003e\n     \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n     \u003c!-- Tab labels --\u003e\n     \u003cdiv class=\"tabs\"\u003e\n      \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n       WARRANTY\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n       PART TERMS \u0026amp; CONDITIONS\n      \u003c\/label\u003e\n      \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n       RETURNS\n      \u003c\/label\u003e\n     \u003c\/div\u003e\n     \u003c!-- Tab content --\u003e\n     \u003cdiv class=\"tab-content\"\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n       \u003cp\u003e\n        This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Warranty Duration:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        30 days from the date of delivery.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Covers:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Mechanical or electrical failure under normal use;\n        \u003cbr\u003e\n        - Defects not caused by improper installation;\n        \u003cbr\u003e\n        - Faults present at the time of sale;\n        \u003cbr\u003e\n        - Replacement or refund if a fault is confirmed.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ✔️ What This Warranty Covers\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Failure of the part through normal, proper use;\n        \u003cbr\u003e\n        - Internal mechanical or electrical defects;\n        \u003cbr\u003e\n        - Incorrect part supplied (must match our CCTV and ID mark);\n        \u003cbr\u003e\n        - One replacement part (if available);\n        \u003cbr\u003e\n        - Refund if replacement is unavailable.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❗ Identification Mark Requirement\n        \u003cbr\u003e\n        \u003cbr\u003e\n        All Partsworth parts include a unique ID mark or label.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To prevent fraudulent returns:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The ID mark must be present and intact;\n        \u003cbr\u003e\n        - Parts with removed\/altered markings will be rejected;\n        \u003cbr\u003e\n        - Returned parts must match our CCTV footage at dispatch.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🎥 CCTV Verification\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth operates CCTV recording in the picking and packing area.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Video footage is used to verify:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - The correct item was packed;\n        \u003cbr\u003e\n        - The condition of the part before dispatch;\n        \u003cbr\u003e\n        - Claims of \"wrong item\" or \"missing item\";\n        \u003cbr\u003e\n        \u003cbr\u003e\n        If CCTV proves the correct part was sent, the claim will be refused.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        ❌ What This Warranty Does NOT Cover\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Incorrect installation or fitting;\n        \u003cbr\u003e\n        - Damage caused by misuse or forced removal;\n        \u003cbr\u003e\n        - Labour, diagnostics, coding, or programming costs;\n        \u003cbr\u003e\n        - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n        \u003cbr\u003e\n        - Return of a different item than what we shipped;\n        \u003cbr\u003e\n        - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n        \u003cbr\u003e\n        - Electrical parts damaged by improper testing.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        📦 Return Requirements\n        \u003cbr\u003e\n        \u003cbr\u003e\n        To submit a warranty claim, the buyer must:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - Report the fault within 30 days;\n        \u003cbr\u003e\n        - Return the item in the same condition;\n        \u003cbr\u003e\n        - Ensure the Partsworth ID mark is still present;\n        \u003cbr\u003e\n        - Provide order details and description of the issue;\n        \u003cbr\u003e\n        - Allow inspection\/testing before refund or replacement.\n        \u003cbr\u003e\n        \u003cbr\u003e\n        🛡️ Fraud Prevention\n        \u003cbr\u003e\n        \u003cbr\u003e\n        Partsworth reserves the right to refuse a claim if:\n        \u003cbr\u003e\n        \u003cbr\u003e\n        - A different part is returned;\n        \u003cbr\u003e\n        - The item shows forced damage;\n        \u003cbr\u003e\n        - The ID label is missing or altered;\n        \u003cbr\u003e\n        - CCTV contradicts the buyer's claim;\n        \u003cbr\u003e\n        - The part has been dismantled or modified.\n        \u003cbr\u003e\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        1. Nature of Goods\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Part Identification \u0026amp; Security Marking\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - This ID mark must be present and intact on any returned item.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items returned without the correct marking will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty covers:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Mechanical or electrical failure under normal use;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Faults not caused by improper installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Warranty does NOT cover:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Diagnostic or programming costs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Items that have been modified or tampered with;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Missing ID marking.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Compatibility \u0026amp; Installation\n       \u003c\/p\u003e\n       \u003cp\u003e\n        It is the buyer's responsibility to ensure compatibility before purchase.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not liable for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect fitment;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Incorrect diagnosis;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Damage during installation.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Delivery\n       \u003c\/p\u003e\n       \u003cp\u003e\n        All orders are dispatched with tracking and CCTV verification.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Returns\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returns must follow the Partsworth Returns Policy (see below).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Returned items must be in the same condition and include the Partsworth ID mark.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Limitation of Liability\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth is not responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Consequential loss;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Vehicle damage;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Labour or fitting charges;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Loss of earnings.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Our responsibility is limited to the value of the item purchased.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        8. Legal\n       \u003c\/p\u003e\n       \u003cp\u003e\n        These Terms \u0026amp; Conditions are governed by UK consumer law.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Your statutory rights are not affected.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n       \u003cp\u003e\n        1. Warranty Returns (30 Days)\n       \u003c\/p\u003e\n       \u003cp\u003e\n        For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        To request a return, you must provide:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Order ID;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Description of the fault;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Photos\/video (if applicable).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth may test the item before issuing a refund or replacement.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        2. Condition of Returned Items\nReturned parts must:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Be in the same condition as sent\n\n\nInclude all components supplied;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Show the Partsworth ID marking intact;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Not be tampered with or dismantled;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        3. Incorrect or Missing Items\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        If evidence shows the correct part was dispatched, the claim will be refused.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        4. Spares \u0026amp; Repairs \/ No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Items\nItems sold as:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Spares \u0026amp; Repairs;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Untested;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - No Warranty\n       \u003c\/p\u003e\n       \u003cp\u003e\n        are non-returnable and non-refundable, unless the wrong item was sent.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        5. Return Shipping\n       \u003c\/p\u003e\n       \u003cp\u003e\n        The buyer is responsible for:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Packaging the item securely;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Ensuring safe transit back to Partsworth;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - Return postage costs (unless we made an error).\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Damage caused in transit due to poor packaging is the buyer's responsibility.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        6. Refunds \u0026amp; Processing Time\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refunds or replacements are processed only after inspection.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Refund method will match the original payment method.\n       \u003c\/p\u003e\n       \u003cp\u003e\n        \u003cbr\u003e\n       \u003c\/p\u003e\n       \u003cp\u003e\n        7. Fraud Prevention\n       \u003c\/p\u003e\n       \u003cp\u003e\n        Partsworth reserves the right to refuse any return where:\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The returned item is not the same as the one sent;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The ID marking is missing;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - The item has been swapped, altered, or damaged;\n       \u003c\/p\u003e\n       \u003cp\u003e\n        - CCTV contradicts the buyer's claim.\n       \u003c\/p\u003e\n      \u003c\/div\u003e\n     \u003c\/div\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \n\n\u003c\/body\u003e","brand":"BMW","offers":[{"title":"Default Title","offer_id":56577915650373,"sku":"00000179","price":19.89,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_6b793f8c-a87e-4f6b-9fc3-5309bb91663c.jpg?v=1765210525"},{"product_id":"dashboard-panel-bmw-f30-f31-f32-f33-f34-f36-dash-trim-instrument-b65-72758412","title":"Dashboard Panel BMW F30 F31 F32 F33 F34 F36 Dash Trim Instrument B65 72758412","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Dashboard\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  Dashboard\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       Tag Number\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       00000184\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Type\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       Dashboard\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Brand\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       BMW\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003e\n       Fitment\n      \u003c\/td\u003e\n      \u003ctd\u003e\n       320I LUXURY AUTO Saloon 2012 - 2015\n      \u003c\/td\u003e\n     \u003c\/tr\u003e\n    \u003c\/tbody\u003e\n   \u003c\/table\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"section-title\"\u003e\n   Donor Vehicle\n  \u003c\/div\u003e\n  \u003cdiv class=\"vehicle-section\"\u003e\n   \u003cdiv class=\"vehicle-details\"\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Make\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BMW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Model\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        3 Series\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Year\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2014\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VRM\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        PE14BHW\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        VIN\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        WBA3B12090F365930\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Body Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Fuel Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Petrol\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Engine Size\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        2.0L\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n    \u003ctable class=\"spec-table\"\u003e\n     \u003ctbody\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Transmission\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Colour\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Code\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        B65\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Paint Colour Name\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        BROWN - Jatoba Metatallic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Mileage\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        86,906\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Trim\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        320I Luxury\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Doors\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        4\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Style\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Saloon\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Gearbox\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        8 Speed Automatic\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n       \u003ctd\u003e\n        Drive Type\n       \u003c\/td\u003e\n       \u003ctd\u003e\n        Rear 4x2\n       \u003c\/td\u003e\n      \u003c\/tr\u003e\n     \u003c\/tbody\u003e\n    \u003c\/table\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003c!-- Hidden checkboxes for tab functionality --\u003e\n   \u003cinput checked class=\"tab-checkbox\" id=\"warranty-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"terms-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"returns-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003cinput class=\"tab-checkbox\" id=\"additional-info-checkbox\" name=\"tab-group\" type=\"radio\"\u003e\n   \u003c!-- Tab labels --\u003e\n   \u003cdiv class=\"tabs\"\u003e\n    \u003clabel class=\"tab\" for=\"warranty-checkbox\"\u003e\n     WARRANTY\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"terms-checkbox\"\u003e\n     PART TERMS \u0026amp; CONDITIONS\n    \u003c\/label\u003e\n    \u003clabel class=\"tab\" for=\"returns-checkbox\"\u003e\n     RETURNS\n    \u003c\/label\u003e\n   \u003c\/div\u003e\n   \u003c!-- Tab content --\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e\n     \u003cp\u003e\n      This warranty applies to all tested, working used parts sold by Partsworth unless otherwise stated.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Warranty Duration:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      30 days from the date of delivery.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Covers:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Mechanical or electrical failure under normal use;\n      \u003cbr\u003e\n      - Defects not caused by improper installation;\n      \u003cbr\u003e\n      - Faults present at the time of sale;\n      \u003cbr\u003e\n      - Replacement or refund if a fault is confirmed.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ✔️ What This Warranty Covers\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Failure of the part through normal, proper use;\n      \u003cbr\u003e\n      - Internal mechanical or electrical defects;\n      \u003cbr\u003e\n      - Incorrect part supplied (must match our CCTV and ID mark);\n      \u003cbr\u003e\n      - One replacement part (if available);\n      \u003cbr\u003e\n      - Refund if replacement is unavailable.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❗ Identification Mark Requirement\n      \u003cbr\u003e\n      \u003cbr\u003e\n      All Partsworth parts include a unique ID mark or label.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To prevent fraudulent returns:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The ID mark must be present and intact;\n      \u003cbr\u003e\n      - Parts with removed\/altered markings will be rejected;\n      \u003cbr\u003e\n      - Returned parts must match our CCTV footage at dispatch.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🎥 CCTV Verification\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth operates CCTV recording in the picking and packing area.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Video footage is used to verify:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - The correct item was packed;\n      \u003cbr\u003e\n      - The condition of the part before dispatch;\n      \u003cbr\u003e\n      - Claims of \"wrong item\" or \"missing item\";\n      \u003cbr\u003e\n      \u003cbr\u003e\n      If CCTV proves the correct part was sent, the claim will be refused.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      ❌ What This Warranty Does NOT Cover\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Incorrect installation or fitting;\n      \u003cbr\u003e\n      - Damage caused by misuse or forced removal;\n      \u003cbr\u003e\n      - Labour, diagnostics, coding, or programming costs;\n      \u003cbr\u003e\n      - Wear-and-tear items (pads, belts, fluids, bulbs, filters, etc.);\n      \u003cbr\u003e\n      - Return of a different item than what we shipped;\n      \u003cbr\u003e\n      - Parts sold as \"Spares \u0026amp; Repairs\", \"Untested\", or \"No Warranty\";\n      \u003cbr\u003e\n      - Electrical parts damaged by improper testing.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      📦 Return Requirements\n      \u003cbr\u003e\n      \u003cbr\u003e\n      To submit a warranty claim, the buyer must:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - Report the fault within 30 days;\n      \u003cbr\u003e\n      - Return the item in the same condition;\n      \u003cbr\u003e\n      - Ensure the Partsworth ID mark is still present;\n      \u003cbr\u003e\n      - Provide order details and description of the issue;\n      \u003cbr\u003e\n      - Allow inspection\/testing before refund or replacement.\n      \u003cbr\u003e\n      \u003cbr\u003e\n      🛡️ Fraud Prevention\n      \u003cbr\u003e\n      \u003cbr\u003e\n      Partsworth reserves the right to refuse a claim if:\n      \u003cbr\u003e\n      \u003cbr\u003e\n      - A different part is returned;\n      \u003cbr\u003e\n      - The item shows forced damage;\n      \u003cbr\u003e\n      - The ID label is missing or altered;\n      \u003cbr\u003e\n      - CCTV contradicts the buyer's claim;\n      \u003cbr\u003e\n      - The part has been dismantled or modified.\n      \u003cbr\u003e\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions apply to all products sold by Partsworth, including sales made via our website, eBay, SellAVehicle, and direct channels. By purchasing from us, you agree to the terms outlined below.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      1. Nature of Goods\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth supplies used vehicle parts removed from end-of-life or damaged vehicles.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All parts are inspected and recorded prior to dispatch. Some components may show signs of wear consistent with used condition.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Part Identification \u0026amp; Security Marking\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To protect against fraudulent returns, all items are marked with a unique Partsworth Identification Mark before dispatch.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - This ID mark must be present and intact on any returned item.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items returned without the correct marking will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      CCTV is in operation in our warehouse and packing areas to verify the condition, identity, and packaging of each part dispatched.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Parts sold as working include a 30-Day Standard Warranty unless otherwise stated.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items listed as \"Spares \u0026amp; Repairs,\" \"Untested,\" or \"No Warranty\" are excluded from any warranty.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty covers:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Mechanical or electrical failure under normal use;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Faults not caused by improper installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Warranty does NOT cover:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Diagnostic or programming costs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Items that have been modified or tampered with;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Missing ID marking.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Compatibility \u0026amp; Installation\n     \u003c\/p\u003e\n     \u003cp\u003e\n      It is the buyer's responsibility to ensure compatibility before purchase.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Professional installation is strongly recommended, especially for electrical, ECU, engine, and gearbox components.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not liable for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect fitment;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Incorrect diagnosis;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Damage during installation.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Delivery\n     \u003c\/p\u003e\n     \u003cp\u003e\n      All orders are dispatched with tracking and CCTV verification.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims a missing, damaged, or incorrect item, CCTV and scan data will be reviewed. Evidence contradicting the claim will result in refusal.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Returns\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returns must follow the Partsworth Returns Policy (see below).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Returned items must be in the same condition and include the Partsworth ID mark.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Limitation of Liability\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth is not responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Consequential loss;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Vehicle damage;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Labour or fitting charges;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Loss of earnings.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Our responsibility is limited to the value of the item purchased.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      8. Legal\n     \u003c\/p\u003e\n     \u003cp\u003e\n      These Terms \u0026amp; Conditions are governed by UK consumer law.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Your statutory rights are not affected.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n     \u003cp\u003e\n      1. Warranty Returns (30 Days)\n     \u003c\/p\u003e\n     \u003cp\u003e\n      For items sold with a warranty, buyers have 30 days from the date of delivery to report an issue.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      To request a return, you must provide:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Order ID;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Description of the fault;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Photos\/video (if applicable).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth may test the item before issuing a refund or replacement.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      2. Condition of Returned Items\nReturned parts must:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Be in the same condition as sent\n\n\nInclude all components supplied;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Show the Partsworth ID marking intact;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Not be tampered with or dismantled;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Any returned item missing the ID mark or showing signs of forced damage will be rejected.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      3. Incorrect or Missing Items\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If the buyer claims they received the wrong part, CCTV footage of the packing process will be reviewed.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      If evidence shows the correct part was dispatched, the claim will be refused.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      4. Spares \u0026amp; Repairs \/ No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Items\nItems sold as:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Spares \u0026amp; Repairs;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Untested;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - No Warranty\n     \u003c\/p\u003e\n     \u003cp\u003e\n      are non-returnable and non-refundable, unless the wrong item was sent.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      5. Return Shipping\n     \u003c\/p\u003e\n     \u003cp\u003e\n      The buyer is responsible for:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Packaging the item securely;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Ensuring safe transit back to Partsworth;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - Return postage costs (unless we made an error).\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Damage caused in transit due to poor packaging is the buyer's responsibility.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      6. Refunds \u0026amp; Processing Time\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refunds or replacements are processed only after inspection.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Refund method will match the original payment method.\n     \u003c\/p\u003e\n     \u003cp\u003e\n      \u003cbr\u003e\n     \u003c\/p\u003e\n     \u003cp\u003e\n      7. Fraud Prevention\n     \u003c\/p\u003e\n     \u003cp\u003e\n      Partsworth reserves the right to refuse any return where:\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The returned item is not the same as the one sent;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The ID marking is missing;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - The item has been swapped, altered, or damaged;\n     \u003c\/p\u003e\n     \u003cp\u003e\n      - CCTV contradicts the buyer's claim.\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"BMW","offers":[{"title":"Default Title","offer_id":56578066874693,"sku":"00000184","price":349.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_fb8299de-138e-4db0-ab8a-1da6a373d851.jpg?v=1765211233"},{"product_id":"bmw-5-series-520d-se-left-passenger-footwell-trim-pane-2013-2017","title":"BMW 5 SERIES 520D SE Left Passenger Footwell Trim Pane 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trims \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 5 SERIES 520D SE Left Passenger Footwell Trim Pane 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9166705\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006277\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9166705\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57685546434885,"sku":"00006277","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T16_21_20.711Z-watermarked-2026-04-14T16_30_23.2320793_00_00.jpg?v=1781177357"},{"product_id":"bmw-520d-se-dashboard-trim-with-air-vent-passenger-side-2013-2015","title":"BMW 520D SE Dashboard Trim With Air Vent Passenger Side 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trim With Air Vent \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Dashboard Trim With Air Vent Passenger Side 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e64229166887\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006278\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trim With Air Vent \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e64229166887\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57685712634181,"sku":"00006278","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_36_15.956Z-watermarked-2026-04-14T15_46_25.5746444_00_00.jpg?v=1781177358"},{"product_id":"bmw-520d-se-centre-console-armrest-1600319-2013-2015","title":"BMW 520D SE Centre Console Armrest 1600319 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCentre Console Armrest\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Centre Console Armrest 1600319 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e1600319\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006279\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCentre Console Armrest\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e1600319\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57685873230149,"sku":"00006279","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_38_00.550Z-watermarked-2026-04-14T15_45_06.4333666_00_00.jpg?v=1781177358"},{"product_id":"bmw-520d-se-display-unit-9289007-2013-2015","title":"BMW 520D SE Display Unit 9289007 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMulti Function Display Unit\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Display Unit 9289007 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9289007\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006281\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMulti Function Display Unit\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9289007\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57685930377541,"sku":"00006281","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T16_03_22.862Z-watermarked-2026-04-14T16_15_34.0343141_00_00.jpg?v=1781177359"},{"product_id":"bmw-520d-se-center-console-leather-trim-3840918-2013-2015","title":"BMW 520D SE Center Console Leather Trim 3840918 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc trims\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Center Console Leather Trim 3840918 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e3840918\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006284\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc trims\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e3840918\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57686001877317,"sku":"00006284","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_43_31.561Z-watermarked-2026-04-14T15_45_35.4902589_00_00.jpg?v=1781177360"},{"product_id":"bmw-520d-se-centre-console-2013-2015","title":"BMW 520D SE Centre Console 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCentre Console\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Centre Console 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006285\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCentre Console\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57686043623749,"sku":"00006285","price":69.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_25_14.749Z-watermarked-2026-04-14T15_30_06.2634211_00_00.jpg?v=1781177361"},{"product_id":"bmw-520d-se-sun-visor-lh-passenger-side-2013-2015","title":"BMW 520D SE Sun Visor LH Passenger Side 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSun Visor LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Sun Visor LH Passenger Side 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006286\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSun Visor LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57686072787269,"sku":"00006286","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_45_13.694Z-watermarked-2026-04-14T16_01_17.5217287_00_00.jpg?v=1781177361"},{"product_id":"bmw-520d-se-sun-visor-rh-driver-side-2013-2015","title":"BMW 520D SE Sun Visor RH Driver Side 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSun Visor RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Sun Visor RH Driver Side 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006287\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSun Visor RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006287\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSun Visor RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57686100083013,"sku":"00006287","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T16_31_21.458Z-watermarked-2026-04-14T16_45_05.9308398_00_00.jpg?v=1781177362"},{"product_id":"bmw-520d-se-glove-compartment-assembly-9166699-2013-2015","title":"BMW 520D SE Glove Compartment Assembly 9166699 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eGlove Compartment Assembly\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Glove Compartment Assembly 9166699 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9166699\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006288\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eGlove Compartment Assembly\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9166699\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57686117876037,"sku":"00006288","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T15_53_28.970Z-watermarked-2026-04-14T16_01_29.8230585_00_00.jpg?v=1781177362"},{"product_id":"bmw-520d-se-steering-wheel-9229480-2013-2015","title":"BMW 520D SE Steering Wheel 9229480 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Wheel\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 520D SE Steering Wheel 9229480 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9229480\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006304\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e9229480\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57687239459141,"sku":"00006304","price":79.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-14T16_04_53.192Z-watermarked-2026-04-14T16_16_13.7757399_00_00.jpg?v=1781177370"},{"product_id":"bmw-5-series-520d-se-seat-belt-front-buckle-lh-passenger-side-6309497","title":"BMW 5 SERIES 520D SE Seat Belt Front Buckle LH Passenger Side 6309497","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 5 SERIES 520D SE Seat Belt Front Buckle LH Passenger Side 6309497\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006377\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57695028117829,"sku":"00006377","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-15T14_11_19.249Z-watermarked-2026-04-15T14_15_49.0193629_00_00.jpg?v=1781177400"},{"product_id":"bmw-5-series-520d-se-seat-belt-stalk-buckle-right-side-front-6309497-2013-2015","title":"BMW 5 SERIES 520D SE SEAT BELT STALK BUCKLE RIGHT SIDE FRONT 6309497 2013-2015","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt Front RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eBMW 5 SERIES 520D SE SEAT BELT STALK BUCKLE RIGHT SIDE FRONT 6309497 2013-2015\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006378\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eBMW\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e6309497\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003e520D SE Saloon 2013 - 2014\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eBMW\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003e5 Series\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2014\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eAK14ZDC\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWBA5C32020D635576\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e2.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eManual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e300\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eALPINE WHITE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e169,319\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003e520D SE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSaloon\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Manual\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57695030772037,"sku":"00006378","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-15T14_12_00.052Z-watermarked-2026-04-15T14_16_01.5181015_00_00.jpg?v=1781177402"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-dashboard-trims-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Trims 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trims \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Trims 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857240\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006435\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857240\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700123771205,"sku":"00006435","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T08_44_04.605Z-watermarked-2026-04-16T08_45_39.8390756_00_00.jpg?v=1781177423"},{"product_id":"volkswagen-touareg-altitude-v6-dashboard-trim-with-air-vent-left-passenger-side","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 Dashboard Trim With Air Vent Left Passenger Side","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trim With Air Vent \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 Dashboard Trim With Air Vent Left Passenger Side 7L6819704 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819704\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006436\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trim With Air Vent \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819704\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700129833285,"sku":"00006436","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T08_43_17.634Z-watermarked-2026-04-16T08_45_52.1762833_00_00.jpg?v=1781177423"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-ashtray-centre-console-7l6857961-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Ashtray Centre Console 7L6857961 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAshtray Centre Console\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Ashtray Centre Console 7L6857961 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857961\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006439\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAshtray Centre Console\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857961\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700145463621,"sku":"00006439","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T08_52_15.266Z-watermarked-2026-04-16T09_00_36.8736734_00_00.jpg?v=1781177425"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-centre-console-cup-holder-and-surround-trim","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Centre Console Cup Holder And Surround Trim","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCentre Console Cup Holder\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Centre Console Cup Holder And Surround Trim 7L6858602 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858602\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006441\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCentre Console Cup Holder\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858602\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700156997957,"sku":"00006441","price":34.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T09_10_21.740Z-watermarked-2026-04-16T09_15_06.2947835_00_00.jpg?v=1781177425"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-centre-console-armrest-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Centre Console Armrest 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCentre Console Armrest\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Centre Console Armrest 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006442\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCentre Console Armrest\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700158439749,"sku":"00006442","price":44.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T08_53_23.868Z-watermarked-2026-04-16T09_00_49.1357028_00_00.jpg?v=1781177426"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-dashboard-air-vent-adjuster-7l6819766","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Air Vent Adjuster 7L6819766","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eMisc trims\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Air Vent Adjuster 7L6819766 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819766\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006443\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eMisc trims\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819766\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57700160962885,"sku":"00006443","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T08_58_04.721Z-watermarked-2026-04-16T09_01_05.2411298_00_00.jpg?v=1781177426"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-dashboard-trim-with-air-vent-7l6819703","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Trim With Air Vent 7L6819703","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trim With Air Vent \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Dashboard Trim With Air Vent 7L6819703 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819703\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006446\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trim With Air Vent \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819703\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57701128831301,"sku":"00006446","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T09_13_15.018Z-watermarked-2026-04-16T09_15_40.4493971_00_00.jpg?v=1781177427"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-air-vent-switch-with-surround-trim-7l6819765","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI Air Vent Switch With Surround Trim 7L6819765","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trims \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI Air Vent Switch With Surround Trim 7L6819765 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819765\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006448\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819765\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006448\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6819765\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57701716853061,"sku":"00006448","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T09_15_07.106Z.jpg?v=1781177428"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-parcel-shelf-2013-2017","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Parcel Shelf 2013-2017","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eParcel Shelf\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Parcel Shelf 2013-2017\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006464\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eParcel Shelf\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57702683214149,"sku":"00006464","price":54.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T15_54_24.594Z-watermarked-2026-04-16T16_00_13.5505018_00_00.jpg?v=1781177435"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-sun-visor-lh-passenger-side-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Sun Visor LH Passenger Side 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSun Visor LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Sun Visor LH Passenger Side 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006472\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSun Visor LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57702878871877,"sku":"00006472","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T11_04_13.720Z-watermarked-2026-04-16T11_15_19.2369199_00_00.jpg?v=1781177438"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-sun-visor-rh-driver-side-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Sun Visor RH Driver Side 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSun Visor RH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Sun Visor RH Driver Side 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006473\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSun Visor RH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57702885785925,"sku":"00006473","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T11_03_18.187Z-watermarked-2026-04-16T11_15_31.0863577_00_00.jpg?v=1781177438"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-instrument-cluster-surround-7l6857059","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Instrument Cluster Surround 7L6857059","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eInstrument Cluster Surround\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Instrument Cluster Surround 7L6857059 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857059\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006481\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eInstrument Cluster Surround\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857059\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57703062962501,"sku":"00006481","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T11_33_54.528Z-watermarked-2026-04-16T11_45_30.0021857_00_00.jpg?v=1781177442"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-instrument-cluster-cover-trim-dash-trim","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Instrument Cluster Cover Trim Dash Trim","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trims \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Instrument Cluster Cover Trim Dash Trim 7L6858291 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858291\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006482\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858291\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57703089865029,"sku":"00006482","price":19.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T11_37_22.287Z-watermarked-2026-04-16T11_45_42.1497840_00_00.jpg?v=1781177443"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-airbag-switch-7l6919235-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Airbag Switch 7L6919235 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSwitches\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Airbag Switch 7L6919235 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6919235\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006483\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSwitches\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6919235\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57703093797189,"sku":"00006483","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T11_20_01.856Z-watermarked-2026-04-16T11_30_37.3903167_00_00.jpg?v=1781177443"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-lower-dash-panel-driver-side-7l6858903","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Lower Dash Panel Driver Side 7L6858903","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eDashboard Trims \u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Lower Dash Panel Driver Side 7L6858903 2007-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858903\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006515\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eDashboard Trims \u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6858903\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57704562262341,"sku":"00006515","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T15_22_40.212Z-watermarked-2026-04-16T15_30_15.5991043_00_00.jpg?v=1781177455"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-steering-wheel-7l6419091-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Steering Wheel 7L6419091 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSteering Wheel\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Steering Wheel 7L6419091 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6419091\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006517\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSteering Wheel\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6419091\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57704631402821,"sku":"00006517","price":49.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-16T15_18_53.342Z-watermarked-2026-04-16T15_31_12.6788067_00_00.jpg?v=1781177456"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-boot-carpet-2007-2010","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Boot Carpet 2007-2010","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eBoot Carpet\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Boot Carpet 2007-2010\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006548\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBoot Carpet\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006548\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eBoot Carpet\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57711126348101,"sku":"00006548","price":49.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-17T13_03_01.111Z-watermarked-2026-04-17T13_15_10.8057621_00_00.jpg?v=1781177468"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-belt-buckle-left-front-7l6857777-2007-2009","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI Belt Buckle Left Front 7L6857777 2007-2009","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eSeat Belt Front LH\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI Belt Buckle Left Front 7L6857777 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857777\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006562\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eSeat Belt Front LH\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857777\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57711962095941,"sku":"00006562","price":24.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-17T09_15_01.703Z-watermarked-2026-04-17T09_30_30.7990443_00_00.jpg?v=1781177474"},{"product_id":"volkswagen-touareg-altitude-v6-tdi-a-ashtray-centre-console-insert-7l6857311","title":"VOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Ashtray Centre Console Insert 7L6857311","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eAshtray Centre Console\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eVOLKSWAGEN TOUAREG ALTITUDE V6 TDI A Ashtray Centre Console Insert 7L6857311 2007-2009\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857311\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006597\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eAshtray Centre Console\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003e7L6857311\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eTOUAREG ALTITUDE V6 TDI A SUV 2008 - 2011\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eVOLKSWAGEN\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eTouareg\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2009\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eKP59DZM\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWVGZZZ7LZAD010473\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003eLA7W\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eSILVER\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e124,516\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eV6 Altitude TDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e5\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eSUV\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e6 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eAll Permanent 4x4\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57713114251589,"sku":"00006597","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-17T12_05_07.279Z-watermarked-2026-04-17T12_16_12.1664376_00_00.jpg?v=1781177491"},{"product_id":"mercedes-cls-320-cdi-auto-centre-console-cup-holder-a2196800114-2007-2008","title":"MERCEDES CLS 320 CDI AUTO Centre Console Cup Holder A2196800114 2007-2008","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eCentre Console Cup Holder\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES CLS 320 CDI AUTO Centre Console Cup Holder A2196800114 2007-2008\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2196800114\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006635\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eCentre Console Cup Holder\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2196800114\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCLS 320 CDI AUTO Coupe 2005 - 2010\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCLS\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eMV57HLP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2193222A130335\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e219\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e123,166\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eCLS 320 CDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57714794037573,"sku":"00006635","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-17T16_57_10.057Z-watermarked-2026-04-17T17_01_00.4713897_00_00.jpg?v=1781177507"},{"product_id":"mercedes-cls-320-cdi-auto-instrument-cluster-surround-a2196890339-2007-2008","title":"MERCEDES CLS 320 CDI AUTO Instrument Cluster Surround A2196890339 2007-2008","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e   \u003c\/p\u003e\u003ctitle\u003eInstrument Cluster Surround\u003c\/title\u003e   \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e   \u003cstyle\u003e     :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }   \u003c\/style\u003e      \u003cdiv class=\"container\"\u003e          \u003cdiv class=\"header\"\u003e       \u003cimg src=\"https:\/\/cdn.recyclingsoftware.co.uk\/public\/images\/logos\/4b9271cf-d289-42bd-26f0-08de2058365b\/logo.png\" alt=\"Company Logo\" class=\"brand-logo\"\u003e     \u003c\/div\u003e               \u003cdiv class=\"title\"\u003eMERCEDES CLS 320 CDI AUTO Instrument Cluster Surround A2196890339 2007-2008\u003c\/div\u003e      \u003cdiv class=\"main-content\"\u003e       \u003cdiv class=\"left-panel\"\u003e                  \u003cdiv class=\"highlight-box\"\u003e           ✅ 20+ Years experienced eBay seller\u003cbr\u003e           📦 FREE tracked UK delivery\u003cbr\u003e           🔁 30 Day returns policy\u003cbr\u003e                       \u003c\/div\u003e                \u003c\/div\u003e       \u003cdiv class=\"right-panel\"\u003e                  \u003ctable class=\"aspects-table\"\u003e\n  \u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2196890339\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eTag Number\u003c\/td\u003e\n\u003ctd\u003e00006636\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eInstrument Cluster Surround\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eMERCEDES\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eManufacturer Part Number\u003c\/td\u003e\n\u003ctd\u003eA2196890339\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eFitment\u003c\/td\u003e\n\u003ctd\u003eCLS 320 CDI AUTO Coupe 2005 - 2010\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n                         \u003c\/div\u003e     \u003c\/div\u003e            \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"section-title\"\u003eDonor Vehicle\u003c\/div\u003e              \u003cdiv class=\"vehicle-section\"\u003e                  \u003cdiv class=\"vehicle-details\"\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eMake\u003c\/td\u003e               \u003ctd\u003eMERCEDES\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eModel\u003c\/td\u003e               \u003ctd\u003eCLS\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eYear\u003c\/td\u003e               \u003ctd\u003e2008\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVRM\u003c\/td\u003e               \u003ctd\u003eMV57HLP\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eVIN\u003c\/td\u003e               \u003ctd\u003eWDD2193222A130335\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eBody Style\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eFuel Type\u003c\/td\u003e               \u003ctd\u003eDiesel\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eEngine Size\u003c\/td\u003e               \u003ctd\u003e3.0L\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e           \u003ctable class=\"spec-table\"\u003e             \u003ctbody\u003e\n\u003ctr\u003e               \u003ctd\u003eTransmission\u003c\/td\u003e               \u003ctd\u003eAutomatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eColour\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Code\u003c\/td\u003e               \u003ctd\u003e219\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003ePaint Colour Name\u003c\/td\u003e               \u003ctd\u003eBLUE\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eMileage\u003c\/td\u003e               \u003ctd\u003e123,166\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eTrim\u003c\/td\u003e               \u003ctd\u003eCLS 320 CDI\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDoors\u003c\/td\u003e               \u003ctd\u003e4\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eStyle\u003c\/td\u003e               \u003ctd\u003eCoupe\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eGearbox\u003c\/td\u003e               \u003ctd\u003e7 Speed Automatic\u003c\/td\u003e             \u003c\/tr\u003e             \u003ctr\u003e               \u003ctd\u003eDrive Type\u003c\/td\u003e               \u003ctd\u003eRear 4x2\u003c\/td\u003e             \u003c\/tr\u003e           \u003c\/tbody\u003e\n\u003c\/table\u003e         \u003c\/div\u003e       \u003c\/div\u003e            \u003c\/div\u003e      \u003cdiv class=\"sub-section\"\u003e       \u003cdiv class=\"tabs-container\"\u003e         \u003c!-- Hidden checkboxes for tab functionality --\u003e         \u003cinput type=\"radio\" id=\"warranty-checkbox\" name=\"tab-group\" class=\"tab-checkbox\" checked\u003e         \u003cinput type=\"radio\" id=\"terms-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e         \u003cinput type=\"radio\" id=\"returns-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e          \u003cinput type=\"radio\" id=\"additional-info-checkbox\" name=\"tab-group\" class=\"tab-checkbox\"\u003e                  \u003c!-- Tab labels --\u003e         \u003cdiv class=\"tabs\"\u003e                      \u003clabel for=\"warranty-checkbox\" class=\"tab\"\u003eWARRANTY\u003c\/label\u003e                                  \u003clabel for=\"terms-checkbox\" class=\"tab\"\u003ePART TERMS \u0026amp; CONDITIONS\u003c\/label\u003e                                  \u003clabel for=\"returns-checkbox\" class=\"tab\"\u003eRETURNS\u003c\/label\u003e                                \u003c\/div\u003e                  \u003c!-- Tab content --\u003e         \u003cdiv class=\"tab-content\"\u003e                      \u003cdiv class=\"tab-content-section\" data-tab=\"warranty\"\u003e             \u003cp\u003e✅ Partsworth – Warranty \u0026amp; Returns Information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eQuality Tested • Trusted Supplier • Fast Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAt Partsworth, we specialise in supplying professionally tested OEM used car parts from quality donor vehicles. Every component is carefully inspected, cleaned, photographed and securely packaged before dispatch, ensuring buyers receive exactly what they ordered.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Warranty Information – 30 Days of Buyer Confidence\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, covering:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical or electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIssues not caused by improper installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis warranty gives buyers confidence when purchasing genuine used parts.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eImportant: This warranty works alongside eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eBuyers are fully protected, and we always work with eBay to ensure smooth resolutions.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🏷️ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain accuracy and traceability, most of our parts include a Partsworth security ID mark.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps ensure the correct item is returned and supports faster, fair processing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eNote: The presence of an ID mark does not override buyer rights.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eIt simply helps us verify the part more efficiently during the return inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer needs to return an item, we simply ask for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t1.\tThe original order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t2.\tA brief description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t3.\tThe item to be packaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOnce received, the part will be checked and processed promptly.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe always follow eBay’s return procedures and issue refunds through the original payment method.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔍 Accuracy, Compatibility \u0026amp; Buyer Support\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe provide detailed information including:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPart numbers\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDonor vehicle details\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngine and trim info\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photographs\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps buyers confirm compatibility before purchase.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf you’re unsure whether a part fits your vehicle, simply send us your registration number and we’ll assist before you order.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e📦 Shipping \u0026amp; Dispatch\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll orders are shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast, reliable UK delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTracking information\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure, protective packaging\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe handle every order with care to ensure safe arrival.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🚫 Spares\/Repairs \u0026amp; Untested Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Faulty”, or “Untested” are sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThey may not be fully functional and are clearly described as such at the point of sale.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Why Buy from Partsworth?\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tTrusted UK supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProfessionally tested OEM parts\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFast tracked delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tClear photos and accurate descriptions\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFriendly support before and after purchase\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur goal is to provide a reliable, transparent and professional buying experience for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⭐ Your Trusted Partner for Quality Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part is handled, inspected and dispatched with care—helping you repair your vehicle quickly, affordably and with confidence.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"terms\"\u003e             \u003cp\u003e✅ Partsworth – Buyer Information \u0026amp; Terms\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProfessional Used Car Parts • Tested • Verified • Fast UK Delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThese buyer information terms apply to all purchases made through our online sales channels, including eBay. They are designed to give customers a clear understanding of how we handle used vehicle parts, inspections, returns and warranty support—while fully aligning with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ Understanding Used Vehicle Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003ePartsworth supplies professionally tested OEM used car parts removed from quality donor vehicles.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eEach part is:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCarefully inspected and function-tested where applicable\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tCleaned and prepared for resale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotographed clearly to show the exact item supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eBecause these are pre-owned components, some cosmetic wear or signs of previous use may be present. We always aim for transparency, accuracy and value in every listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Partsworth Identification Mark\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eMost items feature a Partsworth ID\/security mark to support accurate handling and verification.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThis helps us identify the correct part during processing and ensures fast, efficient service.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe ID mark is used during return inspections to verify the item, but does not override eBay’s return policies. Buyers remain protected by eBay’s Money Back Guarantee.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ Standard Warranty – 30 Days\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll working parts include a 30-day warranty, unless stated otherwise in the listing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e✔️ Warranty covers:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tMechanical\/electrical failure under normal use\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDefects present at the time of sale\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaults not caused by incorrect fitting\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e❌ Warranty does not cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour or fitting costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tProgramming\/coding issues\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage caused by incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tParts that have been opened, altered or modified\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as “Spares or Repairs”, “Untested”, or “For Parts” are sold for component harvesting or refurbishment and are not covered by the standard warranty.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll inspections follow eBay’s return process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Compatibility \u0026amp; Installation\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWe strongly recommend professional installation for components such as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tECUs and electrical modules\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEngines, gearboxes and turbos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSafety systems, airbags and hybrid components\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe buyer is responsible for confirming compatibility before purchase. We’re always happy to help—just send us your vehicle registration and we can assist with fitment guidance prior to ordering.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Delivery, Tracking \u0026amp; Dispatch Verification\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery order is shipped with:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFull tracking for peace of mind\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSecure packaging to protect the part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal verification before dispatch (photographs, scan logs, etc.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer reports a missing, damaged or incorrect item, we review all dispatch information to help resolve the issue quickly and fairly in line with eBay policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Returns Process\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a return is required, the item should be:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSent back in the condition it was supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaged securely to avoid transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tReturned through the eBay returns system\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThe Partsworth ID mark (where present) helps us confirm the correct item has been returned quickly.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eWe process refunds promptly once the item is received and checked.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Liability\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAs with all used automotive parts, we cannot cover:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tLabour, fitting or programming costs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tDamage arising from incorrect installation\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tVehicle downtime or loss of earnings\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds relate to the purchase price of the item, in accordance with eBay’s policies and UK consumer law.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e8️⃣ Legal Compliance\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eAll transactions comply with UK consumer regulations.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour statutory rights are fully protected, and eBay’s Money Back Guarantee applies to all eligible purchases.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Trusted, Tested, Professional\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery part we supply is carefully handled, inspected and dispatched with attention to detail—giving you reliable, high-quality used car parts at great value.\u003c\/p\u003e           \u003c\/div\u003e                                  \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e             \u003cp\u003e✅ Partsworth – Returns Policy\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTested OEM Parts • Fast Delivery • Trusted UK Supplier\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis Returns Policy applies to all purchases made through our online sales channels, including eBay. Our goal is to provide a fair, professional and transparent service for every customer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e1️⃣ 30-Day Returns \u0026amp; Warranty Period\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eFor items sold with a standard warranty, buyers have 30 days from the delivery date to report an issue or open a return request through eBay.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo help us process the return efficiently, buyers may be asked to provide:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe order reference\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tA short description of the issue\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPhotos or videos where relevant\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eReturned items may be inspected or tested as part of the normal returns process.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e2️⃣ Condition of Returned Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhen returning an item, please ensure it:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs in the same condition as originally supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIncludes any components originally sent\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIs packaged securely to prevent transit damage\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tHas not been dismantled, opened or altered after delivery\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eWhere an item carries a Partsworth ID\/security mark, this helps us verify the part quickly during inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e(We work fully within eBay’s Money Back Guarantee rules.)\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e3️⃣ If You Believe You Received the Wrong Item\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf a buyer thinks an incorrect item was received, we will review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tInternal packing and dispatch records\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPre-dispatch photos\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tScan logs and order information\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis helps ensure the correct part is identified and the issue is resolved promptly and fairly in line with eBay processes.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e4️⃣ Spares\/Repairs, Untested \u0026amp; No-Warranty Items\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eItems listed as:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tSpares or Repairs\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tFaulty\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tUntested\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eare sold specifically for refurbishment, diagnosis or parts harvesting.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eThese items are clearly marked in the listing so buyers know exactly what they are purchasing.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eeBay’s standard protections still apply where appropriate.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e5️⃣ Return Shipping\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eUnless the return is due to a Partsworth error, buyers are responsible for:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tPackaging the part securely\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tEnsuring the item is protected during transit\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eIf the return is a result of a listing error or incorrect item supplied, we will cover the return postage in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e6️⃣ Refunds \u0026amp; Processing Time\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eRefunds are issued:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tOnce the item has been received and checked\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThrough the original payment method\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tIn accordance with eBay’s Money Back Guarantee\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eProcessing times can vary depending on courier return times and inspection.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eOur internal systems (photographs, ID marks, logs) help us verify items quickly and keep the process smooth for every buyer.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e7️⃣ Fair \u0026amp; Transparent Return Handling\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eTo maintain the integrity of our stock and ensure fair treatment for all customers, we review:\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe condition of the returned part\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tThe presence of the Partsworth ID mark (where applicable)\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003e\t•\tAny differences between the returned item and the original part supplied\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eThis ensures returns are handled consistently, accurately and in line with eBay’s policies.\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e⸻\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003e🔧 Partsworth – Professional, Tested \u0026amp; Quality-Assured Used Car Parts\u003c\/p\u003e\n\u003cbr\u003e\u003cbr\u003e\u003cp\u003eEvery return is handled with fairness, consistency and full transparency.\u003c\/p\u003e\n\u003cbr\u003e\u003cp\u003eYour trust matters to us, and we’re committed to providing a reliable, smooth experience from purchase to delivery.\u003c\/p\u003e           \u003c\/div\u003e                              \u003c\/div\u003e     \u003c\/div\u003e   \u003c\/div\u003e   \u003c\/div\u003e","brand":"Partsworth","offers":[{"title":"Default Title","offer_id":57714798690629,"sku":"00006636","price":14.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/Label-1-2026-04-18T08_16_33.683Z-watermarked-2026-04-18T08_31_26.8181687_00_00.jpg?v=1781177508"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/collections\/240_F_453531279_drb6vehhzeIgD1k4HH97zAYyVi8h0SCL.jpg?v=1781373361","url":"https:\/\/partsworth.com\/collections\/interior-trim.oembed?page=9","provider":"Partsworth","version":"1.0","type":"link"}