{"title":"Heavy Equipment Accessories","description":"","products":[{"product_id":"garvee-montageplatte-46x185-stahl-rostschutz-outdoor-pho_11op69w6","title":"Garvee Skid-Steer-Anbauplatte 46\"x18,5\" – Stahl, 5\/16\" dick für Minibagger \u0026 Landwirtschaft","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto+Condensed:wght@400;700\u0026amp;family=Roboto:wght@300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Hauptstile - ansprechend für Industrieprodukte *\/\n        .product-details {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n            font-family: 'Roboto', sans-serif;\n            background: linear-gradient(135deg, #f8fafc 0%, #e6f0fa 100%);\n            position: relative;\n        }\n        \n        \/* Akzentlinien in professionellen Farben *\/\n        .product-details::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 10%;\n            right: 10%;\n            height: 3px;\n            background: linear-gradient(90deg, #074174, #1e88e5, #ff9800);\n            z-index: 1;\n        }\n        \n        .product-details .feature-section {\n            display: flex;\n            align-items: center;\n            margin-bottom: 40px;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #e0e7ff;\n            position: relative;\n        }\n        \n        .product-details .feature-section::before {\n            content: \"❄️\";\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            font-size: 24px;\n            opacity: 0.1;\n            z-index: 1;\n        }\n        \n        .product-details .feature-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(7, 65, 116, 0.15);\n        }\n        \n        .product-details .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        .product-details .feature-image {\n            flex: 1;\n            min-height: 380px;\n            background: #f0f7ff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .product-details .feature-image::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to bottom, rgba(7, 65, 116, 0.05) 0%, transparent 100%);\n            pointer-events: none;\n        }\n        \n        .product-details .feature-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.6s ease;\n        }\n        \n        .product-details .feature-image:hover img {\n            transform: scale(1.05);\n        }\n        \n        .product-details .feature-content {\n            flex: 1;\n            padding: 40px;\n            background: #fff;\n            position: relative;\n        }\n        \n        .product-details .feature-title {\n            font-size: 1.6rem;\n            color: #074174;\n            margin-bottom: 15px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            position: relative;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .product-details .feature-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #074174;\n        }\n        \n        .product-details .feature-title .icon {\n            font-size: 1.8rem;\n            color: #ff9800;\n        }\n        \n        .product-details .feature-desc {\n            color: #4a5568;\n            line-height: 1.7;\n            margin-bottom: 20px;\n            font-size: 1.05rem;\n            background: #f8fafc;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #074174;\n        }\n        \n        .product-details .highlight-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n        \n        .product-details .highlight-list li {\n            position: relative;\n            padding-left: 32px;\n            margin-bottom: 12px;\n            color: #2d3748;\n            font-size: 1rem;\n            line-height: 1.6;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .product-details .highlight-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: 2px;\n            color: #333;\n            font-size: 1.2rem;\n            font-weight: bold;\n        }\n        \n        .product-details .intro-section {\n            background: linear-gradient(135deg, #ffffff, #f0f7ff);\n            border-radius: 12px;\n            padding: 40px;\n            margin-bottom: 40px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            border: 1px solid #e0e7ff;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-details .intro-section::before {\n            content: \"⚙️\";\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            font-size: 40px;\n            opacity: 0.08;\n        }\n        \n        .product-details .intro-title {\n            font-size: 2.2rem;\n            color: #074174;\n            margin-bottom: 25px;\n            font-weight: 800;\n            font-family: 'Roboto Condensed', sans-serif;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-details .capacity-circle {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff9800, #ffb74d);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-weight: 700;\n            margin: 0 5px;\n        }\n        \n        .product-details .spec-highlight {\n            font-weight: 700;\n            color: #074174;\n        }\n        \n        .product-details .advantages-box {\n            background: linear-gradient(135deg, #ffffff, #f8fafc);\n            border-radius: 10px;\n            padding: 25px;\n            margin: 20px auto;\n            max-width: 800px;\n            text-align: left;\n            border: 1px solid #e0e7ff;\n            box-shadow: 0 6px 20px rgba(7, 65, 116, 0.1);\n        }\n        \n        .product-details .advantages-title {\n            color: #074174;\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            text-align: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n        \n        .product-details .advantages-list {\n            list-style: none;\n            margin: 0;\n        }\n        \n        .product-details .advantages-list li {\n            position: relative;\n            padding-left: 22px;\n            margin-bottom: 8px;\n            color: #2d3748;\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n        \n        .product-details .advantages-list li::before {\n            content: \"▪\";\n            position: absolute;\n            left: 0;\n            color: #074174;\n            font-size: 1.2rem;\n        }\n        \n        .product-details .info-section {\n            background: white;\n            border-radius: 12px;\n            padding: 35px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            border: 1px solid #e0e7ff;\n        }\n        \n        .product-details .section-title {\n            font-size: 1.6rem;\n            color: #074174;\n            margin-bottom: 20px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            position: relative;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .product-details .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: #074174;\n        }\n        \n        .product-details .highlight-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #074174, #1e88e5);\n            color: white;\n            padding: 6px 15px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            margin-right: 10px;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Winter Styling Enhancements *\/\n        .winter-tag {\n            background: linear-gradient(135deg, #1e88e5, #29b6f6);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 15px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-left: 10px;\n            display: inline-flex;\n            align-items: center;\n            gap: 5px;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            .product-details .feature-image {\n                min-height: 350px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-details .feature-section,\n            .product-details .feature-section:nth-child(even) {\n                flex-direction: column;\n            }\n            \n            .product-details .feature-image {\n                min-height: 300px;\n                width: 100%;\n            }\n            \n            .product-details .feature-content {\n                padding: 30px;\n            }\n            \n            .product-details .intro-section {\n                padding: 30px;\n            }\n            \n            .product-details .info-section {\n                padding: 30px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-details {\n                padding: 20px 15px;\n            }\n            \n            .product-details .feature-image {\n                min-height: 250px;\n            }\n            \n            .product-details .feature-content {\n                padding: 25px;\n            }\n            \n            .product-details .intro-section {\n                padding: 25px;\n            }\n            \n            .product-details .info-section {\n                padding: 25px;\n            }\n            \n            .product-details .intro-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-details .advantages-box {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003c!-- Einführung mit Hauptvorteilen --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2 class=\"intro-title\"\u003eGarvee Skid Steer Montageplatte \u003cspan class=\"winter-tag\"\u003e❄️ Winterbereit\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"advantages-box\"\u003e\n\u003ch3 class=\"advantages-title\"\u003e🚀 Hauptvorteile\u003c\/h3\u003e\n\u003cul class=\"advantages-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003e46\"×18,5\"\u003c\/span\u003e Abmessungen - Maximale Flexibilität\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003e5\/16\"\u003c\/span\u003e Materialstärke - Extra robuste Konstruktion\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"capacity-circle\"\u003e6.000 lbs\u003c\/span\u003e Tragfähigkeit - Für schwere Anbaugeräte\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003eQ235B Stahl\u003c\/span\u003e - Hochfeste Materialqualität\u003c\/li\u003e\n\u003cli\u003eKorrosionsbeständige Beschichtung - Wintertauglich\u003c\/li\u003e\n\u003cli\u003eUniverselle Kompatibilität - Für Minibagger, Kubota und Traktoren\u003c\/li\u003e\n\u003cli\u003eEinfache Installation - Durch Schweißen oder Verschrauben\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Industrielle Robustheit --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81frpQNF9LL_b414253a-a42e-4a97-ae2d-28d3683509c8.jpg?v=1764728139\u0026amp;width=713\" alt=\"Industrielle Robustheit - Baumaschinen Einsatz\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🏗️\u003c\/span\u003e Industrielle Robustheit\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eQ235B Stahl\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eHochfest\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eHochfester Q235B-Stahl für anspruchsvolle Einsätze in Bauwesen und Industrie.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eMaximale Haltbarkeit durch Q235B-Stahl\u003c\/li\u003e\n\u003cli\u003eResistent gegen Verschleiß und Ermüdung\u003c\/li\u003e\n\u003cli\u003eOptimiert für schwere industrielle Anwendungen\u003c\/li\u003e\n\u003cli\u003eProfessionelle Konstruktion für langjährigen Einsatz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Universelle Kompatibilität --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71Ib1Ea2TmL_2982bddd-bdb4-469e-ae89-d9e91731535a.jpg?v=1764728139\u0026amp;width=713\" alt=\"Garvee Montageplatte - Universelle Kompatibilität\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003e Universelle Kompatibilität\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eMulti-Brand\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eFlexible Anwendung\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eOptimale Passform für Minibagger, Kubota, Traktoren und Kompaktlader.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eKompatibel mit Minibaggern und Kubota-Modellen\u003c\/li\u003e\n\u003cli\u003ePasst zu den meisten Traktoren und Kompaktladern\u003c\/li\u003e\n\u003cli\u003eEinfacher Anbaugerätewechsel ohne Spezialwerkzeuge\u003c\/li\u003e\n\u003cli\u003eBreite Anwendung in verschiedenen Industrien\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Wintertauglichkeit \u0026 Schneeräumung --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71E0U_q106L_c7426fd5-4046-4216-9cbc-1be80186f2c2.jpg?v=1764728139\u0026amp;width=713\" alt=\"Montageplatte für Schneeräumung - Wintertauglichkeit\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e❄️\u003c\/span\u003e Wintertauglichkeit \u0026amp; Schneeräumung\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eWinterfest\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eKorrosionsschutz\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eSpeziell für winterliche Bedingungen mit korrosionsbeständiger Beschichtung.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eKorrosionsbeständige Pulverbeschichtung\u003c\/li\u003e\n\u003cli\u003eSchützt vor Schnee, Eis und Streusalz\u003c\/li\u003e\n\u003cli\u003eRobuste Konstruktion für niedrige Temperaturen\u003c\/li\u003e\n\u003cli\u003ePerfekt für Winterdienst und Schneeräumung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hohe Tragfähigkeit --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61Bwp0YLFSL_205f4cdd-ebeb-47cb-af25-9eab003ee9e7.jpg?v=1764728139\u0026amp;width=713\" alt=\"Hohe Tragfähigkeit bis 6.000 lbs\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e⚖️\u003c\/span\u003e Hohe Tragfähigkeit\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003e6.000 lbs\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eSchwere Lasten\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eTragfähigkeit von \u003cspan class=\"capacity-circle\"\u003e6.000 lbs\u003c\/span\u003e ideal für schwere Anbaugeräte.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eTragfähigkeit: \u003cspan class=\"capacity-circle\"\u003e6.000 lbs\u003c\/span\u003e bei 5\/16\" Dicke\u003c\/li\u003e\n\u003cli\u003eIdeal für schwere Anbaugeräte und Materialtransport\u003c\/li\u003e\n\u003cli\u003eSicherer Betrieb bei voller Auslastung\u003c\/li\u003e\n\u003cli\u003ePerfekt für Landwirtschaft, Bauwesen und Logistik\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flexible Anpassung --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81nEf-uVLJL_ee5b0117-0403-4526-9210-f2d80e30bf7b.jpg?v=1764728100\u0026amp;width=713\" alt=\"Flexible Anpassung für verschiedene Traktorgrößen\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔧\u003c\/span\u003e Flexible Anpassung\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eEinfache Installation\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eAnpassbar\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eEinfache Installation durch Schweißen oder Verschrauben.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eEinfache Montage: Schweißen oder Verschrauben\u003c\/li\u003e\n\u003cli\u003eGroßzügige Abmessungen für individuelle Anpassungen\u003c\/li\u003e\n\u003cli\u003ePasst zu verschiedenen Traktorgrößen und -modellen\u003c\/li\u003e\n\u003cli\u003eSchnelle Umrüstung zwischen verschiedenen Einsätzen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lieferumfang \u0026 Hinweise --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003cspan class=\"icon\"\u003e📦\u003c\/span\u003e Lieferumfang \u0026amp; Hinweise\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e1 x Garvee Skid Steer Montageplatte\u003c\/li\u003e\n\u003cli\u003e1 x Montageanleitung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 20px; background: #fff8e1; border-left-color: #ff9800;\" class=\"feature-desc\"\u003e\n\u003cstrong\u003eWichtige Hinweise:\u003c\/strong\u003e Bitte überprüfen Sie vor der Installation die Kompatibilität mit Ihrer Maschine. Die angegebene Tragfähigkeit von 6.000 lbs gilt für die 5\/16\" dicke Variante. Regelmäßige Inspektionen der Beschichtung und der Befestigungselemente werden empfohlen, insbesondere nach intensiver Nutzung oder bei extremen Wetterbedingungen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"5\/16 Zoll","offer_id":46640272048306,"sku":"PHO_11OP69W6","price":79.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/71Ib1Ea2TmL_2982bddd-bdb4-469e-ae89-d9e91731535a.jpg?v=1764728495"},{"product_id":"garvee-skid-steer-mount-plate-46x185-stahl-traktor-schneeraeumung-pho_11op6nkr","title":"Garvee Skid-Steer-Anbauplatte 46\"x18,5\" – Stahl, 3\/8\" dick für Minibagger \u0026 Landwirtschaft","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto+Condensed:wght@400;700\u0026amp;family=Roboto:wght@300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Hauptstile - ansprechend für Industrieprodukte *\/\n        .product-details {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n            font-family: 'Roboto', sans-serif;\n            background: linear-gradient(135deg, #f8fafc 0%, #e6f0fa 100%);\n            position: relative;\n        }\n        \n        \/* Akzentlinien in professionellen Farben *\/\n        .product-details::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 10%;\n            right: 10%;\n            height: 3px;\n            background: linear-gradient(90deg, #074174, #1e88e5, #ff9800);\n            z-index: 1;\n        }\n        \n        .product-details .feature-section {\n            display: flex;\n            align-items: center;\n            margin-bottom: 40px;\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #e0e7ff;\n            position: relative;\n        }\n        \n        .product-details .feature-section::before {\n            content: \"❄️\";\n            position: absolute;\n            top: 15px;\n            right: 15px;\n            font-size: 24px;\n            opacity: 0.1;\n            z-index: 1;\n        }\n        \n        .product-details .feature-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 30px rgba(7, 65, 116, 0.15);\n        }\n        \n        .product-details .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        .product-details .feature-image {\n            flex: 1;\n            min-height: 380px;\n            background: #f0f7ff;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            position: relative;\n        }\n        \n        .product-details .feature-image::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(to bottom, rgba(7, 65, 116, 0.05) 0%, transparent 100%);\n            pointer-events: none;\n        }\n        \n        .product-details .feature-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.6s ease;\n        }\n        \n        .product-details .feature-image:hover img {\n            transform: scale(1.05);\n        }\n        \n        .product-details .feature-content {\n            flex: 1;\n            padding: 40px;\n            background: #fff;\n            position: relative;\n        }\n        \n        .product-details .feature-title {\n            font-size: 1.6rem;\n            color: #074174;\n            margin-bottom: 15px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            position: relative;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .product-details .feature-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 3px;\n            background: #074174;\n        }\n        \n        .product-details .feature-title .icon {\n            font-size: 1.8rem;\n            color: #ff9800;\n        }\n        \n        .product-details .feature-desc {\n            color: #4a5568;\n            line-height: 1.7;\n            margin-bottom: 20px;\n            font-size: 1.05rem;\n            background: #f8fafc;\n            padding: 15px;\n            border-radius: 8px;\n            border-left: 4px solid #074174;\n        }\n        \n        .product-details .highlight-list {\n            list-style: none;\n            margin-top: 15px;\n        }\n        \n        .product-details .highlight-list li {\n            position: relative;\n            padding-left: 32px;\n            margin-bottom: 12px;\n            color: #2d3748;\n            font-size: 1rem;\n            line-height: 1.6;\n            display: flex;\n            align-items: flex-start;\n        }\n        \n        .product-details .highlight-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 0;\n            top: 2px;\n            color: #333;\n            font-size: 1.2rem;\n            font-weight: bold;\n        }\n        \n        .product-details .intro-section {\n            background: linear-gradient(135deg, #ffffff, #f0f7ff);\n            border-radius: 12px;\n            padding: 40px;\n            margin-bottom: 40px;\n            text-align: center;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            border: 1px solid #e0e7ff;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-details .intro-section::before {\n            content: \"⚙️\";\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            font-size: 40px;\n            opacity: 0.08;\n        }\n        \n        .product-details .intro-title {\n            font-size: 2.2rem;\n            color: #074174;\n            margin-bottom: 25px;\n            font-weight: 800;\n            font-family: 'Roboto Condensed', sans-serif;\n            letter-spacing: -0.5px;\n        }\n        \n        .product-details .capacity-circle {\n            display: inline-block;\n            background: linear-gradient(135deg, #ff9800, #ffb74d);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 20px;\n            font-weight: 700;\n            margin: 0 5px;\n        }\n        \n        .product-details .spec-highlight {\n            font-weight: 700;\n            color: #074174;\n        }\n        \n        .product-details .advantages-box {\n            background: linear-gradient(135deg, #ffffff, #f8fafc);\n            border-radius: 10px;\n            padding: 25px;\n            margin: 20px auto;\n            max-width: 800px;\n            text-align: left;\n            border: 1px solid #e0e7ff;\n            box-shadow: 0 6px 20px rgba(7, 65, 116, 0.1);\n        }\n        \n        .product-details .advantages-title {\n            color: #074174;\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            text-align: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n        }\n        \n        .product-details .advantages-list {\n            list-style: none;\n            margin: 0;\n        }\n        \n        .product-details .advantages-list li {\n            position: relative;\n            padding-left: 22px;\n            margin-bottom: 8px;\n            color: #2d3748;\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n        \n        .product-details .advantages-list li::before {\n            content: \"▪\";\n            position: absolute;\n            left: 0;\n            color: #074174;\n            font-size: 1.2rem;\n        }\n        \n        .product-details .info-section {\n            background: white;\n            border-radius: 12px;\n            padding: 35px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 25px rgba(7, 65, 116, 0.1);\n            border: 1px solid #e0e7ff;\n        }\n        \n        .product-details .section-title {\n            font-size: 1.6rem;\n            color: #074174;\n            margin-bottom: 20px;\n            font-weight: 700;\n            font-family: 'Roboto Condensed', sans-serif;\n            position: relative;\n            padding-bottom: 12px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .product-details .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 50px;\n            height: 3px;\n            background: #074174;\n        }\n        \n        .product-details .highlight-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #074174, #1e88e5);\n            color: white;\n            padding: 6px 15px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 700;\n            margin-right: 10px;\n            margin-bottom: 10px;\n            letter-spacing: 0.5px;\n        }\n        \n        \/* Winter Styling Enhancements *\/\n        .winter-tag {\n            background: linear-gradient(135deg, #1e88e5, #29b6f6);\n            color: white;\n            padding: 5px 12px;\n            border-radius: 15px;\n            font-size: 0.8rem;\n            font-weight: 600;\n            margin-left: 10px;\n            display: inline-flex;\n            align-items: center;\n            gap: 5px;\n        }\n        \n        \/* Responsive Design *\/\n        @media (max-width: 992px) {\n            .product-details .feature-image {\n                min-height: 350px;\n            }\n        }\n        \n        @media (max-width: 768px) {\n            .product-details .feature-section,\n            .product-details .feature-section:nth-child(even) {\n                flex-direction: column;\n            }\n            \n            .product-details .feature-image {\n                min-height: 300px;\n                width: 100%;\n            }\n            \n            .product-details .feature-content {\n                padding: 30px;\n            }\n            \n            .product-details .intro-section {\n                padding: 30px;\n            }\n            \n            .product-details .info-section {\n                padding: 30px;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-details {\n                padding: 20px 15px;\n            }\n            \n            .product-details .feature-image {\n                min-height: 250px;\n            }\n            \n            .product-details .feature-content {\n                padding: 25px;\n            }\n            \n            .product-details .intro-section {\n                padding: 25px;\n            }\n            \n            .product-details .info-section {\n                padding: 25px;\n            }\n            \n            .product-details .intro-title {\n                font-size: 1.8rem;\n            }\n            \n            .product-details .advantages-box {\n                padding: 20px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003c!-- Einführung mit Hauptvorteilen --\u003e\n\u003cdiv class=\"intro-section\"\u003e\n\u003ch2 class=\"intro-title\"\u003eGarvee Skid Steer Montageplatte \u003cspan class=\"winter-tag\"\u003e❄️ Winterbereit\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"advantages-box\"\u003e\n\u003ch3 class=\"advantages-title\"\u003e🚀 Hauptvorteile\u003c\/h3\u003e\n\u003cul class=\"advantages-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003e46\"×18,5\"\u003c\/span\u003e Abmessungen - Maximale Flexibilität\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003e3\/8\"\u003c\/span\u003e Materialstärke - Extra robuste Konstruktion\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"capacity-circle\"\u003e7.000 lbs\u003c\/span\u003e Tragfähigkeit - Für schwere Anbaugeräte\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-highlight\"\u003eQ235B Stahl\u003c\/span\u003e - Hochfeste Materialqualität\u003c\/li\u003e\n\u003cli\u003eKorrosionsbeständige Beschichtung - Wintertauglich\u003c\/li\u003e\n\u003cli\u003eUniverselle Kompatibilität - Für Minibagger, Kubota und Traktoren\u003c\/li\u003e\n\u003cli\u003eEinfache Installation - Durch Schweißen oder Verschrauben\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Industrielle Robustheit --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Industrielle Robustheit - Baumaschinen Einsatz\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81frpQNF9LL_b414253a-a42e-4a97-ae2d-28d3683509c8.jpg?v=1764728139\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🏗️\u003c\/span\u003e Industrielle Robustheit\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eQ235B Stahl\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eHochfest\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eHochfester Q235B-Stahl für anspruchsvolle Einsätze in Bauwesen und Industrie.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eMaximale Haltbarkeit durch Q235B-Stahl\u003c\/li\u003e\n\u003cli\u003eResistent gegen Verschleiß und Ermüdung\u003c\/li\u003e\n\u003cli\u003eOptimiert für schwere industrielle Anwendungen\u003c\/li\u003e\n\u003cli\u003eProfessionelle Konstruktion für langjährigen Einsatz\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Universelle Kompatibilität --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Garvee Montageplatte - Universelle Kompatibilität\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71Ib1Ea2TmL_2982bddd-bdb4-469e-ae89-d9e91731535a.jpg?v=1764728139\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔄\u003c\/span\u003e Universelle Kompatibilität\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eMulti-Brand\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eFlexible Anwendung\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eOptimale Passform für Minibagger, Kubota, Traktoren und Kompaktlader.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eKompatibel mit Minibaggern und Kubota-Modellen\u003c\/li\u003e\n\u003cli\u003ePasst zu den meisten Traktoren und Kompaktladern\u003c\/li\u003e\n\u003cli\u003eEinfacher Anbaugerätewechsel ohne Spezialwerkzeuge\u003c\/li\u003e\n\u003cli\u003eBreite Anwendung in verschiedenen Industrien\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Wintertauglichkeit \u0026 Schneeräumung --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Montageplatte für Schneeräumung - Wintertauglichkeit\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71E0U_q106L_c7426fd5-4046-4216-9cbc-1be80186f2c2.jpg?v=1764728139\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e❄️\u003c\/span\u003e Wintertauglichkeit \u0026amp; Schneeräumung\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eWinterfest\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eKorrosionsschutz\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eSpeziell für winterliche Bedingungen mit korrosionsbeständiger Beschichtung.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eKorrosionsbeständige Pulverbeschichtung\u003c\/li\u003e\n\u003cli\u003eSchützt vor Schnee, Eis und Streusalz\u003c\/li\u003e\n\u003cli\u003eRobuste Konstruktion für niedrige Temperaturen\u003c\/li\u003e\n\u003cli\u003ePerfekt für Winterdienst und Schneeräumung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hohe Tragfähigkeit --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Hohe Tragfähigkeit bis 7.000 lbs\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61Bwp0YLFSL_205f4cdd-ebeb-47cb-af25-9eab003ee9e7.jpg?v=1764728139\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e⚖️\u003c\/span\u003e Hohe Tragfähigkeit\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003e7.000 lbs\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eSchwere Lasten\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eTragfähigkeit von \u003cspan class=\"capacity-circle\"\u003e7.000 lbs\u003c\/span\u003e ideal für schwere Anbaugeräte.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eTragfähigkeit: \u003cspan class=\"capacity-circle\"\u003e7.000 lbs\u003c\/span\u003e bei 3\/8\" Dicke\u003c\/li\u003e\n\u003cli\u003eIdeal für schwere Anbaugeräte und Materialtransport\u003c\/li\u003e\n\u003cli\u003eSicherer Betrieb bei voller Auslastung\u003c\/li\u003e\n\u003cli\u003ePerfekt für Landwirtschaft, Bauwesen und Logistik\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Flexible Anpassung --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Flexible Anpassung für verschiedene Traktorgrößen\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81nEf-uVLJL_ee5b0117-0403-4526-9210-f2d80e30bf7b.jpg?v=1764728100\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔧\u003c\/span\u003e Flexible Anpassung\u003c\/h2\u003e\n\u003cdiv class=\"highlight-badge\"\u003eEinfache Installation\u003c\/div\u003e\n\u003cdiv class=\"highlight-badge\"\u003eAnpassbar\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003eEinfache Installation durch Schweißen oder Verschrauben.\u003c\/p\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003eEinfache Montage: Schweißen oder Verschrauben\u003c\/li\u003e\n\u003cli\u003eGroßzügige Abmessungen für individuelle Anpassungen\u003c\/li\u003e\n\u003cli\u003ePasst zu verschiedenen Traktorgrößen und -modellen\u003c\/li\u003e\n\u003cli\u003eSchnelle Umrüstung zwischen verschiedenen Einsätzen\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lieferumfang \u0026 Hinweise --\u003e\n\u003cdiv class=\"info-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e\n\u003cspan class=\"icon\"\u003e📦\u003c\/span\u003e Lieferumfang \u0026amp; Hinweise\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e1 x Garvee Skid Steer Montageplatte\u003c\/li\u003e\n\u003cli\u003e1 x Montageanleitung\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"feature-desc\" style=\"margin-top: 20px; background: #fff8e1; border-left-color: #ff9800;\"\u003e\n\u003cstrong\u003eWichtige Hinweise:\u003c\/strong\u003e Bitte überprüfen Sie vor der Installation die Kompatibilität mit Ihrer Maschine. Die angegebene Tragfähigkeit von 7.000 lbs gilt für die 3\/8\" dicke Variante. Regelmäßige Inspektionen der Beschichtung und der Befestigungselemente werden empfohlen, insbesondere nach intensiver Nutzung oder bei extremen Wetterbedingungen.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"3\/8 Zoll","offer_id":46640272212146,"sku":"PHO_11OP6NKR","price":59.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/71Ib1Ea2TmL_2982bddd-bdb4-469e-ae89-d9e91731535a.jpg?v=1764728495"},{"product_id":"garvee-skid-steer-mount-plate-46x185-q235b-stahl-traktor-pis_00vjanvz","title":"Garvee Skid-Steer Mount Plate 6,4 mm Q235B Stahl, Quick-Attach, 115×43 cm für Traktor","description":"\u003cdiv class=\"product-details-page\"\u003e\n  \u003cdiv class=\"product-details-wrapper\"\u003e\n    \u003cdiv class=\"product-details\"\u003e\n      \n      \u003c!-- 核心参数 --\u003e\n      \u003cdiv class=\"specs-showcase\"\u003e\n        \u003cdiv class=\"spec-item-compact\"\u003e\n          \u003cdiv class=\"spec-icon-compact\"\u003e🛡️\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eQ235B Stahl\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eMaterial\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📏\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e115 × 43 cm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eMaße\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⚙️\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e6,4 mm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eStärke (1\/4\")\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🔧\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eQuick-Tach\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eSystem\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 1. Premium-Stahlkonstruktion --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/711MLyH2HSL.jpg?v=1772440845\u0026amp;width=713\" alt=\"Premium-Stahlkonstruktion\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003ePremium-Stahlkonstruktion\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eGefertigt aus \u003cstrong\u003ehochfestem Q235B-stahl\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eStärke von \u003cstrong\u003e6,4 mm (1\/4\")\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eHohe tragfähigkeit\u003c\/strong\u003e für schwere anwendungen\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 2. Vielseitige Kompatibilität --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/ChatGPT_Image_Mar_2_2026_12_34_06_AM.png?v=1772440845\u0026amp;width=713\" alt=\"Vielseitige Kompatibilität\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eVielseitige Kompatibilität\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eQuick-Tach-system\u003c\/strong\u003e für flexibles anpassen\u003c\/li\u003e\n            \u003cli\u003eKompatibel mit \u003cstrong\u003eBobcat, Kubota u.a.\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eErweitert \u003cstrong\u003eeinsatzmöglichkeiten\u003c\/strong\u003e ihres skid steers\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 3. Rostbeständige Oberfläche --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/ChatGPT_Image_Mar_2_2026_12_40_12_AM.png?v=1772440845\u0026amp;width=713\" alt=\"Rostbeständige Oberfläche\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eRostbeständige Oberfläche\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\u003cstrong\u003eÖlbasierte korrosionsbeschichtung\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003eSchützt vor \u003cstrong\u003ewitterungseinflüssen und rost\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eLangfristige \u003cstrong\u003estrukturelle stabilität\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 4. Einfache DIY-Montage --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/ChatGPT_Image_Mar_2_2026_12_35_10_AM.png?v=1772440845\u0026amp;width=713\" alt=\"Einfache DIY-Montage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eEinfache DIY-Montage\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eFür \u003cstrong\u003eprofis und heimwerker\u003c\/strong\u003e entwickelt\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSchnelle installation\u003c\/strong\u003e ohne spezialwerkzeug\u003c\/li\u003e\n            \u003cli\u003eEinfach anbringen und \u003cstrong\u003esofort einsatzbereit\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 5. Maximale Effizienz --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/ChatGPT_Image_Mar_2_2026_12_23_24_AM.png?v=1772440845\u0026amp;width=713\" alt=\"Maximale Effizienz\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eMaximale Effizienz\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eIdeal für \u003cstrong\u003eschneeräumung, materialtransport\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eVerwandelt ihren skid steer in ein \u003cstrong\u003evielseitiges gerät\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eSteigert die \u003cstrong\u003eproduktivität\u003c\/strong\u003e bei projekten\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-details-page {\n    --brand-color: #074174;\n    --accent-color: #FFC107;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n    box-sizing: border-box;\n  }\n  \n  .product-details-page * {\n    box-sizing: border-box;\n  }\n  \n  .product-details-page .product-details-wrapper {\n    margin: 0;\n    padding: 20px 0;\n    background: #f5f7fa;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n  }\n  \n  .product-details-page .product-details {\n    max-width: 1200px;\n    margin: 0 auto 30px;\n    padding: 15px;\n    background: #ffffff;\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n  }\n  \n  \/* 核心参数区域 *\/\n  .product-details-page .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: 40px 0 50px;\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    position: relative;\n    z-index: 1;\n  }\n  \n  .product-details-page .spec-item-compact {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    min-width: 120px;\n    flex: 1;\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover {\n    transform: translateY(-5px);\n  }\n  \n  .product-details-page .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, var(--brand-color), #1a5da3);\n    border-radius: 50%;\n    margin-bottom: 12px;\n    font-size: 28px;\n    color: white;\n    box-shadow: 0 4px 10px rgba(7, 65, 116, 0.25);\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover .spec-icon-compact {\n    background: linear-gradient(135deg, #FFC107, #FF9800);\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .spec-value-compact {\n    font-size: 1.3rem;\n    font-weight: 800;\n    color: var(--brand-color);\n    margin-bottom: 5px;\n    line-height: 1.2;\n  }\n  \n  .product-details-page .spec-label-compact {\n    color: #333;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    font-weight: 700;\n  }\n  \n  .product-details-page .spec-divider {\n    width: 1px;\n    height: 50px;\n    background: var(--brand-color);\n    opacity: 0.2;\n  }\n  \n  \/* 特性区块 *\/\n  .product-details-page .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-details-page .feature-section:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 30px rgba(7, 65, 116, 0.2);\n    border-color: var(--accent-color);\n  }\n  \n  .product-details-page .feature-section:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  \n  .product-details-page .feature-image {\n    flex: 1;\n    min-height: 320px;\n    background: linear-gradient(135deg, #f8f9fa, #eef2f7);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 0;\n  }\n  \n  .product-details-page .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    padding: 0;\n    transition: transform 0.5s ease;\n    display: block;\n  }\n  \n  .product-details-page .feature-image:hover img {\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .feature-content {\n    flex: 1;\n    padding: 30px;\n    background: #fff;\n  }\n  \n  .product-details-page .feature-title {\n    font-size: 1.5rem;\n    color: var(--brand-color);\n    margin-bottom: 20px;\n    font-weight: 800;\n    font-family: 'Roboto Condensed', sans-serif;\n    padding-bottom: 12px;\n    position: relative;\n  }\n  \n  .product-details-page .feature-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 4px;\n    background: var(--accent-color);\n    border-radius: 2px;\n  }\n  \n  .product-details-page .highlight-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .product-details-page .highlight-list li {\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 12px;\n    color: #333;\n    font-size: 1.05rem;\n    line-height: 1.5;\n  }\n  \n  .product-details-page .highlight-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-size: 1.1rem;\n    color: var(--brand-color);\n    font-weight: bold;\n  }\n  \n  .product-details-page .highlight-list li strong {\n    color: var(--brand-color);\n    font-weight: 700;\n  }\n  \n  \/* 响应式设计 *\/\n  @media (max-width: 1100px) {\n    .product-details-page .specs-showcase {\n      gap: 15px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      min-width: 100px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 60px;\n      height: 60px;\n      font-size: 24px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.15rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.7rem;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .product-details-page .product-details-wrapper {\n      padding: 15px 0;\n    }\n    \n    .product-details-page .feature-section,\n    .product-details-page .feature-section:nth-child(even) {\n      flex-direction: column;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 280px;\n      width: 100%;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 25px;\n    }\n    \n    .product-details-page .specs-showcase {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px 12px;\n      justify-items: center;\n      align-items: stretch;\n      margin: 30px 0 40px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      width: 100%;\n      min-width: 0;\n      flex: unset;\n      margin-bottom: 0;\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-divider {\n      display: none;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 56px;\n      height: 56px;\n      font-size: 22px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.12rem;\n      line-height: 1.2;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.66rem;\n      line-height: 1.2;\n      text-align: center;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.4rem;\n    }\n    \n    .product-details-page .highlight-list li {\n      font-size: 1rem;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-details-page .product-details-wrapper {\n      padding: 10px 0;\n    }\n    \n    .product-details-page .product-details {\n      padding: 15px;\n      border-radius: 10px;\n    }\n    \n    .product-details-page .specs-showcase {\n      gap: 12px 10px;\n      padding: 18px 14px;\n      margin: 20px 0 30px;\n      border-radius: 14px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 50px;\n      height: 50px;\n      font-size: 20px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.06rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.62rem;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 240px;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 20px;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.3rem;\n      margin-bottom: 15px;\n    }\n    \n    .product-details-page .highlight-list li {\n      padding-left: 26px;\n      font-size: 0.95rem;\n      margin-bottom: 10px;\n    }\n  }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"115 × 43 cm","offer_id":46640590487730,"sku":"PIS_00VJANVZ","price":95.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/ChatGPT_Image_Mar_2_2026_12_40_12_AM.png?v=1772440845"},{"product_id":"garvee-montageplatte-38zoll-stahl-skid-steer-pho_16lb88wr","title":"Garvee Skid Steer Montageplatte 10 mm Stahl, Schnellkupplung, Stabil, Für Traktoren \u0026 Hofarbeit","description":"\u003cdiv class=\"product-details-page\"\u003e\n  \u003cdiv class=\"product-details-wrapper\"\u003e\n    \u003cdiv class=\"product-details\"\u003e\n      \n      \u003c!-- 核心参数卡片区：提取产品最关键的4个参数 --\u003e\n      \u003cdiv class=\"specs-showcase\"\u003e\n        \u003cdiv class=\"spec-item-compact\"\u003e\n          \u003cdiv class=\"spec-icon-compact\"\u003e🛡️\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eGrade 50\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eStahl\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📏\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e6\/10 mm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eDicke\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⚡\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eUniversal\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eSystem\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🔧\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eRapid-Tach\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eKompatibel\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 1. Stark und stabil --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx171743663457840.png?v=1776750322\u0026amp;width=713\" alt=\"Stark und stabil\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eStark \u0026amp; stabil\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eGefertigt aus \u003cstrong\u003estahl der güteklasse 50\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eVerdickte oberflächenbehandlung\u003c\/strong\u003e für robuste leistung\u003c\/li\u003e\n            \u003cli\u003eGeeignet für \u003cstrong\u003eschwere arbeitslasten\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 2. Zwei Größen --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx111743663430746.png?v=1776750322\u0026amp;width=713\" alt=\"Zwei Größen\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eZwei größen\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eWählbar in \u003cstrong\u003e6 mm (1\/4\") oder 10 mm (3\/8\")\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eJe nach \u003cstrong\u003espezifischen anforderungen\u003c\/strong\u003e auswählbar\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSteigert ihre produktivität\u003c\/strong\u003e bei der gartenarbeit\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 3. Einfache Montage --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx501743663466582.png?v=1776750322\u0026amp;width=713\" alt=\"Einfache Montage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eEinfache montage\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eKann \u003cstrong\u003egeschweißt oder verschraubt\u003c\/strong\u003e werden\u003c\/li\u003e\n            \u003cli\u003eFür \u003cstrong\u003epflüge, gabeln, speere\u003c\/strong\u003e und mehr\u003c\/li\u003e\n            \u003cli\u003eEntwickelt für \u003cstrong\u003ebetonbrecher, stubbenkübel\u003c\/strong\u003e uvm.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 4. Kraftvoll \u0026 universell --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx951743662799319.png?v=1761365319\u0026amp;width=713\" alt=\"Kraftvoll \u0026amp; universell\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eKraftvoll \u0026amp; universell\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eFür \u003cstrong\u003eskid-steer-lader\u003c\/strong\u003e und traktoren\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eUniverselles schnellwechsel-system\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003eErweitert die \u003cstrong\u003eeinsatzmöglichkeiten ihres traktors\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 5. Vielseitig anpassbar --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx501743663449387.png?v=1776750322\u0026amp;width=713\" alt=\"Vielseitig anpassbar\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eVielseitig anpassbar\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eErmöglicht \u003cstrong\u003emaßgeschneiderte zubehörteile\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eFür \u003cstrong\u003epalettengabeln, pflüge, greifer\u003c\/strong\u003e und mehr\u003c\/li\u003e\n            \u003cli\u003eIdeal für \u003cstrong\u003eernte, reinigung, schneeräumung\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-details-page {\n    --brand-color: #074174;\n    --accent-color: #FFC107;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n    box-sizing: border-box;\n  }\n  \n  .product-details-page * {\n    box-sizing: border-box;\n  }\n  \n  .product-details-page .product-details-wrapper {\n    margin: 0;\n    padding: 20px 0;\n    background: #f5f7fa;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n  }\n  \n  .product-details-page .product-details {\n    max-width: 1200px;\n    margin: 0 auto 30px;\n    padding: 15px;\n    background: #ffffff;\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n  }\n  \n  \/* 核心参数区域 *\/\n  .product-details-page .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: 40px 0 50px;\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    position: relative;\n    z-index: 1;\n  }\n  \n  .product-details-page .spec-item-compact {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    min-width: 120px;\n    flex: 1;\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover {\n    transform: translateY(-5px);\n  }\n  \n  .product-details-page .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, var(--brand-color), #1a5da3);\n    border-radius: 50%;\n    margin-bottom: 12px;\n    font-size: 28px;\n    color: white;\n    box-shadow: 0 4px 10px rgba(7, 65, 116, 0.25);\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover .spec-icon-compact {\n    background: linear-gradient(135deg, #FFC107, #FF9800);\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .spec-value-compact {\n    font-size: 1.3rem;\n    font-weight: 800;\n    color: var(--brand-color);\n    margin-bottom: 5px;\n    line-height: 1.2;\n  }\n  \n  .product-details-page .spec-label-compact {\n    color: #333;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    font-weight: 700;\n  }\n  \n  .product-details-page .spec-divider {\n    width: 1px;\n    height: 50px;\n    background: var(--brand-color);\n    opacity: 0.2;\n  }\n  \n  \/* 特性区块 *\/\n  .product-details-page .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-details-page .feature-section:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 30px rgba(7, 65, 116, 0.2);\n    border-color: var(--accent-color);\n  }\n  \n  .product-details-page .feature-section:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  \n  .product-details-page .feature-image {\n    flex: 1;\n    min-height: 320px;\n    background: linear-gradient(135deg, #f8f9fa, #eef2f7);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 0;\n  }\n  \n  .product-details-page .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    padding: 0;\n    transition: transform 0.5s ease;\n    display: block;\n  }\n  \n  .product-details-page .feature-image:hover img {\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .feature-content {\n    flex: 1;\n    padding: 30px;\n    background: #fff;\n  }\n  \n  .product-details-page .feature-title {\n    font-size: 1.5rem;\n    color: var(--brand-color);\n    margin-bottom: 20px;\n    font-weight: 800;\n    font-family: 'Roboto Condensed', sans-serif;\n    padding-bottom: 12px;\n    position: relative;\n  }\n  \n  .product-details-page .feature-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 4px;\n    background: var(--accent-color);\n    border-radius: 2px;\n  }\n  \n  .product-details-page .highlight-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .product-details-page .highlight-list li {\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 12px;\n    color: #333;\n    font-size: 1.05rem;\n    line-height: 1.5;\n  }\n  \n  .product-details-page .highlight-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-size: 1.1rem;\n    color: var(--brand-color);\n    font-weight: bold;\n  }\n  \n  .product-details-page .highlight-list li strong {\n    color: var(--brand-color);\n    font-weight: 700;\n  }\n  \n  \/* 响应式设计 *\/\n  @media (max-width: 1100px) {\n    .product-details-page .specs-showcase {\n      gap: 15px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      min-width: 100px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 60px;\n      height: 60px;\n      font-size: 24px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.15rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.7rem;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .product-details-page .product-details-wrapper {\n      padding: 15px 0;\n    }\n    \n    .product-details-page .feature-section,\n    .product-details-page .feature-section:nth-child(even) {\n      flex-direction: column;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 280px;\n      width: 100%;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 25px;\n    }\n    \n    .product-details-page .specs-showcase {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px 12px;\n      justify-items: center;\n      align-items: stretch;\n      margin: 30px 0 40px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      width: 100%;\n      min-width: 0;\n      flex: unset;\n      margin-bottom: 0;\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-divider {\n      display: none;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 56px;\n      height: 56px;\n      font-size: 22px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.12rem;\n      line-height: 1.2;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.66rem;\n      line-height: 1.2;\n      text-align: center;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.4rem;\n    }\n    \n    .product-details-page .highlight-list li {\n      font-size: 1rem;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-details-page .product-details-wrapper {\n      padding: 10px 0;\n    }\n    \n    .product-details-page .product-details {\n      padding: 15px;\n      border-radius: 10px;\n    }\n    \n    .product-details-page .specs-showcase {\n      gap: 12px 10px;\n      padding: 18px 14px;\n      margin: 20px 0 30px;\n      border-radius: 14px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 50px;\n      height: 50px;\n      font-size: 20px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.06rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.62rem;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 240px;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 20px;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.3rem;\n      margin-bottom: 15px;\n    }\n    \n    .product-details-page .highlight-list li {\n      padding-left: 26px;\n      font-size: 0.95rem;\n      margin-bottom: 10px;\n    }\n  }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"10mm (3\/8\")","offer_id":46650010927282,"sku":"PHO_16LB88WR","price":99.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/sx271743663379231.png?v=1776750322"},{"product_id":"garvee-montageplatte-14zoll-stahl-traktorenhofarbeit-pho_16lb6krh","title":"Garvee Skid Steer Montageplatte 6 mm Stahl, Schnellkupplung, Stabil, Für Traktoren \u0026 Hofarbeit","description":"\u003cdiv class=\"product-details-page\"\u003e\n  \u003cdiv class=\"product-details-wrapper\"\u003e\n    \u003cdiv class=\"product-details\"\u003e\n      \n      \u003c!-- 核心参数卡片区：提取产品最关键的4个参数 --\u003e\n      \u003cdiv class=\"specs-showcase\"\u003e\n        \u003cdiv class=\"spec-item-compact\"\u003e\n          \u003cdiv class=\"spec-icon-compact\"\u003e🛡️\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eGrade 50\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eStahl\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📏\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e6\/10 mm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eDicke\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⚡\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eUniversal\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eSystem\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🔧\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eRapid-Tach\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eKompatibel\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 1. Stark und stabil --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx641743663162708.png?v=1776750334\u0026amp;width=713\" alt=\"Stark und stabil\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eStark \u0026amp; stabil\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eGefertigt aus \u003cstrong\u003estahl der güteklasse 50\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eVerdickte oberflächenbehandlung\u003c\/strong\u003e für robuste leistung\u003c\/li\u003e\n            \u003cli\u003eGeeignet für \u003cstrong\u003eschwere arbeitslasten\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 2. Zwei Größen --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx061743663141387.png?v=1776750334\u0026amp;width=713\" alt=\"Zwei Größen\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eZwei größen\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eWählbar in \u003cstrong\u003e6 mm (1\/4\") oder 10 mm (3\/8\")\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eJe nach \u003cstrong\u003espezifischen anforderungen\u003c\/strong\u003e auswählbar\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSteigert ihre produktivität\u003c\/strong\u003e bei der gartenarbeit\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 3. Einfache Montage --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx371743663172674.png?v=1776750334\u0026amp;width=713\" alt=\"Einfache Montage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eEinfache montage\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eKann \u003cstrong\u003egeschweißt oder verschraubt\u003c\/strong\u003e werden\u003c\/li\u003e\n            \u003cli\u003eFür \u003cstrong\u003epflüge, gabeln, speere\u003c\/strong\u003e und mehr\u003c\/li\u003e\n            \u003cli\u003eEntwickelt für \u003cstrong\u003ebetonbrecher, stubbenkübel\u003c\/strong\u003e uvm.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 4. Kraftvoll \u0026 universell --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx921743662730525.png?v=1761365322\u0026amp;width=713\" alt=\"Kraftvoll \u0026amp; universell\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eKraftvoll \u0026amp; universell\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eFür \u003cstrong\u003eskid-steer-lader\u003c\/strong\u003e und traktoren\u003c\/li\u003e\n            \u003cli\u003e\u003cstrong\u003eUniverselles schnellwechsel-system\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003eErweitert die \u003cstrong\u003eeinsatzmöglichkeiten ihres traktors\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 5. Vielseitig anpassbar --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/sx481743663150654.png?v=1776750334\u0026amp;width=713\" alt=\"Vielseitig anpassbar\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eVielseitig anpassbar\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eErmöglicht \u003cstrong\u003emaßgeschneiderte zubehörteile\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eFür \u003cstrong\u003epalettengabeln, pflüge, greifer\u003c\/strong\u003e und mehr\u003c\/li\u003e\n            \u003cli\u003eIdeal für \u003cstrong\u003eernte, reinigung, schneeräumung\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-details-page {\n    --brand-color: #074174;\n    --accent-color: #FFC107;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n    box-sizing: border-box;\n  }\n  \n  .product-details-page * {\n    box-sizing: border-box;\n  }\n  \n  .product-details-page .product-details-wrapper {\n    margin: 0;\n    padding: 20px 0;\n    background: #f5f7fa;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n  }\n  \n  .product-details-page .product-details {\n    max-width: 1200px;\n    margin: 0 auto 30px;\n    padding: 15px;\n    background: #ffffff;\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n  }\n  \n  \/* 核心参数区域 *\/\n  .product-details-page .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: 40px 0 50px;\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    position: relative;\n    z-index: 1;\n  }\n  \n  .product-details-page .spec-item-compact {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    min-width: 120px;\n    flex: 1;\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover {\n    transform: translateY(-5px);\n  }\n  \n  .product-details-page .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, var(--brand-color), #1a5da3);\n    border-radius: 50%;\n    margin-bottom: 12px;\n    font-size: 28px;\n    color: white;\n    box-shadow: 0 4px 10px rgba(7, 65, 116, 0.25);\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover .spec-icon-compact {\n    background: linear-gradient(135deg, #FFC107, #FF9800);\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .spec-value-compact {\n    font-size: 1.3rem;\n    font-weight: 800;\n    color: var(--brand-color);\n    margin-bottom: 5px;\n    line-height: 1.2;\n  }\n  \n  .product-details-page .spec-label-compact {\n    color: #333;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    font-weight: 700;\n  }\n  \n  .product-details-page .spec-divider {\n    width: 1px;\n    height: 50px;\n    background: var(--brand-color);\n    opacity: 0.2;\n  }\n  \n  \/* 特性区块 *\/\n  .product-details-page .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-details-page .feature-section:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 30px rgba(7, 65, 116, 0.2);\n    border-color: var(--accent-color);\n  }\n  \n  .product-details-page .feature-section:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  \n  .product-details-page .feature-image {\n    flex: 1;\n    min-height: 320px;\n    background: linear-gradient(135deg, #f8f9fa, #eef2f7);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 0;\n  }\n  \n  .product-details-page .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    padding: 0;\n    transition: transform 0.5s ease;\n    display: block;\n  }\n  \n  .product-details-page .feature-image:hover img {\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .feature-content {\n    flex: 1;\n    padding: 30px;\n    background: #fff;\n  }\n  \n  .product-details-page .feature-title {\n    font-size: 1.5rem;\n    color: var(--brand-color);\n    margin-bottom: 20px;\n    font-weight: 800;\n    font-family: 'Roboto Condensed', sans-serif;\n    padding-bottom: 12px;\n    position: relative;\n  }\n  \n  .product-details-page .feature-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 4px;\n    background: var(--accent-color);\n    border-radius: 2px;\n  }\n  \n  .product-details-page .highlight-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .product-details-page .highlight-list li {\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 12px;\n    color: #333;\n    font-size: 1.05rem;\n    line-height: 1.5;\n  }\n  \n  .product-details-page .highlight-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-size: 1.1rem;\n    color: var(--brand-color);\n    font-weight: bold;\n  }\n  \n  .product-details-page .highlight-list li strong {\n    color: var(--brand-color);\n    font-weight: 700;\n  }\n  \n  \/* 响应式设计 *\/\n  @media (max-width: 1100px) {\n    .product-details-page .specs-showcase {\n      gap: 15px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      min-width: 100px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 60px;\n      height: 60px;\n      font-size: 24px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.15rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.7rem;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .product-details-page .product-details-wrapper {\n      padding: 15px 0;\n    }\n    \n    .product-details-page .feature-section,\n    .product-details-page .feature-section:nth-child(even) {\n      flex-direction: column;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 280px;\n      width: 100%;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 25px;\n    }\n    \n    .product-details-page .specs-showcase {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px 12px;\n      justify-items: center;\n      align-items: stretch;\n      margin: 30px 0 40px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      width: 100%;\n      min-width: 0;\n      flex: unset;\n      margin-bottom: 0;\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-divider {\n      display: none;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 56px;\n      height: 56px;\n      font-size: 22px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.12rem;\n      line-height: 1.2;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.66rem;\n      line-height: 1.2;\n      text-align: center;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.4rem;\n    }\n    \n    .product-details-page .highlight-list li {\n      font-size: 1rem;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-details-page .product-details-wrapper {\n      padding: 10px 0;\n    }\n    \n    .product-details-page .product-details {\n      padding: 15px;\n      border-radius: 10px;\n    }\n    \n    .product-details-page .specs-showcase {\n      gap: 12px 10px;\n      padding: 18px 14px;\n      margin: 20px 0 30px;\n      border-radius: 14px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 50px;\n      height: 50px;\n      font-size: 20px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.06rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.62rem;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 240px;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 20px;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.3rem;\n      margin-bottom: 15px;\n    }\n    \n    .product-details-page .highlight-list li {\n      padding-left: 26px;\n      font-size: 0.95rem;\n      margin-bottom: 10px;\n    }\n  }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"6mm (1\/4\")","offer_id":46650011025586,"sku":"PHO_16LB6KRH","price":88.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/sx921743663132207.png?v=1776750334"},{"product_id":"garvee-schnellspann-montageplatte-12zoll-stahl-minibagger-pho_12xbf8nm","title":"Garvee Schnellwechsel-Montageplatte 6,35 mm, Einsätze 12,7 mm, Stahl für Minibagger Dingo \u0026 Ditch Witch","description":"\u003cdiv class=\"product-details-page\"\u003e\n  \u003cdiv class=\"product-details-wrapper\"\u003e\n    \u003cdiv class=\"product-details\"\u003e\n      \n      \u003c!-- 核心参数 --\u003e\n      \u003cdiv class=\"specs-showcase\"\u003e\n        \u003cdiv class=\"spec-item-compact\"\u003e\n          \u003cdiv class=\"spec-icon-compact\"\u003e⚙️\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e6,35 mm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eStahlstärke\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🔩\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003e12,7 mm\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eEinsatzdicke\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🚜\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eDingo, Ramrod, Finn\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eKompatibel mit\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🔄\u003c\/div\u003e\n          \u003cdiv class=\"spec-value-compact\"\u003eSchweißen \u0026amp; Schrauben\u003c\/div\u003e\n          \u003cdiv class=\"spec-label-compact\"\u003eMontage\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 1. Breite Kompatibilität --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81gpNU1qYzL.jpg?v=1768455472\u0026amp;width=713\" alt=\"Breite Kompatibilität\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eBreite Kompatibilität\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eKompatibel mit \u003cstrong\u003eDingo, Ramrod, Finn, Ditch Witch\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eFür \u003cstrong\u003ebaustellen, landschaftsbau und landwirtschaft\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNahtlose integration\u003c\/strong\u003e in ihre maschinen\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 2. Mühelose Installation --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71I3ybt5TCL.jpg?v=1768455472\u0026amp;width=713\" alt=\"Mühelose Installation\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eMühelose Installation\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSchnelle installation\u003c\/strong\u003e ohne profi-hilfe\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eBenutzerfreundliches design\u003c\/strong\u003e für zeitersparnis\u003c\/li\u003e\n            \u003cli\u003eErmöglicht \u003cstrong\u003eeffiziente arbeiten\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 3. Höchste Festigkeit --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71451eR76TL.jpg?v=1768455472\u0026amp;width=713\" alt=\"Höchste Festigkeit\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eHöchste Festigkeit\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eGefertigt aus \u003cstrong\u003e6,35 mm dickem stahl\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003eMit \u003cstrong\u003e12,7 mm dicken einsätzen\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eRobuste konstruktion\u003c\/strong\u003e für starke beanspruchung\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 4. Vielseitige Montage --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81PQtIovz8L.jpg?v=1768455473\u0026amp;width=713\" alt=\"Vielseitige Montage\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eVielseitige Montage\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003eIm \u003cstrong\u003eToro-stil\u003c\/strong\u003e für flexible installation\u003c\/li\u003e\n            \u003cli\u003eAnbaugeräte: \u003cstrong\u003epflüge, gabelstapler, ballenheber\u003c\/strong\u003e\n\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSchweißen oder schrauben\u003c\/strong\u003e möglich\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n      \u003c!-- 5. Kompatibilitätshinweis --\u003e\n      \u003cdiv class=\"feature-section\"\u003e\n        \u003cdiv class=\"feature-image\"\u003e\n          \u003cimg src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61QQDpLgq9L.jpg?v=1768455472\u0026amp;width=713\" alt=\"Kompatibilitätshinweis\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-content\"\u003e\n          \u003ch2 class=\"feature-title\"\u003eKompatibilitätshinweis\u003c\/h2\u003e\n          \u003cul class=\"highlight-list\"\u003e\n            \u003cli\u003e\n\u003cstrong\u003eNicht kompatibel\u003c\/strong\u003e mit Bobcat, Kanga, Kid, Prodigy\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eSpezifikationen prüfen\u003c\/strong\u003e vor dem kauf\u003c\/li\u003e\n            \u003cli\u003eOptimale leistung mit \u003cstrong\u003ekompatiblen modellen\u003c\/strong\u003e\n\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cstyle\u003e\n  .product-details-page {\n    --brand-color: #074174;\n    --accent-color: #FFC107;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n    box-sizing: border-box;\n  }\n  \n  .product-details-page * {\n    box-sizing: border-box;\n  }\n  \n  .product-details-page .product-details-wrapper {\n    margin: 0;\n    padding: 20px 0;\n    background: #f5f7fa;\n    font-family: 'Roboto', sans-serif;\n    color: #333;\n  }\n  \n  .product-details-page .product-details {\n    max-width: 1200px;\n    margin: 0 auto 30px;\n    padding: 15px;\n    background: #ffffff;\n    position: relative;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n  }\n  \n  \/* 核心参数区域 *\/\n  .product-details-page .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: 40px 0 50px;\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    position: relative;\n    z-index: 1;\n  }\n  \n  .product-details-page .spec-item-compact {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    min-width: 120px;\n    flex: 1;\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover {\n    transform: translateY(-5px);\n  }\n  \n  .product-details-page .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, var(--brand-color), #1a5da3);\n    border-radius: 50%;\n    margin-bottom: 12px;\n    font-size: 28px;\n    color: white;\n    box-shadow: 0 4px 10px rgba(7, 65, 116, 0.25);\n    transition: all 0.3s ease;\n  }\n  \n  .product-details-page .spec-item-compact:hover .spec-icon-compact {\n    background: linear-gradient(135deg, #FFC107, #FF9800);\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .spec-value-compact {\n    font-size: 1.3rem;\n    font-weight: 800;\n    color: var(--brand-color);\n    margin-bottom: 5px;\n    line-height: 1.2;\n  }\n  \n  .product-details-page .spec-label-compact {\n    color: #333;\n    font-size: 0.75rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    font-weight: 700;\n  }\n  \n  .product-details-page .spec-divider {\n    width: 1px;\n    height: 50px;\n    background: var(--brand-color);\n    opacity: 0.2;\n  }\n  \n  \/* 特性区块 *\/\n  .product-details-page .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-details-page .feature-section:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 30px rgba(7, 65, 116, 0.2);\n    border-color: var(--accent-color);\n  }\n  \n  .product-details-page .feature-section:nth-child(even) {\n    flex-direction: row-reverse;\n  }\n  \n  .product-details-page .feature-image {\n    flex: 1;\n    min-height: 320px;\n    background: linear-gradient(135deg, #f8f9fa, #eef2f7);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n    padding: 0;\n  }\n  \n  .product-details-page .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    padding: 0;\n    transition: transform 0.5s ease;\n    display: block;\n  }\n  \n  .product-details-page .feature-image:hover img {\n    transform: scale(1.05);\n  }\n  \n  .product-details-page .feature-content {\n    flex: 1;\n    padding: 30px;\n    background: #fff;\n  }\n  \n  .product-details-page .feature-title {\n    font-size: 1.5rem;\n    color: var(--brand-color);\n    margin-bottom: 20px;\n    font-weight: 800;\n    font-family: 'Roboto Condensed', sans-serif;\n    padding-bottom: 12px;\n    position: relative;\n  }\n  \n  .product-details-page .feature-title:after {\n    content: '';\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 60px;\n    height: 4px;\n    background: var(--accent-color);\n    border-radius: 2px;\n  }\n  \n  .product-details-page .highlight-list {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  \n  .product-details-page .highlight-list li {\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 12px;\n    color: #333;\n    font-size: 1.05rem;\n    line-height: 1.5;\n  }\n  \n  .product-details-page .highlight-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    font-size: 1.1rem;\n    color: var(--brand-color);\n    font-weight: bold;\n  }\n  \n  .product-details-page .highlight-list li strong {\n    color: var(--brand-color);\n    font-weight: 700;\n  }\n  \n  \/* 响应式设计 *\/\n  @media (max-width: 1100px) {\n    .product-details-page .specs-showcase {\n      gap: 15px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      min-width: 100px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 60px;\n      height: 60px;\n      font-size: 24px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.15rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.7rem;\n    }\n  }\n  \n  @media (max-width: 768px) {\n    .product-details-page .product-details-wrapper {\n      padding: 15px 0;\n    }\n    \n    .product-details-page .feature-section,\n    .product-details-page .feature-section:nth-child(even) {\n      flex-direction: column;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 280px;\n      width: 100%;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 25px;\n    }\n    \n    .product-details-page .specs-showcase {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 14px 12px;\n      justify-items: center;\n      align-items: stretch;\n      margin: 30px 0 40px;\n      padding: 20px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      width: 100%;\n      min-width: 0;\n      flex: unset;\n      margin-bottom: 0;\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-divider {\n      display: none;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 56px;\n      height: 56px;\n      font-size: 22px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.12rem;\n      line-height: 1.2;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.66rem;\n      line-height: 1.2;\n      text-align: center;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.4rem;\n    }\n    \n    .product-details-page .highlight-list li {\n      font-size: 1rem;\n    }\n  }\n  \n  @media (max-width: 480px) {\n    .product-details-page .product-details-wrapper {\n      padding: 10px 0;\n    }\n    \n    .product-details-page .product-details {\n      padding: 15px;\n      border-radius: 10px;\n    }\n    \n    .product-details-page .specs-showcase {\n      gap: 12px 10px;\n      padding: 18px 14px;\n      margin: 20px 0 30px;\n      border-radius: 14px;\n    }\n    \n    .product-details-page .spec-item-compact {\n      padding: 10px 6px;\n    }\n    \n    .product-details-page .spec-icon-compact {\n      width: 50px;\n      height: 50px;\n      font-size: 20px;\n      margin-bottom: 8px;\n    }\n    \n    .product-details-page .spec-value-compact {\n      font-size: 1.06rem;\n    }\n    \n    .product-details-page .spec-label-compact {\n      font-size: 0.62rem;\n    }\n    \n    .product-details-page .feature-image {\n      min-height: 240px;\n    }\n    \n    .product-details-page .feature-content {\n      padding: 20px;\n    }\n    \n    .product-details-page .feature-title {\n      font-size: 1.3rem;\n      margin-bottom: 15px;\n    }\n    \n    .product-details-page .highlight-list li {\n      padding-left: 26px;\n      font-size: 0.95rem;\n      margin-bottom: 10px;\n    }\n  }\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Schwarz","offer_id":46975572050098,"sku":"PHO_12XBF8NM","price":49.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/51EbChQoc8L.jpg?v=1768455472"},{"product_id":"garvee-skid-steer-platte-1-4-stahl-rostschutz-tractor-baumaschinen-pho_0xp9qp6m","title":"Garvee Skid Steer Platte 0.6 cm, 1.0 cm Top Bar, Schnellwechsel, Für Bobcat \u0026 Traktor","description":"\u003cstyle\u003e\n    .garvee-product-description {\n      font-family: Arial, sans-serif;\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 20px;\n      color: #333;\n      line-height: 1.6;\n      text-align: center;\n    }\n\n    .garvee-product-section {\n      margin-bottom: 40px;\n      text-align: center;\n    }\n\n    .garvee-product-image {\n      width: 100%;\n      max-width: 900px;\n      margin: 0 auto 20px;\n      display: block;\n      border-radius: 8px;\n      box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n    }\n\n    .garvee-image-caption {\n      text-align: center;\n      font-style: italic;\n      margin-bottom: 20px;\n      color: #666;\n    }\n\n    .garvee-product-description h2,\n    .garvee-product-description h3,\n    .garvee-product-description h4 {\n      color: #2c3e50;\n      border-bottom: 2px solid #3498db;\n      padding-bottom: 10px;\n      margin-top: 30px;\n      text-align: center;\n    }\n\n    .garvee-product-description ul {\n      list-style-position: inside;\n      padding: 0;\n      margin: 0 auto;\n      display: inline-block;\n      text-align: left;\n      max-width: 800px;\n    }\n\n    .garvee-product-description li {\n      margin-bottom: 10px;\n    }\n\n    \/* Mobile optimization *\/\n    @media (max-width: 768px) {\n      .garvee-product-description {\n        padding: 15px;\n      }\n\n      .garvee-product-image {\n        max-width: 100%;\n      }\n\n      .garvee-product-description ul {\n        max-width: 100%;\n        text-align: left;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"garvee-product-description\"\u003e\n\u003c!-- Section 1 --\u003e\n\u003cdiv class=\"garvee-product-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/Mount-Plate-026.jpg?v=1683601798\" alt=\"Anbau-Schmutzgabeln\" class=\"garvee-product-image\"\u003e\n\u003cp class=\"garvee-image-caption\"\u003eProfessionelle Skid-Steer-Aufnahmeplatte für maximale Leistung\u003c\/p\u003e\n\u003ch2\u003eGARVEE Skid-Steer-Aufnahmeplatte – vielseitige Anbauplattenlösung\u003c\/h2\u003e\n\u003cp\u003eGefertigt aus hochfestem Baustahl (Grade 50) – robust, rost- und korrosionsbeständig. Einfache Montage durch Aufhängen und Verschweißen. Präzise verarbeitet und geprüft für maximale Stabilität und Sicherheit. Kompatibel mit zahlreichen Anbaugeräten für effiziente Arbeitsprozesse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/Mount-Plate-027.jpg?v=1683601798\" alt=\"Anbau-Schmutzgabeln\" class=\"garvee-product-image\"\u003e\n\u003cdiv class=\"garvee-product-section\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/Mount-Plate-025.jpg?v=1683601798\" alt=\"Anbau-Schmutzgabeln\" class=\"garvee-product-image\"\u003e\n\u003ch2\u003eHauptmerkmale\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniverselle Kompatibilität:\u003c\/strong\u003e Passend für Lader und Traktoren bis 117 cm Innenbreite, kompatibel mit gängigen Marken.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHochfester Baustahl:\u003c\/strong\u003e Konstruktion aus Stahl Grade 50 für schwere Einsätze.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEinfache Montage:\u003c\/strong\u003e Schnell einhängbar und verschweißbar für flexible Nutzung.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSauber verschweißt:\u003c\/strong\u003e Geprüfte Qualität für hohe Betriebssicherheit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVielseitig einsetzbar:\u003c\/strong\u003e Ideal für Schnee-, Schutt- und Materialtransport.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"24 x 47 x 117 cm","offer_id":46975701483698,"sku":"PHO_0XP9QP6M","price":77.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/1677489643042.jpg?v=1768458586"},{"product_id":"garvee-miniskidsteer-anbauplatte-2zoll-stahl-landwirtschaft-ppg_34c5vghh","title":"Garvee Mini Skid Steer Anbauplatte 5 cm Aufnahme, Stahl, Robust, Für Landwirtschaft, Kompatibel","description":"\u003cdiv class=\"garvee-product-description\"\u003e\n\u003csection class=\"product-hero\"\u003e\n\u003ch2 class=\"product-highlight\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eGarvee Schnellwechselplatte mit 5-cm-Aufnahme\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eRobuste Schnellwechselplatte im Toro-Stil aus Stahl, mit 5-cm-Aufnahme, schweißbarer Oberfläche und breiter Kompatibilität für Mini-Radlader.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003eStahl\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e5 cm Aufnahme\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003eSchnellwechsel\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003eToro-Stil\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"product-image-container\"\u003e\u003cimg alt=\"Garvee Schnellwechselplatte mit 5 cm Aufnahme\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/717dKRLUxnL.jpg?v=1768458608\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte schnelle Verbindung\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71kYHBBho6L.jpg?v=1768458608\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schweißbare Oberfläche der Schnellwechselplatte\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61Vwk9-OR7L.jpg?v=1768458608\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte mit 5 cm Aufnahme für Anhänger\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61wtxsg8yqL.jpg?v=1768458608\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte kompatibel mit Mini Radladern\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81C95cHfKQL.jpg?v=1768458608\u0026amp;width=1200\"\u003e\u003c\/section\u003e\n\u003csection class=\"compact-section\"\u003e\n\u003ch3 class=\"section-header\"\u003eWarum diese Schnellwechselplatte?\u003c\/h3\u003e\n\u003cdiv class=\"feature-highlights\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🛡️ Robuste Stahlkonstruktion\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Gefertigt aus hochwertigem Stahl\u003cbr\u003e• Stabile Struktur für hohe Belastung\u003cbr\u003e• Für sicheren und langfristigen Einsatz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🔌 5-cm-Aufnahme\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Integrierte Aufnahme für Anhängerbetrieb\u003cbr\u003e• Sofort einsatzbereit zum Ziehen\u003cbr\u003e• Keine zusätzlichen Adapter erforderlich\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e⚡ Schnellwechsel-System\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Schnelles Verbinden von Zubehör\u003cbr\u003e• Per Schweißen oder Schrauben montierbar\u003cbr\u003e• Flexible Nutzung im Arbeitsalltag\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🔧 Schweißbare Oberfläche\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Für Schweißarbeiten vorbereitet\u003cbr\u003e• Große Kontaktfläche\u003cbr\u003e• Ideal für DIY-Installationen und Anpassungen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🚜 Breite Kompatibilität\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Geeignet für Toro Dingo, Ditch Witch, RamRod, Vermeer, Thomas\u003cbr\u003e• Toro-Stil-Montage\u003cbr\u003e• Für viele Mini-Radlader geeignet\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🏗️ Effizienter Einsatz\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Für Landwirtschaft und Bauarbeiten\u003cbr\u003e• Schneller Wechsel von Anbaugeräten\u003cbr\u003e• Praktisch für Hof, Werkstatt und Baustelle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"compact-section\"\u003e\n\u003ch3 class=\"section-header\"\u003eGarvee Vorteile\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Stahlkonstruktion\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ 5-cm-Aufnahme\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Schweißbar\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Toro-Stil kompatibel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n.garvee-product-description{\n  max-width:1200px;\n  margin:0 auto;\n  padding:0;\n  font-family:Arial,sans-serif;\n  color:#202020;\n  text-align:center;\n  background:#f5f5f5;\n}\n\n.product-hero{\n  margin:0 0 24px;\n  padding:24px 16px;\n  color:#ffffff;\n  background:linear-gradient(135deg,#050505,#1b1b1b,#4a4a4a);\n}\n\n.product-highlight{\n  font-size:26px;\n  font-weight:800;\n  line-height:1.2;\n  margin:0;\n}\n\n.product-subtitle{\n  margin:8px 0 0;\n  font-size:14px;\n  opacity:.95;\n}\n\n.spec-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:8px;\n  margin-top:16px;\n}\n\n.spec-item{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  min-height:36px;\n  padding:8px;\n  border-radius:6px;\n  background:rgba(255,255,255,.16);\n  font-size:12px;\n  font-weight:700;\n}\n\n.product-image-container{\n  margin:0 0 24px;\n}\n\n.product-image-container img{\n  display:block;\n  width:100%;\n  height:auto;\n  margin:0 0 12px;\n  border-radius:10px;\n  background:#fff;\n}\n\n.compact-section{\n  margin:0 0 24px;\n  padding:18px 16px;\n  background:#ffffff;\n  box-shadow:0 2px 12px rgba(0,0,0,.12);\n  border-radius:10px;\n}\n\n.section-header{\n  margin:0 0 14px;\n  color:#1f1f1f;\n  font-size:18px;\n  font-weight:700;\n}\n\n.feature-highlights{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:10px;\n}\n\n.feature-item{\n  background:#f7f7f7;\n  padding:12px;\n  border-radius:8px;\n  border:1px solid #e0e0e0;\n}\n\n.feature-title{\n  font-size:14px;\n  font-weight:700;\n  margin-bottom:5px;\n  color:#111111;\n}\n\n.feature-desc{\n  font-size:12px;\n  line-height:1.55;\n  color:#444444;\n}\n\n.benefits-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n\n.benefit-item{\n  background:#1b1b1b;\n  color:#ffffff;\n  padding:9px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:700;\n}\n\n@media(max-width:768px){\n\n  .product-highlight{\n    font-size:22px;\n  }\n\n  .spec-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .feature-highlights{\n    grid-template-columns:1fr;\n  }\n\n  .product-image-container img{\n    border-radius:8px;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Default Title","offer_id":46975701942450,"sku":"PPG_34C5VGHH","price":65.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/61Vwk9-OR7L.jpg?v=1768458608"},{"product_id":"garvee-mini-skid-steer-mount-plate-stahl-bau-landwirtschaft-ppg_34c43pra","title":"Garvee Mini Skid Steer Montageplatte, Schnellbefestigung, Stahl, Robust, Für Bau \u0026 Landwirtschaft","description":"\u003cdiv class=\"garvee-product-description\"\u003e\n\u003csection class=\"product-hero\"\u003e\n\u003ch2 class=\"product-highlight\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eGarvee Schnellwechselplatte für Mini-Kompaktlader\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"product-subtitle\"\u003eRobuste Schnellwechselplatte aus Premiumstahl, schweißbar und vielseitig kompatibel – ideal für Bau, Landwirtschaft und individuelle Anbaugeräte.\u003c\/p\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003ePremiumstahl\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003eSchweißbar\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003eSchnellwechsel\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003eUniversal einsetzbar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"product-image-container\"\u003e\u003cimg alt=\"Garvee Schnellwechselplatte für Mini Kompaktlader\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/719dLXcs5uL.jpg?v=1768459473\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte schnelle Verbindung\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61dKqCjkQ5L.jpg?v=1768459473\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schweißbare Oberfläche der Schnellwechselplatte\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/51i_-8zBqWL.jpg?v=1768459473\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte für effizientes Arbeiten\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/81WSHKG_3CL.jpg?v=1768459473\u0026amp;width=1200\"\u003e \u003cimg alt=\"Schnellwechselplatte kompatibel mit Mini Kompaktladern\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61-_wjOP6wL.jpg?v=1768459473\u0026amp;width=1200\"\u003e\u003c\/section\u003e\n\u003csection class=\"compact-section\"\u003e\n\u003ch3 class=\"section-header\"\u003eWarum diese Schnellwechselplatte?\u003c\/h3\u003e\n\u003cdiv class=\"feature-highlights\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🛡️ Robuster Premiumstahl\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Gefertigt aus hochwertigem Stahl\u003cbr\u003e• Stabile Struktur für hohe Belastung\u003cbr\u003e• Für langfristige Zuverlässigkeit im Einsatz\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🔧 Schweißbare Oberfläche\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Unlackierte Oberfläche\u003cbr\u003e• Speziell zum Schweißen vorbereitet\u003cbr\u003e• Ideal für individuelle DIY-Anpassungen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e⚡ Schnellwechsel-System\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Für schnelles Verbinden von Zubehör\u003cbr\u003e• Per Schweißen oder Schrauben montierbar\u003cbr\u003e• Spart Zeit beim Wechsel von Anbaugeräten\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🚜 Breite Kompatibilität\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Geeignet für Toro Dingo, Ramrod, Finn, Ditch Witch\u003cbr\u003e• Kompatibel mit vielen Mini-Kompaktladern\u003cbr\u003e• Vielseitig für Bau und Landwirtschaft nutzbar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🏗️ Effizienter Arbeitsalltag\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Unterstützt schnelles Bewegen von Lasten\u003cbr\u003e• Reduziert manuelle Handhabung\u003cbr\u003e• Für produktiveres Arbeiten mit Maschinen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-title\"\u003e🧰 Vielseitige Anwendung\u003c\/div\u003e\n\u003cdiv class=\"feature-desc\"\u003e• Für Anbaugeräte und Zubehör geeignet\u003cbr\u003e• Praktisch für Werkstatt, Hof und Baustelle\u003cbr\u003e• Solide Basis für individuelle Konstruktionen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"compact-section\"\u003e\n\u003ch3 class=\"section-header\"\u003eGarvee Vorteile\u003c\/h3\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Premiumstahl\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Schweißbare Oberfläche\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Schnellwechsel-System\u003c\/div\u003e\n\u003cdiv class=\"benefit-item\"\u003e✔ Für Mini-Kompaktlader\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n.garvee-product-description{\n  max-width:1200px;\n  margin:0 auto;\n  padding:0;\n  font-family:Arial,sans-serif;\n  color:#202020;\n  text-align:center;\n  background:#f5f5f5;\n}\n\n.product-hero{\n  margin:0 0 24px;\n  padding:24px 16px;\n  color:#ffffff;\n  background:linear-gradient(135deg,#050505,#1b1b1b,#4a4a4a);\n}\n\n.product-highlight{\n  font-size:26px;\n  font-weight:800;\n  line-height:1.2;\n  margin:0;\n}\n\n.product-subtitle{\n  margin:8px 0 0;\n  font-size:14px;\n  opacity:.95;\n}\n\n.spec-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:8px;\n  margin-top:16px;\n}\n\n.spec-item{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  min-height:36px;\n  padding:8px;\n  border-radius:6px;\n  background:rgba(255,255,255,.16);\n  font-size:12px;\n  font-weight:700;\n}\n\n.product-image-container{\n  margin:0 0 24px;\n}\n\n.product-image-container img{\n  display:block;\n  width:100%;\n  height:auto;\n  margin:0 0 12px;\n  border-radius:10px;\n  background:#fff;\n}\n\n.compact-section{\n  margin:0 0 24px;\n  padding:18px 16px;\n  background:#ffffff;\n  box-shadow:0 2px 12px rgba(0,0,0,.12);\n  border-radius:10px;\n}\n\n.section-header{\n  margin:0 0 14px;\n  color:#1f1f1f;\n  font-size:18px;\n  font-weight:700;\n}\n\n.feature-highlights{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:10px;\n}\n\n.feature-item{\n  background:#f7f7f7;\n  padding:12px;\n  border-radius:8px;\n  border:1px solid #e0e0e0;\n}\n\n.feature-title{\n  font-size:14px;\n  font-weight:700;\n  margin-bottom:5px;\n  color:#111111;\n}\n\n.feature-desc{\n  font-size:12px;\n  line-height:1.55;\n  color:#444444;\n}\n\n.benefits-grid{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:8px;\n}\n\n.benefit-item{\n  background:#1b1b1b;\n  color:#ffffff;\n  padding:9px;\n  border-radius:6px;\n  font-size:13px;\n  font-weight:700;\n}\n\n@media(max-width:768px){\n\n  .product-highlight{\n    font-size:22px;\n  }\n\n  .spec-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .feature-highlights{\n    grid-template-columns:1fr;\n  }\n\n  .product-image-container img{\n    border-radius:8px;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"Garvee","offers":[{"title":"Default Title","offer_id":46975724585138,"sku":"PPG_34C43PRA","price":37.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/51i_-8zBqWL.jpg?v=1768459473"},{"product_id":"garvee-montageplatte-fur-skid-steer-aus-pis-333djn7n","title":"Garvee Montageplatte für Skid Steer aus Grad 50 Stahl, kompatibel mit Lader und Traktor","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e【Robuste Konstruktion aus Stahl der Güteklasse 50】Hergestellt aus schweißbarem Baustahl der Güteklasse 50 mit einer Hauptplatte von 3\/16\" Dicke und einer oberen Stange von 3\/8\" Dicke, ausgelegt zur Aufnahme schwerer Lasten und zur Widerstandsfähigkeit gegen Biegung oder Verformung.\u003c\/li\u003e\n\u003cli\u003e【Universelle Kompatibilität mit Skid Steers】Passt für Innenbreiten bis zu 45 Zoll, funktioniert mit den meisten Skid Steers, Traktoren, Radladern und kompatiblen Geräten für eine einfache Maschinenübergreifende Nutzung.\u003c\/li\u003e\n\u003cli\u003e【Verbesserung der Arbeitseffizienz】Ermöglicht eine schnelle Installation und den Austausch von Schaufeln, Pflügen, Greifern, Gabeln und anderem Zubehör, was die Geschwindigkeit und Vielseitigkeit am Arbeitsplatz erhöht.\u003c\/li\u003e\n\u003cli\u003e【Breites Anwendungsspektrum】Ideal für Schneeräumung, Gartenarbeit, Materialhandling, Schuttbeseitigung und Transport in Bauwesen, Landwirtschaft und Grundstückspflege.\u003c\/li\u003e\n\u003cli\u003e【Standardisierte Passform und Spezifikationen】Misst 46\" Außenbreite, 45\" Innenbreite, 18,5\" Höhe, wiegt 56,5 lbs und gewährleistet eine einfache Einrichtung sowie eine feste und sichere Verbindung zu Ihrer Maschine.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"5 Stück","offer_id":47585346322610,"sku":"PIS_333DJN7N","price":544.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/51rDMayiIJL.jpg?v=1781553520"},{"product_id":"garvee-schnellkupplungsplatte-fur-skid-steer-3-pis-00vjeqmm","title":"Garvee Schnellkupplungsplatte für Skid Steer 3\/16 Zoll, pulverbeschichteter Stahl, universell kompatibel für Landwirtschaft und Bauwesen","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e💪Robuste Stahlkonstruktion: Erhältlich in mehreren Stärken (1\/2 Zoll, 3\/8 Zoll, 5\/16 Zoll, 1\/4 Zoll und 3\/16 Zoll), sind diese Platten aus strukturellem Stahl der Güteklasse 50 gefertigt, um einer intensiven Nutzung standzuhalten. Das 1\/2-Zoll-Modell trägt bis zu 9.000 Pfund, während die dünneren Varianten (z. B. 1\/4 Zoll) für 3.000 Pfund ausgelegt sind und so eine Anpassung an verschiedene Arbeitsanforderungen gewährleisten. Alle Platten verfügen über ein standardisiertes Design von 46 Zoll x 18,5 Zoll (sofern zutreffend) für eine konstante Kompatibilität.\u003c\/li\u003e\n\u003cli\u003e💪Universelle Kompatibilität mit Kettenladern: Entwickelt für eine reibungslose Funktion mit Bobcat, Kubota und anderen führenden Kettenladern, verfügen diese Platten über ein Schnellkupplungs-Design für einen mühelosen Zubehörwechsel. Sie akzeptieren Anbaugeräte wie Gabeln, Pflüge, Greifer oder kundenspezifische Zubehörteile und reduzieren so Ausfallzeiten beim Gerätewechsel.\u003c\/li\u003e\n\u003cli\u003e💪Langlebiger, rostbeständiger Schutz: Eine Pulverbeschichtung schützt den Stahl vor Korrosion und verlängert die Lebensdauer der Platte auch unter feuchten, schlammigen oder verschneiten Bedingungen. Das \"rostfreie\" Design gewährleistet eine zuverlässige Leistung über die Zeit ohne häufige Wartung.\u003c\/li\u003e\n\u003cli\u003e💪Einfache Installation und Anpassung: Für Flexibilität konzipiert, können die Platten direkt am Gerät geschweißt oder verschraubt werden. Einige ausgewählte Modelle (z. B. die 1\/4-Zoll-Variante) verfügen über vorgebohrte Löcher oder einen abnehmbaren 2-Zoll-Anhängerkupplungsempfänger für zusätzlichen Nutzen, was die Integration in bestehende Konfigurationen erleichtert.\u003c\/li\u003e\n\u003cli\u003e💪Vielseitige Anwendungen: Ideal für Schneeräumung, Gartenbau, Landwirtschaft und Bauwesen verbessern diese Platten die Funktionalität Ihres Kettenladers. Hochfeste Optionen (z. B. 1\/2 Zoll oder 3\/8 Zoll) bewältigen extreme Aufgaben, während leichtere Modelle (z. B. 3\/16 Zoll) für mittelschwere Projekte geeignet sind und so für jede Aufgabe eine Lösung bieten.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"0.47625 Cm Liso \/ Grosor 0.47625 Cm | Aceite Antioxidante","offer_id":47586090516658,"sku":"PIS_00VJEQMM","price":101.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/51huMXl9iGL.jpg?v=1781570429"},{"product_id":"garvee-schnellkupplungsplatte-fur-skid-steer-1-pho-11oqklj8","title":"Garvee Schnellkupplungsplatte für Skid Steer 1\/4 Zoll, abnehmbarer 2 Zoll Empfänger, pulverbeschichteter Stahl, universell für Bobcat und Kubota, Bau- und Landwirtschaft","description":"\u003c!-- render_bullet_points_and_attributes --\u003e\n\u003cul name=\"bullet_points\"\u003e\n\u003cli\u003e💪Robuste Stahlkonstruktion: Erhältlich in verschiedenen Stärken (1\/2 Zoll, 3\/8 Zoll, 5\/16 Zoll, 1\/4 Zoll und 3\/16 Zoll), sind diese Platten aus strukturellem Stahl der Güteklasse 50 gefertigt, um einer intensiven Nutzung standzuhalten. Das 1\/2-Zoll-Modell trägt bis zu 9.000 Pfund, während die dünneren Varianten (z. B. 1\/4 Zoll) für 3.000 Pfund ausgelegt sind, was eine Anpassung an unterschiedliche Arbeitsanforderungen gewährleistet. Alle Platten verfügen über ein standardisiertes Design von 46 Zoll x 18,5 Zoll (sofern zutreffend) für eine konstante Kompatibilität.\u003c\/li\u003e\n\u003cli\u003e💪 Kompatibilität mit Kompaktladern: Entwickelt für eine reibungslose Funktion mit Bobcat, Kubota und anderen führenden Kompaktladern, verfügen diese Platten über ein Schnellkupplungs-Design für einen mühelosen Werkzeugwechsel. Sie akzeptieren Anbaugeräte wie Gabeln, Pflüge, Greifer oder kundenspezifische Zubehörteile und reduzieren so Ausfallzeiten beim Gerätewechsel.\u003c\/li\u003e\n\u003cli\u003e💪 Langanhaltender Rostschutz: Eine Pulverbeschichtung schützt den Stahl vor Korrosion und verlängert die Lebensdauer der Platte selbst unter feuchten, schlammigen oder verschneiten Bedingungen. Das \"rostfreie\" Design gewährleistet eine zuverlässige Leistung über die Zeit ohne häufige Wartung.\u003c\/li\u003e\n\u003cli\u003e💪 Einfache Installation und Anpassung: Für Flexibilität konzipiert, können die Platten direkt am Gerät geschweißt oder verschraubt werden. Einige ausgewählte Modelle (z. B. die 1\/4-Zoll-Variante) verfügen über vorgebohrte Löcher oder einen abnehmbaren 2-Zoll-Anhängerkupplungsempfänger für zusätzlichen Nutzen, was die Integration in bestehende Konfigurationen erleichtert.\u003c\/li\u003e\n\u003cli\u003e💪 Vielseitige Anwendungen: Ideal für Schneeräumung, Gartenarbeit, Landwirtschaft und Bauwesen verbessern diese Platten die Funktionalität Ihres Kompaktladers. Die hochfesten Optionen (z. B. 1\/2 Zoll oder 3\/8 Zoll) bewältigen extreme Aufgaben, während die leichteren Modelle (z. B. 3\/16 Zoll) für moderate Serviceprojekte geeignet sind und für jede Aufgabe eine Lösung bieten.\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Garvee","offers":[{"title":"Negro \/ Receptor De 6,35 Mm","offer_id":47587203121330,"sku":"PHO_11OQKLJ8","price":210.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0704\/9668\/2162\/files\/51FeExcj_mL.jpg?v=1781589228"}],"url":"https:\/\/www.garvee.de\/collections\/heavy-equipment-accessories.oembed","provider":"GARVEEDE","version":"1.0","type":"link"}