{"product_id":"wearable-crossbody-outdoor-chair","title":"Wearable Crossbody Outdoor Chair","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #5C6B4A; \/* 橄榄绿，呼应户外主题 *\/\n      --primary-hover: #4A573C;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F5F5F1; \/* 浅米色卡片背景 *\/\n      --bg-soft: #EAEAE5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #E0E0E0;\n      --spacing-section: clamp(2.5rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, 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      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 20px 0;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 24px 0;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container ul {\n      padding-left: 24px;\n      margin: 0 0 24px 0;\n    }\n\n    .product-detail-container li {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 12px;\n    }\n\n    \/* Images *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .img-placeholder-container {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 40px 20px;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-family: monospace;\n      font-size: 16px;\n      text-align: center;\n    }\n\n    \/* Modules *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero *\/\n    .pd-hero {\n      text-align: center;\n    }\n\n    .pd-hero-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 16px;\n    }\n\n    .pd-hero-subtitle {\n      font-size: 20px;\n      color: var(--text-sub);\n      max-width: 800px;\n      margin: 0 auto 32px auto;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(32px, 5vw, 64px);\n    }\n\n    .pd-feature-media {\n      flex: 1;\n    }\n\n    .pd-feature-copy {\n      flex: 1;\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-top: 24px;\n    }\n\n    .pd-feature-tag {\n      background-color: var(--bg-card);\n      color: var(--text-sub);\n      padding: 6px 14px;\n      border-radius: 8px;\n      font-size: 16px;\n      font-weight: 500;\n    }\n\n    \/* Z-Pattern \u0026 Mobile Layout *\/\n    @media (min-width: 768px) {\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .pd-feature {\n        flex-direction: column;\n        text-align: center;\n      }\n\n      .pd-feature-tags {\n        justify-content: center;\n      }\n    }\n\n    \/* Scenario Section *\/\n    .pd-scenario-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n    @media (max-width: 480px) {\n      .pd-scenario-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .pd-specs-table th {\n      background-color: var(--bg-card);\n      font-weight: 600;\n      width: 30%;\n    }\n\n    .pd-specs-table td {\n      background-color: var(--bg-body);\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead {\n        display: none;\n      }\n      .pd-specs-table tr {\n        margin-bottom: 16px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .pd-specs-table td {\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .pd-specs-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 16px;\n        width: 45%;\n        padding-right: 10px;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      margin-bottom: 16px;\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 12px;\n      color: var(--text-main);\n    }\n\n    .pd-faq-answer {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：户外便携折叠凳\n  目标受众：户外爱好者、垂钓者、露营者、排队人群\n  视觉风格：功能性、耐用、户外自然感\n  配色策略：卡其色\/橄榄绿为主色调，搭配中性灰白背景\n  模块顺序：Hero -\u003e Feature 1 (承重) -\u003e Feature 2 (便携) -\u003e Feature 3 (细节) -\u003e Scenario (场景) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_3.png, Feature2=image_1.png, Feature3=image_2.png, Scenario=image_4.png\n  规格图映射：Specs=image_5.png (仅用于推断选项，不直接展示)\n  对比模块：未加入 (产品特性更适合功能展示而非对比)\n  --\u003e\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero-tag\"\u003eDesigned for Instant Outdoor Comfort\u003c\/span\u003e\n\u003ch1\u003ePalm-Sized Portable, 220lbs Strong Support.\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subtitle\"\u003eYour go-to seat for anywhere outdoors. Folds into a compact handbag in seconds for effortless carrying.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img86\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520150826\/d9c53b63c8c6ffa47410143392db79bd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img87\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520150826\/3a43ffbf75652efaa53e319981788911.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSurprisingly Strong: Supports Up to 220lbs.\u003c\/h2\u003e\n\n\u003cp\u003eDon't let its small size fool you. Built with a robust X-frame metal structure and reinforced anti-slip feet, this stool provides stable and secure seating for adults up to 100kg (220lbs) on various terrains.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eHigh Load-Bearing\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eX-Frame Structure\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eStable \u0026amp; Secure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 2: Portability \u0026 Versatility --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img88\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520150826\/b0ccabbe2c210bc71d29a095c4933c63.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eFolds to Palm Size, Carries Anywhere.\u003c\/h2\u003e\n\n\u003cp\u003eThis stool masterfully collapses into a flat, palm-sized pouch. Slip it into your backpack side pocket, jacket pocket, or wear it crossbody with the integrated strap. It's the ultimate take-anywhere seating solution.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003eUltra-Portable\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eFits in Pocket\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eCrossbody Carry\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Section 3: Quick Setup \u0026 Details --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder-container\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520151222\/583d2d4e94b9266d586aaf3da340c341.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eReady in Seconds, Designed with Purpose.\u003c\/h2\u003e\n\n\u003cp\u003eSetup is a breeze with a simple pull-and-rotate action, ready in under 10 seconds. Thoughtful details like an external mesh pocket for small essentials and a sturdy D-hook add convenience to your outdoor adventures.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-feature-tag\"\u003e10s Fast Setup\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eMesh Storage Pocket\u003c\/span\u003e \u003cspan class=\"pd-feature-tag\"\u003eHandy D-Hook\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Use Scenario Section --\u003e\n\n\u003cdiv class=\"pd-section pd-scenario\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eOne Stool, Endless Outdoor Scenes.\u003c\/h2\u003e\n\n\u003cp style=\"text-align: center; max-width: 800px; margin: 0 auto 32px auto;\"\u003eFrom waiting patiently for a catch to relaxing by the campfire, or taking a break on a long hike, this versatile stool is your reliable companion.\u003c\/p\u003e\n\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img92\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260520150826\/55d19de61a0c6364f8f4345816832c50.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- D. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMax Load Capacity\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e100kg \/ 220lbs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eMaterial\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eOxford fabric seat, Metal frame\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eKey Features\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eFoldable, Portable, Mesh Pocket, D-Hook\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eAvailable Colors\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eBlack, Green, Khaki\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003eSize Options\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eMedium, Large\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\n\u003cp style=\"font-size: 16px; margin-top: 16px;\"\u003e*Specific dimensions for Medium and Large sizes are not provided.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs the stool stable on uneven ground?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the stool features reinforced, anti-slip feet designed to provide stability on various outdoor surfaces like grass, dirt, and gravel.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eHow quickly can I set it up?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eIt's designed for rapid deployment. You can unfold and set up the stool in about 10 seconds with a simple pull and twist motion.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhat is the seat made of?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe seat is constructed from durable Oxford fabric, known for its strength and wear resistance, making it suitable for outdoor use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Olive Green \/ Medium","offer_id":53231143092524,"sku":"0521-14380121","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Medium","offer_id":53231143125292,"sku":"0521-14385118","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ Medium","offer_id":53231143158060,"sku":"0521-14381705","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Large","offer_id":53231143190828,"sku":"0521-14383166","price":31.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ Large","offer_id":53231143223596,"sku":"0521-14387166","price":31.95,"currency_code":"USD","in_stock":true},{"title":"Khaki \/ Large","offer_id":53231143256364,"sku":"0521-14389066","price":31.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/8099\/8444\/files\/d9c53b63c8c6ffa47410143392db79bd.jpg?v=1779345706","url":"https:\/\/newzyhoome.com\/products\/wearable-crossbody-outdoor-chair","provider":"Newzyhoome","version":"1.0","type":"link"}