{"product_id":"collapsible-dual-grip-travel-cane","title":"Collapsible Dual Grip Travel Cane","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\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\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    \/* 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\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003eDesigned for Daily Independence \u0026amp; Safety\u003c\/div\u003e\n\n\u003ch1\u003eThe Ultimate Dual-Handle Walking Cane\u003c\/h1\u003e\n\n\u003cp\u003eCombines effortless sit-to-stand support, all-terrain stability, and integrated safety features in one foldable design.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624115212\/c08423768875f49ad0a189abe2be0754.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624115214\/26e53baf95e876ab2071c0db0f4d53f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy \u0026amp; Safe Sit-to-Stand Support\u003c\/h2\u003e\n\n\u003cp\u003eStruggling to get up from a low chair or car seat? The innovative secondary handle folds down to provide a stable, lower leverage point. This allows you to use both hands and your body weight to push yourself up smoothly, significantly reducing strain on your back and legs.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e90° Folding Side Handle\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDual-Hand Leverage\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eReduces Strain\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Stability Base --\u003e\n\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eUnmatched Stability on Any Surface\u003c\/h2\u003e\n\n\u003cp\u003eWalk with renewed confidence. The advanced four-pronged base pivots 360 degrees, mimicking the natural movement of your ankle. This ensures maximum traction on uneven ground, wet surfaces, or inclines. Plus, the cane is self-standing, so it's always ready by your side without needing to bend down to pick it up.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e360° Pivoting Base\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAll-Terrain Traction\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSelf-Standing Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624115213\/f161a142881f2a9da73aea768b44b36b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624115214\/8abfa61dfb56af0228e292c70ea74680.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuilt-In Light \u0026amp; Emergency Alarm\u003c\/h2\u003e\n\n\u003cp\u003eNavigate safely in dim conditions with the powerful, adjustable LED light built directly into the handle. For added peace of mind, a single button activates a loud emergency alarm, allowing you to signal for help instantly if needed. Safety is always right at your fingertips.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eAdjustable LED Headlight\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eOne-Touch Emergency Siren\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eNighttime Safety\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Portability \u0026 Fit --\u003e\n\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTravel-Friendly \u0026amp; Custom Fit\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for your active lifestyle, this cane easily folds into four compact sections for convenient storage in a bag or suitcase. It also features five adjustable height settings to ensure the perfect, ergonomic fit for your stature, providing optimal support and comfort wherever you go.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFolds Compactly\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e5 Height Adjustments\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eLightweight Aluminum\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260624115214\/b312608dbabb738883d4662439c29269.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"text-center\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Material\"\u003eDurable Aluminum Alloy Stem\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Type\"\u003e360° Rotating 4-Point Rubber Base\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Adjustable Height Range\"\u003e34.5\" - 38.5\" (87 cm - 97 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended User Height\"\u003e5'3\" - 6'5\" (160 cm - 196 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight Capacity\"\u003eUp to 250 lbs (113 kg)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003eApprox. 1.05 lbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Special Features\"\u003eFolding Side Handle, LED Light, Emergency Alarm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Source\"\u003eBatteries Required (Not Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"text-center mb-lg\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the side handle help me get up?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe side handle folds down to create a second, lower grip point. By placing one hand on the main handle and the other on the side handle, you can push down with both arms to leverage your body weight, making standing from a seated position much easier and more stable.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the base stable on uneven ground like grass or gravel?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes. The cane features a unique four-pronged base that pivots 360 degrees. This design allows the base to articulate and maintain flat contact with the ground, providing superior traction and stability on various uneven surfaces compared to standard single-tip canes.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes the cane come with batteries for the light and alarm?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, batteries are not included with the cane. You will need to purchase and install the appropriate batteries separately to power the integrated LED light and emergency alarm functions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Default Title","offer_id":58089778086048,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/c08423768875f49ad0a189abe2be0754.jpg?v=1782273507","url":"https:\/\/cartivra.com\/products\/collapsible-dual-grip-travel-cane","provider":"Cartivra","version":"1.0","type":"link"}