{"product_id":"honda-civic-starter-motor-19264","title":"Durautos 19264 Starter Motor Replacement for Honda Civic 1.8L 2012-2015, HR-V 1.8L 2016-2022, Acura ILX 2.0L 2013 2014 2015 L4 Engine OE#: 31200-R1A-A01 31200-R0A-004 31200-RIA-A11","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n        --dur-red: #E60012;\n        --dur-black: #111111;\n        --dur-light-bg: #F4F6F8;\n        --dur-border: #DDDDDD;\n        --dur-text: #333333;\n        --dur-white: #FFFFFF;\n        --dur-gold: #FFB400;\n    }\n\n    .dur-pdp-wrapper {\n        max-width: 1000px;\n        margin: 20px auto;\n        background: var(--dur-white);\n        box-shadow: 0 5px 25px rgba(0,0,0,0.07);\n        border-radius: 12px;\n        overflow: hidden;\n        border: 1px solid var(--dur-border);\n        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n        color: var(--dur-text);\n    }\n\n    \/* Header Section *\/\n    .pdp-header {\n        background-color: var(--dur-black);\n        padding: 50px 40px;\n        border-bottom: 8px solid var(--dur-red);\n    }\n    .pdp-main-title {\n        color: var(--dur-white);\n        margin: 0;\n        font-size: clamp(1.4rem, 4.5vw, 2.2rem);\n        text-transform: uppercase;\n        font-weight: 800;\n        line-height: 1.2;\n    }\n    \n    .rating-bar {\n        margin-top: 15px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        color: var(--dur-white);\n    }\n    .stars { color: var(--dur-gold); font-size: 1.2rem; }\n    .rating-text { font-size: 0.9rem; font-weight: 600; opacity: 0.9; }\n\n    .sku-badge {\n        display: inline-block;\n        margin-top: 20px;\n        background: var(--dur-red);\n        color: var(--dur-white);\n        padding: 8px 18px;\n        font-weight: 700;\n        font-size: 0.95rem;\n        border-radius: 4px;\n        text-transform: uppercase;\n    }\n\n    .pdp-body { padding: 40px; }\n\n    \/* Section Headers *\/\n    h2 {\n        font-size: 1.5rem;\n        color: var(--dur-black);\n        display: flex;\n        align-items: center;\n        margin: 40px 0 25px;\n        text-transform: uppercase;\n        font-weight: 800;\n    }\n    h2::before {\n        content: \"\";\n        width: 6px; height: 26px;\n        background: var(--dur-red);\n        margin-right: 15px;\n        display: inline-block;\n    }\n    h2:first-of-type { margin-top: 0; }\n\n    \/* --- 特定间距调整：PC端 25px --- *\/\n    #specs h2, #interchange h2, #advantages h2, #faq h2 {\n        margin-top: 25px; \n    }\n\n    .intro-text { font-size: 1.1rem; line-height: 1.8; color: #444; margin-bottom: 40px; }\n\n    .compatibility-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n    }\n    .brand-card {\n        border: 1px solid var(--dur-border);\n        border-radius: 8px;\n        padding: 25px;\n        transition: 0.3s;\n    }\n    .brand-card:hover { border-color: var(--dur-red); transform: translateY(-2px); }\n    .brand-title { color: var(--dur-red); font-weight: 900; border-bottom: 2px solid #F0F0F0; padding-bottom: 8px; margin-bottom: 15px; display: block; }\n    \n    .model-list { list-style: none; padding: 0; margin: 0; }\n    .model-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #F9F9F9; font-size: 0.95rem; }\n    .model-year { font-weight: 700; background: #F4F6F8; padding: 2px 8px; border-radius: 4px; }\n\n    .specs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n        gap: 15px;\n    }\n    .spec-item {\n        background: #fff; border: 1px solid var(--dur-border);\n        padding: 20px; text-align: center; border-radius: 8px;\n    }\n    .spec-item label { font-size: 0.7rem; color: #999; font-weight: 800; display: block; margin-bottom: 5px; text-transform: uppercase; }\n    .spec-item span { font-size: 1.1rem; color: var(--dur-black); font-weight: 800; }\n\n    .reference-flex { display: flex; flex-wrap: wrap; gap: 10px; }\n    .ref-pill { background: #F8F9FA; border: 1px solid var(--dur-border); padding: 8px 15px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; }\n\n    .advantage-list { padding: 0; list-style: none; }\n    .advantage-list li { margin-bottom: 15px; padding-left: 30px; position: relative; font-size: 1.05rem; }\n    .advantage-list li::before { content: \"✓\"; position: absolute; left: 0; color: var(--dur-red); font-weight: 900; }\n\n    .faq-item { border: 1px solid var(--dur-border); margin-bottom: 10px; border-radius: 8px; }\n    summary { padding: 18px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; outline: none; }\n    summary::after { content: \"+\"; color: var(--dur-red); font-size: 1.2rem; }\n    details[open] summary::after { content: \"−\"; }\n    .faq-content { padding: 0 18px 18px; color: #666; font-size: 0.95rem; border-top: 1px solid #F9F9F9; padding-top: 10px; }\n\n    .warning-notice { background: #FFF3F3; border: 1px solid #FFCCCC; padding: 20px; margin-top: 30px; text-align: center; color: #B30000; font-weight: 700; border-radius: 8px; }\n\n    .wholesale-banner { background-color: var(--dur-black); color: var(--dur-white); padding: 20px; text-align: center; border-radius: 8px; margin-top: 40px; font-size: 1.05rem; }\n    .wholesale-banner a { color: var(--dur-red); font-weight: 800; text-decoration: underline; }\n\n    @media (max-width: 768px) {\n        .pdp-header, .pdp-body { padding: 30px 20px; }\n        .specs-grid { grid-template-columns: repeat(2, 1fr); }\n        \/* --- 特定间距调整：移动端 30px --- *\/\n        #specs h2, #interchange h2, #advantages h2, #faq h2 { margin-top: 30px; }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dur-pdp-wrapper\"\u003e\n    \u003cheader class=\"pdp-header\"\u003e\n        \u003cdiv class=\"pdp-main-title\"\u003eNew Starter Motor for Honda Civic HR-V \u0026amp; Acura ILX 1.8L 2.0L\u003c\/div\u003e\n        \u003cdiv class=\"rating-bar\"\u003e\n            \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan class=\"rating-text\"\u003e4.8\/5 (19 Customer Reviews)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sku-badge\"\u003eOEM# 31200-R1A-A01 | Lester 19264\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"pdp-body\"\u003e\n        \u003csection class=\"intro-text\"\u003e\n            Restore quick and reliable ignition to your Honda engine. The \u003cstrong\u003eDurautos Premium Starter Motor\u003c\/strong\u003e is a high-efficiency 1.4kW unit specifically engineered for \u003cstrong\u003eHonda Civic, HR-V, and Acura ILX\u003c\/strong\u003e platforms. Built for seamless OE fitment and durable cranking power. 100% Brand New—No Core Charge.\n        \u003c\/section\u003e\n\n        \u003csection id=\"compatibility\"\u003e\n            \u003ch2\u003eVehicle Compatibility Guide\u003c\/h2\u003e\n            \u003cdiv class=\"compatibility-grid\"\u003e\n                \u003carticle class=\"brand-card\"\u003e\n                    \u003cspan class=\"brand-title\"\u003eHONDA MODELS\u003c\/span\u003e\n                    \u003cul class=\"model-list\"\u003e\n                        \u003cli\u003e\n\u003cspan\u003eCivic 1.8L\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2012 - 2015\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cspan\u003eHR-V 1.8L\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2016 - 2022\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/article\u003e\n                \u003carticle class=\"brand-card\"\u003e\n                    \u003cspan class=\"brand-title\"\u003eACURA MODELS\u003c\/span\u003e\n                    \u003cul class=\"model-list\"\u003e\n                        \u003cli\u003e\n\u003cspan\u003eILX 2.0L\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2013 - 2015\u003c\/span\u003e\n\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/article\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"warning-notice\"\u003e⚠ Please verify OE number 31200-R1A-A01 to ensure 100% fitment\u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"specs\"\u003e\n            \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"specs-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003eCondition\u003c\/label\u003e\u003cspan\u003e100% New\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003eVoltage\u003c\/label\u003e\u003cspan\u003e12V\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003ePower\u003c\/label\u003e\u003cspan\u003e1.4 KW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003eRotation\u003c\/label\u003e\u003cspan\u003eCW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003eTeeth\u003c\/label\u003e\u003cspan\u003e9 Teeth\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003clabel\u003eUnit Type\u003c\/label\u003e\u003cspan\u003ePMGR\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"interchange\"\u003e\n            \u003ch2\u003eCross Reference\u003c\/h2\u003e\n            \u003cdiv class=\"reference-flex\"\u003e\n                \u003cspan class=\"ref-pill\"\u003e31200-R1A-A01\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eMitsuba SM74014\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eLester 19264\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eRemy 16183\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eNAPA 244-8622\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"advantages\"\u003e\n            \u003ch2\u003eThe Durautos Advantage\u003c\/h2\u003e\n            \u003cul class=\"advantage-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eR-Series Optimized:\u003c\/strong\u003e Specifically tailored cranking torque for Honda's 1.8L i-VTEC engine family.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eExtreme Climate Tested:\u003c\/strong\u003e Reliable ignition tested in both freezing winter and scorching summer conditions.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eDirect OE Fitment:\u003c\/strong\u003e 100% plug-and-play installation with precision-matched mounting patterns.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eZero Core Charge:\u003c\/strong\u003e 100% brand new assembly; keep your old unit or recycle it locally.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"faq-section\" id=\"faq\"\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eIs there a core charge for this Honda starter?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eNo. This is a 100% Brand New unit. Keep your original starter; there are no core charges or return shipping hassles required.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eHow long is the warranty coverage?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eWe provide a 1-year professional replacement warranty against all manufacturing defects to keep your vehicle reliable.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eHow do I confirm if this fits my Civic or HR-V?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eThe best way is to match the part number from your original starter with OEM# \u003cstrong\u003e31200-R1A-A01\u003c\/strong\u003e or Lester# \u003cstrong\u003e19264\u003c\/strong\u003e.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eShould I replace the starter motor myself?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eWhile this is a direct bolt-on fit, we recommend professional installation if you are not experienced. Ensure the battery is disconnected before starting work.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eIs this starter compatible with automatic transmissions?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eYes, this premium starter motor is engineered to fit both automatic and manual transmission models for the listed vehicle applications.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"wholesale-banner\"\u003e🛒 Bulk purchase (10+ units)? \u003ca href=\"https:\/\/www.durautos.com\"\u003eContact us for exclusive wholesale pricing\u003c\/a\u003e.\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Starter Motor by Durautos.com","offers":[{"title":"Default Title","offer_id":48492051693811,"sku":"74014","price":76.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/6671\/3587\/files\/19264_starter_01.png?v=1777362915","url":"https:\/\/www.durautos.com\/products\/honda-civic-starter-motor-19264","provider":"Starter Motor by Durautos.com","version":"1.0","type":"link"}