{"product_id":"garvee-feuerholzregal-30zoll-metall-garten-kamin-ppg_33vk850j","title":"Garvee Feuerholzregal 75 cm – Metall, H-förmige Konstruktion, Doppellagig, Silber für Garten \u0026 Kamin","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        #product-holzstapel-isolated * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        #product-holzstapel-isolated {\n            font-family: 'Roboto', sans-serif;\n            color: #333;\n            background-color: #f0f8ff;\n            line-height: 1.6;\n        }\n        \n        #product-holzstapel-isolated .product-details {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background: linear-gradient(180deg, #f0f8ff 0%, #e9f2ff 100%);\n        }\n        \n        \/* 规格展示区 *\/\n        #product-holzstapel-isolated .specs-showcase {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: white;\n            border-radius: 16px;\n            padding: 25px 30px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 30px rgba(7, 65, 116, 0.12);\n            border: 2px solid #e9f2ff;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        #product-holzstapel-isolated .spec-item-compact {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            min-width: 120px;\n            flex: 1;\n            transition: transform 0.3s ease;\n        }\n        \n        #product-holzstapel-isolated .spec-item-compact:hover {\n            transform: translateY(-5px);\n        }\n        \n        #product-holzstapel-isolated .spec-icon-compact {\n            width: 70px;\n            height: 70px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #e9f2ff, #d4e5ff);\n            border-radius: 50%;\n            margin-bottom: 12px;\n            font-size: 28px;\n            color: #074174;\n            box-shadow: 0 4px 10px rgba(7, 65, 116, 0.15);\n        }\n        \n        #product-holzstapel-isolated .spec-value-compact {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: #074174;\n            margin-bottom: 4px;\n        }\n        \n        #product-holzstapel-isolated .spec-label-compact {\n            color: #4a90e2;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            font-weight: 500;\n        }\n        \n        #product-holzstapel-isolated .spec-divider {\n            width: 1px;\n            height: 50px;\n            background: #d4e5ff;\n        }\n        \n        \/* 特性区域 *\/\n        #product-holzstapel-isolated .feature-section {\n            display: flex;\n            align-items: center;\n            margin-bottom: 30px;\n            background: white;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 6px 20px rgba(7, 65, 116, 0.15);\n            border: 2px solid #e9f2ff;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        #product-holzstapel-isolated .feature-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(7, 65, 116, 0.2);\n        }\n        \n        #product-holzstapel-isolated .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        #product-holzstapel-isolated .feature-image {\n            flex: 1;\n            min-height: 320px;\n            background: #e9f2ff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n        }\n        \n        #product-holzstapel-isolated .feature-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.5s ease;\n        }\n        \n        #product-holzstapel-isolated .feature-image:hover img {\n            transform: scale(1.05);\n        }\n        \n        #product-holzstapel-isolated .feature-content {\n            flex: 1;\n            padding: 30px;\n            background: #fff;\n        }\n        \n        #product-holzstapel-isolated .feature-title {\n            font-size: 1.5rem;\n            color: #074174;\n            margin-bottom: 15px;\n            font-weight: 700;\n            padding-bottom: 10px;\n            position: relative;\n        }\n        \n        #product-holzstapel-isolated .feature-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: linear-gradient(to right, #074174, #4a90e2);\n            border-radius: 3px;\n        }\n        \n        #product-holzstapel-isolated .feature-desc {\n            color: #4a90e2;\n            margin-bottom: 15px;\n            font-size: 1rem;\n            line-height: 1.5;\n            font-weight: 500;\n        }\n        \n        #product-holzstapel-isolated .highlight-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n        \n        #product-holzstapel-isolated .highlight-list li {\n            position: relative;\n            padding-left: 28px;\n            margin-bottom: 10px;\n            color: #2d3748;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        #product-holzstapel-isolated .highlight-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            color: #074174;\n            font-weight: bold;\n            font-size: 1.1rem;\n        }\n        \n        \/* 使用提示 *\/\n        #product-holzstapel-isolated .usage-note {\n            background: linear-gradient(135deg, #e9f2ff, #d4e5ff);\n            border: 2px solid #074174;\n            border-radius: 15px;\n            padding: 25px 30px;\n            margin-top: 30px;\n            box-shadow: 0 4px 15px rgba(7, 65, 116, 0.1);\n        }\n        \n        #product-holzstapel-isolated .usage-note-title {\n            color: #074174;\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        #product-holzstapel-isolated .usage-note-title::before {\n            content: \"💡\";\n            font-size: 1.5rem;\n        }\n        \n        #product-holzstapel-isolated .usage-note-content {\n            color: #074174;\n            font-size: 1rem;\n            line-height: 1.6;\n            font-weight: 500;\n        }\n        \n        \/* 响应式设计 *\/\n        @media (max-width: 992px) {\n            #product-holzstapel-isolated .specs-showcase {\n                gap: 15px;\n                padding: 20px;\n            }\n            \n            #product-holzstapel-isolated .spec-item-compact {\n                min-width: 100px;\n            }\n            \n            #product-holzstapel-isolated .spec-icon-compact {\n                width: 60px;\n                height: 60px;\n                font-size: 24px;\n            }\n            \n            #product-holzstapel-isolated .spec-value-compact {\n                font-size: 1.15rem;\n            }\n            \n            #product-holzstapel-isolated .spec-label-compact {\n                font-size: 0.8rem;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            #product-holzstapel-isolated .feature-section,\n            #product-holzstapel-isolated .feature-section:nth-child(even) {\n                flex-direction: column;\n            }\n            \n            #product-holzstapel-isolated .feature-image {\n                min-height: 250px;\n                width: 100%;\n            }\n            \n            #product-holzstapel-isolated .feature-content {\n                padding: 20px;\n            }\n            \n            #product-holzstapel-isolated .specs-showcase {\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            \n            #product-holzstapel-isolated .spec-item-compact {\n                flex: 0 0 calc(50% - 20px);\n                margin-bottom: 15px;\n            }\n            \n            #product-holzstapel-isolated .spec-divider {\n                display: none;\n            }\n            \n            #product-holzstapel-isolated .usage-note {\n                padding: 20px 25px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            #product-holzstapel-isolated .product-details {\n                padding: 15px;\n            }\n            \n            #product-holzstapel-isolated .specs-showcase {\n                gap: 15px;\n                padding: 20px 15px;\n            }\n            \n            #product-holzstapel-isolated .spec-item-compact {\n                flex: 0 0 calc(50% - 10px);\n                min-width: auto;\n                margin-bottom: 15px;\n            }\n            \n            #product-holzstapel-isolated .spec-icon-compact {\n                width: 50px;\n                height: 50px;\n                font-size: 22px;\n                margin-bottom: 8px;\n            }\n            \n            #product-holzstapel-isolated .spec-value-compact {\n                font-size: 1.1rem;\n            }\n            \n            #product-holzstapel-isolated .spec-label-compact {\n                font-size: 0.75rem;\n            }\n            \n            #product-holzstapel-isolated .feature-image {\n                min-height: 200px;\n            }\n            \n            #product-holzstapel-isolated .usage-note-title {\n                font-size: 1.2rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"product-holzstapel-isolated\"\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003c!-- 规格展示区 --\u003e\n\u003cdiv class=\"specs-showcase\"\u003e\n\u003cdiv class=\"spec-item-compact\"\u003e\n\u003cdiv class=\"spec-icon-compact\"\u003e\n\u003ci class=\"fas fa-expand-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-value-compact\"\u003e40×30×75cm\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eH-Form\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item-compact\"\u003e\n\u003cdiv class=\"spec-icon-compact\"\u003e\n\u003ci class=\"fas fa-layer-group\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-value-compact\"\u003e2 Ebenen\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eDoppelstapel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item-compact\"\u003e\n\u003cdiv class=\"spec-icon-compact\"\u003e\n\u003ci class=\"fas fa-shield-alt\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-value-compact\"\u003eEisen\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eSchmiedeeisen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-item-compact\"\u003e\n\u003cdiv class=\"spec-icon-compact\"\u003e\n\u003ci class=\"fas fa-tools\"\u003e\u003c\/i\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-value-compact\"\u003eWerkzeuglos\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eMontage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 1. H型结构 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81Uqvg9ZZyL.jpg?v=1766818205\u0026amp;width=713\" alt=\"H-förmige Konstruktion\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eH-förmige Konstruktion\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eSchmiedeeisen für strukturelle Stabilität\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eVerformungsfest und langlebig\u003c\/li\u003e\n\u003cli\u003eOberflächenlackierung verhindert Rost\u003c\/li\u003e\n\u003cli\u003eVerlängert die Lebensdauer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. 双层存储 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/91tUHQpJG_L.jpg?v=1766818205\u0026amp;width=713\" alt=\"Doppellagige Aufbewahrung\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDoppellagige Aufbewahrung\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eZwei Ebenen für Zeitschriften und Brennholz\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eInnen- und Außenverwendung möglich\u003c\/li\u003e\n\u003cli\u003eBodenabgehoben für bessere Luftzirkulation\u003c\/li\u003e\n\u003cli\u003eHaken zur Werkzeugaufbewahrung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. 简易组装 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/91Q1dStN-2L.jpg?v=1766818205\u0026amp;width=713\" alt=\"Einfache Montage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEinfache Montage\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eKomplett mit Beschlägen und Anleitung\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eZusammenbau in wenigen Minuten\u003c\/li\u003e\n\u003cli\u003eKein Werkzeug erforderlich\u003c\/li\u003e\n\u003cli\u003eFußmatten für Boden- und Rutschschutz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. 详细规格 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81lhc262UWL.jpg?v=1766818205\u0026amp;width=713\" alt=\"Spezifikationen\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDetaillierte Spezifikationen\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eSilber, 40×30×75cm, Eisen, 10,14 lbs\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eFür Innen- und Außen-Feuerstellen\u003c\/li\u003e\n\u003cli\u003eGeeignet für Kamine und Holzöfen\u003c\/li\u003e\n\u003cli\u003eHält Holz belüftet und trocken\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. 广泛应用 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/A1HQXBkpkDL.jpg?v=1766818206\u0026amp;width=713\" alt=\"Weit verbreitet\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003eWeit verbreitet\u003c\/h2\u003e\n\u003cp class=\"feature-desc\"\u003eFür Wohnzimmer, Garten, Veranda und mehr\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eSchuppen, Garage, Terrasse, Patio\u003c\/li\u003e\n\u003cli\u003eIdeal als praktisches Geschenk\u003c\/li\u003e\n\u003cli\u003eWeihnachten, Muttertag, Vatertag geeignet\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 使用提示 --\u003e\n\u003cdiv class=\"usage-note\"\u003e\n\u003cdiv class=\"usage-note-title\"\u003eAnwendungshinweise\u003c\/div\u003e\n\u003cdiv class=\"usage-note-content\"\u003eDieser vielseitige Holzstapel ist perfekt zum Lagern und Stapeln von Holzscheiten. Er eignet sich sowohl für den Innen- als auch Außenbereich, hält Ihr Holz trocken und organisiert. Ideal als praktisches Geschenk für Hausbesitzer und Gartenliebhaber.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Garvee","offers":[{"title":"Silber","offer_id":46915615064242,"sku":"PPG_33VK850J","price":36.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/A1HQXBkpkDL.jpg?v=1766818206","url":"https:\/\/www.garvee.de\/products\/garvee-feuerholzregal-30zoll-metall-garten-kamin-ppg_33vk850j","provider":"GARVEEDE","version":"1.0","type":"link"}