{"product_id":"wandelstok-met-dubbele-handgreep","title":"Wandelstok met Dubbele Handgreep - Opvouwbaar en Verstelbaar","description":"\u003cdiv class=\"product-detail-container\"\u003e\u003c!--\n  [AI Design Logic]\n  产品类型：多功能折叠辅助手杖\n  目标受众：老年人、行动不便者及其照看者\n  视觉风格：专业、安全、可靠、清晰直观\n  配色策略：以黑白灰为主的专业医疗器械风格，强调功能和材质质感\n  模块顺序：Hero -\u003e Feature 1 (核心差异化：辅助起身) -\u003e Feature 2 (稳定性) -\u003e Feature 3 (安全性) -\u003e Feature 4 (便携与适配) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_7.png, Feature2=image_8.png, Feature3=image_6.png, Feature4=image_1.png\n  规格图映射：无专用规格图，数据来源于文本和详情图标注\n  对比模块：未加入（无明确对比素材，核心功能已具足够差异化）\n  --\u003e\u003c\/div\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #222222;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-soft: #f5f5f5;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e5e5e5;\n      --spacing-lg: clamp(2.5rem, 5vw, 4rem);\n      --spacing-md: clamp(1.5rem, 3vw, 2.5rem);\n      --font-h1: clamp(32px, 4vw, 42px);\n      --font-h2: clamp(24px, 3vw, 30px);\n      --font-h3: 20px;\n      --font-body: 18px;\n      --font-small: 16px;\n\n      font-family: sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n    }\n\n    \/* Typography \u0026 Resets *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container p,\n    .product-detail-container ul,\n    .product-detail-container li {\n      margin: 0;\n      padding: 0;\n      list-style: none;\n    }\n\n    .product-detail-container h1 {\n      font-size: var(--font-h1);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h2 {\n      font-size: var(--font-h2);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: var(--font-body);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* 修复图片在移动端溢出的问题 *\/\n    .product-detail-container img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      margin: 0 auto;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Utilities *\/\n    .text-center { text-align: center; }\n    .mb-lg { margin-bottom: var(--spacing-lg); }\n    \n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      text-align: center;\n      color: var(--text-sub);\n      font-weight: 500;\n      box-sizing: border-box;\n    }\n\n    \/* --- Modules --- *\/\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: var(--spacing-lg) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      font-size: var(--font-small);\n      font-weight: 500;\n      margin-bottom: 1.5rem;\n    }\n    .hero-media {\n      margin-top: var(--spacing-md);\n    }\n\n    \/* Feature Sections with Z-Pattern *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: var(--spacing-md);\n      align-items: center;\n      padding: var(--spacing-lg) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n    \n    @media (min-width: 768px) {\n      .feature-section {\n        grid-template-columns: 1fr 1fr;\n        gap: var(--spacing-lg);\n      }\n      .feature-section.reverse {\n        direction: rtl;\n      }\n      .feature-section.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: 4px;\n      font-size: var(--font-small);\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .specs-section {\n      padding: var(--spacing-lg) 0;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: var(--spacing-md);\n      margin: var(--spacing-lg) 0;\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th,\n    .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: var(--font-small);\n    }\n    .specs-table th {\n      background: #fafafa;\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\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: 0.8rem 1rem;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n      }\n      .specs-table td:last-child { border-bottom: none; }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      padding: var(--spacing-lg) 0;\n    }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.2rem 0;\n    }\n    .faq-question {\n      font-size: var(--font-h3);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 0.8rem;\n    }\n    .faq-answer {\n      font-size: var(--font-body);\n      color: var(--text-sub);\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003eOntworpen voor dagelijkse zelfstandigheid en veiligheid\u003cbr\u003e\n\u003ch1\u003eDe ultieme wandelstok met twee handgrepen\u003c\/h1\u003e\n\u003cp\u003eCombineert moeiteloze ondersteuning bij het opstaan, stabiliteit op elk terrein en geïntegreerde veiligheidsvoorzieningen in één opvouwbaar ontwerp.\u003c\/p\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_640f8f38-0775-4b92-9da9-b9fa341f8b6a.jpg?v=1786791772\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/2_07927f4d-8ef1-4980-bfae-437249c0b283.jpg?v=1786791769\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEenvoudige en veilige ondersteuning bij het opstaan\u003c\/h2\u003e\n\u003cp\u003eHeeft u moeite om op te staan uit een lage stoel of autostoel? De innovatieve tweede handgreep kan worden neergeklapt om een stabiel, lager hefboompunt te bieden. Hierdoor kunt u beide handen en uw lichaamsgewicht gebruiken om uzelf soepel omhoog te duwen, waardoor de belasting op uw rug en benen aanzienlijk wordt verminderd.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e90° inklapbare zijhandgreep\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHefboomwerking met beide handen\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVermindert belasting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Stability Base --\u003e\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eOngeëvenaarde stabiliteit op elk oppervlak\u003c\/h2\u003e\n\u003cp\u003eLoop met hernieuwd zelfvertrouwen. De geavanceerde vierpotige voet kan 360 graden draaien en bootst zo de natuurlijke beweging van uw enkel na. Dit zorgt voor maximale grip op oneffen terrein, natte oppervlakken of hellingen. Bovendien staat de wandelstok vanzelf rechtop, zodat hij altijd klaarstaat aan uw zijde zonder dat u hoeft te bukken om hem op te rapen.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e360° draaibare voet \u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eGrip op elk terrein\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eZelfstaand ontwerp\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/3_44b14a91-9a35-4926-bf9b-b86000c7853b.jpg?v=1786791772\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/4_6efba373-b637-4bba-a2ba-1cb7ec402af0.jpg?v=1786361112\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIngebouwd licht en noodalarm\u003c\/h2\u003e\n\u003cp\u003eBeweeg je veilig in schemerige omstandigheden dankzij het krachtige, verstelbare LED-licht dat direct in het handvat is ingebouwd. Voor extra gemoedsrust activeer je met één druk op de knop een luid noodalarm, zodat je indien nodig direct om hulp kunt vragen. Veiligheid heb je altijd binnen handbereik.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eVerstelbare LED-koplamp\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNoodsirene met één druk op de knop\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eVeiligheid in het donker\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Portability \u0026 Fit --\u003e\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eReisvriendelijk en op maat\u003c\/h2\u003e\n\u003cp\u003eDeze wandelstok is ontworpen voor uw actieve levensstijl en kan eenvoudig in vier compacte delen worden ingeklapt, zodat u hem gemakkelijk in een tas of koffer kunt opbergen. Hij beschikt bovendien over vijf verstelbare hoogte-instellingen om de perfecte, ergonomische pasvorm voor uw lichaamslengte te garanderen, waardoor u overal waar u naartoe gaat optimale ondersteuning en comfort geniet.\u003c\/p\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCompact opvouwbaar\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e5 hoogte-instellingen \u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLichtgewicht aluminium\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/5_4e518455-4153-4dde-bb7e-8ef80512a233.jpg?v=1786791770\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eProductspecificaties\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e Duurzame steel van aluminiumlegering\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003e360° draaibare 4-punts rubberen voet\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003c\/li\u003e\n\u003cli\u003eTot 113,4 kg\u003c\/li\u003e\n\u003cli\u003e\n\u003cbr\u003eInklapbare zijhandgreep, LED-lampje, noodalarm\u003c\/li\u003e\n\u003cli\u003e\n\u003cbr\u003eBatterijen vereist (niet inbegrepen)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\u003c\/div\u003e","brand":"Verkauft.nl","offers":[{"title":"Default Title","offer_id":52955784183989,"sku":"0626-14025873","price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0707\/8910\/3797\/files\/1_640f8f38-0775-4b92-9da9-b9fa341f8b6a.jpg?v=1786791772","url":"https:\/\/verkauft.nl\/products\/wandelstok-met-dubbele-handgreep","provider":"Verkauft.nl","version":"1.0","type":"link"}