{"product_id":"omzetter-van-boor-naar-hamer","title":"Omzetkit - Van boor naar drillhamer","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Hardware Tool Accessory (Electric Drill to Hammer Drill Converter)\nTarget Audience: DIY Enthusiasts, Homeowners, Professional Tradespeople\nVisual Style: Industrial, Rugged, Highly Reliable\nColor Strategy: Deep Slate (--text-main: #1e293b) for durability, Safety Orange (--primary: #ea580c) for tool-centric accents, Light Ash (--bg-card: #f8fafc) for contrast.\nShape Strategy: Radius 8px (Sturdy, masculine, industrial without being sharp or dangerous)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks)\nImage Mapping: Hero=image_1, Grip=image_2, Shank=image_3, Install=image_4, Multi-Surface=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      --primary: #ea580c; \/* Safety Orange *\/\n      --primary-hover: #c2410c;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-image: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      --border-color: #e2e8f0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Reset \u0026 Typography System *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 600;\n      line-height: 1.4;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container .subtitle {\n      font-size: clamp(20px, 2.5vw, 24px);\n      color: var(--text-sub);\n      font-weight: 400;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Badges *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #fff;\n      padding: 0.5rem 1.25rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 700;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n      margin-bottom: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Image Protocol (Option B: Aspect Ratio Container to prevent stretch\/crop) *\/\n    .media-wrapper {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--bg-image);\n      border-radius: var(--radius-lg);\n      border: 1px dashed var(--border-color); \/* For placeholder visibility *\/\n    }\n\n    .media-wrapper img,\n    .media-wrapper .placeholder-text {\n      width: 100%;\n      height: 100%;\n      object-fit: contain; \/* Absolutely no cropping *\/\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n\n    .placeholder-text {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: bold;\n      text-align: center;\n      padding: 2rem;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--spacing-section) 0;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: 2rem;\n    }\n\n    .hero-copy {\n      max-width: 800px;\n    }\n\n    .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    \/* Z-Pattern Features *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-section);\n      padding: var(--spacing-section) 0;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock *\/\n      gap: 2rem;\n      align-items: center;\n    }\n\n    .feature-media,\n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-icon-wrapper {\n      width: 48px;\n      height: 48px;\n      background: rgba(234, 88, 12, 0.1);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1rem;\n      color: var(--primary);\n      font-size: 24px;\n      font-weight: bold;\n    }\n\n    \/* Specifications Table *\/\n    .specs-section {\n      padding: var(--spacing-section) 0;\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-body);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table th,\n    .specs-table td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-card);\n      font-weight: 700;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .specs-table tr:last-child td,\n    .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: var(--spacing-section) 0;\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 2.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      color: var(--text-main);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-item p {\n      margin-bottom: 0;\n    }\n\n    \/* Responsive Architecture *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        text-align: left;\n      }\n      \n      .hero-copy {\n        width: 50%;\n        align-items: flex-start;\n      }\n      \n      .social-proof {\n        justify-content: flex-start;\n      }\n\n      .hero-media {\n        width: 50%;\n      }\n\n      .feature-item {\n        flex-direction: row; \/* Desktop Enhancement *\/\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Mobile Table Strategy: Card-based (No horizontal scroll) *\/\n    @media (max-width: 767px) {\n      .specs-table {\n        border: none;\n        box-shadow: none;\n        background: transparent;\n      }\n\n      .specs-table thead {\n        display: none;\n      }\n\n      .specs-table, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n\n      .specs-table tr {\n        background: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-lg);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n        text-align: right;\n      }\n\n      .specs-table tr td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-right: 1rem;\n        text-align: left;\n        flex-shrink: 0;\n        max-width: 50%;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\" style=\"text-align: left;\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\" style=\"text-align: left;\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cbr\u003e\n\u003ch1\u003eMaak van uw boormachine een krachtige drilhamer\u003c\/h1\u003e\n\u003cp\u003eDe ultieme opzetstuk om moeiteloos beton, baksteen en hout te bewerken. Breid uw gereedschapskist uit zonder grote investeringen.\u003c\/p\u003e\n\u003cp\u003e★★★★★ Vertrouwd door meer dan 10.000 doe-het-zelvers en professionals\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323133632\/17e15d6e8c8ecb7cc2d034bb814e2311.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-section\" style=\"text-align: left;\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323133632\/a2cfec87282c657e04a4b0c95e2f8712.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon-wrapper\"\u003e1\u003c\/div\u003e\n\u003ch2\u003eVeilige en comfortabele grip\u003c\/h2\u003e\n\u003cp\u003eDeze wisselkop is voorzien van een hoogwaardige antisliphandgreep van ABS en zorgt voor een stabiele controle, zelfs bij zweterige handen. Dankzij het ergonomische ontwerp en het lichte gewicht van slechts 373 g (13,2 oz) wordt vermoeidheid van de handen tijdens langdurige metselwerkzaamheden aanzienlijk verminderd.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323133632\/eaf82a544b1fb79d601c438f50d9c4e0.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon-wrapper\"\u003e2\u003c\/div\u003e\n\u003ch2\u003eOngekende stabiliteit dankzij de zeskantschacht\u003c\/h2\u003e\n\u003cp\u003eGeen enkele speling. De robuuste roestvrijstalen constructie is voorzien van een zeer harde aandrijfas die stevig vastklikt op de standaard zeskantschacht van uw boormachine. De meegeleverde boor van 12,5 cm (4,9 inch) zorgt voor een soepele, betrouwbare snijprestatie, zelfs in de hardste materialen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_488852d1-9624-4374-9d72-77a9dfa7b374.jpg?v=1776420464\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon-wrapper\"\u003e3\u003c\/div\u003e\n\u003ch2\u003eSnelle installatie in 60 seconden\u003c\/h2\u003e\n\u003cp\u003eZeg maar dag tegen ingewikkelde installaties. Binnen enkele seconden te installeren met de meegeleverde inbussleutel – er is absoluut geen extra gereedschap nodig. Draai gewoon de schroeven vast en je boormachine verandert direct in een hamer, zodat je snelle doe-het-zelfprojecten strikt op schema blijven.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"placeholder-text\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_388485fb-92d7-4861-863f-e0b11c00b786.jpg?v=1776420463\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon-wrapper\"\u003e4\u003c\/div\u003e\n\u003ch2\u003eMeesterlijk op alle ondergronden\u003c\/h2\u003e\n\u003cp\u003eEen praktische, ruimtebesparende oplossing voor uw gereedschapskist. Schakel moeiteloos over tussen boren in hout, baksteen en massief beton. Met zijn compacte handgreep van 9,5 cm (3,7 inch) biedt hij professionele veelzijdigheid voor dagelijkse klussen in huis en veeleisende bouwtaken.\u003c\/p\u003e\n\u003ch2\u003e\u003cb\u003eTechnische specificaties\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eSpecificaties\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGewicht: 373 g (13,2 oz)\u003c\/li\u003e\n\u003cli\u003eLengte boor: 12,5 cm (4,9 inch)\u003c\/li\u003e\n\u003cli\u003eLengte handgreep: 9,5 cm (3,7 inch)\u003c\/li\u003e\n\u003cli\u003eMateriaal handgreep: ergonomisch antislip ABS\u003c\/li\u003e\n\u003cli\u003eAandrijfas: roestvrij staal met hoge hardheid\u003c\/li\u003e\n\u003cli\u003eCompatibiliteit: elektrische boormachines met standaard zeskantschacht\u003c\/li\u003e\n\u003cli\u003eGeschikte oppervlakken: hout, baksteen, beton\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Section --\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Default Title","offer_id":44914177409094,"sku":"0326-19540377","price":18.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/562fc9b2602d17ede898cb56732bbfaf.jpg?v=1776418832","url":"https:\/\/gadgetspeurder.nl\/products\/omzetter-van-boor-naar-hamer","provider":"Gadgetspeurder","version":"1.0","type":"link"}