{"product_id":"zelfklevende-plankhaken","title":"Onzichtbare Zelfklevende Plankhaken - 4 Stuks","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n[AI Design Logic]\nProduct Type: Hardware \u0026 Home Organization (Self-Adhesive Shelf Support Pegs)\nTarget Audience: Homeowners, Renters, DIY Enthusiasts seeking practical, damage-free storage upgrades.\nVisual Style: Clean, utilitarian, modern, trustworthy. High contrast to emphasize strength and transparency.\nColor Strategy: \n- Primary: #0F172A (Slate 900 - conveys heavy-duty strength and hardware reliability)\n- Accent: #334155 (Slate 700)\n- Background: #F8FAFC (Slate 50 - clean canvas to highlight transparency)\nShape Strategy: Radius 8px (sturdy, functional, slightly rounded for approachability)\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, body text 18-20px for crystal-clear readability.\nMobile Table Strategy: Card-based (Strictly NO horizontal scroll, flex layout with data-labels)\nImage Mapping: Hero=image_1, Strength\/Split=image_2, Installation=image_3, Aesthetic=image_4, Versatility=image_5\n--\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n        \/* Design System Variables *\/\n        --primary: #0F172A;\n        --primary-hover: #1E293B;\n        --text-main: #334155;\n        --text-sub: #64748B;\n        --bg-body: #FFFFFF;\n        --bg-card: #F8FAFC;\n        --radius-md: 8px;\n        --radius-lg: 16px;\n        --border-color: #E2E8F0;\n        \n        \/* Architecture \u0026 Typography 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        line-height: 1.7;\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 System *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n        color: var(--primary);\n        margin-top: 0;\n        margin-bottom: clamp(1rem, 2vw, 1.5rem);\n        font-weight: 800;\n        line-height: 1.25;\n    }\n    .product-detail-container h1 { font-size: clamp(32px, 5vw, 44px); }\n    .product-detail-container h2 { font-size: clamp(24px, 4vw, 32px); }\n    .product-detail-container h3 { font-size: clamp(20px, 3vw, 24px); }\n    .product-detail-container p { \n        font-size: clamp(18px, 2.5vw, 20px); \n        margin-bottom: 1.5rem; \n        color: var(--text-main);\n    }\n    .product-detail-container .text-sm { \n        font-size: clamp(16px, 2vw, 18px); \n        color: var(--text-sub); \n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n        padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n\n    \/* Image Protocol (Scheme B: Fixed Ratio with Object-Fit Contain) *\/\n    .pd-img-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-card);\n        border: 2px dashed var(--border-color);\n        border-radius: var(--radius-md);\n    }\n    .pd-img-wrapper.hero-img {\n        aspect-ratio: 16 \/ 9;\n    }\n    .pd-img-wrapper img {\n        width: 100%;\n        height: 100%;\n        object-fit: contain;\n        position: absolute;\n        top: 0;\n        left: 0;\n    }\n    .pd-placeholder-text {\n        font-size: 18px;\n        color: var(--text-sub);\n        font-weight: 700;\n        z-index: 1;\n        padding: 1rem;\n        text-align: center;\n    }\n\n    \/* Hero Layout *\/\n    .pd-hero {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(1.5rem, 3vw, 2rem);\n        text-align: center;\n        align-items: center;\n    }\n\n    \/* Non-Interactive Visual Badges *\/\n    .pd-badges {\n        display: flex;\n        justify-content: center;\n        gap: 1rem;\n        flex-wrap: wrap;\n        margin-bottom: 1rem;\n    }\n    .pd-badge {\n        background: var(--bg-card);\n        color: var(--primary);\n        padding: 0.75rem 1.5rem;\n        border-radius: 50px;\n        font-size: clamp(16px, 2vw, 18px);\n        font-weight: 700;\n        border: 2px solid var(--border-color);\n        display: inline-flex;\n        align-items: center;\n    }\n\n    \/* Mobile Ordering Lock (Strict Z-Pattern Strategy) *\/\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: clamp(2rem, 5vw, 4rem);\n    }\n    .feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile Lock: Column *\/\n        gap: clamp(1.5rem, 4vw, 3rem);\n        align-items: center;\n    }\n    .feature-media, .feature-copy {\n        width: 100%;\n    }\n\n    @media (min-width: 768px) {\n        .feature-item {\n            flex-direction: row; \/* Desktop: Row *\/\n        }\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse; \/* Desktop: Z-Pattern *\/\n        }\n        .feature-media, .feature-copy {\n            flex: 1;\n        }\n        .pd-hero {\n            padding: clamp(3rem, 6vw, 5rem) 0;\n        }\n    }\n\n    \/* Mobile Specs Table Lock (Card Based) *\/\n    .pd-table-wrapper {\n        width: 100%;\n    }\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n        text-align: left;\n    }\n    .pd-table th, .pd-table td {\n        padding: clamp(1rem, 2vw, 1.5rem);\n        border: 1px solid var(--border-color);\n        font-size: clamp(16px, 2vw, 18px);\n    }\n    .pd-table th {\n        background: var(--bg-card);\n        font-weight: 700;\n        color: var(--primary);\n    }\n\n    @media (max-width: 767px) {\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; \n        }\n        .pd-table tr {\n            margin-bottom: 1.5rem;\n            background: var(--bg-body);\n            border: 2px solid var(--border-color);\n            border-radius: var(--radius-md);\n            overflow: hidden;\n        }\n        .pd-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            border: none;\n            border-bottom: 1px solid var(--border-color);\n            padding: 1rem;\n            text-align: right;\n            gap: 1rem;\n        }\n        .pd-table td:last-child { \n            border-bottom: none; \n        }\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--primary);\n            text-align: left;\n            flex-shrink: 0;\n        }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1.5rem;\n    }\n    .pd-faq-item {\n        background: var(--bg-card);\n        padding: clamp(1.5rem, 3vw, 2rem);\n        border-radius: var(--radius-md);\n        border: 1px solid var(--border-color);\n    }\n    .pd-faq-item h3 {\n        margin-bottom: 1rem;\n    }\n    .pd-faq-item p:last-child {\n        margin-bottom: 0;\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-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eMontage zonder gereedschap\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-badge\"\u003eDraagvermogen van 7.2 kg\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch1\u003eSchadevrije schappen, in enkele seconden te upgraden.\u003c\/h1\u003e\n\u003cp\u003eStevige, doorzichtige steunpinnen, ontworpen om uw zwaarste spullen te dragen. Geen boormachine, geen lelijke gaten, geen gedoe. Upgrade uw kasten in een handomdraai.\u003c\/p\u003e\n\u003cdiv class=\"pd-img-wrapper hero-img\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312161536\/4317b567191b7c118fa38d5243c5ffb0.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-section pd-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260312161536\/2a9b8eb72a1b4619e573c1d9a3f20a63.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUniek gesplitst ontwerp voor maximale sterkte\u003c\/h2\u003e\n\u003cp\u003eDeze steunpinnen zijn ontworpen met een versterkte, gesplitste structuur en bieden ongeëvenaarde stabiliteit en sterkte. Elke afzonderlijke steunpen kan gemakkelijk minstens \u003cb\u003e 7,2 kg (16 lbs)\u003c\/b\u003e aan gewicht dragen.\u003c\/p\u003e\n\u003cp\u003eGebruik vier of meer pennen per plank om je draagvermogen aanzienlijk te vergroten, zodat je zwaarste serviesgoed of omvangrijke boekencollecties perfect veilig blijven.\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\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=\"pd-img-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_13baa03e-c13e-45f1-bdf6-d53f58832b61.jpg?v=1783080474\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDirecte, gereedschapsloze installatie\u003c\/h2\u003e\n\u003cp\u003eZeg vaarwel tegen ingewikkeld bevestigingsmateriaal, boormachines en schade aan de muur. Onze zelfklevende beugels hebben een ontwerp zonder gaten.\u003c\/p\u003e\n\u003cp\u003eVerwijder gewoon de beschermfolie, druk de beugel stevig op het gewenste oppervlak en je bent klaar om je plank te plaatsen. Perfect voor snelle, frustratievrije doe-het-zelf-organisatie in huis.\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=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_7c4ab27c-69eb-4380-b345-34e737a1354a.jpg?v=1783080475\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOnzichtbare elegantie \u0026amp; geen resten\u003c\/h2\u003e\n\u003cp\u003eDeze beugels zijn vervaardigd uit volledig transparant, hoogwaardig kunststof en passen naadloos bij elke kaststijl, van rustiek hout tot modern minimalistisch.\u003c\/p\u003e\n\u003cp\u003eWilt u uw ruimte opnieuw inrichten? Ze kunnen veilig worden verwijderd zonder lelijke gaten, beschadigingen of plaksporen achter te laten in uw prachtige kasten.\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=\"pd-img-wrapper\"\u003e\n\u003cspan class=\"pd-placeholder-text\"\u003e\u003c\/span\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/3_4e1fbf5a-6b81-4722-9eea-381e19578285.jpg?v=1783080471\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUltieme compatibiliteit met oppervlakken\u003c\/h2\u003e\n\u003cp\u003eOnze lijm van industriële kwaliteit hecht stevig aan vrijwel elk hard, glad oppervlak in uw huis.\u003c\/p\u003e\n\u003cp\u003eOf u nu een metalen kastje, een houten boekenplank of een glazen vitrinekast organiseert, of planken toevoegt aan marmeren en keramische tegelwanden in uw badkamer: deze beugels bieden een rotsvaste grip.\u003c\/p\u003e\n\u003ch2\u003eTechnische specificaties\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSpecificatie Metrische afmetingen Britse afmetingen\u003c\/li\u003e\n\u003cli\u003eDraagvermogen (per plug) ≥ 7,2 kg ≥ 16,0 lbs\u003c\/li\u003e\n\u003cli\u003eAfmetingen lijmbasis 6,0 x 6,0 cm \u003c\/li\u003e\n\u003cli\u003eMateriaal Zeer sterk PC-kunststof Zeer sterk PC-kunststof\u003c\/li\u003e\n\u003cli\u003eGeschikte oppervlakken Hout, glas, metaal, tegels, marmer Hout, glas, metaal, tegels, marmer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock Included) --\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Default Title","offer_id":45270727950406,"sku":"0325-14147010","price":14.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4317b567191b7c118fa38d5243c5ffb0.jpg?v=1783075867","url":"https:\/\/gadgetspeurder.nl\/products\/zelfklevende-plankhaken","provider":"Gadgetspeurder","version":"1.0","type":"link"}