{"product_id":"jaguar-s-type-1999-2008-front-rear-door-sill-kick-plate-scruff-guard-trim-set","title":"JAGUAR S-TYPE 1999-2008 FRONT \u0026 REAR DOOR SILL KICK PLATE SCRUFF GUARD TRIM SET","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 Logo *\/\n    .brand-logo {\n        max-width: 140px;\n        margin-bottom: 20px;\n        filter: invert(1); \/* Makes Jaguar logo white on dark bg *\/\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        \u003cimg alt=\"Jaguar Brand Logo\" class=\"brand-logo\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/en\/thumb\/d\/df\/Jaguar_Cars_logo.svg\/512px-Jaguar_Cars_logo.svg.png\"\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 complete 4-piece set of \u003cstrong\u003eFront and Rear Door Sill Kick Plates \/ Scuff Guard Trim Plates\u003c\/strong\u003e for the \u003cstrong\u003eJaguar S-Type (1999–2008)\u003c\/strong\u003e. This complete set includes all four door threshold covers (Front Driver, Front Passenger, Rear Driver, and Rear Passenger sides) to completely refresh your interior cabin entryway.\u003c\/p\u003e\n        \n        \u003cp\u003e\u003cstrong\u003eMaterial \u0026amp; Build:\u003c\/strong\u003e Crafted from heavy-duty brushed stainless steel \/ molded high-impact automotive trim composite featuring embossed Jaguar branding inserts. Built to endure constant shoe traffic, prevent paint scratching on the sill body, and maintain a pristine luxury finish.\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=\"Jaguar S-Type 4-Door Sedan Reference\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/1\/12\/Jaguar_S-Type_front_20080328.jpg\/800px-Jaguar_S-Type_front_20080328.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=\"Interior Door Sill Threshold Reference\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/thumb\/9\/9f\/Car_door_sill_plate.jpg\/800px-Car_door_sill_plate.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: Designed specifically for the 4-door luxury saloon profile shown above. The plates mount securely onto the painted inner door sills\/thresholds to protect the chassis and cabin entry points from scuffs and moisture accumulation.\u003c\/em\u003e\u003c\/p\u003e\n\n        \u003c!-- Fault Symptoms \u0026 Benefits --\u003e\n        \u003ch2 class=\"tpp-section-title\"\u003eSymptoms of Damaged Sill Plates \u0026amp; Why Replace\u003c\/h2\u003e\n        \u003cp\u003eIf your existing kick plates are heavily scuffed, dented, cracked, or lifting, it exposes your vehicle's structural metal threshold to moisture, salt, and foot friction. This leads directly to localized rust formation under the trim, cabin leaks, and an unkempt interior appearance that diminishes a luxury vehicle's value.\u003c\/p\u003e\n\n        \u003cdiv class=\"tpp-success\"\u003e\n            \u003cstrong\u003eThe Massive Benefit of Buying Original Used Parts:\u003c\/strong\u003e \n            Brand new main-dealer trim sets cost an absolute fortune. Cheap aftermarket universal stick-on foils peel off immediately and look tacky. By choosing our premium inspected original used Jaguar sill plates, you get exact factory fitment, robust clip alignment, authentic luxury branding, and you can \u003cstrong\u003esave as much as 70%\u003c\/strong\u003e compared to retail new pricing!\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 series, and the exact specifications below rather than relying purely on automated item specifics.\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\u003eBody Style\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\u003eJaguar\u003c\/td\u003e\n                    \u003ctd\u003eS-Type (X200)\u003c\/td\u003e\n                    \u003ctd\u003e1999 - 2008\u003c\/td\u003e\n                    \u003ctd\u003e4-Door Luxury Saloon\u003c\/td\u003e\n                    \u003ctd class=\"fit-yes\"\u003eWILL FIT (Full Set)\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eJaguar\u003c\/td\u003e\n                    \u003ctd\u003eX-Type (X400)\u003c\/td\u003e\n                    \u003ctd\u003e2001 - 2009\u003c\/td\u003e\n                    \u003ctd\u003e4-Door Saloon \/ Estate\u003c\/td\u003e\n                    \u003ctd class=\"fit-no\"\u003eWILL NOT FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eJaguar\u003c\/td\u003e\n                    \u003ctd\u003eXJ Series (X350)\u003c\/td\u003e\n                    \u003ctd\u003e2003 - 2009\u003c\/td\u003e\n                    \u003ctd\u003e4-Door Luxury Saloon\u003c\/td\u003e\n                    \u003ctd class=\"fit-no\"\u003eWILL NOT FIT\u003c\/td\u003e\n                \u003c\/tr\u003e\n                \u003ctr\u003e\n                    \u003ctd\u003eAny Make\u003c\/td\u003e\n                    \u003ctd\u003eCoupe \/ 2-Door Variants\u003c\/td\u003e\n                    \u003ctd\u003eAny\u003c\/td\u003e\n                    \u003ctd\u003e2-Door\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 Plastic trim removal tool, isopropyl alcohol cleaning wipes.\u003cbr\u003e\n        \u003cstrong\u003eEstimated Repair Time:\u003c\/strong\u003e 20 - 30 Minutes for all 4 doors.\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\u003eFull 4-Piece Door Sill Trim Replacement\u003c\/td\u003e\n                    \u003ctd\u003e0.5 Hours\u003c\/td\u003e\n                    \u003ctd\u003e£75.00 \/ hr\u003c\/td\u003e\n                    \u003ctd style=\"color: var(--accent-gold); font-weight: bold;\"\u003e£37.50\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\u003eWant a seamless professional installation? We operate 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 your parts fitted expertly.\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 destination countries include the United States, Canada, Australia, all EU nations, Japan, and all other GSP-supported regions worldwide.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCheckout Address:\u003c\/strong\u003e Customers MUST ensure their checkout delivery address is 100% correct prior to completing 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 rigorously clarified exact fitment details, years, and body styles. Please cross-reference with the images and details provided. If you are unsure, contact us \u003cem\u003ebefore\u003c\/em\u003e purchasing so we can verify fitment 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 Small Business \u0026amp; Protect the Earth!\u003c\/strong\u003e ♻️\u003c\/p\u003e\n            \u003cp\u003eWhen you purchase from THEPARTPILOT, you are supporting an independent small business dedicated to quality and honesty. Furthermore, by choosing recycled original auto parts instead of fueling new industrial manufacturing, you actively reduce carbon output and save raw resources. Together, let's keep luxury cars on the road and preserve our planet! 💚\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 connect with our support team instantly, or message 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 vehicle collection available with instant SAME-DAY payment. Send us your vehicle details on WhatsApp for a fast, hassle-free valuation.\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":"Jaguar","offers":[{"title":"Default Title","offer_id":62987108090186,"sku":"206335474442","price":23.15,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/5036\/1418\/files\/57_8108f121-db8b-47c3-b0e5-15257f8a6c43.jpg?v=1787013823","url":"https:\/\/thepartpilot.co.uk\/products\/jaguar-s-type-1999-2008-front-rear-door-sill-kick-plate-scruff-guard-trim-set","provider":"The Part Pilot","version":"1.0","type":"link"}