{"product_id":"garvee-folding-self-propelled-steel-wheelchair-phh-3357b8l6","title":"Garvee Folding Self-Propelled Steel Wheelchair, 18.3 Inch Seat Manual Wheelchair with 24 Inch Rear Wheels, 8 Inch Casters, Hand Brakes \u0026 220.46 Lbs Capacity for Seniors \u0026 Adults (DH01903B, Black)","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* 调色盘：深沉靛蓝 + 医疗安全蓝 - 兼顾质感与高对比可读性 *\/\n  :root {\n    --wc-primary: #0f172a;       \/* 沉稳深蓝 *\/\n    --wc-accent: #0284c7;        \/* 安全活力蓝 *\/\n    --wc-accent-hover: #0369a1;  \/* 悬停深蓝 *\/\n    --wc-bg-light: #f8fafc;      \/* 清爽浅灰 *\/\n    --wc-card-bg: #ffffff;      \/* 纯白背景 *\/\n    --wc-text-main: #334155;    \/* 易读深灰正文 *\/\n    --wc-text-muted: #64748b;    \/* 辅助灰色 *\/\n    --wc-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);\n    --wc-shadow-md: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);\n    --wc-shadow-lg: 0 20px 25px -5px rgba(2, 132, 199, 0.12), 0 8px 10px -6px rgba(2, 132, 199, 0.08);\n  }\n\n  .wheelchair-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--wc-text-main);\n    line-height: 1.6;\n    background-color: #ffffff;\n    padding: 10px;\n  }\n\n  .wheelchair-container *,\n  .wheelchair-container *::before,\n  .wheelchair-container *::after {\n    box-sizing: border-box;\n  }\n\n  \/* 通用图片容器与 Hover 放大交互 *\/\n  .wc-media-box {\n    position: relative;\n    overflow: hidden;\n    border-radius: 14px;\n    box-shadow: var(--wc-shadow-md);\n    background-color: var(--wc-bg-light);\n  }\n\n  .wc-media-box img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: cover;\n    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .wc-media-box:hover img {\n    transform: scale(1.03);\n  }\n\n  \/* 1. Hero 顶部主视觉区 *\/\n  .wc-hero {\n    background: #0f172a;\n    border-radius: 16px;\n    overflow: hidden;\n    margin-bottom: 40px;\n    box-shadow: var(--wc-shadow-md);\n    border-bottom: 4px solid var(--wc-accent);\n  }\n\n  .wc-hero-image-wrap {\n    width: 100%;\n    overflow: hidden;\n    max-height: 520px;\n  }\n\n  .wc-hero-image-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  .wc-hero-label {\n    padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 32px);\n    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .wc-hero-badge {\n    display: inline-block;\n    background: rgba(2, 132, 199, 0.2);\n    color: #38bdf8;\n    border: 1px solid rgba(56, 189, 248, 0.3);\n    padding: 4px 14px;\n    border-radius: 50px;\n    font-size: 0.82rem;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    margin-bottom: 12px;\n    text-transform: uppercase;\n  }\n\n  .wc-hero-label h1 {\n    font-size: clamp(1.4rem, 3.2vw, 2.2rem);\n    font-weight: 800;\n    margin: 0 0 12px 0;\n    color: #ffffff !important;\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  .wc-hero-label p {\n    font-size: clamp(0.92rem, 1.8vw, 1.05rem);\n    color: #cbd5e1;\n    max-width: 820px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* 2. 核心卖点网格（PC 3列 ➔ 手机 1列） *\/\n  .wc-grid-3col {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 45px;\n  }\n\n  .wc-card {\n    background-color: var(--wc-card-bg);\n    border: 1px solid #e2e8f0;\n    border-radius: 14px;\n    padding: 24px 20px;\n    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n    box-shadow: var(--wc-shadow-sm);\n  }\n\n  .wc-card:hover {\n    transform: translateY(-5px);\n    border-color: var(--wc-accent);\n    box-shadow: var(--wc-shadow-lg);\n  }\n\n  .wc-card-icon {\n    width: 42px;\n    height: 42px;\n    background-color: rgba(2, 132, 199, 0.1);\n    color: var(--wc-accent);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.25rem;\n    margin-bottom: 14px;\n    font-weight: bold;\n  }\n\n  .wc-card h3 {\n    color: var(--wc-primary);\n    font-size: 1.1rem;\n    font-weight: 700;\n    margin: 0 0 8px 0;\n  }\n\n  .wc-card p {\n    font-size: 0.9rem;\n    color: var(--wc-text-muted);\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* 3. 交错图文推演模块 (Z-Pattern Flow) *\/\n  .wc-flex {\n    display: flex;\n    align-items: center;\n    padding: 30px 0;\n    gap: 40px;\n  }\n\n  .wc-flex.reverse {\n    flex-direction: row-reverse;\n  }\n\n  .wc-media, .wc-content {\n    flex: 1 1 45%;\n  }\n\n  .wc-content {\n    padding: 10px;\n  }\n\n  .wc-tag {\n    display: inline-block;\n    color: var(--wc-accent);\n    font-weight: 700;\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    margin-bottom: 8px;\n  }\n\n  .wc-content h2 {\n    font-size: clamp(1.25rem, 2.5vw, 1.65rem);\n    color: var(--wc-primary);\n    margin: 0 0 14px 0;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.01em;\n  }\n\n  .wc-content p {\n    font-size: clamp(0.92rem, 1.5vw, 1rem);\n    color: var(--wc-text-main);\n    line-height: 1.65;\n    margin: 0 0 16px 0;\n  }\n\n  \/* 勾选式属性清单 *\/\n  .wc-feature-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .wc-feature-list li {\n    font-size: 0.9rem;\n    color: var(--wc-text-muted);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n  }\n\n  .wc-feature-list li::before {\n    content: \"✓\";\n    color: var(--wc-accent);\n    font-weight: bold;\n    margin-right: 8px;\n    background: rgba(2, 132, 199, 0.1);\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.75rem;\n    flex-shrink: 0;\n  }\n\n  \/* 4. 技术规格参数面板 *\/\n  .wc-spec-panel {\n    margin: 50px 0 20px;\n    padding: clamp(20px, 4vw, 35px);\n    background-color: var(--wc-bg-light);\n    border: 1px solid #e2e8f0;\n    border-radius: 16px;\n  }\n\n  .wc-spec-panel h2 {\n    color: var(--wc-primary);\n    text-align: center;\n    margin: 0 0 24px 0;\n    font-size: clamp(1.2rem, 2.2vw, 1.5rem);\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .wc-table-wrapper {\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n    border-radius: 10px;\n    box-shadow: var(--wc-shadow-sm);\n  }\n\n  .wc-table {\n    width: 100%;\n    border-collapse: collapse;\n    background-color: #ffffff;\n    text-align: left;\n    white-space: normal;\n  }\n\n  .wc-table td {\n    padding: 14px 18px;\n    font-size: 0.92rem;\n    border-bottom: 1px solid #f1f5f9;\n  }\n\n  .wc-table tr:nth-child(even) {\n    background-color: #f8fafc;\n  }\n\n  .wc-table tr:hover {\n    background-color: rgba(2, 132, 199, 0.02);\n  }\n\n  .wc-table tr td:first-child {\n    font-weight: 700;\n    color: var(--wc-primary);\n    width: 35%;\n    min-width: 130px;\n  }\n\n  .wc-table tr td:last-child {\n    color: var(--wc-text-main);\n  }\n\n  .wc-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* 📱 移动端自适应响应断点 *\/\n  @media screen and (max-width: 768px) {\n    .wheelchair-container {\n      padding: 5px;\n    }\n\n    .wc-hero {\n      border-radius: 12px;\n      margin-bottom: 25px;\n    }\n\n    .wc-grid-3col {\n      grid-template-columns: 1fr;\n      gap: 14px;\n      margin-bottom: 30px;\n    }\n\n    .wc-card {\n      padding: 18px 16px;\n    }\n\n    .wc-flex, .wc-flex.reverse {\n      flex-direction: column;\n      gap: 20px;\n      padding: 20px 0;\n    }\n\n    .wc-media, .wc-content {\n      width: 100%;\n      flex: none;\n    }\n\n    .wc-content {\n      padding: 0 4px;\n    }\n\n    .wc-spec-panel {\n      padding: 20px 14px;\n      margin-top: 30px;\n    }\n\n    .wc-table td {\n      padding: 12px 12px;\n      font-size: 0.88rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"wheelchair-container\"\u003e\n\u003c!-- 1. Hero 顶部大图区（第 1 张图） --\u003e\n\u003csection class=\"wc-hero\"\u003e\n\u003cdiv class=\"wc-hero-image-wrap\"\u003e\u003cimg alt=\"Heavy-Duty Steel Folding Manual Wheelchair Main Banner\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_d754b6b09c0f3594.jpg?v=1785387836\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"wc-hero-label\"\u003e\n\u003cspan class=\"wc-hero-badge\"\u003eComfort \u0026amp; Mobility Reimagined\u003c\/span\u003e\n\u003ch1\u003eHeavy-Duty Folding Manual Wheelchair\u003c\/h1\u003e\n\u003cp\u003eEngineered for maximum stability and easy transport. Supports up to 220 lbs with an 18.3\" padded seat, 24\" self-propelling rear wheels, dual brakes, and a quick-fold frame for ultimate everyday freedom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 2. 核心卖点卡片网格 --\u003e\n\u003csection class=\"wc-grid-3col\"\u003e\n\u003cdiv class=\"wc-card\"\u003e\n\u003cdiv class=\"wc-card-icon\"\u003e🏗️\u003c\/div\u003e\n\u003ch3\u003e220 lbs Weight Capacity\u003c\/h3\u003e\n\u003cp\u003eBuilt with a high-strength 44 lbs steel frame, delivering solid structural integrity for daily mobility and rehabilitation needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-card\"\u003e\n\u003cdiv class=\"wc-card-icon\"\u003e🛋️\u003c\/div\u003e\n\u003ch3\u003e18.3\" Padded Ergonomic Seat\u003c\/h3\u003e\n\u003cp\u003eGenerous 18.3\" width and 15.7\" depth with breathable upholstery promote comfortable support and proper seating posture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-card\"\u003e\n\u003cdiv class=\"wc-card-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eDual Brakes \u0026amp; Quick-Folding\u003c\/h3\u003e\n\u003cp\u003eFeatures caregiver handbrakes, wheel locks, and a collapsible frame for compact trunk storage and hassle-free travel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. 图文交错推演模块 (Z-Pattern Flow) --\u003e \u003c!-- 模块 1（第 2 张图） --\u003e\n\u003cdiv class=\"wc-flex\"\u003e\n\u003cdiv class=\"wc-media\"\u003e\n\u003cdiv class=\"wc-media-box\"\u003e\u003cimg alt=\"Comfortable Padded Seat and Ergonomic Backrest Details\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_bf04b393a1b2b86a.jpg?v=1785387836\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-content\"\u003e\n\u003cspan class=\"wc-tag\"\u003eErgonomic Design\u003c\/span\u003e\n\u003ch2\u003eSuperior Comfort \u0026amp; Posture Support\u003c\/h2\u003e\n\u003cp\u003eDesigned with long-term seating in mind, the 18.3-inch wide seat features high-density padded upholstery and breathable fabric to prevent pressure buildup during extended use.\u003c\/p\u003e\n\u003cul class=\"wc-feature-list\"\u003e\n\u003cli\u003e18.3\" W x 15.7\" D seating dimensions\u003c\/li\u003e\n\u003cli\u003eBreathable, easy-to-clean padded upholstery\u003c\/li\u003e\n\u003cli\u003ePromotes natural posture alignment for seniors \u0026amp; adults\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 2（第 3 张图） --\u003e\n\u003cdiv class=\"wc-flex reverse\"\u003e\n\u003cdiv class=\"wc-media\"\u003e\n\u003cdiv class=\"wc-media-box\"\u003e\u003cimg alt=\"24-inch Rear Wheels and 8-inch Swivel Casters Mechanism\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_98ed5ffe921463cb.jpg?v=1785387836\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-content\"\u003e\n\u003cspan class=\"wc-tag\"\u003eSmooth Maneuvering\u003c\/span\u003e\n\u003ch2\u003eEffortless Self-Propulsion \u0026amp; 360° Control\u003c\/h2\u003e\n\u003cp\u003eMaster tight indoor hallways or outdoor pathways. Large 24-inch rear wheels with comfortable hand rims allow independent propulsion, while 8-inch front casters deliver smooth 360° steering.\u003c\/p\u003e\n\u003cul class=\"wc-feature-list\"\u003e\n\u003cli\u003e24\" rear wheels with smooth ergonomic hand rims\u003c\/li\u003e\n\u003cli\u003e8\" front swivel casters for zero-turn maneuvering\u003c\/li\u003e\n\u003cli\u003eDurable, puncture-proof tires for zero maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 3（第 4 张图） --\u003e\n\u003cdiv class=\"wc-flex\"\u003e\n\u003cdiv class=\"wc-media\"\u003e\n\u003cdiv class=\"wc-media-box\"\u003e\u003cimg alt=\"Dual Braking System and Parking Locks Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_4a694ea01431a83b.jpg?v=1785387836\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-content\"\u003e\n\u003cspan class=\"wc-tag\"\u003eSafety First\u003c\/span\u003e\n\u003ch2\u003eDual Braking System for Total Peace of Mind\u003c\/h2\u003e\n\u003cp\u003eStay in complete control at all times. Equipped with ergonomic caregiver handbrakes on the push handles for downhill control, alongside rear wheel locks for safe transfers in and out of the chair.\u003c\/p\u003e\n\u003cul class=\"wc-feature-list\"\u003e\n\u003cli\u003eCaregiver handbrakes for controlled speed management\u003c\/li\u003e\n\u003cli\u003eDual rear wheel parking locks for steady stops\u003c\/li\u003e\n\u003cli\u003eAnti-slip handle grips for a comfortable hold\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 模块 4（第 5 张图） --\u003e\n\u003cdiv class=\"wc-flex reverse\"\u003e\n\u003cdiv class=\"wc-media\"\u003e\n\u003cdiv class=\"wc-media-box\"\u003e\u003cimg alt=\"Compact Quick-Fold Design for Trunk and Storage\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/cimage_80cd165654059469.jpg?v=1785387836\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"wc-content\"\u003e\n\u003cspan class=\"wc-tag\"\u003ePortability \u0026amp; Travel\u003c\/span\u003e\n\u003ch2\u003eQuick-Fold Frame for On-the-Go Convenience\u003c\/h2\u003e\n\u003cp\u003eTravel without hassle. The intuitive side-folding mechanism collapses the wheelchair in seconds into a compact profile that fits neatly into car trunks, closets, or transport vans.\u003c\/p\u003e\n\u003cul class=\"wc-feature-list\"\u003e\n\u003cli\u003eFolds compactly in seconds without tools\u003c\/li\u003e\n\u003cli\u003eSpace-saving profile for vehicle trunks and closets\u003c\/li\u003e\n\u003cli\u003eVersatile for indoor doorways, carpets, \u0026amp; outdoor paved trails\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 技术规格参数面板 --\u003e\n\u003cdiv class=\"wc-spec-panel\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"wc-table-wrapper\"\u003e\n\u003ctable class=\"wc-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Name\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty Steel Folding Manual Wheelchair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight Capacity\u003c\/td\u003e\n\u003ctd\u003eSupports up to 220.46 lbs (100 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNet Frame Weight\u003c\/td\u003e\n\u003ctd\u003e44.09 lbs (20 kg) High-Strength Steel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeat Dimensions\u003c\/td\u003e\n\u003ctd\u003e18.3\" Width x 15.7\" Depth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWheel Specifications\u003c\/td\u003e\n\u003ctd\u003e24\" Rear Wheels + 8\" Front Swivel Casters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBraking System\u003c\/td\u003e\n\u003ctd\u003eCaregiver Hand Brakes + Dual Wheel Parking Locks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFolding Mechanism\u003c\/td\u003e\n\u003ctd\u003eQuick Tool-Free Folding Frame\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eTerrain Compatibility\u003c\/td\u003e\n\u003ctd\u003eCarpets, Indoor Doorways, Sidewalks, Paved Park Trails\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"31.10*11.81*35.83 Inch","offer_id":54281164718393,"sku":"PHH_3357B8L6","price":199.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/shopify_2Fai_images_2Ftmpaxdqzkjd.jpg?v=1785387849","url":"https:\/\/www.garvee.com\/products\/garvee-folding-self-propelled-steel-wheelchair-phh-3357b8l6","provider":"GARVEE","version":"1.0","type":"link"}