{"product_id":"potking-stofftopf-16-liter","title":"PotKing Stofftopf 16 Liter","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePotKing Stofftopf 16 Liter - Premium Grow Container | NovaHemp\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"PotKing Stofftopf 16L aus recycelten PET-Fasern. Air Pruning für explosives Wurzelwachstum, optimale Drainage \u0026amp; keine Staunässe. Perfekt für große Pflanzen.\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n    \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: #111111;\n            background: #FFFFFF;\n            overflow-x: hidden;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        \/* HEADER SECTION *\/\n        .product-header {\n            background: linear-gradient(135deg, #8AB6A9 0%, #6A9B8E 100%);\n            padding: 60px 20px;\n            text-align: center;\n            color: white;\n            margin-bottom: 40px;\n        }\n        \n        .bundle-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.2);\n            backdrop-filter: blur(10px);\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n            margin-bottom: 20px;\n            letter-spacing: 1px;\n        }\n        \n        .product-title {\n            font-size: 48px;\n            font-weight: 800;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .product-subtitle {\n            font-size: 20px;\n            opacity: 0.95;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            font-weight: 500;\n        }\n        \n        .bundle-contents {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n            margin-top: 25px;\n        }\n        \n        .bundle-contents span {\n            background: rgba(255, 255, 255, 0.25);\n            padding: 10px 20px;\n            border-radius: 8px;\n            font-size: 15px;\n            font-weight: 600;\n        }\n        \n        \/* KEY STATS *\/\n        .key-stats {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 20px;\n            margin: -40px auto 60px;\n            max-width: 1000px;\n            padding: 0 20px;\n        }\n        \n        .stat-card {\n            background: white;\n            padding: 30px 20px;\n            border-radius: 12px;\n            text-align: center;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .stat-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(138, 182, 169, 0.2);\n        }\n        \n        .stat-value {\n            font-size: 28px;\n            font-weight: 800;\n            color: #8AB6A9;\n            margin-bottom: 8px;\n        }\n        \n        .stat-label {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n        \n        \/* SECTIONS *\/\n        .section {\n            margin-bottom: 50px;\n        }\n        \n        .section-title {\n            font-size: 32px;\n            font-weight: 800;\n            color: #111111;\n            margin-bottom: 25px;\n            position: relative;\n            padding-bottom: 15px;\n        }\n        \n        .section-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 4px;\n            background: #8AB6A9;\n            border-radius: 2px;\n        }\n        \n        \/* BUNDLE OVERVIEW *\/\n        .bundle-overview {\n            background: linear-gradient(135deg, #EDEFF7 0%, #F8F9FC 100%);\n            padding: 40px;\n            border-radius: 16px;\n            margin-bottom: 50px;\n        }\n        \n        .bundle-intro {\n            font-size: 18px;\n            line-height: 1.8;\n            color: #333;\n            margin-bottom: 30px;\n        }\n        \n        .bundle-benefits {\n            display: grid;\n            gap: 20px;\n        }\n        \n        .benefit-item {\n            display: flex;\n            gap: 15px;\n            align-items: flex-start;\n        }\n        \n        .benefit-icon {\n            background: #8AB6A9;\n            color: white;\n            width: 28px;\n            height: 28px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 800;\n            flex-shrink: 0;\n        }\n        \n        .benefit-text {\n            font-size: 16px;\n            line-height: 1.6;\n            color: #333;\n        }\n        \n        .savings-highlight {\n            background: linear-gradient(135deg, #8AB6A9 0%, #6A9B8E 100%);\n            color: white;\n            padding: 20px 30px;\n            border-radius: 12px;\n            text-align: center;\n            font-size: 18px;\n            font-weight: 700;\n            margin-top: 30px;\n        }\n        \n        \/* PRODUCT IN BUNDLE *\/\n        .product-in-bundle {\n            border: 2px solid #EDEFF7;\n            border-radius: 16px;\n            padding: 35px;\n            margin-bottom: 30px;\n            transition: border-color 0.3s ease;\n        }\n        \n        .product-in-bundle:hover {\n            border-color: #8AB6A9;\n        }\n        \n        .product-bundle-title {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 25px;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .product-name {\n            font-size: 24px;\n            font-weight: 800;\n            color: #111111;\n        }\n        \n        .product-type {\n            background: #E4FCAA;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 700;\n            color: #111111;\n        }\n        \n        .product-quick-stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n        \n        .quick-stat {\n            background: #F8F9FC;\n            padding: 15px 20px;\n            border-radius: 10px;\n            display: flex;\n            flex-direction: column;\n            gap: 5px;\n        }\n        \n        .quick-stat-label {\n            font-size: 13px;\n            color: #666;\n            font-weight: 600;\n        }\n        \n        .quick-stat-value {\n            font-size: 16px;\n            font-weight: 700;\n            color: #111111;\n        }\n        \n        .product-bundle-description {\n            font-size: 16px;\n            line-height: 1.8;\n            color: #333;\n            margin-bottom: 25px;\n        }\n        \n        .product-highlights {\n            display: flex;\n            gap: 12px;\n            flex-wrap: wrap;\n        }\n        \n        .highlight-tag {\n            background: #8AB6A9;\n            color: white;\n            padding: 8px 16px;\n            border-radius: 20px;\n            font-size: 14px;\n            font-weight: 600;\n        }\n        \n        \/* COMPARISON TABLE *\/\n        .comparison-section {\n            margin: 50px 0;\n        }\n        \n        .comparison-table {\n            overflow-x: auto;\n            margin-top: 30px;\n        }\n        \n        .comparison-grid {\n            display: grid;\n            grid-template-columns: 200px repeat(3, 1fr);\n            gap: 2px;\n            background: #EDEFF7;\n            border-radius: 12px;\n            overflow: hidden;\n            min-width: 700px;\n        }\n        \n        .comparison-cell {\n            background: white;\n            padding: 20px;\n        }\n        \n        .comparison-header {\n            background: #8AB6A9;\n            color: white;\n            font-weight: 800;\n        }\n        \n        .comparison-product-header {\n            background: #8AB6A9;\n            color: white;\n            font-weight: 700;\n            text-align: center;\n            font-size: 15px;\n        }\n        \n        .comparison-label {\n            font-weight: 700;\n            color: #111111;\n            background: #F8F9FC;\n        }\n        \n        .comparison-value {\n            text-align: center;\n            font-size: 15px;\n            color: #333;\n        }\n        \n        \/* FAQ SECTION *\/\n        .faq-section {\n            margin: 50px 0;\n        }\n        \n        .faq-item {\n            background: #8AB6A9;\n            border-radius: 12px;\n            margin-bottom: 15px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .faq-item:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 15px rgba(138, 182, 169, 0.3);\n        }\n        \n        .faq-question {\n            padding: 20px 25px;\n            font-weight: 600;\n            font-size: 16px;\n            cursor: pointer;\n            user-select: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            color: white;\n        }\n        \n        .faq-question::after {\n            content: '+';\n            font-size: 24px;\n            font-weight: 400;\n            color: white;\n            transition: transform 0.3s ease;\n        }\n        \n        .faq-item.active .faq-question::after {\n            transform: rotate(45deg);\n        }\n        \n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease;\n            padding: 0 25px;\n            background: white;\n            color: #333;\n        }\n        \n        .faq-item.active .faq-answer {\n            max-height: 1000px;\n            padding: 20px 25px 25px;\n        }\n        \n        .faq-answer ul {\n            margin-left: 20px;\n            margin-top: 10px;\n        }\n        \n        .faq-answer li {\n            margin-bottom: 8px;\n            line-height: 1.6;\n        }\n        \n        .faq-answer a {\n            color: #8AB6A9;\n            text-decoration: underline;\n            font-weight: 600;\n        }\n        \n        \/* CROSS LINKS *\/\n        .cross-links {\n            background: #1A1A1A;\n            padding: 60px 40px;\n            border-radius: 0;\n            text-align: center;\n            margin: 50px 0 0 0;\n        }\n        \n        .cross-links h3 {\n            font-size: 28px;\n            font-weight: 700;\n            margin-bottom: 35px;\n            color: white;\n        }\n        \n        .link-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n        \n        .blog-link {\n            background: transparent;\n            color: white;\n            padding: 15px 35px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            border: 2px solid white;\n            transition: all 0.3s ease;\n            font-size: 15px;\n        }\n        \n        .blog-link:hover {\n            background: white;\n            color: #1A1A1A;\n            transform: scale(1.05);\n        }\n        \n        \/* OTHER SIZES SECTION *\/\n        .other-sizes-section {\n            margin: 50px 0;\n        }\n        \n        .size-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin-top: 30px;\n        }\n        \n        .size-card {\n            background: white;\n            border: 2px solid #EDEFF7;\n            border-radius: 16px;\n            padding: 30px;\n            text-decoration: none;\n            color: #111111;\n            transition: all 0.3s ease;\n            display: flex;\n            flex-direction: column;\n            gap: 12px;\n        }\n        \n        .size-card:hover {\n            border-color: #8AB6A9;\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(138, 182, 169, 0.2);\n        }\n        \n        .size-badge {\n            background: #E4FCAA;\n            color: #111111;\n            padding: 6px 15px;\n            border-radius: 20px;\n            font-size: 13px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            width: fit-content;\n        }\n        \n        .size-volume {\n            font-size: 32px;\n            font-weight: 800;\n            color: #8AB6A9;\n            margin-top: 5px;\n        }\n        \n        .size-dimensions {\n            font-size: 14px;\n            color: #666;\n            font-weight: 600;\n        }\n        \n        .size-description {\n            font-size: 15px;\n            color: #333;\n            line-height: 1.6;\n            margin-top: 8px;\n            flex-grow: 1;\n        }\n        \n        .size-cta {\n            font-size: 16px;\n            font-weight: 700;\n            color: #8AB6A9;\n            margin-top: 10px;\n            transition: all 0.3s ease;\n        }\n        \n        .size-card:hover .size-cta {\n            transform: translateX(5px);\n        }\n        \n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .product-subtitle {\n                font-size: 16px;\n            }\n            \n            .key-stats {\n                grid-template-columns: repeat(2, 1fr);\n                margin: -30px auto 40px;\n            }\n            \n            .stat-card {\n                padding: 20px 15px;\n            }\n            \n            .stat-value {\n                font-size: 22px;\n            }\n            \n            .section-title {\n                font-size: 24px;\n            }\n            \n            .bundle-overview {\n                padding: 25px 20px;\n            }\n            \n            .bundle-intro {\n                font-size: 16px;\n            }\n            \n            .product-in-bundle {\n                padding: 25px 20px;\n            }\n            \n            .product-name {\n                font-size: 20px;\n            }\n            \n            .product-quick-stats {\n                grid-template-columns: 1fr;\n            }\n            \n            .comparison-grid {\n                grid-template-columns: 150px repeat(3, 1fr);\n            }\n            \n            .comparison-cell {\n                padding: 12px 8px;\n                font-size: 13px;\n            }\n            \n            .size-cards {\n                grid-template-columns: 1fr;\n            }\n            \n            .cross-links {\n                padding: 40px 20px;\n            }\n            \n            .link-buttons {\n                flex-direction: column;\n            }\n            \n            .blog-link {\n                width: 100%;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-header {\n                padding: 40px 15px;\n            }\n            \n            .bundle-contents {\n                flex-direction: column;\n                gap: 10px;\n            }\n            \n            .bundle-contents span {\n                font-size: 14px;\n            }\n            \n            .size-card {\n                padding: 25px 20px;\n            }\n            \n            .size-volume {\n                font-size: 28px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cdiv class=\"page-wrapper\"\u003e\n        \u003c!-- PRODUCT HEADER --\u003e\n        \u003cdiv class=\"product-header\"\u003e\n            \u003cdiv class=\"bundle-badge\"\u003e🌱 PREMIUM STOFFTOPF\u003c\/div\u003e\n            \u003ch1 class=\"product-title\"\u003ePotKing Stofftopf 16 Liter\u003c\/h1\u003e\n            \u003cp class=\"product-subtitle\"\u003eFür große Pflanzen \u0026amp; längere Vegetationsphase – maximales Wurzelpotenzial\u003c\/p\u003e\n            \u003cdiv class=\"bundle-contents\"\u003e\n                \u003cspan\u003e16 Liter Volumen\u003c\/span\u003e\n                \u003cspan\u003e28 cm Ø × 27 cm H\u003c\/span\u003e\n                \u003cspan\u003eWiederverwendbar\u003c\/span\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- KEY STATS --\u003e\n        \u003cdiv class=\"key-stats\"\u003e\n            \u003cdiv class=\"stat-card\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e16 Liter\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eXXL Volumen\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-card\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eAir Pruning\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eLuftbeschneidung\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-card\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eRecycelt\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003ePET-Fasern\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-card\"\u003e\n                \u003cdiv class=\"stat-value\"\u003eEasy-Fill\u003c\/div\u003e\n                \u003cdiv class=\"stat-label\"\u003eEinfaches Befüllen\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"container\"\u003e\n            \u003c!-- BUNDLE OVERVIEW --\u003e\n            \u003cdiv class=\"section bundle-overview\"\u003e\n                \u003ch2 class=\"section-title\"\u003eProdukt-Übersicht\u003c\/h2\u003e\n                \u003cp class=\"bundle-intro\"\u003eDer \u003cstrong\u003ePotKing Stofftopf 16 Liter\u003c\/strong\u003e ist die Wahl für ambitionierte Grower, die größere Pflanzen mit längerer Vegetationsphase anbauen möchten. Mit 16 Litern Volumen bietet dieser Stofftopf ausreichend Raum für explosives Wurzelwachstum und unterstützt Pflanzen bis zu 150 cm Höhe. Perfekt für größere Growboxen (ab 100×100 cm) oder Outdoor-Grows – die Air Pruning Technologie sorgt für ein dichtes, gesundes Wurzelsystem und maximale Erträge.\u003c\/p\u003e\n                \n                \u003cdiv class=\"bundle-benefits\"\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eFür große Pflanzen:\u003c\/strong\u003e 16L entsprechen ca. 48L Plastiktopf – ideal für 80-150 cm hohe Pflanzen\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eLängere Vegetationsphase:\u003c\/strong\u003e Genug Wurzelraum für 5-8 Wochen Vegi ohne Platzmangel\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003eAir Pruning:\u003c\/strong\u003e Verhindert Ringwurzeln \u0026amp; fördert dichtes, verzweigtes Wurzelwachstum\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"benefit-item\"\u003e\n                        \u003cdiv class=\"benefit-icon\"\u003e✓\u003c\/div\u003e\n                        \u003cdiv class=\"benefit-text\"\u003e\n\u003cstrong\u003ePremium-Erträge:\u003c\/strong\u003e Mehr Wurzelraum = mehr Nährstoffaufnahme = dichtere, schwerere Buds\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"savings-highlight\"\u003e\n                    16L Stofftopf = ca. 48L Plastiktopf – maximales Wurzelpotenzial für große Pflanzen!\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- AIR PRUNING --\u003e\n            \u003cdiv class=\"section product-in-bundle\"\u003e\n                \u003cdiv class=\"product-bundle-title\"\u003e\n                    \u003cdiv class=\"product-name\"\u003eAir Pruning Technologie\u003c\/div\u003e\n                    \u003cdiv class=\"product-type\"\u003eDer Game-Changer\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"product-quick-stats\"\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eWurzelwachstum\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eBis zu 300% dichter\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eSauerstoff\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003e360° Versorgung\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eEffekt\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eKeine Ringwurzeln\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"product-bundle-description\"\u003eWenn Wurzeln in Plastiktöpfen die Wand erreichen, wachsen sie im Kreis weiter und würgen die Pflanze. Bei Stofftöpfen werden Wurzelspitzen an der atmungsaktiven Wand auf natürliche Weise \"beschnitten\" – die Pflanze bildet daraufhin mehr Wurzeln aus dem inneren Bereich. Das Ergebnis: Ein \u003cstrong\u003edichtes, verzweigtes Wurzelsystem\u003c\/strong\u003e statt weniger langer Wurzeln. Bei 16 Litern entfaltet sich dieses Potenzial voll – perfekt für Pflanzen, die 5-8 Wochen Vegi bekommen und richtig groß werden sollen!\u003c\/p\u003e\n                \n                \u003cdiv class=\"product-highlights\"\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🌿 Dichtes Wurzelsystem\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🚫 Keine Ringwurzeln\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e📈 Bis zu 30% mehr Ertrag\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e⚡ Schnelleres Wachstum\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- OPTIMALE DRAINAGE --\u003e\n            \u003cdiv class=\"section product-in-bundle\"\u003e\n                \u003cdiv class=\"product-bundle-title\"\u003e\n                    \u003cdiv class=\"product-name\"\u003ePerfekte Drainage \u0026amp; Belüftung\u003c\/div\u003e\n                    \u003cdiv class=\"product-type\"\u003eKeine Staunässe\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"product-quick-stats\"\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eWasserablauf\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003e360° durchlässig\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eLuftzirkulation\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eRundum atmungsaktiv\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eTemperatur\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eKühlere Wurzelzone\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"product-bundle-description\"\u003eDas atmungsaktive Gewebe sorgt für perfekte Drainage – überschüssiges Wasser läuft an allen Seiten ab, Staunässe ist praktisch unmöglich. Gleichzeitig findet permanenter Luftaustausch statt, der die Wurzelzone kühler hält und Wurzelfäule vorbeugt. Bei größeren Töpfen wie dem 16L-Modell ist das besonders wichtig: Mehr Erde speichert mehr Wasser, und ohne gute Drainage droht schnell Überwässerung. Mit PotKing Stofftöpfen kannst du großzügig gießen, ohne Angst vor Staunässe!\u003c\/p\u003e\n                \n                \u003cdiv class=\"product-highlights\"\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e💧 Kein Übergießen möglich\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🌡️ Temperaturregulierung\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🦠 Gesundes Bodenleben\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🌊 360° Wasserablauf\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- MATERIAL \u0026 NACHHALTIGKEIT --\u003e\n            \u003cdiv class=\"section product-in-bundle\"\u003e\n                \u003cdiv class=\"product-bundle-title\"\u003e\n                    \u003cdiv class=\"product-name\"\u003eNachhaltig \u0026amp; Langlebig\u003c\/div\u003e\n                    \u003cdiv class=\"product-type\"\u003eRecycelte PET-Fasern\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"product-quick-stats\"\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eMaterial\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eRecycelte PET-Flaschen\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eHaltbarkeit\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eMehrjährig nutzbar\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eLagerung\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003eFlach zusammenfaltbar\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"product-bundle-description\"\u003ePotKing Stofftöpfe werden aus \u003cstrong\u003erecycelten PET-Fasern\u003c\/strong\u003e hergestellt und sind \u003cstrong\u003ehandwaschbar sowie mehrfach wiederverwendbar\u003c\/strong\u003e. Das robuste Gewebe hält problemlos mehrere Grows und bleibt dabei stabil. Dank \"Easy-Fill\"-Design stehen die Töpfe auch leer aufrecht – selbst der größere 16L-Topf lässt sich alleine befüllen. Zusammengefaltet nehmen sie kaum Platz weg. Am Ende ihrer Nutzungsdauer können sie erneut recycelt werden – echter Kreislaufwirtschaft!\u003c\/p\u003e\n                \n                \u003cdiv class=\"product-highlights\"\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e♻️ 100% recycelte Fasern\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🧼 Handwaschbar\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e📦 Platzsparend lagern\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🌍 Kreislaufwirtschaft\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- IDEALE GRÖßE --\u003e\n            \u003cdiv class=\"section product-in-bundle\"\u003e\n                \u003cdiv class=\"product-bundle-title\"\u003e\n                    \u003cdiv class=\"product-name\"\u003e16 Liter – Für große Pflanzen\u003c\/div\u003e\n                    \u003cdiv class=\"product-type\"\u003eFür wen geeignet?\u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cdiv class=\"product-quick-stats\"\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eIdeal für\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003e80-150 cm Pflanzenhöhe\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eVegetationsphase\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003e5-8 Wochen\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"quick-stat\"\u003e\n                        \u003cspan class=\"quick-stat-label\"\u003eEntspricht\u003c\/span\u003e\n                        \u003cspan class=\"quick-stat-value\"\u003e~48L Plastiktopf\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \n                \u003cp class=\"product-bundle-description\"\u003eMit 16 Litern ist dieser Stofftopf perfekt für \u003cstrong\u003egroße Indoor-Pflanzen\u003c\/strong\u003e in Growboxen ab 100×100 cm oder für \u003cstrong\u003eOutdoor-Grows\u003c\/strong\u003e. Die Maße (28 cm Ø × 27 cm Höhe) bieten genug Raum für kräftige Wurzelsysteme bei längerer Vegetationsphase (5-8 Wochen). Dank Air Pruning entspricht das 16L-Volumen etwa einem 48-Liter-Plastiktopf. Ideal, wenn du mit \u003ca href=\"https:\/\/novahemp.de\/collections\/stecklinge\" style=\"color: #8AB6A9; text-decoration: underline; font-weight: 600;\"\u003ehochwertigen Stecklingen\u003c\/a\u003e startest und diese zu imposanten Pflanzen heranziehen möchtest!\u003c\/p\u003e\n                \n                \u003cdiv class=\"product-highlights\"\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e📏 28 cm Ø × 27 cm H\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🌱 Perfekt für Stecklinge\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🏆 Premium-Erträge\u003c\/span\u003e\n                    \u003cspan class=\"highlight-tag\"\u003e🎯 Indoor \u0026amp; Outdoor\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- ANDERE GRÖßEN --\u003e\n            \u003cdiv class=\"section other-sizes-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eWeitere PotKing Größen\u003c\/h2\u003e\n                \u003cp style=\"font-size: 16px; color: #666; margin-bottom: 30px; line-height: 1.6;\"\u003eBrauchst du eine andere Größe? PotKing bietet die perfekte Lösung für jeden Grow-Style.\u003c\/p\u003e\n                \n                \u003cdiv class=\"size-cards\"\u003e\n                    \u003ca href=\"https:\/\/novahemp.de\/products\/potking-stofftopf-12-liter\" class=\"size-card\"\u003e\n                        \u003cdiv class=\"size-badge\"\u003eStandard\u003c\/div\u003e\n                        \u003cdiv class=\"size-volume\"\u003e12 Liter\u003c\/div\u003e\n                        \u003cdiv class=\"size-dimensions\"\u003e25 cm Ø × 25 cm H\u003c\/div\u003e\n                        \u003cdiv class=\"size-description\"\u003eFür Standard-Grows mit 3-5 Wochen Vegetationsphase\u003c\/div\u003e\n                        \u003cdiv class=\"size-cta\"\u003eJetzt ansehen →\u003c\/div\u003e\n                    \u003c\/a\u003e\n                    \n                    \u003ca href=\"https:\/\/novahemp.de\/products\/potking-stofftopf-24-liter\" class=\"size-card\"\u003e\n                        \u003cdiv class=\"size-badge\"\u003eXXL\u003c\/div\u003e\n                        \u003cdiv class=\"size-volume\"\u003e25 Liter\u003c\/div\u003e\n                        \u003cdiv class=\"size-dimensions\"\u003e33 cm Ø × 33 cm H\u003c\/div\u003e\n                        \u003cdiv class=\"size-description\"\u003eFür Monsterplants im Outdoor-Grow oder XXL-Indoor-Setups\u003c\/div\u003e\n                        \u003cdiv class=\"size-cta\"\u003eJetzt ansehen →\u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- COMPARISON TABLE --\u003e\n            \u003cdiv class=\"section comparison-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003e16L vs. 12L Stofftopf\u003c\/h2\u003e\n                \u003cdiv class=\"comparison-table\"\u003e\n                    \u003cdiv class=\"comparison-grid\"\u003e\n                        \u003c!-- Header Row --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-header\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-product-header\"\u003e12 Liter\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-product-header\"\u003e16 Liter\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-product-header\"\u003eUnterschied\u003c\/div\u003e\n                        \n                        \u003c!-- Volumen --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003eVolumen\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e12L (~36L Plastik)\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e16L (~48L Plastik)\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e+33% mehr Raum\u003c\/div\u003e\n                        \n                        \u003c!-- Pflanzenhöhe --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003ePflanzenhöhe\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e60-120 cm\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e80-150 cm\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eGrößere Pflanzen\u003c\/div\u003e\n                        \n                        \u003c!-- Vegetationsphase --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003eVegetationsphase\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e3-5 Wochen\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e5-8 Wochen\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eLängere Vegi\u003c\/div\u003e\n                        \n                        \u003c!-- Growbox --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003eGrowbox-Größe\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eAb 80×80 cm\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eAb 100×100 cm\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eMehr Platz nötig\u003c\/div\u003e\n                        \n                        \u003c!-- Ertragspotenzial --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003eErtragspotenzial\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eHoch\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eSehr hoch\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003e+20-40% möglich\u003c\/div\u003e\n                        \n                        \u003c!-- Einsatz --\u003e\n                        \u003cdiv class=\"comparison-cell comparison-label\"\u003eIdeal für\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eStandard Indoor\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eIndoor XL \u0026amp; Outdoor\u003c\/div\u003e\n                        \u003cdiv class=\"comparison-cell comparison-value\"\u003eVielseitiger\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FAQ SECTION --\u003e\n            \u003cdiv class=\"section faq-section\"\u003e\n                \u003ch2 class=\"section-title\"\u003eHäufige Fragen\u003c\/h2\u003e\n                \n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eWarum 16 Liter statt 12 Liter wählen?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Wähle 16L, wenn du \u003cstrong\u003egrößere Pflanzen\u003c\/strong\u003e (80-150 cm) mit längerer Vegetationsphase (5-8 Wochen) anbauen möchtest. Mit 16 Litern haben die Wurzeln mehr Platz, was zu kräftigeren Pflanzen und potenziell 20-40% höheren Erträgen führt. Ideal für größere Growboxen (ab 100×100 cm) oder Outdoor-Grows. Wenn du jedoch in einer kleineren Box (60-80 cm) mit kürzerer Vegi (3-5 Wochen) growst, reicht ein 12L-Topf völlig aus und ist effizienter. Faustregel: Mehr Vegi-Zeit = größerer Topf!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003ePassen 16L Stofftöpfe in meine 100×100 cm Growbox?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        \u003cstrong\u003eJa, perfekt!\u003c\/strong\u003e In eine 100×100 cm Box passen etwa 4 Pflanzen im 16L Stofftopf komfortabel:\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003e4 Pflanzen:\u003c\/strong\u003e Mit LST oder SCROG für optimale Flächenausnutzung\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003e2-3 Pflanzen:\u003c\/strong\u003e Bei natürlichem Wachstum ohne Training\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        Die Maße (28 cm Ø) lassen genug Platz zwischen den Töpfen für Luftzirkulation. In 120×120 cm Boxen passen auch 6-9 Pflanzen. Kombiniere die 16L Töpfe mit \u003ca href=\"https:\/\/novahemp.de\/collections\/stecklinge\" style=\"color: #8AB6A9; text-decoration: underline; font-weight: 600;\"\u003eerstklassigen Stecklingen\u003c\/a\u003e für maximale Erträge!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eWie oft muss ich bei 16L Töpfen gießen?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Größere Töpfe speichern mehr Wasser, aber durch das atmungsaktive Gewebe trocknet das Substrat schneller als in Plastiktöpfen. Bei 16L Stofftöpfen typischerweise \u003cstrong\u003ealle 2-4 Tage gießen\u003c\/strong\u003e, abhängig von:\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePflanzengröße:\u003c\/strong\u003e Größere Pflanzen trinken mehr\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eVegetationsphase:\u003c\/strong\u003e In der Vegi mehr Wasser als zu Beginn\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTemperatur:\u003c\/strong\u003e Bei höheren Temps schnellere Verdunstung\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eLuftfeuchtigkeit:\u003c\/strong\u003e Niedrige RH = mehr gießen\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        Tipp: Finger 2-3 cm tief in die Erde stecken – wenn trocken, gießen. Untersetzer verwenden, um ablaufendes Wasser aufzufangen!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eSind 16L Töpfe für Autoflowers geeignet?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        \u003cstrong\u003eKommt drauf an!\u003c\/strong\u003e Für Standard-Autoflowers sind 16L meist überdimensioniert – 12L reichen völlig. ABER: Für \u003cstrong\u003eXL-Autoflower-Strains\u003c\/strong\u003e (z.B. XXL-Versionen von Breedern), die 100-120 cm groß werden, sind 16L perfekt. Wichtig: \u003cstrong\u003eNiemals umtopfen\u003c\/strong\u003e bei Autoflowers! Starte den Seed direkt im finalen 16L Stofftopf (oder in Anzuchtwürfel, dann früh umsetzen). Bei photoperiodischen Pflanzen kannst du mit \u003ca href=\"https:\/\/novahemp.de\/collections\/stecklinge\" style=\"color: #8AB6A9; text-decoration: underline; font-weight: 600;\"\u003eStecklingen\u003c\/a\u003e in kleineren Töpfen starten und später in 16L umtopfen.\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eWelche Erde für 16L Stofftöpfe?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Bei größeren Töpfen ist die Erdqualität noch wichtiger. Empfehlungen:\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAllmix\/Lightmix:\u003c\/strong\u003e Vorgedüngte Bio-Erden mit guter Struktur\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eCoco-Mix (70\/30):\u003c\/strong\u003e Kokosfaser mit Perlite für optimale Drainage\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eLiving Soil:\u003c\/strong\u003e Organische Supersoils mit Mikroorganismen – profitieren von der Belüftung\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePerlite\/Vermiculite-Zusatz:\u003c\/strong\u003e 15-20% verbessert Drainage \u0026amp; Belüftung\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        Wichtig: Lockere, luftige Substrate nutzen die Air-Pruning-Technologie optimal. Schwere, verdichtete Erde vermeiden – diese erstickt die Wurzeln trotz Stofftopf!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eKann ich 16L Töpfe auch outdoor verwenden?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        \u003cstrong\u003eAbsolut!\u003c\/strong\u003e 16L Stofftöpfe sind hervorragend für Outdoor-Grows geeignet:\n                        \u003cul\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eBalkon\/Terrasse:\u003c\/strong\u003e Perfekte Größe für große Outdoor-Pflanzen\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eGarten:\u003c\/strong\u003e Flexibler als Einpflanzen in den Boden – kannst Pflanzen bewegen\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eWetterschutz:\u003c\/strong\u003e Bei Starkregen oder Hagel schnell geschützt aufstellen\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTemperaturregulierung:\u003c\/strong\u003e Atmungsaktives Gewebe verhindert Überhitzung der Wurzeln\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                        Outdoor trocknen Stofftöpfe durch Sonne \u0026amp; Wind schneller – plane etwas häufigeres Gießen ein. Die robuste PET-Faser hält UV-Strahlung \u0026amp; Wetter stand!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq-item\"\u003e\n                    \u003cdiv class=\"faq-question\"\u003eWie reinige ich 16L Stofftöpfe nach dem Grow?\u003c\/div\u003e\n                    \u003cdiv class=\"faq-answer\"\u003e\n                        Stofftöpfe sind einfach zu reinigen und wiederverwendbar:\n                        \u003col\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eErde entfernen:\u003c\/strong\u003e Topf leeren und Erde ausklopfen\/ausbürsten\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eEinweichen:\u003c\/strong\u003e In warmem Wasser mit mildem Reiniger 30 Min. einweichen\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003ePer Hand waschen:\u003c\/strong\u003e Mit Bürste Innenseite \u0026amp; Außenseite schrubben\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eAusspülen:\u003c\/strong\u003e Gründlich mit klarem Wasser ausspülen\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eTrocknen:\u003c\/strong\u003e Komplett an der Luft trocknen lassen (2-3 Tage)\u003c\/li\u003e\n                            \u003cli\u003e\n\u003cstrong\u003eLagern:\u003c\/strong\u003e Flach zusammenfalten, platzsparend aufbewahren\u003c\/li\u003e\n                        \u003c\/ol\u003e\n                        Für hartnäckige Wurzelreste: Mit H₂O₂ (Wasserstoffperoxid 3%) behandeln. Bei guter Pflege halten die Töpfe 3-5 Jahre!\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- CROSS LINKS --\u003e\n            \u003cdiv class=\"cross-links\"\u003e\n                \u003ch3\u003eMehr erfahren\u003c\/h3\u003e\n                \u003cdiv class=\"link-buttons\"\u003e\n                    \u003ca href=\"https:\/\/novahemp.de\/blogs\/anbau-anleitungen-grow-tipps\/cannabis-ernten-so-geht-s-richtig\" class=\"blog-link\"\u003e\n                        Cannabis ernten - So geht's richtig\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/novahemp.de\/blogs\/anbau-anleitungen-grow-tipps\/cannabis-curing-aushartung-leicht-gemacht\" class=\"blog-link\"\u003e\n                        Cannabis Curing leicht gemacht\n                    \u003c\/a\u003e\n                    \u003ca href=\"https:\/\/novahemp.de\/blogs\/anbau-anleitungen-grow-tipps\/cannabis-anbau-anleitung-vom-samen-bis-zur-ernte-schritt-fur-schritt\" class=\"blog-link\"\u003e\n                        Cannabis Anbau-Anleitung\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ FAQ Accordion\n        document.querySelectorAll('.faq-question').forEach(question =\u003e {\n            question.addEventListener('click', () =\u003e {\n                const faqItem = question.parentElement;\n                const wasActive = faqItem.classList.contains('active');\n                \n                \/\/ Close all FAQ items\n                document.querySelectorAll('.faq-item').forEach(item =\u003e {\n                    item.classList.remove('active');\n                });\n                \n                \/\/ Open clicked item if it wasn't active\n                if (!wasActive) {\n                    faqItem.classList.add('active');\n                }\n            });\n        });\n    \u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Pot King","offers":[{"title":"1 Pot","offer_id":56911088255358,"sku":null,"price":2.5,"currency_code":"EUR","in_stock":true},{"title":"3 Pots","offer_id":56911088288126,"sku":null,"price":6.5,"currency_code":"EUR","in_stock":true},{"title":"6 Pots","offer_id":56911088320894,"sku":null,"price":14.5,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/4494\/7070\/files\/PotKingStofftopf16Liter.webp?v=1770765180","url":"https:\/\/novahemp.de\/products\/potking-stofftopf-16-liter","provider":"Nova Hemp","version":"1.0","type":"link"}