{"product_id":"17922-new-starter-motor-bmw","title":"Durautos 17922 New Starter Motor Replacement for 2006-2016 BMW 128i 328i 528i xdrive 328xi 325i 325xi 330i 330xi 335i 525i 528xi 530i 530xi 535i X1 X3 X5 X6 Z4 3.0 2.5 2.0 L6 Engine OE#: 12417521116","description":"\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@graph\": [\n    {\n      \"@type\": \"Product\",\n      \"name\": \"Durautos Premium Starter Motor for BMW 328i 528i 335i X5 Z4 3.0L\",\n      \"brand\": { \"@type\": \"Brand\", \"name\": \"Durautos\" },\n      \"sku\": \"17922\",\n      \"mpn\": \"12417521116\",\n      \"image\": \"https:\/\/cdn.shopify.com\/s\/files\/1\/0809\/6671\/3587\/files\/17922_BMW_128i_328i_Starer_Motor_01.jpg?v=1773999571\", \n      \"description\": \"High-performance 1.2kW starter motor for BMW 1, 3, 5, 7, X, and Z Series 2.0L \u0026 3.0L engines (2006-2016). Exact OE 12417521116 replacement.\",\n      \"aggregateRating\": {\n        \"@type\": \"AggregateRating\",\n        \"ratingValue\": \"5\",\n        \"reviewCount\": \"20\",\n        \"bestRating\": \"5\",\n        \"worstRating\": \"1\"\n      },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https:\/\/www.durautos.com\/products\/17922-new-starter-motor-bmw\",\n        \"priceCurrency\": \"USD\",\n        \"price\": \"62.99\",\n        \"priceValidUntil\": \"2026-12-31\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"itemCondition\": \"https:\/\/schema.org\/NewCondition\"\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need to send back my old starter (Core Charge)?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"No. All Durautos starters are 100% Brand New units. There is no core charge and no need to return your old unit.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does this fit the BMW N52 3.0L engine?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes, this 1.2kW unit is a direct fit for BMW vehicles equipped with the 3.0L L6 engine, including the 328i, 528i, and X5 models.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\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    }\n\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.9rem;\n        border-radius: 4px;\n        text-transform: uppercase;\n    }\n\n    .pdp-body { padding: 40px; }\n\n    \/* 复刻优化：基础 H2 样式 *\/\n    h2 {\n        font-size: 1.5rem;\n        color: var(--dur-black);\n        display: flex;\n        align-items: center;\n        margin: 40px 0 25px; \/* 复刻：默认基础顶部间距 40px *\/\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    \/* 复刻优化：特定板块标题上方增加 45px 行距 *\/\n    #specs h2, \n    #interchange h2, \n    #advantages h2 {\n        margin-top: 45px; \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    @media (max-width: 768px) {\n        .pdp-header, .pdp-body { padding: 30px 20px; }\n        .specs-grid { grid-template-columns: repeat(2, 1fr); }\n        \/* 复刻：移动端微调板块间距 *\/\n        #specs h2, #interchange h2, #advantages h2 { margin-top: 35px; }\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 BMW 328i 528i 335i X5 Z4 2.0L 3.0L\u003c\/div\u003e\n        \n        \u003cdiv class=\"rating-bar\"\u003e\n            \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e\n            \u003cspan class=\"rating-text\"\u003e5.0\/5 (20 Customer Reviews)\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"sku-badge\"\u003eOEM# 12417521116 | Lester 17922\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"pdp-body\"\u003e\n        \u003csection class=\"intro-text\"\u003e\n            Ensure your \u003cstrong\u003eBMW\u003c\/strong\u003e starts with absolute precision. The \u003cstrong\u003eDurautos Premium Starter Motor\u003c\/strong\u003e is a high-efficiency 1.2kW unit specifically engineered for \u003cstrong\u003eBMW 1, 3, 5, 7, X, and Z Series\u003c\/strong\u003e platforms. Designed for smooth, reliable ignition on 2.0L and 3.0L L6\/L4 engines. 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\"\u003eBMW 3 \u0026amp; 5 SERIES\u003c\/span\u003e\n                    \u003cul class=\"model-list\"\u003e\n                        \u003cli\u003e\n\u003cspan\u003e328i \/ 328i xDrive (3.0L)\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2007 - 2011\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cspan\u003e528i \/ 528i xDrive (2.0L\/3.0L)\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2008 - 2016\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cspan\u003e335i \/ 335xi (3.0L L6)\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2007 - 2011\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\"\u003eBMW X \u0026amp; Z MODELS\u003c\/span\u003e\n                    \u003cul class=\"model-list\"\u003e\n                        \u003cli\u003e\n\u003cspan\u003eX5 \u0026amp; X3 (3.0L L6)\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2007 - 2011\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cspan\u003eZ4 (2.0L \/ 3.0L)\u003c\/span\u003e \u003cspan class=\"model-year\"\u003e2006 - 2016\u003c\/span\u003e\n\u003c\/li\u003e\n                        \u003cli\u003e\n\u003cspan\u003eX1 (2.0L L4)\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 your OE part number 12417521116 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.2 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\"\u003e12417521116\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eBosch 0-001-107-423\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eDenso 428000-1760\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eLester 17922\u003c\/span\u003e\n                \u003cspan class=\"ref-pill\"\u003eBMW 12412354701\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\u003ePrecision Fit:\u003c\/strong\u003e Cross-referenced with OE data for seamless BMW engine installation.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHeavy-Duty Cranking:\u003c\/strong\u003e 1.2kW motor optimized for high-compression 3.0L engines.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eNo Core Charge:\u003c\/strong\u003e 100% brand new assembly, no old unit return required.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faq\" class=\"faq-section\"\u003e\n            \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eDo I need to send back my old starter?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eNo. This is a 100% Brand New unit. Keep your old starter; there are no core charges or return shipping costs.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary\u003eHow long is the warranty?\u003c\/summary\u003e\n                \u003cdiv class=\"faq-content\"\u003eDurautos provides a 1-year professional replacement warranty against all manufacturing defects.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Starter Motor by Durautos.com","offers":[{"title":"Default Title","offer_id":48671567773939,"sku":null,"price":61.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0809\/6671\/3587\/files\/17922_starter.png?v=1777384032","url":"https:\/\/www.durautos.com\/products\/17922-new-starter-motor-bmw","provider":"Starter Motor by Durautos.com","version":"1.0","type":"link"}