{"product_id":"magnetische-s2-stahl-schraubendreher-bits","title":"Magnetische S2 Stahl Schraubendreher Bits Karnz","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tools (Drywall Screw Bits)\nTarget Audience: Contractors, Carpenters, DIY Home Improvement Enthusiasts\nVisual Style: Industrial, Sturdy, Professional\nColor Strategy: Industrial Orange (--primary) to signify tools\/caution, paired with strong dark grays and clean whites for high contrast and readability.\nShape Strategy: Radius 6px~12px (Slightly squared off to imply toughness and metallic material).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at ~44px, Body at 18px).\nMobile Table Strategy: Card-based (No horizontal scroll, full block layout with data-labels).\nImage Mapping: Hero=image_1, Features=image_2 to image_4.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Scope all styles within the container to prevent global bleed *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      \n      \/* Design System Variables *\/\n      --primary: #F97316; \/* Industrial Orange *\/\n      --bg-body: #ffffff;\n      --bg-card: #F3F4F6;\n      --bg-accent: #FFF7ED;\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --border-color: #E5E7EB;\n      \n      --radius-sm: 6px;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      \n      \/* Fluid Spacing \u0026 Typography *\/\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --font-h1: clamp(32px, 4vw, 44px);\n      --font-h2: clamp(26px, 3vw, 34px);\n      --font-h3: clamp(20px, 2.5vw, 24px);\n      --font-p: clamp(16px, 1.5vw, 18px);\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography Settings *\/\n    .product-detail-container h1 { font-size: var(--font-h1); font-weight: 800; line-height: 1.2; margin: 0 0 1.5rem 0; letter-spacing: -0.02em; }\n    .product-detail-container h2 { font-size: var(--font-h2); font-weight: 700; line-height: 1.3; margin: 0 0 1.2rem 0; }\n    .product-detail-container h3 { font-size: var(--font-h3); font-weight: 600; line-height: 1.4; margin: 0 0 1rem 0; }\n    .product-detail-container p { font-size: var(--font-p); color: var(--text-sub); margin: 0 0 1.5rem 0; }\n    \n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-bottom: var(--spacing-section);\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    \n    .social-proof-badge {\n      display: inline-block;\n      background: var(--bg-accent);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 700;\n      font-size: clamp(14px, 1.2vw, 16px);\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .hero-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      margin-top: 2rem;\n      \/* Scheme A: Natural flow *\/\n    }\n    .hero-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    .placeholder-box {\n      width: 100%;\n      aspect-ratio: 16\/9;\n      background: var(--bg-card);\n      border: 2px dashed #D1D5DB;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #9CA3AF;\n      font-weight: bold;\n      font-size: 1.2rem;\n      border-radius: inherit;\n    }\n\n    \/* Features - Z-Pattern \u0026 Mobile Lock *\/\n    .features-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile first lock *\/\n      gap: 2rem;\n      margin-bottom: var(--spacing-section);\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Scheme B for feature images to ensure clean alignment *\/\n    .feature-img-card {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      position: relative;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    \n    .feature-img-card img {\n      width: 100%;\n      height: 100%;\n      object-fit: contain;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    .feature-img-card .placeholder-box {\n      aspect-ratio: auto;\n      height: 100%;\n      border-radius: 0;\n    }\n\n    .feature-tag {\n      display: inline-flex;\n      align-items: center;\n      background: var(--text-main);\n      color: #fff;\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-sm);\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    \/* Specs Table - Card Based Mobile *\/\n    .specs-section {\n      margin-bottom: var(--spacing-section);\n      background: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-md);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      font-size: var(--font-p);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background: transparent;\n      border-bottom: 2px solid var(--text-main);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n\n    .faq-item h3 {\n      font-size: var(--font-p);\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 0.8rem;\n    }\n    \n    .faq-item h3::before {\n      content: 'Q.';\n      color: var(--primary);\n      font-weight: 900;\n    }\n\n    .faq-item p {\n      margin: 0;\n      padding-left: 2rem;\n      font-size: calc(var(--font-p) * 0.95);\n    }\n\n    \/* Desktop Enhancements *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: clamp(3rem, 6vw, 5rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Table Overrides (Critical) *\/\n    @media (max-width: 767px) {\n      .specs-section { padding: 1.5rem 1rem; }\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .specs-table td {\n        border-bottom: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 1rem;\n        padding: 0.8rem;\n      }\n      .specs-table td:not(:last-child) {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        flex-shrink: 0;\n        max-width: 45%;\n      }\n      .td-value {\n        text-align: right;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"social-proof-badge\"\u003eProfessionelles Werkzeug\u003c\/div\u003e\n\n\u003ch1\u003eMeistern Sie jedes Trockenbau-Projekt mit perfekter Präzision\u003c\/h1\u003e\n\n\u003cp\u003e5-teiliges Magnetisches PH2 Bit-Set mit einstellbarem Tiefenring. Schrauben präzise einlegen, Beschädigungen an Platten verhindern und Ihre Arbeitseffizienz verdoppeln.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/d3d45c19cf8154b6222b254b1afce783.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/2d54ef55922631b8a891a93604e061bc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eEinstellbare Tiefenkontrolle\u003c\/div\u003e\n\n\u003ch2\u003ePerfekte Versenkung, Keine Wandbeschädigung\u003c\/h2\u003e\n\n\u003cp\u003eDer innovative Tiefenstopp-Ring begrenzt das Eindringen der Schraube und sorgt für bündige Oberflächen bei Gips-, Holz- und Trockenbauplatten. Der magnetische Ring lässt sich leicht abnehmen oder die Tiefe kann durch Hinzufügen oder Entfernen von Unterlegscheiben an Ihre spezifischen Projektbedürfnisse angepasst werden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/ef1d8f75f3d34de508a02fc6f7534879.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eLeistungsstarker Magnetgriff\u003c\/div\u003e\n\n\u003ch2\u003eKeine fallen gelassenen Schrauben oder Wackeln mehr\u003c\/h2\u003e\n\n\u003cp\u003eAusgestattet mit einem hochgradig reaktionsschnellen magnetischen Ring agiert das Positionierungsbit wie eine zweite Hand. Es greift den Schraubenkopf fest und hält ihn in der Mitte. Erleben Sie präzise Anpassungen und müheloses Eindrehen, selbst in unbequemen Überkopfwinkel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"feature-img-card\"\u003e\n\u003cdiv class=\"placeholder-box\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260314114155\/716f9f9b4151b90123388bad9ef93242.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tag\"\u003eAußergewöhnliche Verarbeitungsqualität\u003c\/div\u003e\n\n\u003ch2\u003eUnverwüstlicher S2 Legierter Stahl\u003c\/h2\u003e\n\n\u003cp\u003eFür die härtesten Baustellen gefertigt. Unsere Bits sind aus hochwertigem S2-legiertem Stahl geschmiedet, bekannt für seine ultrahohe Härte, außergewöhnliche Abriebfestigkeit und Rostfreiheit. Diese Bits sind darauf ausgelegt, länger zu halten als Standard-Kohlenstahl-Alternativen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Mobile Card Table) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003cp\u003ePräzise für 1\/4\" Akkuschrauber, Bohrmaschinen und Handwerkzeuge konstruiert.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\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=\"Material\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eIndustrie S2 Legierter Stahl\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eHohe Härte, verschleißfest, rostfrei\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Bit-Typ\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003ePH2 (Phillips)\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eIdeal für Trockenbau- und Holzschrauben\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Schaftgröße\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e1\/4\" Sechskantschaft (6,35 mm)\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eUniverselle Passform für Akkuschrauber und Bohrer\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Gesamtlänge\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e50 mm \/ 1.97 in\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eStandardlänge für vielseitige Anwendungen\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Besonderes Merkmal\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eMagnetischer Tiefenring\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eAbnehmbar und über Unterlegscheiben einstellbar\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Paketinhalt\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003e5 x PH2 Trockenbau-Bits\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\n\t\t\t\u003cdiv class=\"td-value\"\u003eBereit für professionelle oder DIY-Einsätze\u003c\/div\u003e\n\t\t\t\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003ePasst das in meinen standardmäßigen Akkuschrauber?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Der Standard-1\/4\" (6,35 mm) Sechskantschaft ist universell gestaltet, um problemlos und sicher in die meisten Akkuschrauber, Standardbohrer und Handwerkzeuge zu passen, ohne abzurutschen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie funktioniert die Tiefeneinstellung?\u003c\/h3\u003e\n\n\u003cp\u003eDie Bits verfügen über einen abnehmbaren magnetischen Ring. Sie können die Eindringtiefe der Schrauben begrenzen, um Schäden an der Wand zu verhindern. Für Mikroanpassungen können Sie Unterlegscheiben im Ringmechanismus hinzufügen oder entfernen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eSind diese auch für Materialien außer Trockenbau geeignet?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Obwohl sie speziell für Trockenbau (Gipskartonplatte) entwickelt wurden, um ein Zerreißen der Papieroberfläche zu verhindern, machen sie die hochhärtenden S2-Stahlbits auch ausgezeichnet für allgemeine Holzwerke und Weichhölzer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Karnz","offers":[{"title":"🛠️ 5-Pack (Starter-Kit)","offer_id":54739931332876,"sku":"SANDS4945254BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"📦 10er-Pack (Pro-Wert - 20% sparen)","offer_id":54739931365644,"sku":"SANDS4945255BERG","price":30.99,"currency_code":"EUR","in_stock":true},{"title":"💼 20-Pack (Contractor Choice )","offer_id":54739931398412,"sku":"SANDS4945256BERG","price":41.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0646\/8576\/8972\/files\/d3d45c19cf8154b6222b254b1afce783.jpg?v=1774941947","url":"https:\/\/karnz.de\/products\/magnetische-s2-stahl-schraubendreher-bits","provider":"Karnz","version":"1.0","type":"link"}