{"product_id":"heavy-duty-portable-outdoor-stool-rjc","title":"Robuster tragbarer Outdoor-Hocker","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\"\u003eUltraleicht \u0026amp; robust\u003c\/div\u003e\n\n\u003ch1\u003eDer taschengroße Thron für jedes Abenteuer\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eKompakt genug für den Rucksack. Stark genug, um bis zu 220 lbs zu tragen. Ihr sofortiger Ruheplatz, wohin auch immer die Reise geht.\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\u003eKompakt und dennoch robust wie Schmiedeeisen\u003c\/h2\u003e\n\n\u003cp\u003eLassen Sie sich von der Größe nicht täuschen. Gefertigt aus einem verstärkten Kohlenstoffstahlrahmen und industriellem 600D Oxford-Stoff, trägt dieser kleine Kraftprotz sicher bis zu 220 lbs (100 kg). Er bietet kompromisslose Stabilität auf Gras, Erde oder Asphalt.\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\u003eVerschwindet in Ihrem Rucksack\u003c\/h2\u003e\n\n\u003cp\u003eMit nur \u003cstrong\u003e1,36 lbs (0,62 kg)\u003c\/strong\u003e Gewicht entfällt die Last herkömmlicher Outdoor-Sitzgelegenheiten komplett. Er lässt sich auf kompakte 4,3 × 10,2 Zoll (11 × 26 cm) zusammenfalten und passt mühelos in eine Rucksacktasche, Tragetasche oder den Kofferraum.\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 Sekunden einsatzbereit\u003c\/h2\u003e\n\n\u003cp\u003eVergessen Sie komplizierte Aufbauten und eingeklemmte Finger. Unser intuitives Design erfordert genau vier einfache Schritte zum Aufklappen für einen stabilen Sitz und vier schnelle Schritte zum Zusammenklappen für die Aufbewahrung. Problemloser Aufbau, damit Sie sich auf die Natur konzentrieren können.\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\u003eIhre mobile Ruhepause\u003c\/h2\u003e\n\n\u003cp\u003eOb Sie am See angeln, in der Schlange für ein Konzert warten, Marshmallows am Lagerfeuer rösten oder einfach einen zusätzlichen Sitzplatz für Gartenarbeiten brauchen – dieser vielseitige Hocker ist das perfekte durchdachte Geschenk für jeden praktischen Outdoor-Fan.\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 Daten\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails (metrisch \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\u003eVerstärkter Kohlenstoffstahl\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eRostschutzbeschichtung für den Außeneinsatz\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-Stoff\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e\u003cspan\u003eReißfest \u0026amp; sehr atmungsaktiv\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIst dieser Hocker für längeres Sitzen bequem?\u003c\/h3\u003e\n\n\u003cp\u003eObwohl er hauptsächlich für Tragbarkeit und kurzfristiges Ausruhen (wie Angeln, Pausen beim Wandern oder Warten in der Schlange) konzipiert ist, bietet der strapazierfähige 600D Oxford-Stoff eine feste und unterstützende Sitzfläche, die bei normaler Nutzung nicht schnell durchhängt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWird der Hocker im Schlamm oder Sand einsinken?\u003c\/h3\u003e\n\n\u003cp\u003eDie Beine aus Kohlenstoffstahl sind mit Schutzfüßen ausgestattet, um das Gewicht zu verteilen und Einsinken zu reduzieren. Wie bei allen kompakten Hockern kann es jedoch bei sehr weichem oder tiefem Schlamm zu leichtem Einsinken kommen. Wir empfehlen, relativ ebenen Untergrund für optimale Stabilität zu wählen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWie reinige ich den Hocker nach einem Campingausflug?\u003c\/h3\u003e\n\n\u003cp\u003eDie Reinigung ist einfach! Der 600D Oxford-Stoff ist sehr schmutzresistent. Sie können ihn einfach mit einem feuchten Tuch und milder Seife abwischen. Der Rahmen aus Kohlenstoffstahl kann ebenfalls gereinigt werden. Lassen Sie ihn immer vollständig an der Luft trocknen, bevor Sie ihn zum Verstauen zusammenklappen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Omurio","offers":[{"title":"Schwarz \/ 🧍 1er-Pack (Standard)","offer_id":47992016896212,"sku":"0402-15238394","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 🧍 1er-Pack (Standard)","offer_id":47992016928980,"sku":"0402-15232598","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Schwarz \/ 👫 2er-Pack (Paar-Set)","offer_id":47992016961748,"sku":"0402-15239280","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👫 2er-Pack (Paar-Set)","offer_id":47992016994516,"sku":"0402-15233427","price":40.95,"currency_code":"USD","in_stock":true},{"title":"Schwarz \/ 👨‍👩‍👧‍👦 4er-Pack (Familienangebot)","offer_id":47992017027284,"sku":"0402-15230323","price":79.95,"currency_code":"USD","in_stock":true},{"title":"Beige \/ 👨‍👩‍👧‍👦 4er-Pack (Familienangebot)","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\/de\/products\/heavy-duty-portable-outdoor-stool-rjc","provider":"Omurio","version":"1.0","type":"link"}