{"product_id":"extended-s2-magnetic-driver-bits-rjc","title":"Uitgebreide S2 magnetische schroevendraaierbits","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tools (Screwdriver Bits)\nTarget Audience: Mechanics, DIY enthusiasts, handymen, and construction professionals.\nVisual Style: Industrial, Tough, Professional, Reliable.\nColor Strategy: Industrial Orange (Primary) + Carbon Black (Text) + Steel Light Grey (Background) for high contrast and masculine utility.\nShape Strategy: Radius 6px (Hard edges with very slight softening, avoiding weak roundness, reflecting tough industrial design).\nTypography Strategy: Large, blocky sans-serif typography. Mobile-first readable (H1: 36px+, Body: 18px+).\nMobile Table Strategy: Card-based (No horizontal scroll allowed).\nImage Mapping: Hero=image_1, Material=image_2, Magnetic=image_3, Length=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #E65100; \/* Industrial Orange *\/\n      --primary-hover: #BF360C;\n      --text-main: #1A1C1E; \/* Carbon Black *\/\n      --text-sub: #4A5568; \/* Steel Grey *\/\n      --bg-body: #FFFFFF;\n      --bg-card: #F7FAFC;\n      --bg-dark: #2D3748;\n      --border-color: #E2E8F0;\n      \n      \/* Shape System (Industrial = Harder edges) *\/\n      --radius-sm: 4px;\n      --radius-md: 6px;\n      --radius-lg: 10px;\n      \n      \/* Shadow System *\/\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.08);\n      \n      \/* Typography System *\/\n      --font-stack: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Container Reset \u0026 Architecture *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: var(--font-stack);\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      line-height: 1.6;\n      \/* Critical: Prevent text overflow *\/\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-size: 18px; \/* Base font size *\/\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System (Large Type Requirement) *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      font-weight: 800;\n      margin-top: 0;\n      margin-bottom: 1rem;\n      line-height: 1.2;\n      color: var(--text-main);\n      text-transform: uppercase;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h1 { font-size: clamp(34px, 6vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(26px, 5vw, 32px); }\n    .product-detail-container h3 { font-size: clamp(20px, 4vw, 24px); }\n    \n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Spacing System *\/\n    .section-spacing {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Media Handling (Strict Rules) *\/\n    .media-placeholder {\n      width: 100%;\n      background-color: #ECEFF1;\n      border: 2px dashed #B0BEC5;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: clamp(3rem, 10vw, 6rem) 1rem;\n      border-radius: var(--radius-md);\n      color: var(--text-sub);\n      font-weight: bold;\n      font-size: 18px;\n      text-align: center;\n    }\n\n    \/* To be used when actual img is inserted *\/\n    .product-detail-container img.fluid-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Non-Interactive Visual Badges *\/\n    .badge-container {\n      display: flex;\n      gap: 0.75rem;\n      flex-wrap: wrap;\n      margin-bottom: 1.5rem;\n    }\n    \n    .static-badge {\n      background-color: var(--primary);\n      color: #fff;\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-sm);\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .static-badge.dark {\n      background-color: var(--text-main);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n    \n    .social-proof {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 1rem;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    \/* Z-Pattern Features (Mobile Ordering Lock) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile First: strictly single column *\/\n      gap: clamp(1.5rem, 4vw, 3rem);\n      align-items: center;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Specs Table System *\/\n    .specs-container {\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th {\n        background-color: var(--bg-dark);\n        color: #fff;\n        font-size: 20px;\n        border-radius: var(--radius-sm) var(--radius-sm) 0 0;\n      }\n      .specs-table tr {\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table tr:nth-child(even) {\n        background-color: #fff;\n      }\n      .specs-table tr:hover {\n        background-color: #EDF2F7;\n      }\n      .specs-table td {\n        color: var(--text-sub);\n        font-weight: 500;\n      }\n      .specs-table td:first-child {\n        font-weight: 700;\n        color: var(--text-main);\n        width: 35%;\n      }\n    }\n\n    \/* Mobile Card-Based Table (Strict Rule: No horizontal scroll) *\/\n    @media (max-width: 767px) {\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        background-color: #fff;\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem 1rem;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        text-align: right;\n        gap: 1rem;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 2rem;\n      border-bottom: 2px solid var(--bg-card);\n      padding-bottom: 1.5rem;\n    }\n    \n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 4vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n      position: relative;\n      padding-left: 2rem;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      padding-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Vertrouwd door meer dan 10.000 professionele bouwers\u003c\/div\u003e\n\n\u003ch1\u003eBereik dieper, draai krachtiger\u003c\/h1\u003e\n\n\u003cp\u003eProfessionele 110 mm extra lange S2 legeringsstaal magnetische schroevendraaierbits, ontworpen voor hoge koppeltoepassingen en moeilijk bereikbare plekken.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"static-badge\"\u003eKlaar voor slagwerk\u003c\/div\u003e\n\n\u003cdiv class=\"static-badge dark\"\u003eIndustrieel kwaliteitsniveau\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Replace with: \u003cimg src=\"image_1.jpg\" class=\"fluid-img\" alt=\"110mm Extra-Long Screwdriver Bit\"\u003e --\u003e\n\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319151623\/d393affe2017cc72196a86273cc1f547.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319151623\/d96bc7d66084d8dcf937d0b668937737.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eS2 legeringsstaal\u003cbr\u003e\nGemaakt voor zware klussen\u003c\/h2\u003e\n\n\u003cp\u003eGesmeed van hoogwaardig S2 legeringsstaal, bekend om zijn uitzonderlijke hardheid en extreme slagvastheid. In tegenstelling tot standaard koolstofstaal buigt het net genoeg om zware koppelstoten op te vangen zonder te breken.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Draai honderden schroeven met een slagmoersleutel zonder zorgen over beschadigde koppen of gebroken bits, wat je tijd en geld bespaart op vervangingen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Magnetic Tip (Reverse on Desktop) --\u003e\n\n\u003csection class=\"feature-item reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- Replace with: \u003cimg src=\"image_3.jpg\" class=\"fluid-img\" alt=\"Strong Magnetic Tip Holding Screw\"\u003e --\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319151623\/37a3a80308a238b85354816d9ad48807.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSterke magnetische punt\u003cbr\u003e\nVoor éénhandige bediening\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen met een sterk geconcentreerde magnetische kern die zich stevig vastklampt aan bevestigingsmiddelen zodra ze contact maken.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Voorkom frustratie door vallende schroeven. Leid bevestigingsmiddelen eenvoudig met één hand naar de juiste plek, wat je werkstroom aanzienlijk verbetert in krappe of lastige ruimtes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Extra Long --\u003e\n\n\u003csection class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- Replace with: \u003cimg src=\"image_4.jpg\" class=\"fluid-img\" alt=\"110mm Extra Long Bit Reaching Deep Space\"\u003e --\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260319151623\/d5d042014dbbf870dcc2ed85cebc26a3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003e110 mm extra lang ontwerp\u003cbr\u003e\nToegang tot onbereikbare plekken\u003c\/h2\u003e\n\n\u003cp\u003eMet een verlengde schacht van 110 mm om obstakels gemakkelijk te omzeilen en diep verzonken schroeven te bereiken die standaard bits niet kunnen aanraken.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eVoordeel:\u003c\/strong\u003e Perfect voor autowerk, meubelmakerij, reparaties aan elektronische behuizingen en algemene bouw. Zeg vaarwel tegen het gedoe met lompe verlengstukken voor bits.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"specs-section section-spacing\"\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie\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\"\u003eS2 hooglegeringsstaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eSchokbestendig, roestwerende coating\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Overall Length\"\u003e110 mm\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVerlengde reikwijdte voor diepe uitsparingen\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shank Type\"\u003e1\/4\" zeskantschacht\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUniversele pasvorm voor boormachines \u0026 slagmoersleutels\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Tip Feature\"\u003eGeïntegreerde magnetische punt\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eVoorkomt het vallen van schroeven\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight (Per Bit)\"\u003eOngeveer 25 g\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eLichtgewicht maar zeer duurzaam\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePassen deze bits op mijn standaard slagmoersleutel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, deze bits hebben een standaard 1\/4\" zeskantige schacht, waardoor ze perfect compatibel zijn met alle grote merken slagmoersleutels, boormachines en elektrische schroevendraaiers.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWaarom is S2 legeringsstaal beter dan standaard CR-V staal?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eS2 legeringsstaal ondergaat een gepatenteerd warmtebehandelingsproces waardoor het aanzienlijk harder en schokbestendiger is dan standaard chroom-vanadium (CR-V). Dit betekent dat het de plotselinge hoge koppelstoten van moderne elektrisch gereedschap kan weerstaan zonder te breken of te strippen.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs de magnetische punt sterk genoeg om zware schroeven vast te houden?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsoluut. De punt is ontworpen met een verbeterde magnetische kracht die speciaal is ontwikkeld om standaard schroeven horizontaal of verticaal vast te pakken en stevig vast te houden, waardoor eenvoudig éénhandig werken mogelijk is.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1-Pack (7 stuks - Starterset)","offer_id":48044515328212,"sku":"0325-14398279","price":18.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2-Pack (14 stuks - Meest Populair)","offer_id":48044515360980,"sku":"0325-14397413","price":33.95,"currency_code":"USD","in_stock":true},{"title":"🧰 3-Pack (21 stuks - Waarde voor Aannemers)","offer_id":48044515393748,"sku":"0325-14390916","price":49.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/d393affe2017cc72196a86273cc1f547.jpg?v=1780487134","url":"https:\/\/omurio.com\/nl\/products\/extended-s2-magnetic-driver-bits-rjc","provider":"Omurio","version":"1.0","type":"link"}