{"product_id":"jeep-compass-patriot-07-17-front-left-door-handle-keyhole-bezel-cover-05074189ag","title":"JEEP COMPASS PATRIOT 07-17 FRONT LEFT DOOR HANDLE KEYHOLE BEZEL COVER 05074189AG","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    \/* Premium Luxury Dark Theme *\/\n    :root {\n        --bg-color: #121212;\n        --card-bg: #1e1e1e;\n        --text-main: #f0f0f0;\n        --text-muted: #aaaaaa;\n        --accent-gold: #d4af37;\n        --accent-red: #e63946;\n        --border-color: #333333;\n    }\n    body {\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        font-size: 18px;\n        line-height: 1.6;\n        background-color: var(--bg-color);\n        color: var(--text-main);\n        margin: 0;\n        padding: 20px;\n    }\n    .tpp-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        background-color: var(--card-bg);\n        border-radius: 12px;\n        box-shadow: 0 15px 40px rgba(0,0,0,0.7);\n        overflow: hidden;\n        border: 1px solid var(--border-color);\n    }\n    .tpp-header {\n        background: linear-gradient(135deg, #0f0f0f 0%, #2a2a2a 100%);\n        padding: 40px 20px;\n        text-align: center;\n        border-bottom: 3px solid var(--accent-gold);\n    }\n    .tpp-brand {\n        font-size: 48px;\n        font-weight: 900;\n        letter-spacing: 2px;\n        color: #ffffff;\n        margin: 0;\n        text-transform: uppercase;\n    }\n    .tpp-brand span { color: var(--accent-gold); }\n    .tpp-subtitle {\n        font-size: 20px;\n        color: var(--text-muted);\n        margin-top: 10px;\n        font-weight: 300;\n        letter-spacing: 1px;\n    }\n    .tpp-stock-badge {\n        display: inline-block;\n        background-color: var(--accent-red);\n        color: white;\n        padding: 8px 24px;\n        border-radius: 30px;\n        font-weight: bold;\n        font-size: 16px;\n        margin-top: 20px;\n        box-shadow: 0 4px 10px rgba(230, 57, 70, 0.4);\n    }\n    .tpp-content { padding: 40px; }\n    .tpp-section-title {\n        font-size: 28px;\n        font-weight: 700;\n        color: var(--accent-gold);\n        border-bottom: 1px solid var(--border-color);\n        padding-bottom: 12px;\n        margin-top: 50px;\n        margin-bottom: 25px;\n        text-transform: uppercase;\n    }\n    .tpp-section-title:first-child { margin-top: 0; }\n    \n    \/* Layout *\/\n    .tpp-grid-2 {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin-bottom: 30px;\n    }\n    @media (max-width: 768px) {\n        .tpp-grid-2 { grid-template-columns: 1fr; }\n    }\n    \n    \/* Images \u0026 Watermarks *\/\n    .tpp-image-wrapper {\n        position: relative;\n        border-radius: 8px;\n        overflow: hidden;\n        border: 2px solid var(--border-color);\n        box-shadow: 0 8px 20px rgba(0,0,0,0.5);\n    }\n    .tpp-image-wrapper img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n    .tpp-watermark {\n        position: absolute;\n        bottom: 15px;\n        right: 15px;\n        font-size: 26px;\n        font-weight: 900;\n        color: rgba(255, 255, 255, 0.35);\n        text-shadow: 2px 2px 5px rgba(0,0,0,0.9);\n        pointer-events: none;\n        letter-spacing: 2px;\n        z-index: 10;\n    }\n\n    \/* Tables *\/\n    .tpp-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-bottom: 30px;\n        background: #151515;\n        border-radius: 8px;\n        overflow: hidden;\n    }\n    .tpp-table th, .tpp-table td {\n        padding: 18px;\n        text-align: left;\n        border: 1px solid var(--border-color);\n    }\n    .tpp-table th {\n        background-color: #252525;\n        color: var(--accent-gold);\n        font-size: 20px;\n    }\n    .tpp-table tr:hover { background-color: #222222; }\n    .fit-yes { color: #4caf50; font-weight: bold; }\n    .fit-no { color: var(--accent-red); font-weight: bold; }\n\n    \/* Highlight Boxes *\/\n    .tpp-alert {\n        background: rgba(230, 57, 70, 0.1);\n        border-left: 5px solid var(--accent-red);\n        padding: 20px;\n        border-radius: 0 8px 8px 0;\n        margin: 30px 0;\n    }\n    .tpp-success {\n        background: rgba(212, 175, 55, 0.1);\n        border-left: 5px solid var(--accent-gold);\n        padding: 20px;\n        border-radius: 0 8px 8px 0;\n        margin: 30px 0;\n    }\n\n    \/* Contact \u0026 QR *\/\n    .tpp-contact-flex {\n        display: flex;\n        align-items: center;\n        gap: 30px;\n        background: #252525;\n        padding: 30px;\n        border-radius: 8px;\n    }\n    .tpp-qr {\n        width: 150px;\n        height: 150px;\n        background: #fff;\n        padding: 10px;\n        border-radius: 8px;\n    }\n    .tpp-contact-text h3 { margin-top: 0; color: var(--accent-gold); font-size: 24px;}\n    \n    \/* Manufacturer Logos *\/\n    .logo-container {\n        display: flex;\n        justify-content: center;\n        gap: 40px;\n        margin-bottom: 20px;\n    }\n    .brand-logo {\n        max-width: 100px;\n        filter: invert(1); \/* Ensures logos are white on dark background *\/\n    }\n    \n    .text-center { text-align: center; }\n\u003c\/style\u003e\n\n\n\n\n        \n        \n        \u003cdiv class=\"tpp-container\"\u003e\n    \u003c!-- Header Area --\u003e\n    \u003cdiv class=\"tpp-header\"\u003e\n        \u003cdiv class=\"logo-container\"\u003e\n            \u003c!-- Jeep \u0026 Dodge Logos --\u003e\n            \u003cimg alt=\"Jeep Logo\" class=\"brand-logo\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1d\/Jeep_logo_car.svg\/512px-Jeep_logo_car.svg.png\"\u003e\n            \u003cimg alt=\"Dodge Logo\" class=\"brand-logo\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f6\/Dodge_logo_2010.svg\/512px-Dodge_logo_2010.svg.png\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"tpp-brand\"\u003eTHEPART\u003cspan\u003ePILOT\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cdiv class=\"tpp-subtitle\"\u003ePREMIUM AUTOMOTIVE PARTS \u0026amp; SALVAGE\u003c\/div\u003e\n        \u003cdiv class=\"tpp-stock-badge\"\u003eOVER 25,000 PARTS IN STOCK ON THE SHELF\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Main Content Area --\u003e\n    \u003cdiv class=\"tpp-content\"\u003e\n        \n        \u003ch2 class=\"tpp-section-title\"\u003eItem Detailed Description\u003c\/h2\u003e\n        \u003cp\u003eYou are viewing a highly detailed listing for a \u003cstrong\u003eFront Left Door Handle Keyhole Bezel \/ Cover\u003c\/strong\u003e (Part Number: \u003cstrong\u003e05074189AG\u003c\/strong\u003e). This is the small exterior plastic cap that sits directly next to the pull-handle on the front left door, housing and protecting the manual key entry cylinder.\u003c\/p\u003e\n        \n        \u003cp\u003e\u003cstrong\u003eMaterial \u0026amp; Build:\u003c\/strong\u003e Manufactured from rigid, automotive-grade ABS plastic designed specifically to withstand harsh UV exposure, freezing rain, and constant vibration without degrading.\u003c\/p\u003e\n        \n        \u003cdiv class=\"tpp-grid-2\"\u003e\n            \u003c!-- Reference Photo 1: The Vehicle --\u003e\n            \u003cdiv class=\"tpp-image-wrapper\"\u003e\n                \u003cimg alt=\"Jeep Compass 5-Door Reference\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/f\/f6\/2011_Jeep_Compass_--_01-20-2011.jpg\/800px-2011_Jeep_Compass_--_01-20-2011.jpg\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003c!-- Reference Photo 2: Where it fits --\u003e\n            \u003cdiv class=\"tpp-image-wrapper\"\u003e\n                \u003cimg alt=\"Jeep Patriot 5-Door Reference\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/1b\/Jeep_Patriot_front_20071017.jpg\/800px-Jeep_Patriot_front_20071017.jpg\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"text-center\" style=\"color: var(--text-muted); font-size: 16px;\"\u003e\u003cem\u003eReference photos: Fits specifically onto the Front Left (Nearside\/Passenger in UK) outer door handle assembly of the 5-Door SUV profiles shown above.\u003c\/em\u003e\u003c\/p\u003e\n\n        \u003c!-- Fault Symptoms \u0026 Benefits --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eSymptoms of a Missing\/Faulty Part \u0026amp; Why Replace\u003c\/h2\u003e\n        \u003cp\u003eIf this keyhole bezel is missing, cracked, or broken, you may experience:\u003c\/p\u003e\n        \u003cul\u003e\n            \u003cli\u003eExposed internal locking mechanisms, making the vehicle vulnerable to weather damage.\u003c\/li\u003e\n            \u003cli\u003eWater ingress inside the door shell, leading to frozen locking mechanisms in winter or rusted actuators.\u003c\/li\u003e\n            \u003cli\u003eAn unsightly, incomplete appearance on the exterior of the vehicle.\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cdiv class=\"tpp-success\"\u003e\n            \u003cstrong\u003eThe Massive Benefit of Buying an Original Used Part:\u003c\/strong\u003e \n            Cheap, unbranded aftermarket caps are notorious for having weak retaining clips—they often fly off the door on the highway after just a few weeks! By purchasing an original, factory-molded used part from us, you get the exact clip tolerances your vehicle was built with, ensuring it stays on securely. Plus, you can \u003cstrong\u003esave up to 70%\u003c\/strong\u003e off inflated main-dealer prices!\n        \u003c\/div\u003e\n\n        \u003c!-- Compatibility Table --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eStrict Fitment \u0026amp; Compatibility Chart\u003c\/h2\u003e\n        \u003cp\u003eWe provide this detailed parts chart so you can buy the correct part the first time. Please verify fitment using the images, part number (\u003cstrong\u003e05074189AG \/ 05074189\u003c\/strong\u003e), and the exact specifications below. \u003cem\u003eDo not rely solely on automated item specifics!\u003c\/em\u003e\u003c\/p\u003e\n        \n        \u003ctable class=\"tpp-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eMake\u003c\/th\u003e\n                    \u003cth\u003eModel\u003c\/th\u003e\n                    \u003cth\u003eYears\u003c\/th\u003e\n                    \u003cth\u003eDoor Position\u003c\/th\u003e\n                    \u003cth\u003eCompatibility\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eJeep\u003c\/td\u003e\n                    \u003ctd\u003eCompass (MK49)\u003c\/td\u003e\n                    \u003ctd\u003e2007 - 2017\u003c\/td\u003e\n                    \u003ctd\u003eFront Left (LH) Only\u003c\/td\u003e\n                    \u003ctd class=\"fit-yes\"\u003eWILL FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eJeep\u003c\/td\u003e\n                    \u003ctd\u003ePatriot (MK74)\u003c\/td\u003e\n                    \u003ctd\u003e2007 - 2017\u003c\/td\u003e\n                    \u003ctd\u003eFront Left (LH) Only\u003c\/td\u003e\n                    \u003ctd class=\"fit-yes\"\u003eWILL FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eDodge\u003c\/td\u003e\n                    \u003ctd\u003eCaliber\u003c\/td\u003e\n                    \u003ctd\u003e2007 - 2012\u003c\/td\u003e\n                    \u003ctd\u003eFront Left (LH) Only\u003c\/td\u003e\n                    \u003ctd class=\"fit-yes\"\u003eWILL FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAny Make\u003c\/td\u003e\n                    \u003ctd\u003eAny of the above\u003c\/td\u003e\n                    \u003ctd\u003eAny\u003c\/td\u003e\n                    \u003ctd\u003eRear Doors \/ Right Side\u003c\/td\u003e\n                    \u003ctd class=\"fit-no\"\u003eWILL NOT FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003c!-- Fitting \u0026 Garage Info --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eFitting Instructions \u0026amp; Garage Costs\u003c\/h2\u003e\n        \u003cp\u003e\u003cstrong\u003eTools Required:\u003c\/strong\u003e Flathead screwdriver (for gentle prying of the old clips, if still attached). The new part generally clips firmly into place with light pressure.\u003cbr\u003e\n        \u003cstrong\u003eEstimated Repair Time:\u003c\/strong\u003e 5 - 10 Minutes.\u003c\/p\u003e\n\n        \u003cp\u003eIf you prefer to have a professional handle the installation, here is an estimated breakdown of what an independent garage should charge you based on standard industry hourly rates:\u003c\/p\u003e\n        \n        \u003ctable class=\"tpp-table\"\u003e\n            \u003cthead\u003e\n                \u003ctr\u003e\n                    \u003cth\u003eService Type\u003c\/th\u003e\n                    \u003cth\u003eEstimated Time\u003c\/th\u003e\n                    \u003cth\u003eAverage £ Per Hour Rate\u003c\/th\u003e\n                    \u003cth\u003eTotal Labor Estimate\u003c\/th\u003e\n                \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eExterior Door Handle Bezel Install\u003c\/td\u003e\n                    \u003ctd\u003e0.25 Hours\u003c\/td\u003e\n                    \u003ctd\u003e£75.00 \/ hr\u003c\/td\u003e\n                    \u003ctd style=\"color: var(--accent-gold); font-weight: bold;\"\u003e£18.75\u003c\/td\u003e\n                \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n        \u003cdiv class=\"tpp-grid-2\"\u003e\n            \u003cdiv class=\"tpp-image-wrapper\"\u003e\n                \u003cimg alt=\"Mechanic Repair Garage\" src=\"https:\/\/images.pexels.com\/photos\/2244746\/pexels-photo-2244746.jpeg?auto=compress\u0026amp;cs=tinysrgb\u0026amp;w=800\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n                \u003ch3\u003eWe Offer Fitting Services!\u003c\/h3\u003e\n                \u003cp\u003eDon't want to risk scratching your paint? We have a fully equipped mechanic repair garage on-site and offer a professional fitting service (subject to availability). Contact us for a direct quote to have this part supplied and securely fitted by our experts.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Business Policies --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003ePostage, Returns \u0026amp; Policies\u003c\/h2\u003e\n        \u003cul\u003e\n            \u003cli\u003e\n\u003cstrong\u003eGlobal VAT Scheme:\u003c\/strong\u003e We operate on the Global VAT scheme, meaning \u003cstrong\u003eNO VAT is charged\u003c\/strong\u003e on this item.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eWorldwide Postage:\u003c\/strong\u003e We proudly ship internationally via the eBay Global Shipping Programme (GSP). Covered countries include the United States, Canada, Australia, the EU, Japan, and all other GSP regions.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCheckout Address:\u003c\/strong\u003e Customers MUST ensure their checkout address is 100% correct prior to payment. We cannot alter or change delivery addresses manually after checkout.\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \n        \u003cdiv class=\"tpp-alert\"\u003e\n            \u003cstrong\u003eSTRICT RETURNS POLICY:\u003c\/strong\u003e Any parts returned to us under the \"Doesn't Fit\" or \"Item Not As Described\" categories will have a \u003cstrong\u003e50% Restocking Fee\u003c\/strong\u003e deducted from the refund. We have clarified the exact fitment details, years, positions, and part numbers. Verify fitment via the images and part numbers provided. If you are unsure, message us \u003cem\u003ebefore\u003c\/em\u003e buying so we can verify it for you!\n        \u003c\/div\u003e\n\n        \u003c!-- Warehouse \u0026 Eco Section --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eInside ThePartPilot Facilities\u003c\/h2\u003e\n        \u003cdiv class=\"tpp-grid-2\"\u003e\n            \u003cdiv class=\"tpp-image-wrapper\"\u003e\n                \u003cimg alt=\"Warehouse Car Parts Stock\" src=\"https:\/\/images.pexels.com\/photos\/179046\/pexels-photo-179046.jpeg?auto=compress\u0026amp;cs=tinysrgb\u0026amp;w=800\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpp-image-wrapper\"\u003e\n                \u003cimg alt=\"Boxed Items Being Dispatched\" src=\"https:\/\/images.pexels.com\/photos\/4481323\/pexels-photo-4481323.jpeg?auto=compress\u0026amp;cs=tinysrgb\u0026amp;w=800\"\u003e\n                \u003cdiv class=\"tpp-watermark\"\u003eTHEPARTPILOT\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"background: #111; padding: 25px; border-radius: 8px; margin: 30px 0; text-align: center; border: 1px solid #333;\"\u003e\n            \u003cp style=\"font-size: 22px; margin-bottom: 10px;\"\u003e🌍 \u003cstrong\u003eSupport Local, Save the Planet!\u003c\/strong\u003e ♻️\u003c\/p\u003e\n            \u003cp\u003eWhen you buy from THEPARTPILOT, you are directly supporting an independent, local small business. Furthermore, by choosing recycled auto parts instead of buying new, you are massively reducing carbon emissions and keeping plastics out of landfills. Together, we are keeping cars on the road and saving our planet, one part at a time! 💚\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Contact \u0026 Cash for Cars --\u003e\n        \u003cdiv class=\"tpp-contact-flex\"\u003e\n            \u003cimg alt=\"WhatsApp QR Code\" class=\"tpp-qr\" src=\"https:\/\/api.qrserver.com\/v1\/create-qr-code\/?size=150x150\u0026amp;data=https:\/\/wa.me\/447495972152\"\u003e\n            \u003cdiv class=\"tpp-contact-text\"\u003e\n                \u003ch3\u003eNeed Help? Scan to WhatsApp Us!\u003c\/h3\u003e\n                \u003cp\u003eScan the QR code to message our support team directly, or add us on WhatsApp \u003c\/p\u003e\n                \u003cp style=\"color: var(--accent-red); font-weight: bold; margin-top: 15px;\"\u003e🚗 GOT A CAR TO SELL? WE BUY CARS FOR CASH!\u003c\/p\u003e\n                \u003cp\u003eNationwide collection available with SAME-DAY payment. Send us details of your vehicle on WhatsApp for a fast, hassle-free quote.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/div\u003e\n        \n        \u003c\/body\u003e","brand":"Jeep","offers":[{"title":"Default Title","offer_id":62987107139914,"sku":"206223893638","price":22.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_79d8c7c9-90c0-469f-85e7-ebba84738733.jpg?v=1787013814","url":"https:\/\/thepartpilot.co.uk\/products\/jeep-compass-patriot-07-17-front-left-door-handle-keyhole-bezel-cover-05074189ag","provider":"The Part Pilot","version":"1.0","type":"link"}