{"product_id":"garvee-18l-120cup-coffee-pot-hot-pho-0zejm2bf","title":"Cafetière Garvee 18L (120 tasses), distributeur d'eau chaude avec percolateur, thermos à boissons chaudes en acier inoxydable","description":"\u003cp\u003e\n \u003cmeta charset=\"utf-8\"\u003e\n \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: system-ui, -apple-system, sans-serif;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n        }\n\n        .product-header {\n            text-align: center;\n            margin-bottom: 2.5rem;\n            position: relative;\n        }\n\n        .hero-image {\n            width: 100%;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n        }\n\n        .overlay-content {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            background: rgba(255, 255, 255, 0.95);\n            padding: 2rem;\n            border-radius: 12px;\n            width: 90%;\n            max-width: 800px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.15);\n        }\n\n        .product-title {\n            font-size: 2.5rem;\n            color: #1a1a1a;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        .highlight-chips {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin: 1rem 0;\n            flex-wrap: wrap;\n        }\n\n        .highlight-chip {\n            background: #ffb300;\n            color: #1a1a1a;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-weight: 600;\n            font-size: 0.9rem;\n            box-shadow: 0 2px 4px rgba(255,179,0,0.2);\n        }\n\n        .image-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .image-grid img {\n            width: 100%;\n            border-radius: 12px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .image-grid img:hover {\n            transform: scale(1.02);\n        }\n\n        .features-section {\n            background: linear-gradient(135deg, #fff9e6, #fff5cc);\n            padding: 2rem;\n            border-radius: 12px;\n            margin: 2.5rem 0;\n            border: 2px solid #ffb300;\n        }\n\n        .features-title {\n            color: #1a1a1a;\n            font-size: 1.5rem;\n            margin-bottom: 1.5rem;\n            text-align: center;\n        }\n\n        .features-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .feature-item {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 8px;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            box-shadow: 0 2px 6px rgba(0,0,0,0.05);\n        }\n\n        .feature-icon {\n            background: #ffb300;\n            color: white;\n            width: 24px;\n            height: 24px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            flex-shrink: 0;\n            font-weight: bold;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 2rem 0;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.1);\n        }\n\n        .specs-table th,\n        .specs-table td {\n            padding: 1rem;\n            text-align: left;\n        }\n\n        .specs-table th {\n            background: #ffb300;\n            color: #1a1a1a;\n            font-weight: 600;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background: #fff9e6;\n        }\n\n        .cta-section {\n            text-align: center;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, #fff9e6, #fff5cc);\n            border-radius: 12px;\n            margin: 2rem 0;\n            border: 2px solid #ffb300;\n        }\n\n        .price-tag {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #1a1a1a;\n            margin: 1.5rem 0;\n        }\n\n        .buy-button {\n            display: inline-block;\n            padding: 1rem 3rem;\n            background: #ffb300;\n            color: #1a1a1a;\n            font-size: 1.25rem;\n            font-weight: 600;\n            border-radius: 8px;\n            text-decoration: none;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            margin: 1rem 0;\n            box-shadow: 0 4px 12px rgba(255,179,0,0.3);\n        }\n\n        .buy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(255,179,0,0.4);\n        }\n\n        .guarantees {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-top: 1.5rem;\n            flex-wrap: wrap;\n        }\n\n        .guarantee-badge {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #1a1a1a;\n            font-size: 0.9rem;\n            background: white;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n        }\n\n        @media (max-width: 768px) {\n            .image-grid {\n                grid-template-columns: 1fr;\n            }\n            .overlay-content {\n                position: relative;\n                transform: none;\n                top: 0;\n                left: 0;\n                width: 100%;\n                margin-top: 1rem;\n            }\n            .container {\n                padding: 1rem;\n            }\n            .product-title {\n                font-size: 2rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003ch1 class=\"product-title\"\u003e\n  Urine de Café Commerciale Professionnelle\n \u003c\/h1\u003e\n \u003cheader class=\"product-header\"\u003e\n  \u003cimg alt=\"Urne de Café Commerciale\" class=\"hero-image\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/Coffee_Urn-1.jpg?v=1702895136\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/Coffee_Urn-1.jpg?v=1702895136\"\u003e\n  \u003cdiv class=\"overlay-content\"\u003e\n   \u003cdiv class=\"highlight-chips\"\u003e\n    \u003cspan class=\"highlight-chip\"\u003e\n     ✓ Jusqu'à 120 Tasses de Capacité\n    \u003c\/span\u003e\n    \u003cspan class=\"highlight-chip\"\u003e\n     ✓ Chauffage Rapide 1500W\n    \u003c\/span\u003e\n    \u003cspan class=\"highlight-chip\"\u003e\n     ✓ Acier Double Couche\n    \u003c\/span\u003e\n   \u003c\/div\u003e\n  \u003c\/div\u003e\n \u003c\/header\u003e\n \u003cdiv class=\"image-grid\"\u003e\n  \u003cimg alt=\"Détail de la construction double couche\" data-mce-src=\"https:\/\/www.garvee.com\/cdn\/shop\/files\/71ohTqKq2AL.jpg?v=1725524757\u0026amp;width=713\" src=\"https:\/\/www.garvee.com\/cdn\/shop\/files\/71ohTqKq2AL.jpg?v=1725524757\u0026amp;width=713\"\u003e\n  \u003cimg alt=\"Guide d'installation facile\" data-mce-src=\"https:\/\/www.garvee.com\/cdn\/shop\/files\/71bw-Otm_kL.jpg?v=1725524757\u0026amp;width=713\" src=\"https:\/\/www.garvee.com\/cdn\/shop\/files\/71bw-Otm_kL.jpg?v=1725524757\u0026amp;width=713\"\u003e\n \u003c\/div\u003e\n \u003cimg alt=\"Applications Commerciales\" data-mce-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/screenshot-20231218-182418.jpg?v=1702895135\" data-mce-style=\"width: 100%; border-radius: 12px; margin: 2rem 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/screenshot-20231218-182418.jpg?v=1702895135\" style=\"width: 100%; border-radius: 12px; margin: 2rem 0;\"\u003e\n \u003csection class=\"features-section\"\u003e\n  \u003ch2 class=\"features-title\"\u003e\n   Caractéristiques de Qualité Professionnelle\n  \u003c\/h2\u003e\n  \u003cul class=\"features-list\"\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/span\u003e\n    \u003cdiv\u003e\n     \u003cstrong\u003e\n      Construction Premium\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Acier inoxydable 304 intérieur + acier inoxydable 403 extérieur, chacun de 0,45 mm d'épaisseur pour une durabilité maximale\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/span\u003e\n    \u003cdiv\u003e\n     \u003cstrong\u003e\n      Plusieurs Options de Capacité\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Choisissez parmi les modèles 120 tasses (18L), 95 tasses (14L) ou 80 tasses (12L) pour répondre à vos besoins\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/span\u003e\n    \u003cdiv\u003e\n     \u003cstrong\u003e\n      Système de Préparation Rapide\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Deux tubes chauffants de 1500W préparent jusqu'à 120 tasses en seulement 30 minutes\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n   \u003cli class=\"feature-item\"\u003e\n    \u003cspan class=\"feature-icon\"\u003e\n     ✓\n    \u003c\/span\u003e\n    \u003cdiv\u003e\n     \u003cstrong\u003e\n      Fonctionnalités Conviviales\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Indicateurs de niveau d'eau faciles à lire, processus de nettoyage simple et commandes intuitives\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n  \u003c\/ul\u003e\n \u003c\/section\u003e\n \u003ctable class=\"specs-table\"\u003e\n  \u003ctbody\u003e\n   \u003ctr\u003e\n    \u003cth colspan=\"2\"\u003e\n     Spécifications Techniques\n    \u003c\/th\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Marque\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Garvee\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Matériau\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     Acier inoxydable 304\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Puissance\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     1500W, 220-240V\/50HZ\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n   \u003ctr\u003e\n    \u003ctd\u003e\n     Poids\n    \u003c\/td\u003e\n    \u003ctd\u003e\n     8,6 kg\n    \u003c\/td\u003e\n   \u003c\/tr\u003e\n  \u003c\/tbody\u003e\n \u003c\/table\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"18L","offer_id":50715593802016,"sku":"PHO_0ZEJM2BF","price":217.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1725524682053.jpg?v=1758255728","url":"https:\/\/www.garvee.ca\/fr\/products\/garvee-18l-120cup-coffee-pot-hot-pho-0zejm2bf","provider":"GARVEECA","version":"1.0","type":"link"}