{"product_id":"precision-pagoda-tip-bits-rjc","title":"Präzisions-Pagoden-Spitzenbits","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：电动工具配件（专业级内六角批头）\n  目标受众：专业维修工、装配工、DIY发烧友\n  视觉风格：工业硬核、精密金属感、强调功能性红环点缀\n  配色策略：以金属银灰为主基调，使用品牌红作为视觉引导和强调色，深灰背景衬托质感\n  模块顺序：Hero (强磁痛点解决) -\u003e Feature 1 (宝塔头核心结构) -\u003e Feature 2 (细腰抗冲击) -\u003e Feature 3 (材质与兼容性) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=detail_6 (强磁展示), Feature1=detail_3 (宝塔头对比), Feature2=detail_5 (细腰原理), Feature3=detail_7 (工具适配)\n  规格图映射：Specs=spec_8, spec_9 (提取尺寸和适用范围数据)\n  对比模块：未单独设立对比模块，但Feature 1中整合了新旧对比图以突出优势。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #D32F2F; \/* 基于产品红环特征 *\/\n      --primary-hover: #B71C1C;\n      --text-main: #212121;\n      --text-sub: #616161;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F5F5;\n      --bg-soft: #E0E0E0;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #EEEEEE;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      font-weight: 700;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      margin-bottom: 1rem;\n      font-weight: 600;\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      margin-bottom: 0.75rem;\n      font-weight: 600;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .section-spacing {\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    \/* Layout Utilities *\/\n    .d-flex { display: flex; }\n    .flex-column { flex-direction: column; }\n    .align-center { align-items: center; }\n    .justify-center { justify-content: center; }\n    .gap-md { gap: 2rem; }\n    .gap-lg { gap: clamp(2rem, 5vw, 4rem); }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--text-sub);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    .hero-img-container {\n      aspect-ratio: 16\/9;\n    }\n\n    .feature-img-container {\n      aspect-ratio: 4\/3;\n    }\n\n    \/* Components *\/\n    .badge {\n      display: inline-block;\n      padding: 0.4rem 1rem;\n      background-color: var(--bg-card);\n      color: var(--text-main);\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-right: 0.5rem;\n      margin-bottom: 0.5rem;\n    }\n\n    .highlight-text {\n      color: var(--primary);\n      font-weight: 600;\n    }\n\n    \/* Feature Sections Grid *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n      .feature-grid.reverse {\n        direction: rtl;\n      }\n      .feature-grid.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1rem;\n    }\n\n    .spec-table th, .spec-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .spec-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n      background-color: var(--bg-card);\n    }\n\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead { display: none; }\n      .spec-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child { border-bottom: none; }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        padding-right: 1rem;\n      }\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child { border-bottom: none; }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-spacing\"\u003e\n\u003cdiv class=\"d-flex flex-column align-center\" style=\"text-align: center; max-width: 800px; margin: 0 auto;\"\u003e\n\u003cspan class=\"badge\"\u003eIndustriequalität S2-Stahl\u003c\/span\u003e\n\u003ch1\u003eSicherer magnetischer Halt für effizientes kraftvolles Verschrauben\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie weniger herunterfallende Schrauben und beschädigte Köpfe mit unseren innovativen Pagoden-Spitzen-Sechskantbits, entwickelt für Hochdrehmoment-Werkzeuge.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-img-container img-placeholder\" style=\"margin-top: 2rem;\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260428111522\/62164430609ce75160ea2a3200898b05.png\" style=\"display: initial; width: 1254px; height: 1254px;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-spacing feature-grid\"\u003e\n\u003cdiv class=\"feature-img-container img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425113144\/820171425a3bc05004a9e526b30f3909.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch2\u003eVerbessertes Drehmoment \u0026 präzise Passform\u003c\/h2\u003e\n\n\u003cp\u003eDie einzigartige \u003cspan class=\"highlight-text\"\u003epagodenförmige Geometrie\u003c\/span\u003e zentriert Befestigungselemente effektiver als herkömmliche flache Sechskant-Bits. Dieses tiefe, gestufte Greifen erhöht die Drehmomentübertragung und reduziert deutlich das Abrutschen (Cam-Out), was sowohl Bit als auch Schraubenkopf schützt.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"badge\"\u003eIntegrierter Magnetkern\u003c\/span\u003e \u003cspan class=\"badge\"\u003eRutschfestes Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Shock Absorption Zone --\u003e\n\n\u003cdiv class=\"section-spacing feature-grid reverse\"\u003e\n\u003cdiv class=\"feature-img-container img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425113144\/0747752e5a7c371f2950452c6ad36bcc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch2\u003eSchlagfeste „schmale Taille“\u003c\/h2\u003e\n\n\u003cp\u003eFür Langlebigkeit entwickelt, wirkt die deutlich rot markierte schmale Torsionszone als Stoßdämpfer. Sie absorbiert das plötzliche Spitzendrehmoment von Schlagschraubern und verhindert, dass die Bitspitze bei hoher Belastung und wiederholtem Verschrauben bricht.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"badge\"\u003eTorsionszone\u003c\/span\u003e \u003cspan class=\"badge\"\u003eReduziert Bruch\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Materials \u0026 Compatibility --\u003e\n\n\u003cdiv class=\"section-spacing feature-grid\"\u003e\n\u003cdiv class=\"feature-img-container img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260425113144\/d3e99ce74530007d822322036b3d53c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv\u003e\n\u003ch2\u003eProfessionelle Qualität \u0026 universelle Passform\u003c\/h2\u003e\n\n\u003cp\u003eAus industriellem S2-Legierungsstahl geschmiedet für überlegene Härte und Verschleißfestigkeit. Der standardmäßige 1\/4\"-Sechskantschaft gewährleistet perfekte Kompatibilität mit den meisten Bohrmaschinen, Schlagschraubern und elektrischen Schraubendrehern.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"badge\"\u003eS2-Legierungsstahl\u003c\/span\u003e \u003cspan class=\"badge\"\u003e1\/4\" Sechskantschaft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eEigenschaft\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIndustrie-S2-Legierungsstahl\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSchafttyp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1\/4\" Sechskant (6,35 mm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSpitzentyp\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eMagnetischer Pagoden-(abgestufter) Sechskant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVerfügbare Längen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e65 mm \/ 100 mm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKompatible Schraubengrößen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVariiert je nach Bitgröße (z. B. H1,5-2,0, H2,5-3,0, H4-6)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"section-spacing\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePassen diese Bits auf meinen Schlagschrauber?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa. Sie haben einen standardmäßigen 1\/4\"-Sechskantschaft, der mit nahezu allen Schlagschraubern, Bohrmaschinen und elektrischen Schraubendrehern auf dem Markt kompatibel ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWas ist der Vorteil der „Pagoden“-Form gegenüber normalen Sechskant-Bits?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eDas abgestufte Pagoden-Design ermöglicht ein tieferes, stabileres Greifen am Schraubenkopf. Dies reduziert das Wackeln und die Gefahr, die Schraube zu beschädigen, besonders bei hohem Drehmoment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eSind diese Bits magnetisch?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa, die Spitzen verfügen über einen starken integrierten Magnetkern, der Schrauben sicher hält und eine einfache Einhandbedienung ermöglicht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Newjoyloo","offers":[{"title":"1 Set (6 Stk.)","offer_id":46895635366061,"sku":"0428-11244285","price":14.95,"currency_code":"USD","in_stock":true},{"title":"2 Set (12 Stk.)","offer_id":46895635398829,"sku":"0428-11243511","price":24.95,"currency_code":"USD","in_stock":true},{"title":"3 Set (18 Stk.)","offer_id":46895635431597,"sku":"0428-11246878","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/62164430609ce75160ea2a3200898b05.png?v=1784875215","url":"https:\/\/newjoyloo.com\/de\/products\/precision-pagoda-tip-bits-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}