{"product_id":"relay-glow-littlefuse-mega-fuse-225-amp-5293147","title":"RELAY GLOW LITTLEFUSE MEGA FUSE 225 AMP 5293147","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003c\/p\u003e\u003ctitle\u003e\n  Fuse and Relay Box 1\n \u003c\/title\u003e\n \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n :root {       --brand-primary-color: #163466;     }      body {       font-family: 'Poppins', sans-serif;       margin: 0;       padding: 0;       background-color: #f5f5f5;     }      .container {       max-width: 1200px;       margin: 0 auto;       padding: 20px;       background: white;     }      .header {       text-align: center;       margin-bottom: 30px;       padding-bottom: 20px;       border-bottom: 2px solid var(--brand-primary-color);     }      .brand-logo {       max-height: 80px;       max-width: 300px;       margin-bottom: 10px;     }      .title {       font-size: 24px;       font-weight: bold;       margin-bottom: 20px;     }      .main-content {       display: flex;       gap: 20px;     }      .left-panel {       flex: 2;     }      .product-image {       width: 100%;       max-width: 500px;       border: 1px solid #ddd;     }      .thumbnails {       display: flex;       flex-wrap: wrap;       gap: 10px;       margin-top: 10px;     }      .thumbnail {       width: 100px;       height: auto;       border: 1px solid #ccc;     }      .right-panel {       flex: 1;       font-size: 14px;       margin-bottom: 20px;     }      .spec-table {       width: 100%;       border-collapse: collapse;     }      .spec-table td {       padding: 6px 10px;       border-bottom: 1px solid #eee;     }      .spec-table td:first-child {       font-weight: bold;     }      .aspects-table {       width: 100%;       border-collapse: collapse;       margin-bottom: 20px;     }      .aspects-table td {       padding: 8px 12px;       border-bottom: 1px solid #eee;     }      .aspects-table td:first-child {       font-weight: 600;       color: #333;       width: 40%;     }      .highlight-box {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       margin-top: 20px;     }      .inspection {       background-color: var(--brand-primary-color);       color: white;       text-align: center;       padding: 10px;       font-size: 18px;       font-weight: bold;       margin-top: 30px;       border-radius: 4px;     }      .sub-section {       margin-top: 40px;     }      .section-title {       background-color: var(--brand-primary-color);       color: white;       padding: 10px;       font-size: 18px;       text-align: center;       border-radius: 6px;     }      .purple-title {       background-color: #6f42c1;     }      .inspection-details {       display: flex;       align-items: center;       justify-content: center;       gap: 30px;       margin-top: 20px;     }      .damage-label {       border: 2px solid black;       padding: 10px 20px;       font-size: 18px;       border-radius: 10px;       display: flex;       align-items: center;       gap: 10px;     }      .red-circle {       width: 20px;       height: 20px;       border: 2px solid red;       border-radius: 50%;     }      .vehicle-section {       display: flex;       gap: 30px;       margin-top: 20px;       align-items: flex-start;       flex-wrap: wrap;     }      .vehicle-details {       display: grid;       grid-template-columns: 1fr 1fr;       gap: 20px;       width: 100%;       min-width: 0;     }      .vehicle-details .spec-table {       margin: 0;       width: 100%;       table-layout: fixed;     }      .vehicle-details .spec-table td {       word-wrap: break-word;       overflow-wrap: break-word;     }      \/* CSS-only tabs using checkbox hack *\/     .tabs-container {       margin-top: 50px;     }      .tabs {       display: flex;       border-bottom: 1px solid #ccc;     }      .tab {       padding: 10px 20px;       border: 1px solid #ccc;       border-bottom: none;       background-color: #eee;       margin-right: 4px;       cursor: pointer;       user-select: none;       position: relative;       text-decoration: none;       color: #333;       display: inline-block;     }      .tab:hover {       background-color: #ddd;     }      .tab.active {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      .tab-content {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;     }      .tab-content \u003e div {       display: none;     }      .tab-content \u003e div.active {       display: block;     }      \/* Hidden checkboxes for tab functionality *\/     .tab-checkbox {       display: none;     }      \/* Tab content sections *\/     .tab-content-section {       border: 1px solid #ccc;       padding: 20px;       margin-top: -1px;       display: none;     }      \/* Show content when corresponding checkbox is checked *\/     #warranty-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"terms\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"returns\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"additional-info\"] {       display: block;     }      \/* Show warranty by default *\/     .tab-content-section[data-tab=\"warranty\"] {       display: block;     }      \/* Hide warranty when other tabs are selected *\/     #terms-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #returns-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"],     #additional-info-checkbox:checked ~ .tab-content .tab-content-section[data-tab=\"warranty\"] {       display: none;     }      \/* Style active tab labels *\/     #warranty-checkbox:checked ~ .tabs .tab[for=\"warranty-checkbox\"],     #terms-checkbox:checked ~ .tabs .tab[for=\"terms-checkbox\"],     #returns-checkbox:checked ~ .tabs .tab[for=\"returns-checkbox\"],     #additional-info-checkbox:checked ~ .tabs .tab[for=\"additional-info-checkbox\"] {       background-color: var(--brand-primary-color);       color: white;       font-weight: bold;     }      \/* Mobile responsive styles *\/     @media (max-width: 768px) {       .container {         padding: 10px;       }        .main-content {         flex-direction: column;         gap: 15px;       }        .left-panel {         flex: none;         order: 1;       }        .right-panel {         flex: none;         order: 2;         margin-bottom: 0;       }        .product-image {         max-width: 100%;       }        .thumbnails {         gap: 5px;       }        .thumbnail {         width: 80px;       }        .vehicle-section {         flex-direction: column;         gap: 15px;       }        .vehicle-details {         grid-template-columns: 1fr;         gap: 15px;       }        .tabs {         flex-direction: column;         border-bottom: none;       }        .tab {         margin-right: 0;         margin-bottom: 2px;         border-bottom: 1px solid #ccc;         text-align: center;       }        .tab-content {         margin-top: 0;       }        .inspection-details {         flex-direction: column;         gap: 15px;       }        .damage-label {         font-size: 16px;         padding: 8px 15px;       }        .section-title {         font-size: 16px;         padding: 8px;       }        .title {         font-size: 20px;       }        .brand-logo {         max-height: 60px;         max-width: 200px;       }     }      \/* Small mobile devices *\/     @media (max-width: 480px) {       .container {         padding: 5px;       }        .title {         font-size: 18px;         margin-bottom: 15px;       }        .highlight-box {         padding: 8px;         font-size: 14px;       }        .spec-table td {         padding: 4px 6px;         font-size: 13px;       }        .aspects-table td {         padding: 6px 8px;         font-size: 13px;       }        .tab {         padding: 8px 12px;         font-size: 14px;       }        .tab-content {         padding: 15px;       }        .vehicle-details .spec-table td {         font-size: 12px;         padding: 3px 5px;       }        .thumbnail {         width: 60px;       }     }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cdiv class=\"header\"\u003e\n  \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 \u003cdiv class=\"sub-section\"\u003e\n  \u003cdiv class=\"tabs-container\"\u003e\n   \u003cdiv class=\"tab-content\"\u003e\n    \u003cdiv class=\"tab-content-section\" data-tab=\"returns\"\u003e\n    \u003c\/div\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Unbranded","offers":[{"title":"Default Title","offer_id":56577419772229,"sku":"00000321","price":14.49,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9205\/7925\/files\/10_412a5531-c408-489a-a5ac-f90419a90158.jpg?v=1765205427","url":"https:\/\/partsworth.com\/products\/relay-glow-littlefuse-mega-fuse-225-amp-5293147","provider":"Partsworth","version":"1.0","type":"link"}