{"product_id":"heavy-duty-portable-outdoor-stool-rjc","title":"Stevige Draagbare Outdoor Kruk","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\"\u003eUltralicht \u0026amp; robuust\u003c\/div\u003e\n\n\u003ch1\u003eDe zakformaat troon gebouwd voor elk avontuur\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eCompact genoeg om in je rugzak te passen. Sterk genoeg om tot 220 lbs te dragen. Jouw directe rustplek, waar de reis je ook brengt.\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 maar ijzersterk\u003c\/h2\u003e\n\n\u003cp\u003eLaat je niet misleiden door de grootte. Gemaakt van een versterkt koolstofstalen frame en industriële 600D Oxford stof, ondersteunt deze kleine krachtpatser veilig tot 220 lbs (100 kg). Het biedt compromisloze stabiliteit op gras, aarde of bestrating.\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\u003eVerdwijnt in je rugzak\u003c\/h2\u003e\n\n\u003cp\u003eMet een gewicht van slechts \u003cstrong\u003e1,36 lbs (0,62 kg)\u003c\/strong\u003e elimineert het volledig het gewicht van traditionele buitenzitplaatsen. Het vouwt op tot een zeer compact formaat van 4,3 × 10,2 inch (11 × 26 cm), en past moeiteloos in een rugzakzak, draagtas of kofferbak.\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\u003eIn enkele seconden klaar\u003c\/h2\u003e\n\n\u003cp\u003eVergeet ingewikkelde montage en geknelde vingers. Ons intuïtieve ontwerp vereist precies vier eenvoudige stappen om uit te klappen tot een stevige zit, en vier snelle stappen om het weer in te klappen voor opslag. Probleemloze opzet, zodat jij je kunt richten op de natuur.\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\u003eJouw Rustplek Voor Overal\u003c\/h2\u003e\n\n\u003cp\u003eOf je nu vist aan het meer, in de rij staat voor een concert, marshmallows roostert bij het kampvuur, of gewoon een extra zitplaats nodig hebt voor tuinwerk, dit veelzijdige krukje is het ultieme doordachte cadeau voor elke praktische buitenliefhebber.\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\u003eTechnische Specificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpecificatie\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails (Metrisch \u0026amp; Imperiaal)\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\u003eVersterkt Koolstofstaal\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eRoestwerende coating voor buitengebruik\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 Stof\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eScheurvast \u0026amp; zeer ademend\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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs dit krukje comfortabel om lange tijd op te zitten?\u003c\/h3\u003e\n\n\u003cp\u003eHoewel het voornamelijk is ontworpen voor draagbaarheid en kortdurend rusten (zoals vissen, rusten tijdens wandelingen of wachten in de rij), biedt de duurzame 600D Oxford stof een stevige en ondersteunende zit die niet snel doorzakt bij normaal gebruik.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eZakt het krukje weg in modder of zand?\u003c\/h3\u003e\n\n\u003cp\u003eDe poten van koolstofstaal zijn ontworpen met beschermende voetjes om het gewicht te verdelen en wegzakken te verminderen. Net als bij alle compacte krukjes kan het echter licht wegzakken als je het op extreem zachte of diepe modder plaatst. We raden aan om relatief vlakke grond te zoeken voor optimale stabiliteit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHoe maak ik het krukje schoon na een kampeertrip?\u003c\/h3\u003e\n\n\u003cp\u003eSchoonmaken is eenvoudig! De 600D Oxford stof is zeer vuilbestendig. Je kunt het eenvoudig afnemen met een vochtige doek en milde zeep. Het frame van koolstofstaal kan ook worden schoongemaakt met een doek. Laat het altijd volledig aan de lucht drogen voordat je het opvouwt om op te bergen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Zwart \/ 🧍 1-Pack (Standaard)","offer_id":47992016896212,"sku":"0402-15238394","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 🧍 1-Pack (Standaard)","offer_id":47992016928980,"sku":"0402-15232598","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Zwart \/ 👫 2-Pack (Set voor stellen)","offer_id":47992016961748,"sku":"0402-15239280","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👫 2-Pack (Set voor stellen)","offer_id":47992016994516,"sku":"0402-15233427","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Zwart \/ 👨‍👩‍👧‍👦 4-Pack (Gezinswaarde)","offer_id":47992017027284,"sku":"0402-15230323","price":79.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👨‍👩‍👧‍👦 4-Pack (Gezinswaarde)","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\/nl\/products\/heavy-duty-portable-outdoor-stool-rjc","provider":"Omurio","version":"1.0","type":"link"}