{"product_id":"koppelbaar-antidiefstal-kabelslot","title":"Koppelbaar Antidiefstal Kabelslot","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Cycling Accessories \/ Security Hardware\nTarget Audience: Urban commuters, cyclists (value portability, speed, and reliability)\nVisual Style: Industrial, modern, trustworthy, high-contrast\nColor Strategy: Dark Slate (Text) + Vibrant Orange (Security Accent) + Light Gray (Backgrounds)\nShape Strategy: Radius 12px (Sporty, accessible, no sharp edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 40px, Body: 18px+)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Anti-Cut=image_2, Lightweight=image_3, PVC Coating=image_4, Chainable=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System (CSS Variables) *\/\n            --primary: #FF5722;\n            --primary-hover: #E64A19;\n            --text-main: #111827;\n            --text-sub: #4B5563;\n            --bg-body: #FFFFFF;\n            --bg-card: #F9FAFB;\n            --border-color: #E5E7EB;\n            --radius-md: 8px;\n            --radius-lg: 12px;\n            --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);\n            --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1);\n            \n            \/* Typography \u0026 Spacing System *\/\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: 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        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* Large Typography *\/\n        .pd-h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            line-height: 1.3;\n            font-weight: 700;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            line-height: 1.4;\n            font-weight: 700;\n            margin: 0 0 0.75rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-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        .pd-badge {\n            display: inline-block;\n            background: var(--primary);\n            color: #FFF;\n            font-size: 16px;\n            font-weight: 600;\n            padding: 0.5rem 1rem;\n            border-radius: var(--radius-md);\n            margin-bottom: 1.5rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Spacing *\/\n        .pd-section {\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        \/* Image Protocol (Anti-distortion) *\/\n        .pd-img-wrapper {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            background: var(--bg-card);\n        }\n\n        .pd-img-wrapper img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .pd-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background: var(--bg-card);\n            border: 2px dashed #CBD5E1;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-size: 18px;\n            font-weight: 600;\n            border-radius: var(--radius-lg);\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(2rem, 4vw, 3rem);\n            margin-top: clamp(2rem, 4vw, 4rem);\n        }\n\n        @media (min-width: 768px) {\n            .pd-hero {\n                flex-direction: row;\n                align-items: center;\n            }\n            .pd-hero-copy, .pd-hero-media {\n                flex: 1;\n            }\n        }\n\n        \/* Feature Z-Pattern \u0026 Mobile Ordering Lock *\/\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Image top, Text bottom naturally via DOM order *\/\n            gap: clamp(1.5rem, 4vw, 3rem);\n            margin-bottom: clamp(2.5rem, 5vw, 4rem);\n        }\n\n        .pd-feature-media {\n            width: 100%;\n        }\n\n        .pd-feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        @media (min-width: 768px) {\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n                align-items: center;\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-media, .pd-feature-copy {\n                flex: 1;\n            }\n        }\n\n        \/* Specifications Table - Mobile Card View *\/\n        .pd-specs-container {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(1.5rem, 4vw, 3rem);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: clamp(16px, 2vw, 18px);\n        }\n\n        @media (max-width: 767px) {\n            \/* Mobile Strict Card Layout - No horizontal scroll *\/\n            .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            .pd-table thead {\n                display: none; \/* Hide native header *\/\n            }\n            .pd-table tr {\n                margin-bottom: 1rem;\n                background: #FFFFFF;\n                border: 1px solid var(--border-color);\n                border-radius: var(--radius-md);\n                padding: 1rem;\n                box-shadow: var(--shadow-sm);\n            }\n            .pd-table tr:last-child {\n                margin-bottom: 0;\n            }\n            .pd-table td {\n                display: flex;\n                flex-direction: column; \/* Better for long values on narrow screens *\/\n                padding: 0.5rem 0;\n                border-bottom: 1px dashed var(--border-color);\n            }\n            .pd-table td:last-child {\n                border-bottom: none;\n                padding-bottom: 0;\n            }\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.25rem;\n                font-size: 16px;\n            }\n            .pd-table td span {\n                color: var(--text-sub);\n            }\n        }\n\n        @media (min-width: 768px) {\n            \/* Desktop standard table *\/\n            .pd-table th, .pd-table td {\n                padding: 1rem 1.5rem;\n                text-align: left;\n                border-bottom: 1px solid var(--border-color);\n            }\n            .pd-table th {\n                background: #F3F4F6;\n                font-weight: 700;\n                color: var(--text-main);\n            }\n            .pd-table td span {\n                display: block; \/* Ignore data-label on desktop *\/\n            }\n            .pd-table td::before {\n                content: none;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq-item {\n            border-bottom: 1px solid var(--border-color);\n            padding: 1.5rem 0;\n        }\n        .pd-faq-item:last-child {\n            border-bottom: none;\n        }\n        .pd-faq-q {\n            font-size: clamp(18px, 2.5vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.5rem;\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003ch4 class=\"pd-hero-copy\"\u003e\n\u003cstrong\u003eUltieme draagbaarheid\u003cbr\u003e\u003c\/strong\u003e\u003cstrong\u003eRobuuste beveiliging, vederlicht ontwerp \u003c\/strong\u003e\n\u003c\/h4\u003e\n\u003ch3 class=\"pd-hero-copy\"\u003e\u003cstrong\u003eHet slot van 112 gram dat zelfs betonscharen weerstaat.\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eOntworpen voor dagelijks gebruik. Een onbreekbare, 11 mm dikke staalkabel in combinatie met een moeiteloos vergrendelingsmechanisme dat binnen 3 seconden werkt. Bescherm je fiets zonder dat je last hebt van een logge last.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331163700\/8a615c4b325d0f8e380a213ebb856858.jpg\"\u003e\n\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=\"pd-section\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_8555b53f-8786-46ba-9429-19387b613aa3.png?v=1778578993\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eSnijbestendige beveiligingskabel\u003c\/h3\u003e\n\u003cp\u003eDit slot is voorzien van een 11 mm dikke kabel van koolstofstaal en is daarmee 50% dikker dan standaardalternatieven van 6-8 mm. Het is ontworpen om botstekkers en handgereedschap hardnekkig te weerstaan, waardoor pogingen tot diefstal direct worden gestopt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_29fa5d6a-7d55-4ba8-b99b-40f9a24b0ffc.png?v=1778578991\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eOngeëvenaarde lichtgewicht draagbaarheid\u003c\/h3\u003e\n\u003cp\u003eMet een gewicht van slechts 112 gram is hij letterlijk lichter dan je smartphone. Zeg maar dag tegen het sjouwen met zware kettingen. Hij past moeiteloos in je zak, rugzak of zadeltas, waardoor hij de perfecte metgezel is voor korte stops en je dagelijkse woon-werkverkeer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/3_68ecf547-ca3c-48a5-ad56-dd4b2cf7e7d2.png?v=1778578991\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eDuurzame en beschermende PVC-coating\u003c\/h3\u003e\n\u003cp\u003eEen speciale, veelzijdige PVC-coating omhult de stalen binnenkabel en zorgt zo voor uitstekende roestbescherming en hittebestendigheid. Deze coating is niet alleen bestand tegen extreme weersomstandigheden, maar voelt ook zacht aan, waardoor er geen krassen op de kostbare lak van je fiets ontstaan.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_0d743b71-edaa-41c9-8f23-982ca7cb54b1.png?v=1778578992\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch3\u003eVergrendeling in 3 seconden \u0026amp; eindeloos aan elkaar koppelen\u003c\/h3\u003e\n\u003cp\u003eDankzij ons intuïtieve ringontwerp kunt u uw voorwiel en frame in slechts 3 seconden beveiligen: gewoon de ring om de paal leggen, de sleutel erin steken en u bent klaar! Heeft u extra lengte nodig? Meerdere sloten kunnen naadloos aan elkaar worden gekoppeld om bredere palen of meerdere fietsen tegelijk te beveiligen. Maak voorgoed een einde aan uw zorgen over de lengte.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS SECTION --\u003e\n\u003cdiv class=\"pd-section pd-specs-container\"\u003e\n\u003ch2\u003e\u003cb\u003eTechnische specificaties\u003c\/b\u003e\u003c\/h2\u003e\n\u003cp\u003eGemaakt van hoogwaardige materialen voor maximale bescherming en een minimaal gewicht.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eSpecificaties\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cb\u003eGewicht:\u003c\/b\u003e 112 g (4,0 oz \/ 0,25 lbs)\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eKabel dikte:\u003c\/b\u003e 11 mm (0,43 inch)\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eKernmateriaal:\u003c\/b\u003e Kabel van koolstofstaal \u0026amp; slotkern van zinklegering\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBuitenlaag:\u003c\/b\u003e Weerbestendige PVC-coating die bescherming biedt tegen alle weersomstandigheden\u003c\/li\u003e\n\u003cli\u003e\n\u003cb\u003eBelangrijkste kenmerk:\u003c\/b\u003e Aankoppelbaar ontwerp (meerdere sloten aan elkaar koppelen)\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Blauw","offer_id":45032291369030,"sku":"0402-13563476","price":11.99,"currency_code":"EUR","in_stock":true},{"title":"Zwart","offer_id":45032291401798,"sku":"0402-13565982","price":11.99,"currency_code":"EUR","in_stock":true},{"title":"Geel","offer_id":45032291434566,"sku":"0402-13561570","price":11.99,"currency_code":"EUR","in_stock":true},{"title":"Groen","offer_id":45032291467334,"sku":"0402-13560362","price":11.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/8a615c4b325d0f8e380a213ebb856858.jpg?v=1778576829","url":"https:\/\/gadgetspeurder.nl\/products\/koppelbaar-antidiefstal-kabelslot","provider":"Gadgetspeurder","version":"1.0","type":"link"}