{"product_id":"heavy-duty-flex-drive-extender-rjc","title":"Zware Flexibele Aandrijfverlengstuk","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \u0026 Tools (Flexible Shaft Extension)\nTarget Audience: Mechanics, DIY Enthusiasts, Home Repairers\nVisual Style: Industrial, Rugged, Professional, Trustworthy\nColor Strategy: Industrial Warning Yellow\/Black accent, High contrast for tool aesthetic\nShape Strategy: Radius 6px (Masculine, sturdy, sharp but safe edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 44px max, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, strictly vertical stack with data-labels)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System Variables *\/\n    .product-detail-container {\n      --primary: #f59e0b; \/* Industrial Amber\/Yellow *\/\n      --primary-hover: #d97706;\n      --text-main: #111827; \/* Dark Slate *\/\n      --text-sub: #4b5563; \/* Medium Gray *\/\n      --bg-body: #ffffff;\n      --bg-card: #f9fafb;\n      --bg-dark: #1f2937;\n      --radius-md: 6px; \/* Rugged masculine look *\/\n      --radius-lg: 10px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n      --border-color: #e5e7eb;\n      \n      \/* Base Container Settings *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      box-sizing: border-box;\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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\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: 0 0 1.5rem 0;\n    }\n\n    \/* Shared Layout Utilities *\/\n    .module-spacer {\n      margin-top: clamp(3rem, 8vw, 6rem);\n    }\n\n    .text-center {\n      text-align: center;\n    }\n\n    \/* Media\/Images strictly anti-distortion *\/\n    .product-detail-container img, \n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      aspect-ratio: 4\/3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: clamp(16px, 2vw, 18px);\n      font-weight: bold;\n    }\n\n    \/* Static Visual Badges *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-bottom: 2rem;\n    }\n\n    .visual-badge {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 600;\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n    \n    .visual-badge::before {\n      content: \"✔\";\n      color: var(--primary);\n      font-size: 1.2em;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .social-proof {\n      display: inline-flex;\n      align-items: center;\n      gap: 0.5rem;\n      font-size: clamp(16px, 2vw, 18px);\n      color: var(--text-sub);\n      font-weight: 600;\n      background: var(--bg-card);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n    }\n    .social-proof .stars {\n      color: var(--primary);\n      letter-spacing: 2px;\n    }\n\n    \/* Feature Sections (Mobile First \u0026 Z-Pattern Desktop) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict Mobile Order: Media top, Text bottom *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    \n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Specifications Table *\/\n    .specs-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: clamp(16px, 1.5vw, 18px);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      background: var(--border-color);\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n    }\n\n    .faq-item h3 {\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\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: 2.2rem;\n    }\n\n    \/* Desktop Enhancements (Z-Pattern \u0026 Layouts) *\/\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-content, .hero-media {\n        flex: 1;\n      }\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern active *\/\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Mobile Enhancements (Strict Order \u0026 Card-based Table) *\/\n    @media (max-width: 767px) {\n      .feature-item, .feature-item:nth-child(even) {\n        flex-direction: column !important; \/* Lock mobile order *\/\n      }\n      \n      \/* Card-based Mobile Table *\/\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      .specs-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 0.5rem;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 0.75rem 0.5rem;\n        text-align: right;\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        padding-right: 1rem;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eVertrouwd door professionals \u0026 doe-het-zelvers\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eOverwin krappe ruimtes met ultieme flexibiliteit.\u003c\/h1\u003e\n\n\u003cp\u003eDe zware, buigzame verlengas die dode hoeken, krappe motorruimtes en beperkte ruimtes bereikt waar gewone gereedschappen simpelweg niet kunnen komen.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"visual-badge\"\u003e360° flexibele reikwijdte\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eImpactbestendig\u003c\/div\u003e\n\n\u003cdiv class=\"visual-badge\"\u003eUniversele pasvorm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100643\/8f862cd9181481345b3d17eb7806d0c1.jpeg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/ac66dcec51adb075632c0df43fab6778.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\u003ch2\u003eBuig je helemaal om moeilijk bereikbare bevestigingen te bereiken\u003c\/h2\u003e\n\n\u003cp\u003eStop met worstelen met geschaafde knokkels en onmogelijke hoeken. Ontworpen met een zeer aanpasbare flexibele kern, navigeert deze verlenger moeiteloos om structurele obstakels heen. Hij levert precieze draaimacht aan diepgelegen bouten, waardoor autoreparatie en onderhoud van complexe machines eenvoudig worden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/8f58eea88b9df59be5c4230b419d03fc.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\u003ch2\u003eBrede compatibiliteit voor je volledige gereedschapsarsenaal\u003c\/h2\u003e\n\n\u003cp\u003eUpgrade direct het gereedschap dat je al hebt. Ontworpen om naadloos te integreren met momentsockets, ratelsleutels, elektrische moersleutels en verbindingsstangen. Of je nu een renovatieproject thuis aanpakt of een professionele werkplaatsklus, deze veelzijdige as zorgt ervoor dat je altijd het juiste bereik hebt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item module-spacer\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324100117\/2cc3053c523669ab73368f1d784aa374.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\u003ch2\u003eIndustriële sterkte voor impacttoepassingen\u003c\/h2\u003e\n\n\u003cp\u003eFlexibiliteit betekent niet fragiliteit. Gemaakt van robuuste, hoogsterke materialen, weerstaat deze flexibele verlengas de zware eisen van impactgebruik. De betrouwbare constructie zorgt voor stabiele prestaties onder druk, waardoor monteurs en zware doe-het-zelvers kunnen vertrouwen op een gereedschap dat bestand is tegen de zwaarste omstandigheden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Layout) --\u003e\n\n\u003cdiv class=\"module-spacer specs-wrapper\"\u003e\n\u003ch2 class=\"text-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 (metrisch \u0026 imperiaal)\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\"\u003eZwaar veerstaal \u0026 CR-V\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHoog-koolstofsterkte\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Length\"\u003e35,0 cm \/ 13,8 in\u003c\/td\u003e\n\t\t\t\u003ctd\u003eVerlengd bereik\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e250,0 g \/ 8,8 oz\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLichtgewicht \u0026 draagbaar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Drive Compatibility\"\u003e1\/2\" aandrijvingen\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUniversele standaardpassing\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flex Angle\"\u003eTot 180 graden\u003c\/td\u003e\n\t\t\t\u003ctd\u003eMeerdirectionele toegang\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=\"module-spacer\"\u003e\n\u003ch2 class=\"text-center\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs deze bestand tegen gebruik met een elektrische slagmoersleutel?\u003c\/h3\u003e\n\n\u003cp\u003eJa, hij heeft een duurzame constructie die speciaal is ontworpen om matige impact te weerstaan tijdens veeleisende reparatiewerkzaamheden. Hij absorbeert de schokken effectief terwijl hij het koppel overbrengt op de bevestiging.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eOp welke gereedschappen sluit deze flexibele as aan?\u003c\/h3\u003e\n\n\u003cp\u003eHij is ontworpen met brede universele compatibiliteit. Hij werkt naadloos met handmatige ratelsleutels, momentsockets en de meeste draagbare hand- of elektrische boormachines, en past zich gemakkelijk aan je huidige gereedschapskist aan.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs de as gevoelig voor breken als hij in een strakke U-vorm wordt gebogen?\u003c\/h3\u003e\n\n\u003cp\u003eHelemaal niet. De flexibele verlengstang is vervaardigd uit speciale veermaterialen die het mogelijk maken om aanzienlijk te buigen zonder blijvend te vervormen of de structurele integriteit te verliezen onder rotatiekrachten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"9.84in","offer_id":48105453191380,"sku":"0324-17309407","price":11.95,"currency_code":"EUR","in_stock":true},{"title":"13.78in","offer_id":48105453224148,"sku":"0324-17306054","price":11.95,"currency_code":"EUR","in_stock":true},{"title":"9.84in+13.78in","offer_id":48105453256916,"sku":"0324-17307026","price":17.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/0c8fe2b99773456c8ae844b47b83984c.jpg?v=1781521625","url":"https:\/\/7t1gn3-sv.myshopify.com\/nl\/products\/heavy-duty-flex-drive-extender-rjc","provider":"Omurio","version":"1.0","type":"link"}