{"product_id":"garvee-hochstuhl-klappbar-verstellbar-babys-reisen-pto_0zg6lgn0","title":"Chaise haute pliable Garvee verte pour bébé – Hauteur réglable avec harnais 5 points et double tablette pour bébés jusqu'à 22,5 kg","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto+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        .product-details {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 30px 20px;\n            font-family: 'Roboto', sans-serif;\n            background: linear-gradient(180deg, #f8f9fa 0%, #f5f9ff 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-details::before {\n            content: \"\";\n            position: absolute;\n            top: -50px;\n            right: -50px;\n            width: 200px;\n            height: 200px;\n            background: radial-gradient(circle, rgba(7, 65, 116, 0.1) 0%, transparent 70%);\n            z-index: 0;\n        }\n        \n        .product-details::after {\n            content: \"\";\n            position: absolute;\n            bottom: -50px;\n            left: -50px;\n            width: 200px;\n            height: 200px;\n            background: radial-gradient(circle, rgba(255, 193, 7, 0.1) 0%, transparent 70%);\n            z-index: 0;\n        }\n        \n        .specs-showcase {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: white;\n            border-radius: 20px;\n            padding: 25px 30px;\n            margin-bottom: 40px;\n            box-shadow: 0 10px 40px rgba(7, 65, 116, 0.15);\n            border: 3px solid #074174;\n            flex-wrap: wrap;\n            gap: 20px;\n            position: relative;\n            z-index: 1;\n            background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);\n        }\n        \n        .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: transform 0.3s ease;\n        }\n        \n        .spec-item-compact:hover {\n            transform: translateY(-5px);\n        }\n        \n        .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, #074174, #4DB6AC);\n            border-radius: 50%;\n            margin-bottom: 15px;\n            font-size: 28px;\n            color: white;\n            box-shadow: 0 5px 15px rgba(7, 65, 116, 0.3);\n            transition: all 0.3s ease;\n        }\n        \n        .spec-icon-compact:hover {\n            background: linear-gradient(135deg, #4DB6AC, #074174);\n            transform: scale(1.1) rotate(5deg);\n        }\n        \n        .spec-value-compact {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: #074174;\n            margin-bottom: 6px;\n            line-height: 1.2;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n        }\n        \n        .spec-label-compact {\n            color: #666;\n            font-size: 0.85rem;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            font-weight: 600;\n            background: linear-gradient(90deg, #074174, #4DB6AC);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        .spec-divider {\n            width: 2px;\n            height: 60px;\n            background: linear-gradient(180deg, transparent, #074174, transparent);\n        }\n        \n        .product-details .feature-section {\n            display: flex;\n            align-items: stretch;\n            margin-bottom: 35px;\n            background: white;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 8px 30px rgba(7, 65, 116, 0.15);\n            border: 3px solid #074174;\n            position: relative;\n            z-index: 1;\n            transition: transform 0.3s ease;\n            min-height: 400px;\n        }\n        \n        .product-details .feature-section:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 40px rgba(7, 65, 116, 0.25);\n            border-color: #FFC107;\n        }\n        \n        .product-details .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        \n        .feature-section::before {\n            content: \"👶\";\n            position: absolute;\n            top: 15px;\n            left: 15px;\n            font-size: 24px;\n            z-index: 2;\n            animation: bounce 2s infinite;\n        }\n        \n        @keyframes bounce {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-5px); }\n        }\n        \n        .product-details .feature-image {\n            flex: 1;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            overflow: hidden;\n            position: relative;\n            background: linear-gradient(135deg, #f0f7ff, #e6f0ff);\n        }\n        \n        .product-details .feature-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .product-details .feature-section:hover .feature-image img {\n            transform: scale(1.05);\n        }\n        \n        .product-details .feature-content {\n            flex: 1;\n            padding: 30px;\n            background: white;\n            position: relative;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        .product-details .feature-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            border-left: 5px solid #FFC107;\n            padding-left: 15px;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .product-details .highlight-list {\n            list-style: none;\n            margin: 0;\n            padding: 0;\n        }\n        \n        .product-details .highlight-list li {\n            position: relative;\n            padding-left: 35px;\n            margin-bottom: 15px;\n            color: #2d3748;\n            font-size: 1.05rem;\n            line-height: 1.6;\n            padding-top: 2px;\n        }\n        \n        .product-details .highlight-list li::before {\n            content: \"✅\";\n            position: absolute;\n            left: 0;\n            top: 0;\n            font-size: 1.3rem;\n            color: #074174;\n        }\n        \n        .buy-now-hint {\n            position: absolute;\n            bottom: 20px;\n            right: 20px;\n            background: linear-gradient(135deg, #074174, #FFC107);\n            color: white;\n            padding: 10px 20px;\n            border-radius: 50px;\n            font-weight: bold;\n            font-size: 0.9rem;\n            box-shadow: 0 5px 15px rgba(7, 65, 116, 0.3);\n            z-index: 2;\n            animation: pulse 2s infinite;\n        }\n        \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n        \n        .safety-note {\n            background: linear-gradient(135deg, #fff9e6, #fff5e6);\n            border: 2px solid #FFC107;\n            border-radius: 15px;\n            padding: 20px 25px;\n            margin-top: 30px;\n            position: relative;\n            box-shadow: 0 4px 15px rgba(255, 193, 7, 0.1);\n            z-index: 1;\n        }\n        \n        .safety-note-title {\n            color: #074174;\n            font-size: 1.2rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            font-family: 'Roboto Condensed', sans-serif;\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .safety-note-title::before {\n            content: \"⚠️\";\n            font-size: 1.3rem;\n        }\n        \n        .safety-note-content {\n            color: #666;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n        \n        .safety-note-content strong {\n            color: #074174;\n        }\n        \n        .cloud-decoration {\n            position: absolute;\n            background: white;\n            border-radius: 50%;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            opacity: 0.3;\n            z-index: 0;\n        }\n        \n        .cloud-1 {\n            width: 120px;\n            height: 40px;\n            top: 10%;\n            left: 5%;\n            background: #e6f0ff;\n        }\n        \n        .cloud-2 {\n            width: 100px;\n            height: 35px;\n            bottom: 20%;\n            right: 8%;\n            background: #fff8e1;\n        }\n        \n        @media (max-width: 992px) {\n            .specs-showcase {\n                gap: 15px;\n                padding: 20px;\n            }\n            \n            .spec-item-compact {\n                min-width: 100px;\n            }\n            \n            .spec-icon-compact {\n                width: 60px;\n                height: 60px;\n                font-size: 24px;\n            }\n            \n            .spec-value-compact {\n                font-size: 1.15rem;\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                min-height: auto;\n            }\n            \n            .product-details .feature-image {\n                height: 300px;\n                width: 100%;\n            }\n            \n            .product-details .feature-content {\n                padding: 25px;\n            }\n            \n            .specs-showcase {\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            \n            .spec-item-compact {\n                flex: 0 0 calc(50% - 20px);\n                margin-bottom: 20px;\n            }\n            \n            .spec-divider {\n                display: none;\n            }\n            \n            .buy-now-hint {\n                position: relative;\n                bottom: auto;\n                right: auto;\n                margin-top: 20px;\n                align-self: center;\n            }\n        }\n        \n        @media (max-width: 480px) {\n            .product-details {\n                padding: 20px 15px;\n            }\n            \n            .product-details .feature-image {\n                height: 250px;\n            }\n            \n            .specs-showcase {\n                flex-direction: row;\n                flex-wrap: wrap;\n                gap: 15px;\n                padding: 20px 15px;\n                justify-content: space-between;\n            }\n            \n            .spec-item-compact {\n                flex: 0 0 calc(50% - 10px);\n                min-width: auto;\n                margin-bottom: 15px;\n            }\n            \n            .spec-icon-compact {\n                width: 55px;\n                height: 55px;\n                font-size: 22px;\n                margin-bottom: 10px;\n            }\n            \n            .spec-value-compact {\n                font-size: 1.1rem;\n                margin-bottom: 4px;\n            }\n            \n            .spec-label-compact {\n                font-size: 0.75rem;\n                letter-spacing: 0.3px;\n            }\n            \n            .spec-divider {\n                display: none;\n            }\n            \n            .product-details .feature-title {\n                font-size: 1.4rem;\n            }\n            \n            .product-details::before,\n            .product-details::after {\n                display: none;\n            }\n        }\n        \n        @media (max-width: 360px) {\n            .spec-item-compact {\n                flex: 0 0 calc(50% - 8px);\n            }\n            \n            .spec-icon-compact {\n                width: 50px;\n                height: 50px;\n                font-size: 20px;\n            }\n            \n            .spec-value-compact {\n                font-size: 1.0rem;\n            }\n            \n            .spec-label-compact {\n                font-size: 0.7rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-details\"\u003e\n\u003cdiv class=\"cloud-decoration cloud-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"cloud-decoration cloud-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"buy-now-hint\"\u003e👶 Sécuriser maintenant la chaise haute parfaite !\u003c\/div\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\"\u003e7-fach\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eRéglable en hauteur\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\"\u003e22,7 kg\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eCharge max.\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-36 Monate\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eRecommandation d'âge\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\"\u003e5 Positionen\u003c\/div\u003e\n\u003cdiv class=\"spec-label-compact\"\u003eDossier\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Klappbarer Hochstuhl gefaltet\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71BmF8-Df7L.jpg?v=1761213870\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e📦 Gain de place \u0026amp; Mobile\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Klick-Faltmechanismus\u003c\/strong\u003e - Pliage facile d'une seule main\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eKompakte Aufbewahrung\u003c\/strong\u003e - Idéal pour les petits appartements ou en déplacement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLeicht zu transportieren\u003c\/strong\u003e - Parfait pour les voyages et les visites au restaurant\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eGefaltete Maße: 15 x 71 x 115 cm\u003c\/strong\u003e - Rangé sans prendre de place\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Hochstuhl mit 5-Punkt-Gurt Sicherheit\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71hrOV-NsxL.jpg?v=1761213870\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🛡️ Sécurité \u0026amp; Stabilité\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Punkt-Sicherheitsgurt\u003c\/strong\u003e - Sécurité maximale pour votre bébé\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVerstärkter Rahmen\u003c\/strong\u003e - Construction robuste jusqu'à 22,7 kg\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBreite, stabile Basis\u003c\/strong\u003e - Empêche le basculement\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAnti-Rutsch-Bügel\u003c\/strong\u003e - Protection supplémentaire contre les glissades\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Hochstuhl in verschiedenen Nutzungsszenarien\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71X5gWSF3UL.jpg?v=1761213870\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🔧 Multifonctionnel \u0026amp; Polyvalent\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e4-in-1 Nutzung\u003c\/strong\u003e - Chaise à manger, jeu, sommeil et alimentation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Anpassung\u003c\/strong\u003e - S'adapte à chaque situation de vie\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMitwachsendes Design\u003c\/strong\u003e - Pour bébés de 6 à 36 mois\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeiches PU-Polster\u003c\/strong\u003e - Confort d'assise élevé pour votre enfant\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Höhenverstellbarer Hochstuhl\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/71AImv9OJpL.jpg?v=1761213870\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e📐 Évolutif \u0026amp; Adaptable\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e7-fach höhenverstellbarer Sitz\u003c\/strong\u003e - S'adapte parfaitement à chaque table\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5 verschiedene Neigungswinkel\u003c\/strong\u003e - De droit à allongé\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3-fach verstellbare Fußstütze\u003c\/strong\u003e - Soutien optimal\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAbnehmbares Doppeltablett\u003c\/strong\u003e - Plateau supérieur pour manger, inférieur pour jouer\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg loading=\"lazy\" alt=\"Hochstuhl Abmessungen\" src=\"https:\/\/www.garvee.de\/cdn\/shop\/files\/61qpWMHKPdL.jpg?v=1761213870\u0026amp;width=713\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch2 class=\"feature-title\"\u003e✨ Facile à nettoyer\u003c\/h2\u003e\n\u003cul class=\"highlight-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDoppeltes, abnehmbares Tablett\u003c\/strong\u003e - Convient au lave-vaisselle\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWasserfeste PU-Polsterung\u003c\/strong\u003e - Facile à essuyer avec un chiffon humide\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAtmungsaktives Material\u003c\/strong\u003e - Sensation d'assise agréable\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAbmessungen: 54 x 71 x 100 cm\u003c\/strong\u003e - Taille optimale pour chaque maison\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"safety-note\"\u003e\n\u003cdiv class=\"safety-note-title\"\u003eInformations importantes de sécurité\u003c\/div\u003e\n\u003cdiv class=\"safety-note-content\"\u003e\n\u003cstrong\u003eVeuillez noter :\u003c\/strong\u003e Utilisez toujours la chaise haute sous la surveillance d'un adulte. Vérifiez régulièrement les dispositifs de sécurité. Utilisez uniquement sur des surfaces planes et stables. Convient aux bébés et tout-petits de 6-36 mois, jusqu'à max. 22,7 kg. Matériaux de haute qualité pour une utilisation durable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Vert","offer_id":50847849709883,"sku":"PTO_0ZG6LGN0","price":92.99,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0948\/2924\/8827\/files\/61HIPBv_cNL.jpg?v=1765686434","url":"https:\/\/www.garvee.fr\/products\/garvee-hochstuhl-klappbar-verstellbar-babys-reisen-pto_0zg6lgn0","provider":"GARVEEFR","version":"1.0","type":"link"}