{"product_id":"audi-a5-cabriolet-8t-mk1-brake-fluid-reservoir-2-0-tfsi-automatic","title":"Audi A5 Cabriolet 8T MK1 Brake Fluid Reservoir 2.0 TFSI AUTOMATIC","description":"\u003cbody\u003e\n        \n        \u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003ctitle\u003eThePartPilot - Premium Auto Parts\u003c\/title\u003e\n\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@300;400;600;800\u0026display=swap');\n    \n    * {\n        box-sizing: border-box;\n    }\n    \n    body {\n        font-family: 'Outfit', Arial, sans-serif;\n        background-color: #f8f9fa;\n        margin: 0;\n        padding: 0;\n        color: #1a202c;\n        font-size: 19px; \/* Large font for easy readability *\/\n        line-height: 1.65;\n    }\n    \n    .tpp-container {\n        max-width: 1200px;\n        margin: 30px auto;\n        background: #ffffff;\n        box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid #e2e8f0;\n    }\n    \n    \/* Header *\/\n    .tpp-header {\n        background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);\n        color: #ffffff;\n        padding: 50px 20px;\n        text-align: center;\n        border-bottom: 6px solid #e53e3e; \/* Audi Sport Red Accent *\/\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 15px;\n    }\n    \n    .tpp-header img.brand-logo {\n        max-width: 120px;\n        filter: brightness(0) invert(1);\n        margin-bottom: 10px;\n    }\n\n    .tpp-header h1 {\n        margin: 0;\n        font-size: 42px;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        font-weight: 800;\n    }\n    \n    .tpp-header p {\n        color: #cbd5e1;\n        font-size: 22px;\n        margin: 0;\n        font-weight: 300;\n    }\n\n    \/* Section Styling *\/\n    .tpp-section {\n        padding: 45px;\n        border-bottom: 1px solid #edf2f7;\n    }\n    .tpp-section:last-child {\n        border-bottom: none;\n    }\n    .tpp-section.bg-light {\n        background-color: #f8fafc;\n    }\n    \n    .tpp-section-title {\n        color: #0f172a;\n        font-size: 30px;\n        font-weight: 800;\n        margin-top: 0;\n        margin-bottom: 25px;\n        text-transform: uppercase;\n        display: flex;\n        align-items: center;\n        gap: 12px;\n    }\n    .tpp-section-title::before {\n        content: '';\n        display: inline-block;\n        width: 6px;\n        height: 35px;\n        background-color: #e53e3e;\n        border-radius: 3px;\n    }\n\n    \/* Image Gallery *\/\n    .tpp-gallery {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 25px;\n        justify-content: center;\n        margin-top: 25px;\n    }\n    .tpp-img-card {\n        position: relative;\n        flex: 1;\n        min-width: 300px;\n        max-width: 48%;\n        border: 1px solid #cbd5e1;\n        border-radius: 10px;\n        overflow: hidden;\n        background: #ffffff;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n    }\n    .tpp-img-card img {\n        width: 100%;\n        height: auto;\n        display: block;\n        object-fit: cover;\n    }\n    .tpp-img-caption {\n        background: #0f172a;\n        color: #ffffff;\n        text-align: center;\n        padding: 10px;\n        font-size: 16px;\n        font-weight: 600;\n    }\n    .tpp-watermark {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%) rotate(-25deg);\n        color: rgba(255, 255, 255, 0.4);\n        font-size: 38px;\n        font-weight: 900;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        pointer-events: none;\n        text-shadow: 2px 2px 8px rgba(0,0,0,0.6);\n        white-space: nowrap;\n        z-index: 10;\n    }\n\n    \/* Tables *\/\n    .tpp-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-top: 20px;\n        background: #ffffff;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.05);\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .tpp-table th, .tpp-table td {\n        padding: 18px;\n        border: 1px solid #e2e8f0;\n        text-align: left;\n    }\n    .tpp-table th {\n        background-color: #0f172a;\n        color: #ffffff;\n        font-size: 20px;\n        font-weight: 600;\n    }\n    .tpp-table tr:nth-child(even) {\n        background-color: #f8fafc;\n    }\n\n    \/* Alerts and Highlights *\/\n    .tpp-alert {\n        background-color: #fff5f5;\n        border-left: 6px solid #e53e3e;\n        padding: 25px;\n        border-radius: 6px;\n        margin: 25px 0;\n        color: #9b2c2c;\n        font-weight: 600;\n        box-shadow: 0 4px 6px rgba(229, 62, 62, 0.1);\n    }\n    .tpp-success {\n        background-color: #f0fff4;\n        border-left: 6px solid #38a169;\n        padding: 25px;\n        border-radius: 6px;\n        margin: 25px 0;\n        color: #22543d;\n        font-weight: 600;\n    }\n    .tpp-info {\n        background-color: #ebf8ff;\n        border-left: 6px solid #3182ce;\n        padding: 25px;\n        border-radius: 6px;\n        margin: 25px 0;\n        color: #2c5282;\n    }\n\n    \/* Lists *\/\n    ul, ol {\n        margin: 15px 0;\n        padding-left: 25px;\n    }\n    li {\n        margin-bottom: 12px;\n    }\n\n    \/* Grid Layouts *\/\n    .tpp-grid-2 {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 40px;\n    }\n    .tpp-col {\n        flex: 1;\n        min-width: 320px;\n    }\n\n    \/* Garage Calculator *\/\n    .tpp-calculator {\n        background: #1e293b;\n        color: #ffffff;\n        padding: 30px;\n        border-radius: 10px;\n        box-shadow: 0 10px 15px rgba(0,0,0,0.1);\n    }\n    .tpp-calculator h3 {\n        color: #e2e8f0;\n        margin-top: 0;\n        border-bottom: 2px solid #475569;\n        padding-bottom: 15px;\n    }\n    .tpp-calc-row {\n        display: flex;\n        justify-content: space-between;\n        margin-bottom: 15px;\n        font-size: 18px;\n        border-bottom: 1px dashed #334155;\n        padding-bottom: 5px;\n    }\n    .tpp-calc-total {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 20px;\n        font-size: 24px;\n        font-weight: bold;\n        color: #38a169;\n    }\n\n    \/* Footer \u0026 QR *\/\n    .tpp-footer {\n        background: #0f172a;\n        color: #cbd5e1;\n        text-align: center;\n        padding: 40px 20px;\n    }\n    .tpp-qr-box {\n        display: inline-block;\n        background: #ffffff;\n        padding: 20px;\n        border-radius: 12px;\n        margin: 20px 0;\n    }\n    .tpp-qr-box img {\n        display: block;\n        margin: 0 auto;\n    }\n    .tpp-whatsapp-text {\n        font-size: 28px;\n        font-weight: 800;\n        color: #25D366;\n        margin: 15px 0 5px 0;\n    }\n\n    @media (max-width: 768px) {\n        .tpp-section { padding: 25px; }\n        .tpp-header h1 { font-size: 32px; }\n        .tpp-img-card { max-width: 100%; }\n    }\n\u003c\/style\u003e\n\n\n\n\n        \n        \n        \u003cdiv class=\"tpp-container\"\u003e\n    \n    \u003c!-- Premium Header --\u003e\n    \u003cdiv class=\"tpp-header\"\u003e\n        \u003cimg alt=\"Audi Logo\" class=\"brand-logo\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/9\/92\/Audi-Logo_2016.svg\"\u003e\n        \u003ch1\u003eThePartPilot \u003c\/h1\u003e\n        \u003cp\u003ePremium Recycled Automotive Components | 25,000+ Parts In Stock\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Product Photos \u0026 Details --\u003e\n    \u003cdiv class=\"tpp-section\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eExact Part Photos \u0026amp; Item Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"tpp-info\"\u003e\n            \u003cstrong\u003ePart Name:\u003c\/strong\u003e Brake Fluid Reservoir Tank (Master Cylinder Mounted)\u003cbr\u003e\n            \u003cstrong\u003eMaterial:\u003c\/strong\u003e High-density, heat-resistant automotive Polyamide PA66 plastic.\u003cbr\u003e\n            \u003cstrong\u003eWhere is it fitted?\u003c\/strong\u003e Located in the engine bay, mounted directly on top of the brake master cylinder against the rear bulkhead (firewall).\u003cbr\u003e\n            \u003cstrong\u003eWhat does it control?\u003c\/strong\u003e It securely stores hydraulic brake fluid, supplying the master cylinder and ABS pump to maintain hydraulic pressure for your vehicle's braking system.\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"tpp-gallery\"\u003e\n            \u003cdiv class=\"tpp-img-card\"\u003e\n                \u003cimg alt=\"Audi Brake Fluid Reservoir Side View\" src=\"image_0b321a.png\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eThePartPilot\u003c\/div\u003e\n                \u003cdiv class=\"tpp-img-caption\"\u003eActual Part - Side Profile\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-img-card\"\u003e\n                \u003cimg alt=\"Audi Brake Fluid Reservoir Top View\" src=\"image_0b31ff.jpg\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eThePartPilot\u003c\/div\u003e\n                \u003cdiv class=\"tpp-img-caption\"\u003eActual Part - Top Cap View\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Reference Fitment Photos --\u003e\n    \u003cdiv class=\"tpp-section bg-light\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eVehicle Fitment \u0026amp; Location Reference\u003c\/h2\u003e\n        \u003cp\u003eThis reservoir is specifically designed for the \u003cstrong\u003eAudi A5 8F Cabriolet (2-Door Convertible)\u003c\/strong\u003e and \u003cstrong\u003e8T Coupe\/Sportback\u003c\/strong\u003e models equipped with the 2.0 TFSI engine and an \u003cstrong\u003eAutomatic Transmission\u003c\/strong\u003e.\u003c\/p\u003e\n        \n        \u003cdiv class=\"tpp-gallery\"\u003e\n            \u003cdiv class=\"tpp-img-card\"\u003e\n                \u003c!-- Exact matching 2-Door Cabriolet Reference --\u003e\n                \u003cimg alt=\"Audi A5 Cabriolet Reference Vehicle\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/e\/e0\/Audi_A5_Cabriolet_2.0_TDI_S-line_%28B8%29_%E2%80%93_Frontansicht%2C_8._Mai_2011%2C_W%C3%BClfrath.jpg\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTPP Reference\u003c\/div\u003e\n                \u003cdiv class=\"tpp-img-caption\"\u003eReference Vehicle: Audi A5 Cabriolet (2-Door)\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-img-card\"\u003e\n                \u003c!-- Engine Bay Reference --\u003e\n                \u003cimg alt=\"Engine Bay Fitment Location\" src=\"https:\/\/images.unsplash.com\/photo-1635352726359-2e7839369d76?auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTPP Reference\u003c\/div\u003e\n                \u003cdiv class=\"tpp-img-caption\"\u003eFitment Location: Engine Bay Bulkhead\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Compatibility \u0026 Fitment Verification --\u003e\n    \u003cdiv class=\"tpp-section\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eParts Compatibility \u0026amp; Fitment Verification\u003c\/h2\u003e\n        \u003cp\u003eTo avoid wrong orders and returns, please verify fitment carefully. \u003cstrong\u003eWhen checking fitment details, ALWAYS try to verify with the image and part numbers below rather than relying on eBay's automated item specifics.\u003c\/strong\u003e\u003c\/p\u003e\n        \n        \u003ctable class=\"tpp-table\"\u003e\n            \u003ctbody\u003e\n\u003ctr\u003e\n                \u003cth\u003eCompatible Vehicles\u003c\/th\u003e\n                \u003cth\u003eFitment Years\u003c\/th\u003e\n                \u003cth\u003eStatus\u003c\/th\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eAudi A5 8F Cabriolet (2.0 TFSI Automatic)\u003c\/td\u003e\n                \u003ctd\u003e2009 - 2017\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan style=\"color: #38a169; font-weight: bold;\"\u003e✔ EXACT FIT\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eAudi A5 8T Coupe \/ Sportback (2.0 TFSI Auto)\u003c\/td\u003e\n                \u003ctd\u003e2007 - 2017\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan style=\"color: #38a169; font-weight: bold;\"\u003e✔ EXACT FIT\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eAudi A4 B8 Saloon \/ Estate (2.0 TFSI Auto)\u003c\/td\u003e\n                \u003ctd\u003e2008 - 2015\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan style=\"color: #38a169; font-weight: bold;\"\u003e✔ EXACT FIT\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003eAudi Q5 8R SUV (2.0 TFSI Auto)\u003c\/td\u003e\n                \u003ctd\u003e2008 - 2017\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan style=\"color: #38a169; font-weight: bold;\"\u003e✔ EXACT FIT\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n                \u003ctd\u003e\u003cstrong\u003eManual Transmission Models\u003c\/strong\u003e\u003c\/td\u003e\n                \u003ctd\u003eAll Years\u003c\/td\u003e\n                \u003ctd\u003e\u003cspan style=\"color: #e53e3e; font-weight: bold;\"\u003e✖ WILL NOT FIT (Requires clutch feed port)\u003c\/span\u003e\u003c\/td\u003e\n            \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n\u003c\/table\u003e\n\n        \u003cdiv class=\"tpp-alert\"\u003e\n            🛑 \u003cstrong\u003e50% RESTOCKING FEE POLICY:\u003c\/strong\u003e\u003cbr\u003e\n            Any parts returned under the \"Doesn't Fit\" or \"Item Not As Described\" category will have a strict 50% restock fee deducted. We have clearly clarified the exact fitment details above. If you are unsure, message us with your registration\/VIN and we can verify fitment for you!\u003cbr\u003e\u003cbr\u003e\n            🚨 \u003cstrong\u003eDELIVERY ADDRESS:\u003c\/strong\u003e Customers MUST ensure their checkout address is correct. We cannot change or redirect parcels once checkout is completed.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Symptoms \u0026 Genuine Benefits --\u003e\n    \u003cdiv class=\"tpp-section bg-light\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eSymptoms of Failure \u0026amp; The Original Part Advantage\u003c\/h2\u003e\n        \u003cdiv class=\"tpp-grid-2\"\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003ch3 style=\"color: #e53e3e;\"\u003eSymptoms of a Faulty Reservoir:\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eFluid Leaks:\u003c\/strong\u003e Wet, oily residue dripping down the master cylinder or pooling under the car.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSpongy Brake Pedal:\u003c\/strong\u003e A cracked reservoir allows air to enter the hydraulic system, compromising braking power.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eDashboard Warning:\u003c\/strong\u003e Constant illumination of the red \"Low Brake Fluid\" warning light.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eBrittle Plastic:\u003c\/strong\u003e Heat cycling causes the factory plastic to crack around the mounting grommets.\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003ch3 style=\"color: #38a169;\"\u003eThe Massive Benefit of Buying Original:\u003c\/h3\u003e\n                \u003cul\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eSafety First:\u003c\/strong\u003e The braking system is critical. Cheap aftermarket copies often suffer from poor plastic welds that split under pressure.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003ePerfect Seal:\u003c\/strong\u003e Factory originals guarantee exact hydraulic tolerances and a watertight seal against the master cylinder grommets.\u003c\/li\u003e\n                    \u003cli\u003e\n\u003cstrong\u003eIncredible Value:\u003c\/strong\u003e Save as much as \u003cstrong\u003e70%\u003c\/strong\u003e by buying a tested, recycled original factory part instead of paying inflated main-dealer prices!\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Fitting Instructions \u0026 Calculator --\u003e\n    \u003cdiv class=\"tpp-section\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eFitting Instructions \u0026amp; Repair Time\u003c\/h2\u003e\n        \n        \u003cdiv class=\"tpp-grid-2\"\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003cimg alt=\"Professional Mechanic Garage\" src=\"https:\/\/images.unsplash.com\/photo-1619642751034-765dfdf7c58e?auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\" style=\"width: 100%; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);\"\u003e\n                \u003cp style=\"text-align: center; margin-top: 10px; font-weight: bold; color: #2c5282;\"\u003e🛠️ We also do repairs and offer a fitting service subject to availability!\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003cp\u003e\u003cstrong\u003eRequired Tools:\u003c\/strong\u003e Fluid extractor syringe (turkey baster), rags, pliers, fresh DOT 4 Brake Fluid, and a brake bleeding kit.\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eBasic Fitting Steps:\u003c\/strong\u003e\u003c\/p\u003e\n                \u003col\u003e\n                    \u003cli\u003eExtract all old brake fluid from the existing reservoir using a syringe to prevent caustic spillage over paintwork.\u003c\/li\u003e\n                    \u003cli\u003eDisconnect the fluid level sensor electrical plug.\u003c\/li\u003e\n                    \u003cli\u003eRelease the retaining pin\/roll pin holding the reservoir to the master cylinder (if applicable).\u003c\/li\u003e\n                    \u003cli\u003eCarefully rock and pull the old reservoir upward out of the rubber grommets.\u003c\/li\u003e\n                    \u003cli\u003ePress the new reservoir firmly into the grommets, secure the pin, reconnect the sensor, refill with fresh fluid, and \u003cstrong\u003ebleed the brakes\u003c\/strong\u003e.\u003c\/li\u003e\n                \u003c\/ol\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"tpp-calculator\" style=\"margin-top: 30px;\"\u003e\n            \u003ch3\u003e🧮 Estimated Garage Repair Cost Calculator\u003c\/h3\u003e\n            \u003cp\u003eIf you take this part to a local independent garage, here is an estimation of what they will charge for labour based on standard UK rates:\u003c\/p\u003e\n            \u003cdiv class=\"tpp-calc-row\"\u003e\n                \u003cspan\u003eEstimated Repair \u0026amp; Bleeding Time:\u003c\/span\u003e\n                \u003cspan\u003e1.0 - 1.5 Hours\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-calc-row\"\u003e\n                \u003cspan\u003eAverage Hourly Rate (£):\u003c\/span\u003e\n                \u003cspan\u003e£65.00 \/ hr\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-calc-total\"\u003e\n                \u003cspan\u003eEstimated Total Labour Charge:\u003c\/span\u003e\n                \u003cspan\u003e£65.00 - £97.50\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Warehouse \u0026 Logistics --\u003e\n    \u003cdiv class=\"tpp-section bg-light\"\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eGlobal Dispatch \u0026amp; Warehouse Operations\u003c\/h2\u003e\n        \u003cdiv class=\"tpp-grid-2\" style=\"align-items: center;\"\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003cp\u003e📦 \u003cstrong\u003eMassive Stock:\u003c\/strong\u003e We have more than 25,000 parts in stock and on the shelf at any one time. Our parts are stored indoors in a dry, climate-controlled facility.\u003c\/p\u003e\n                \u003cp\u003e🌍 \u003cstrong\u003eWorldwide Postage:\u003c\/strong\u003e We offer international shipping via the eBay Global Shipping Programme (GSP). Included countries: USA, Canada, Australia, France, Germany, Italy, Spain, Ireland, and all other supported GSP nations.\u003c\/p\u003e\n                \u003cp\u003e💷 \u003cstrong\u003eTax Information:\u003c\/strong\u003e We operate on the Global VAT scheme, so \u003cstrong\u003eNO VAT is charged\u003c\/strong\u003e to you.\u003c\/p\u003e\n                \u003cp\u003e🚚 \u003cstrong\u003ePostage Terms:\u003c\/strong\u003e We do NOT offer free postage. Shipping is accurately calculated at checkout.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-col\"\u003e\n                \u003cdiv class=\"tpp-gallery\" style=\"margin-top: 0;\"\u003e\n                    \u003cdiv class=\"tpp-img-card\"\u003e\n                        \u003cimg alt=\"Car Parts Warehouse\" src=\"https:\/\/images.unsplash.com\/photo-1580674285054-bed31e145f59?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n                        \u003cdiv class=\"tpp-img-caption\"\u003e25,000+ Parts on the Shelf\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"tpp-img-card\"\u003e\n                        \u003cimg alt=\"Boxed Items Being Dispatched\" src=\"https:\/\/images.unsplash.com\/photo-1487754180451-c456f719a1fc?ixlib=rb-4.0.3\u0026amp;auto=format\u0026amp;fit=crop\u0026amp;w=800\u0026amp;q=80\"\u003e\n                        \u003cdiv class=\"tpp-img-caption\"\u003eDaily Secure Dispatch\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tpp-success\" style=\"text-align: center; font-size: 20px;\"\u003e\n            🚗 \u003cstrong\u003eWE BUY CARS FOR CASH!\u003c\/strong\u003e 💷\u003cbr\u003e\n            Nationwide Collection \u0026amp; Same Day Payment. Message us today!\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Footer \u0026 Contact --\u003e\n    \u003cdiv class=\"tpp-footer\"\u003e\n        \u003ch2 style=\"color: #ffffff; margin-top: 0;\"\u003eSupport Local, Benefit the World 🌍♻️\u003c\/h2\u003e\n        \u003cp style=\"font-size: 18px; max-width: 800px; margin: 0 auto 30px auto;\"\u003e\n            Thank you for supporting an independent, local small business! By choosing to recycle and reuse perfectly functional original auto parts, you are saving money, preventing landfill waste, and reducing global carbon emissions. Together, we can keep great cars on the road and protect the environment. 🤝🌳\n        \u003c\/p\u003e\n        \n        \u003cdiv style=\"background: #1e293b; border: 1px solid #334155; padding: 30px; border-radius: 12px; display: inline-block;\"\u003e\n            \u003ch3 style=\"color: #ffffff; margin-top: 0;\"\u003eHow To Find Us \/ Contact Us\u003c\/h3\u003e\n            \u003cp style=\"margin-bottom: 15px;\"\u003eNeed fitment advice? Reach out to our parts team instantly!\u003c\/p\u003e\n            \n            \u003cdiv class=\"tpp-qr-box\"\u003e\n                \u003cimg alt=\"WhatsApp QR Code\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=200x200\u0026amp;data=https:\/\/wa.me\/447495972152\"\u003e\n\u003c\/div\u003e\n            \u003cp style=\"margin: 0; font-size: 14px;\"\u003e(Scan the QR code with your phone camera to chat)\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/div\u003e\n        \n        \u003c\/body\u003e","brand":"Audi (Genuine OE)","offers":[{"title":"Default Title","offer_id":62987064082762,"sku":"206335366465","price":22.46,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_c2dddfe3-de54-4e7e-8094-53fe003236d6.jpg?v=1787013433","url":"https:\/\/thepartpilot.co.uk\/products\/audi-a5-cabriolet-8t-mk1-brake-fluid-reservoir-2-0-tfsi-automatic","provider":"The Part Pilot","version":"1.0","type":"link"}