{"product_id":"ergonomische-plaatdrager","title":"Ergonomische Plaatdrager - 2 Stuks","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n  [AI Design Logic]\n  产品类型：B简单使用型\n  目标受众：建筑工人、装修师傅、搬运工\n  视觉风格：工业、坚固、专业\n  配色策略：主色橙色（--primary，来自夹持杆），辅以黑色和金属银色，背景简洁干净。\n  模块顺序：Hero -\u003e Feature 1 (自锁机制) -\u003e Feature 2 (人体工学手柄) -\u003e Scenario (适用板材) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_1.png, Feature2=image_0.png, Scenario=image_3.png\n  规格图映射：Specs=image_5.png\n  对比模块：未加入（无明显对比需求）\n  --\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System *\/\n      --primary: #FF6B00; \/* Orange accent from product *\/\n      --primary-hover: #E65C00;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F4F4F4;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 4px 12px rgba(0,0,0,0.08);\n      --border-color: #E0E0E0;\n      --spacing-unit: clamp(2rem, 5vw, 4rem);\n\n      \/* Container Styles *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container .trust-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .section-block {\n      margin-bottom: var(--spacing-unit);\n    }\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n    .placeholder-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 4rem 0;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n    }\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Section *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n      margin-bottom: var(--spacing-unit);\n    }\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-card);\n      color: var(--text-main);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Scenario Section *\/\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n    @media (min-width: 768px) {\n      .scenario-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n    .scenario-item {\n      text-align: center;\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-lg);\n    }\n    .scenario-icon-wrap {\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-soft);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    .scenario-icon {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      position: absolute;\n      top: 0;\n      left: 0;\n    }\n    .scenario-item h4 {\n      font-size: 18px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .spec-table th, .spec-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .spec-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n    .spec-table tr:last-child td {\n      border-bottom: none;\n    }\n    @media (max-width: 767px) {\n      .spec-table, .spec-table thead, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      .spec-table thead {\n        display: none;\n      }\n      .spec-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n      }\n      .spec-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .spec-table td:last-child {\n        border-bottom: none;\n      }\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n    }\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 700;\n      margin-right: 0.75rem;\n    }\n    .faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 0;\n      padding-left: 1.75rem;\n    }\n\n    .text-center { text-align: center; }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cbr\u003e\n\u003ch1\u003eZware platen met één hand dragen – tot 115 kg\u003c\/h1\u003e\n\u003cp\u003eOntdek de gemakkelijkste manier om multiplex, gipsplaten, glas en steen op te tillen en te verplaatsen. Het ergonomische ontwerp en het slimme zelfvergrendelingsmechanisme nemen het zware werk van je over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_91fc63b3-ba6d-44d0-8f47-18c0ed99e8da.jpg?v=1784357434\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/2_933304cf-3ca7-4607-9d06-3f67243cc0dc.jpg?v=1784357434\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eSlim zelfvergrendelingsmechanisme\u003c\/h3\u003e\n\u003cp\u003eHet door zwaartekracht ondersteunde hefboomsysteem verstevigt automatisch de grip op het materiaal terwijl u het optilt. Dit zorgt voor een stevige grip zonder dat u handmatig iets hoeft aan te passen, waardoor u bij elke beweging vol vertrouwen te werk kunt gaan.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAutomatische greep\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHet hefboomeffect\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStevige grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609145139\/6ec3709deb4e8497a2c9364d91b8365f.jpg\"\u003e\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-tags\"\u003e\n\u003ch3\u003eErgonomische en veilige handgreep\u003c\/h3\u003e\n\u003cp\u003eDe antisliphandgreep van gestructureerd rubber zorgt voor een comfortabele en stevige grip, waardoor vermoeidheid van de hand aanzienlijk wordt verminderd. Dankzij het ontwerp is een veilige bediening met één hand mogelijk, zelfs bij zware lasten.\u003c\/p\u003e\n\u003cspan class=\"feature-tag\"\u003eAntislipgreep\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGebruik met één hand\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVermindert vermoeidheid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Use Scenario Section --\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eVeelzijdige toepassing voor diverse materialen\u003c\/h2\u003e\n\u003cp\u003eIdeaal voor bouwplaatsen, werkplaatsen en renovatieprojecten thuis.\u003c\/p\u003e\n\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_0c067f26-e94a-4618-8149-4f2b4e3f5346.avif?v=1784644551\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c!-- Using a crop of image_3.png as an example icon --\u003e\n\u003c\/div\u003e\n\u003c!-- D. Specifications --\u003e\n\u003cdiv class=\"section-block\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable width=\"100%\" style=\"width: 99.9325%;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e\n\u003cp\u003e\u003cb\u003eKenmerk\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e\n\u003cp\u003e\u003cb\u003e Details\u003c\/b\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eDraagvermogen\u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e 115 kg (253,5 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eMaximale opening\u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e 53 mm (2,1 in) \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eMateriaal behuizing  \u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e Roestvrij staal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eMateriaal handgreep\u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e Antisliprubber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eHoogte klemstang\u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e 7,7 cm \u0026amp; 8,5 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eLengte handgreep        \u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e 11 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003eTotale lengte   \u003c\/td\u003e\n\u003ctd style=\"width: 49.8467%;\"\u003e 15 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"margin-top: 1rem; font-size: 16px;\"\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Default Title","offer_id":45614052540486,"sku":"0609-15568764","price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_1babc1a2-69cd-42ec-be34-d5c8b57f6ccc.avif?v=1784644418","url":"https:\/\/gadgetspeurder.nl\/products\/ergonomische-plaatdrager","provider":"Gadgetspeurder","version":"1.0","type":"link"}