{"product_id":"2006-2009-range-rover-sport-ignition-condenser","title":"2006-2009 Range Rover Sport Ignition Condenser 4H43-18801-CB","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"OEM-style ignition condenser \/ noise suppressor for 2006–2009 Range Rover Sport L320 4.2L supercharged V8. Direct replacement. Part# 4H43-18801-CB. Call (877) 443-9246.\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700;800\u0026amp;family=Barlow:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --green:   #1a6b3a;\n      --green-d: #124d2b;\n      --green-l: #e8f5ed;\n      --gold:    #c49a2b;\n      --dark:    #111714;\n      --mid:     #2e3830;\n      --gray:    #5a6360;\n      --light:   #f5f7f5;\n      --white:   #ffffff;\n      --border:  #d6ddd8;\n      --radius:  6px;\n      --font-head: 'Barlow Condensed', sans-serif;\n      --font-body: 'Barlow', sans-serif;\n    }\n\n    body {\n      font-family: var(--font-body);\n      background: var(--light);\n      color: var(--dark);\n      line-height: 1.6;\n    }\n\n    \/* ── TOP BANNER ── *\/\n    .top-banner {\n      background: var(--green-d);\n      color: var(--white);\n      text-align: center;\n      font-family: var(--font-head);\n      font-size: 0.85rem;\n      letter-spacing: 0.08em;\n      padding: 8px 16px;\n    }\n    .top-banner a { color: var(--gold); text-decoration: none; }\n\n    \/* ── HEADER ── *\/\n    header {\n      background: var(--dark);\n      padding: 14px 32px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .logo {\n      font-family: var(--font-head);\n      font-weight: 800;\n      font-size: 1.55rem;\n      letter-spacing: 0.04em;\n      color: var(--white);\n    }\n    .logo span { color: var(--gold); }\n    .header-contact {\n      font-family: var(--font-head);\n      font-size: 1rem;\n      color: #aab8b0;\n      letter-spacing: 0.04em;\n    }\n    .header-contact strong { color: var(--gold); font-size: 1.1rem; }\n\n    \/* ── BREADCRUMB ── *\/\n    .breadcrumb {\n      background: var(--white);\n      border-bottom: 1px solid var(--border);\n      padding: 10px 32px;\n      font-size: 0.8rem;\n      color: var(--gray);\n    }\n    .breadcrumb a { color: var(--green); text-decoration: none; }\n    .breadcrumb a:hover { text-decoration: underline; }\n    .breadcrumb span { margin: 0 6px; }\n\n    \/* ── MAIN LAYOUT ── *\/\n    .product-wrapper {\n      max-width: 1100px;\n      margin: 28px auto;\n      padding: 0 24px;\n      display: grid;\n      grid-template-columns: 1fr 380px;\n      gap: 28px;\n      align-items: start;\n    }\n\n    \/* ── LEFT COLUMN ── *\/\n    .product-main { display: flex; flex-direction: column; gap: 20px; }\n\n    \/* ── CARDS ── *\/\n    .card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 24px;\n    }\n    .section-label {\n      font-family: var(--font-head);\n      font-size: 0.72rem;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      color: var(--green);\n      font-weight: 600;\n      margin-bottom: 8px;\n    }\n    .card h2 {\n      font-family: var(--font-head);\n      font-size: 1.15rem;\n      font-weight: 700;\n      color: var(--dark);\n      letter-spacing: 0.02em;\n      margin-bottom: 12px;\n      border-bottom: 2px solid var(--green-l);\n      padding-bottom: 10px;\n    }\n    .card p {\n      font-size: 0.93rem;\n      color: var(--mid);\n      line-height: 1.7;\n    }\n\n    \/* process checklist *\/\n    .process-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n    .process-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      padding: 11px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 0.9rem;\n      color: var(--mid);\n      line-height: 1.55;\n    }\n    .process-list li:last-child { border-bottom: none; }\n    .process-list li strong { color: var(--dark); display: block; margin-bottom: 1px; }\n    .process-icon {\n      flex-shrink: 0;\n      width: 22px;\n      height: 22px;\n      background: var(--green);\n      color: var(--white);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.7rem;\n      font-weight: 800;\n      margin-top: 1px;\n    }\n\n    \/* specs table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.88rem;\n      margin-top: 4px;\n    }\n    .specs-table tr { border-bottom: 1px solid var(--border); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 9px 6px; vertical-align: top; }\n    .specs-table td:first-child {\n      font-weight: 600;\n      color: var(--gray);\n      width: 42%;\n      font-size: 0.82rem;\n      text-transform: uppercase;\n      letter-spacing: 0.04em;\n    }\n    .specs-table td:last-child { color: var(--dark); }\n\n    \/* fitment table *\/\n    .fitment-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 0.87rem;\n    }\n    .fitment-table thead tr { background: var(--green); color: var(--white); }\n    .fitment-table thead td { color: var(--white) !important;\n      padding: 9px 12px;\n      font-family: var(--font-head);\n      font-weight: 600;\n      letter-spacing: 0.06em;\n      font-size: 0.8rem;\n      text-transform: uppercase;\n    }\n    .fitment-table tbody tr { border-bottom: 1px solid var(--border); }\n    .fitment-table tbody tr:nth-child(even) { background: var(--green-l); }\n    .fitment-table tbody tr:last-child { border-bottom: none; }\n    .fitment-table tbody td { padding: 9px 12px; color: var(--mid); }\n    .fitment-table tbody td:first-child { font-weight: 600; color: var(--dark); }\n\n    .vin-note {\n      font-size: 0.78rem;\n      color: var(--gray);\n      margin-top: 10px;\n      font-style: italic;\n    }\n\n    \/* ── RIGHT COLUMN — BUY BOX ── *\/\n    .buy-box {\n      position: sticky;\n      top: 20px;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .price-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 24px;\n    }\n\n    .part-title {\n      font-family: var(--font-head);\n      font-size: 1.5rem;\n      font-weight: 800;\n      line-height: 1.2;\n      color: var(--dark);\n      letter-spacing: 0.01em;\n      margin-bottom: 6px;\n    }\n    .part-subtitle {\n      font-size: 0.85rem;\n      color: var(--gray);\n      margin-bottom: 16px;\n    }\n\n    .badge-row {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      margin-bottom: 18px;\n    }\n    .badge {\n      font-family: var(--font-head);\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      padding: 4px 10px;\n      border-radius: 3px;\n    }\n    .badge-green { background: var(--green); color: var(--white); }\n    .badge-gold  { background: var(--gold);  color: var(--white); }\n    .badge-gray  { background: #e4e9e6;      color: var(--mid);   }\n\n    .price-label {\n      font-size: 0.75rem;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      color: var(--gray);\n      font-weight: 600;\n      margin-bottom: 2px;\n    }\n    .price-value {\n      font-family: var(--font-head);\n      font-size: 2.1rem;\n      font-weight: 800;\n      color: var(--green-d);\n      letter-spacing: -0.01em;\n    }\n    .price-note {\n      font-size: 0.78rem;\n      color: var(--gray);\n      margin-bottom: 20px;\n      margin-top: 2px;\n    }\n\n    .btn {\n      display: block;\n      width: 100%;\n      padding: 14px;\n      border: none;\n      border-radius: var(--radius);\n      font-family: var(--font-head);\n      font-weight: 700;\n      font-size: 1.05rem;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      cursor: pointer;\n      text-align: center;\n      text-decoration: none;\n      transition: opacity 0.15s, transform 0.1s;\n    }\n    .btn:hover { opacity: 0.88; transform: translateY(-1px); }\n    .btn-primary { background: var(--green); color: var(--white); margin-bottom: 10px; }\n    .btn-secondary {\n      background: var(--white);\n      color: var(--green);\n      border: 2px solid var(--green);\n    }\n\n    \/* shipping card *\/\n    .info-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n    .info-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      font-size: 0.88rem;\n      color: var(--mid);\n    }\n    .info-list .icon {\n      flex-shrink: 0;\n      width: 18px;\n      height: 18px;\n      fill: var(--green);\n      margin-top: 2px;\n    }\n    .info-list strong { color: var(--dark); }\n\n    \/* call card *\/\n    .call-card {\n      background: var(--dark);\n      border-radius: var(--radius);\n      padding: 18px 20px;\n      color: var(--white);\n      text-align: center;\n    }\n    .call-card p {\n      font-size: 0.8rem;\n      color: #8ca899;\n      letter-spacing: 0.04em;\n      text-transform: uppercase;\n      font-family: var(--font-head);\n      margin-bottom: 4px;\n    }\n    .call-card a {\n      font-family: var(--font-head);\n      font-size: 1.6rem;\n      font-weight: 800;\n      color: var(--gold);\n      text-decoration: none;\n      letter-spacing: 0.02em;\n    }\n    .call-card small { display: block; color: #6d8a7a; font-size: 0.75rem; margin-top: 2px; }\n\n    \/* ── FOOTER ── *\/\n    footer {\n      margin-top: 48px;\n      border-top: 1px solid var(--border);\n      padding: 20px 32px;\n      text-align: center;\n      font-size: 0.78rem;\n      color: var(--gray);\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 768px) {\n      .product-wrapper { grid-template-columns: 1fr; }\n      .buy-box { position: static; }\n      header { flex-direction: column; gap: 6px; text-align: center; }\n    }\n  \u003c\/style\u003e\n\u003c!-- PRODUCT WRAPPER --\u003e\u003cmain class=\"product-wrapper\"\u003e\u003c!-- LEFT: details --\u003e\n\u003cdiv class=\"product-main\"\u003e\n\u003c!-- Overview --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eOverview\u003c\/div\u003e\n\u003ch2\u003eAbout This Part\u003c\/h2\u003e\n\u003cp\u003eThis OEM-style ignition condenser is designed for select 2006–2009 Land Rover Range Rover Sport L320 models equipped with the 4.2L supercharged V8 engine. It serves as a direct replacement for the factory-installed ignition noise suppression component.\u003c\/p\u003e\n\u003cbr\u003e\n\u003cp\u003eThe condenser helps stabilize electrical signals within the ignition system by reducing interference and voltage spikes. It is engineered to support proper ignition performance and maintain reliable operation of related electrical components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Key Features --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eKey Features\u003c\/div\u003e\n\u003ch2\u003eWhat's Included \u0026amp; Features\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 16px;\"\u003eEvery part is inspected and tested before it leaves our facility. Here's what you get with this listing:\u003c\/p\u003e\n\u003cul class=\"process-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"process-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOEM-Style Ignition Condenser \/ Noise Suppressor\u003c\/strong\u003e — direct replacement for the factory-installed unit on 4.2L supercharged V8 applications.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"process-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReduces Electrical Interference\u003c\/strong\u003e — helps reduce electrical interference in the ignition system and suppresses voltage spikes.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"process-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eStable Ignition Signal \u0026amp; Performance\u003c\/strong\u003e — supports stable ignition signal and maintains reliable operation of related electrical components.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"process-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eIncludes Wiring Pigtail Connector\u003c\/strong\u003e — comes complete with wiring harness pigtail connector for direct plug-in installation.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"process-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOEM Used \/ Refurbished \u0026amp; Tested\u003c\/strong\u003e — tested to ensure proper functionality. May show minor cosmetic wear from normal use.\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Specs --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eSpecifications\u003c\/div\u003e\n\u003ch2\u003ePart Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003ePart Number\u003c\/td\u003e\n\u003ctd\u003e4H43-18801-CB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePart Type\u003c\/td\u003e\n\u003ctd\u003eIgnition Condenser \/ Noise Suppressor\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatible Engine\u003c\/td\u003e\n\u003ctd\u003e4.2L V8 Supercharged (AJ33)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConnector\u003c\/td\u003e\n\u003ctd\u003eIncludes wiring pigtail connector\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIncluded Components\u003c\/td\u003e\n\u003ctd\u003eIgnition condenser module + wiring harness pigtail connector\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePart Condition\u003c\/td\u003e\n\u003ctd\u003eOEM Used \/ Refurbished — Tested\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Fitment --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eFitment\u003c\/div\u003e\n\u003ch2\u003eVehicle Fitment\u003c\/h2\u003e\n\u003ctable class=\"fitment-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003ctd\u003eYear\u003c\/td\u003e\n\u003ctd\u003eMake\u003c\/td\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eTrim\u003c\/td\u003e\n\u003ctd\u003eEngine\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e2006\u003c\/td\u003e\n\u003ctd\u003eLand Rover\u003c\/td\u003e\n\u003ctd\u003eRange Rover Sport (L320)\u003c\/td\u003e\n\u003ctd\u003eSupercharged\u003c\/td\u003e\n\u003ctd\u003e4.2L V8 SC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2007\u003c\/td\u003e\n\u003ctd\u003eLand Rover\u003c\/td\u003e\n\u003ctd\u003eRange Rover Sport (L320)\u003c\/td\u003e\n\u003ctd\u003eSupercharged\u003c\/td\u003e\n\u003ctd\u003e4.2L V8 SC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2008\u003c\/td\u003e\n\u003ctd\u003eLand Rover\u003c\/td\u003e\n\u003ctd\u003eRange Rover Sport (L320)\u003c\/td\u003e\n\u003ctd\u003eSupercharged\u003c\/td\u003e\n\u003ctd\u003e4.2L V8 SC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2009\u003c\/td\u003e\n\u003ctd\u003eLand Rover\u003c\/td\u003e\n\u003ctd\u003eRange Rover Sport (L320)\u003c\/td\u003e\n\u003ctd\u003eSupercharged\u003c\/td\u003e\n\u003ctd\u003e4.2L V8 SC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp class=\"vin-note\"\u003e⚠ Verify part number matches your original component before purchasing. Designed for 4.2L supercharged V8 applications only. Ensure connector type matches your existing harness. Call us if unsure — (877) 443-9246.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/product-main --\u003e \u003c!-- RIGHT: buy box --\u003e\n\u003caside aria-label=\"Purchase options\" class=\"buy-box\"\u003e\n\u003cdiv class=\"price-card\"\u003e\n\u003cdiv class=\"part-title\"\u003e2006–2009 Range Rover Sport\u003cbr\u003eIgnition Condenser\u003c\/div\u003e\n\u003cdiv class=\"part-subtitle\"\u003e4H43-18801-CB • 4.2L V8 SC • OEM Used \/ Refurbished\u003c\/div\u003e\n\u003ca class=\"btn btn-primary\" href=\"tel:8774439246\"\u003e📞 Call to Order\u003c\/a\u003e \u003ca class=\"btn btn-secondary\" href=\"https:\/\/www.roverlandparts.com\/pages\/parts-request\"\u003eRequest a Quote\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping \u0026 Service --\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"section-label\"\u003eShipping \u0026amp; Service\u003c\/div\u003e\n\u003cul class=\"info-list\"\u003e\n\u003cli\u003e\n\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#1a6b3a\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"icon\"\u003e\u003crect rx=\"1\" height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 8h4l3 5v3h-7V8z\"\u003e\u003c\/path\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eSame-day shipping\u003c\/strong\u003e on most orders placed before 2 PM EST. Engines ship freight \/ ground.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 20 20\" class=\"icon\"\u003e\u003cpath d=\"M9 12l2 2 4-4M5 10a5 5 0 1010 0 5 5 0 00-10 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eOEM refurbished \u0026amp; compression tested\u003c\/strong\u003e — every part verified before shipping. Condition disclosed.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 20 20\" class=\"icon\"\u003e\u003cpath d=\"M10 2l2.4 4.8L18 7.6l-4 3.9.9 5.5L10 14.4l-4.9 2.6.9-5.5-4-3.9 5.6-.8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan\u003eShip directly \u003cstrong\u003eto your mechanic's address\u003c\/strong\u003e — just provide it at checkout.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Call Card --\u003e\n\u003cdiv class=\"call-card\"\u003e\n\u003cp\u003eHave a question? Talk to an expert\u003c\/p\u003e\n\u003ca href=\"tel:8774439246\"\u003e(877) 443-9246\u003c\/a\u003e \u003csmall\u003eMon – Fri | 9:00 AM – 6:00 PM EST\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/aside\u003e\n\u003c\/main\u003e","brand":"Roverland Parts","offers":[{"title":"Default Title","offer_id":43196840542297,"sku":null,"price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0609\/5113\/4297\/files\/ignition-sensor-wiring-harness-connector-black.png?v=1775301565","url":"https:\/\/www.roverlandparts.com\/products\/2006-2009-range-rover-sport-ignition-condenser","provider":"Roverland Parts","version":"1.0","type":"link"}