{"product_id":"heavy-duty-portable-outdoor-stool-rjc","title":"Heavy Duty Portable Outdoor Stool","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Outdoor Equipment \/ Folding Stool\nTarget Audience: Outdoor enthusiasts, campers, fishermen, and practical household users.\nVisual Style: Rugged, reliable, and functional. Focus on utility and strength.\nColor Strategy: Deep Forest Green (Primary) mixed with Earthy Sand (Background) and Charcoal (Text) to evoke outdoor readiness.\nShape Strategy: Radius 8px (sturdy, industrial yet safe edges, reflecting carbon steel construction).\nTypography Strategy: Large, bold headings for clear readability outdoors; mobile-first scaling.\nMobile Table Strategy: Card-based layout with data-labels to prevent horizontal scrolling.\nImage Mapping: Hero=image_1, Compact=image_2, Portable=image_3, Setup=image_4, Versatile=image_5.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #2C5F2D;\n      --primary-hover: #1E431F;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FDFBF7;\n      --bg-card: #FFFFFF;\n      --bg-surface: #F0EEEA;\n      --border-color: #E2DFD8;\n      \n      \/* Shape System *\/\n      --radius-sm: 4px;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      \n      \/* Shadow System *\/\n      --shadow-sm: 0 4px 6px rgba(0,0,0,0.05);\n      --shadow-lg: 0 12px 24px rgba(0,0,0,0.08);\n      \n      \/* Spacing System *\/\n      --spacing-module: clamp(3rem, 6vw, 6rem);\n      --spacing-element: clamp(1.5rem, 3vw, 2.5rem);\n    }\n\n    \/* Reset \u0026 Typography *\/\n    .product-detail-container {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Headings *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.8rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    \/* Image Rules - Strict Protocol *\/\n    .product-detail-container .media-wrapper {\n      width: 100%;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n      background: var(--bg-surface);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-surface);\n      border: 2px dashed var(--border-color);\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n      text-align: center;\n    }\n\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: inherit;\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .visual-badge {\n      display: inline-flex;\n      align-items: center;\n      padding: 8px 16px;\n      background-color: var(--primary);\n      color: #fff;\n      font-size: 16px;\n      font-weight: 600;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .hero-section p.hero-subtitle {\n      font-size: clamp(20px, 2.5vw, 24px);\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Sections (Mobile Order Lock + Z-Pattern Desktop) *\/\n    .features-section {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-module);\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Strict mobile lock: Image above text *\/\n      gap: var(--spacing-element);\n    }\n\n    .feature-media, .feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n    }\n\n    \/* Specs Table Section - Mobile Card Conversion *\/\n    .specs-section {\n      margin-bottom: var(--spacing-module);\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: 18px;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-surface);\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .specs-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    \/* Mobile Specs Table -\u003e Cards *\/\n    @media (max-width: 767px) {\n      .specs-table table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none; \/* Hide native header *\/\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-body);\n        padding: 0.5rem 1rem;\n      }\n      .specs-table tr:last-child {\n        margin-bottom: 0;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.8rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        font-size: 16px;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-sub);\n        padding-right: 1rem;\n        max-width: 50%;\n      }\n      .specs-table td span {\n        text-align: right;\n        max-width: 50%;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-module);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem 2rem;\n      margin-bottom: 1rem;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-item h3 {\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n    \n    .faq-item p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eUltra-Lightweight \u0026amp; Heavy-Duty\u003c\/div\u003e\n\n\u003ch1\u003eThe Pocket-Sized Throne Built for Every Adventure\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eCompact enough to fit in your backpack. Strong enough to support up to 220 lbs. Your instant resting spot, wherever the journey takes you.\u003c\/p\u003e\n\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/3852ee2377f0defd754246625b662126.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/4525500ca3bb7ed37dba4ecdd0248ec1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eCompact Yet Forge-Strong\u003c\/h2\u003e\n\n\u003cp\u003eDo not let the size fool you. Crafted from a reinforced carbon steel frame and industrial-grade 600D Oxford cloth, this tiny powerhouse safely supports up to 220 lbs (100 kg). It delivers uncompromising stability on grass, dirt, or pavement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/fac56173773a597a878ca4a3c68d6bd4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDisappears Into Your Backpack\u003c\/h2\u003e\n\n\u003cp\u003eWeighing merely \u003cstrong\u003e1.36 lbs (0.62 kg)\u003c\/strong\u003e, it completely eliminates the burden of traditional outdoor seating. It folds down to a highly compact 4.3 × 10.2 inches (11 × 26 cm), sliding effortlessly into a backpack pocket, tote bag, or car trunk.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/dfbbb7b0206ad9af5ec46b2b4262289c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDeploy in Seconds\u003c\/h2\u003e\n\n\u003cp\u003eForget complex assemblies and pinched fingers. Our intuitive design requires exactly four simple steps to unfold for a solid seat, and four quick steps to collapse it back for storage. Hassle-free setup, so you can focus on the great outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260331174122\/950bc671b4ef2b17a48d9d56fae09ec4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eYour Go-Anywhere Rest Stop\u003c\/h2\u003e\n\n\u003cp\u003eWhether you are casting lines by the lake, waiting in line for a concert, roasting marshmallows at the camp, or just needing an extra seat for garden work, this versatile stool is the ultimate thoughtful gift for any practical outdoor enthusiast.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails (Metric \u0026amp; Imperial)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Frame Material\"\u003e\u003cspan\u003eReinforced Carbon Steel\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eAnti-rust coating for outdoor use\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Fabric Material\"\u003e\u003cspan\u003e600D Oxford Cloth\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eTear-resistant \u0026amp; highly breathable\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Maximum Load Capacity\"\u003e\u003cspan\u003e100 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e220 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Weight\"\u003e\u003cspan\u003e0.62 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e1.36 lbs (21.9 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Unfolded Dimensions (L×W×H)\"\u003e\u003cspan\u003e23 × 25 × 26 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e9.1\" × 9.8\" × 10.2\"\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Folded Dimensions (W×H)\"\u003e\u003cspan\u003e11 × 26 cm\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003e4.3\" × 10.2\"\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this stool comfortable for long periods of sitting?\u003c\/h3\u003e\n\n\u003cp\u003eWhile designed primarily for portability and short-term resting (like fishing, resting during hikes, or waiting in line), the durable 600D Oxford cloth provides firm and supportive seating that won't sag quickly under normal use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill the stool sink into mud or sand?\u003c\/h3\u003e\n\n\u003cp\u003eThe carbon steel legs are designed with protective feet to distribute weight and reduce sinking. However, like all compact stools, placing it on extremely soft or deep mud may cause slight settling. We recommend finding relatively even ground for optimal stability.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I clean the stool after a camping trip?\u003c\/h3\u003e\n\n\u003cp\u003eCleaning is simple! The 600D Oxford fabric is highly resistant to dirt. You can simply wipe it down with a damp cloth and mild soap. The carbon steel frame can also be wiped clean. Always let it air dry completely before folding it up to store.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Black \/ 🧍 1-Pack (Standard)","offer_id":47992016896212,"sku":"0402-15238394","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 🧍 1-Pack (Standard)","offer_id":47992016928980,"sku":"0402-15232598","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 👫 2-Pack (Couples Set )","offer_id":47992016961748,"sku":"0402-15239280","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👫 2-Pack (Couples Set )","offer_id":47992016994516,"sku":"0402-15233427","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Black \/ 👨‍👩‍👧‍👦 4-Pack (Family Value)","offer_id":47992017027284,"sku":"0402-15230323","price":79.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👨‍👩‍👧‍👦 4-Pack (Family Value)","offer_id":47992017060052,"sku":"0402-15234966","price":79.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/3852ee2377f0defd754246625b662126.jpg?v=1779883653","url":"https:\/\/omurio.com\/products\/heavy-duty-portable-outdoor-stool-rjc","provider":"Omurio","version":"1.0","type":"link"}