{"product_id":"tear-resistant-ground-cover-rjc","title":"Reißfeste Bodenabdeckung","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #1b4332;\n      --primary-hover: #2d6a4f;\n      --text-main: #2d3748;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f7f6;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05);\n      --border-color: #e2e8f0;\n      \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      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Festgelegtes Typografie-System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .pill {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Abstands-System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Bild-System *\/\n    .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      box-sizing: border-box;\n      margin-bottom: 24px;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Badge- und Tag-System *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .pill {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 20px;\n      font-weight: 500;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero-Block *\/\n    .hero-block {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      text-align: center;\n    }\n\n    \/* Feature-Layout *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      margin-bottom: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Tabelle mit technischen Daten *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    \/* FAQ-Bereich *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      color: var(--primary);\n    }\n\n    \/* Responsives Layout *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .spec-table td:first-child {\n        font-weight: 600;\n        color: var(--primary);\n        width: 30%;\n      }\n    }\n\n    @media (max-width: 767px) {\n      \/* Festgelegte Typografie-Skalierung *\/\n      .product-detail-container h1,\n      .product-detail-container .hero-title {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container td,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-desc,\n      .product-detail-container .faq-answer,\n      .product-detail-container .pill {\n        font-size: 18px !important;\n      }\n\n      \/* Feature-Layout: Bild zuerst, Text danach *\/\n      .feature-item {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n      }\n\n      \/* Responsive Tabellenanpassung *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--primary);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [KI-Designlogik]\n  Produkttyp: Gewebtes Unkrautschutzvlies aus Polypropylen\n  Zielgruppe: Gärtner, Landwirte, Landschaftsgärtner\n  Visueller Stil: Professionell, umweltfreundlich, klar, kontrastreich\n  Farbstrategie: Tiefes Waldgrün (#1b4332), Blattgrün (#2d6a4f), helles Nebelgrau (#f4f7f6)\n  Modulreihenfolge: Einleitung\/Hero -\u003e Vorteil 1 -\u003e Vorteil 2 -\u003e Vorteil 3 -\u003e Vorteil 4 -\u003e Technische Daten -\u003e FAQ\n  Zuordnung der Detailbilder: Hero=detail_7, Vorteil1=detail_6, Vorteil2=detail_2, Vorteil3=detail_1, Vorteil4=detail_4\n  Quelle der technischen Daten: spec_1, spec_2 (nur zur Datenentnahme; es wird kein Platzhalterbild für technische Daten angezeigt)\n  Vergleichsbereich: Nicht enthalten (keine direkten Vergleichstabellen oder Vorher-Nachher-Bildersets bereitgestellt)\n  Informationsgrundlage: Stützt sich strikt auf den bereitgestellten Bericht und die Bildtexte. Im Fokus stehen die gewebte PP-Struktur, grüne Ausrichtungslinien, Durchlässigkeit, sauberes Zuschneiden ohne leichtes Ausfransen sowie die aufgeführten Abmessungen (0,9 x 15 m \/ 1,2 x 15 m). Heringe oder Schneidwerkzeuge sind nicht enthalten.\n  --\u003e\n\u003c!-- A. EINLEITUNGS-\/HERO-INHALTSBLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"pill\"\u003eGewebe aus Polypropylen\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eHochdichtes Unkrautschutzvlies für den Garten\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eSorgen Sie für einen gepflegten Garten und schützen Sie das Ökosystem Ihres Bodens mit einer physischen Unkrautkontrolle, die Wasser und Luftzirkulation ermöglicht.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260912112809\/dea38706c0ad483ea5b04a3319ad012e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. VORTEILSBEREICHE --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 32px;\"\u003eWichtige Vorteile und Eigenschaften\u003c\/h2\u003e\n\u003c!-- Vorteil 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260912112809\/49f2f0699299677de8522874e7d40947.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"pill\"\u003eHervorragende Durchlässigkeit\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eLässt Wasser und Boden atmen\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDieses Gewebe wurde mit hoher Durchlässigkeit entwickelt, sodass Regenwasser und Luft problemlos durch das Material strömen können. Es verhindert, dass sich Wasser an der Oberfläche sammelt, und hält den Boden feucht, belüftet und nährstoffreich.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Vorteil 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260912112809\/b94f393a6d58f99573f9843ab671d703.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"pill\"\u003eDichtes Gewebe\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eRobuste und reißfeste Konstruktion\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDas dichte Gewebe aus widerstandsfähigen Polypropylenfasern hält Sonnenlicht vom Boden fern. Dadurch wird verhindert, dass Gras und Unkraut durchbrechen, und der Boden wird beschattet, ohne seine Qualität zu verändern.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Vorteil 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260912112809\/234579421b6a97f69b2c8b3efff7281a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"pill\"\u003eSaubere Schnitte und Orientierungslinien\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eEinfache Pflanzenausrichtung und saubere Kanten\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eDie integrierten parallelen grünen Orientierungslinien helfen Ihnen, Pflanzen einfach in geraden Reihen auszurichten. Das Gewebe lässt sich bequem auf die gewünschte Form zuschneiden, und die Kanten fransen beim Schneiden nicht leicht aus. (Hinweis: Installationswerkzeuge sind nicht enthalten.)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Vorteil 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260912112809\/efa39315f803d672be07461776278088.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"pill\"\u003eVielseitig einsetzbar\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3 class=\"feature-title\"\u003eIdeal für zahlreiche Anwendungen am Boden\u003c\/h3\u003e\n\n\u003cp class=\"feature-desc\"\u003eEine strapazierfähige Barriere für Außenbereiche wie Blumenbeete, Gemüsebeete, Gewächshäuser, Wege aus Kies, Einfahrten, Unterlagen für Kunstrasen und Steingärten.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. TECHNISCHE DATEN --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eTechnische Daten\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eGewebe aus Polypropylen (PP)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Farbe\"\u003e\u003cspan class=\"spec-value\"\u003eMattes Schwarz mit grünen Streifen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Verfügbare Größen\"\u003e\u003cspan class=\"spec-value\"\u003e 0,9 m x 15 m (ca. 35,4 Zoll x 590,6 Zoll)\u003cbr\u003e\n\t\t\t1,2 m x 15 m (ca. 47,2 Zoll x 590,6 Zoll) \u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Verpackungsart\"\u003e\u003cspan class=\"spec-value\"\u003eGefaltete Bahnen\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Lieferumfang\"\u003e\u003cspan class=\"spec-value\"\u003eNur Unkrautschutzvlies (Heringe, Erdanker und Werkzeuge sind nicht enthalten)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"section-title\" style=\"text-align: center; margin-bottom: 24px;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e🌿 F: Können Wasser und Pflanzennährstoffe durch dieses Gewebe ablaufen?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eJa. Das gewebte Polypropylengewebe ist hervorragend durchlässig. Wasser, Luft und gelöste Nährstoffe können problemlos durch das Material in den darunterliegenden Boden gelangen, sodass sich kein Wasser an der Oberfläche sammelt.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e✂️ F: Franst das Gewebe leicht aus, wenn ich es auf die gewünschte Größe zuschneide?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNein. Die robuste Gewebestruktur ist so konzipiert, dass die Kanten beim Schneiden mit einer scharfen Haushaltsschere nur wenig ausfransen. So können Sie ganz einfach individuelle Formen selbst zuschneiden.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e📍 F: Sind Befestigungsheringe oder Erdanker im Lieferumfang enthalten?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eIm Lieferumfang ist ausschließlich die gefaltete Bahn des Unkrautschutzvlieses enthalten. Installationszubehör wie Erdanker, Hämmer oder Gartenharken ist nicht enthalten und muss separat beschafft werden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"3 Fuß x 50 Fuß","offer_id":48656310206676,"sku":"0914-10266732","price":17.95,"currency_code":"EUR","in_stock":true},{"title":"4 Fuß x 50 Fuß","offer_id":48656310239444,"sku":"0914-10268318","price":22.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/0ac48e8241be7395d6c6e14d84ba325b_14d39878-0aaa-4d57-816a-beeb48accc48.jpg?v=1789352780","url":"https:\/\/7t1gn3-sv.myshopify.com\/de\/products\/tear-resistant-ground-cover-rjc","provider":"Omurio","version":"1.0","type":"link"}