{"product_id":"garvee-14l-90cup-coffee-pot-hot-pho-0zejbuov","title":"Garvee Cafetière 14L (90 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: 2rem;\n            background: linear-gradient(135deg, #fff6e6, #ffe0b2);\n            padding: 2rem;\n            border-radius: 12px;\n            border: 2px solid #ff9800;\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            margin-bottom: 1.5rem;\n        }\n\n        .product-badges {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n            margin: 1rem 0;\n        }\n\n        .product-badge {\n            background: white;\n            color: #1a1a1a;\n            padding: 0.5rem 1.5rem;\n            border-radius: 25px;\n            font-weight: 600;\n            border: 2px solid #ff9800;\n            box-shadow: 0 2px 4px rgba(255,152,0,0.1);\n        }\n\n        .offer-banner {\n            background: #ff9800;\n            color: white;\n            padding: 0.75rem 1.5rem;\n            border-radius: 8px;\n            display: inline-block;\n            font-weight: 600;\n            margin-top: 1rem;\n        }\n\n        .image-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            margin-bottom: 2.5rem;\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: #fff6e6;\n            padding: 2rem;\n            border-radius: 12px;\n            margin: 2.5rem 0;\n            border: 2px solid #ff9800;\n        }\n\n        .section-title {\n            font-size: 1.8rem;\n            color: #1a1a1a;\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: #ff9800;\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        .feature-content strong {\n            display: block;\n            margin-bottom: 0.25rem;\n            color: #1a1a1a;\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            border: 1px solid #ffe0b2;\n        }\n\n        .specs-table th {\n            background: #ff9800;\n            color: white;\n            font-weight: 600;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background: #fff6e6;\n        }\n\n        .cta-section {\n            text-align: center;\n            padding: 3rem 2rem;\n            background: linear-gradient(135deg, #fff6e6, #ffe0b2);\n            border-radius: 12px;\n            margin: 2rem 0;\n            border: 2px solid #ff9800;\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: #ff9800;\n            color: white;\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        }\n\n        .buy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 6px 16px rgba(255,152,0,0.3);\n            background: #f57c00;\n        }\n\n        .guarantee-row {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin-top: 1.5rem;\n            flex-wrap: wrap;\n        }\n\n        .guarantee-item {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #1a1a1a;\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            .container {\n                padding: 1rem;\n            }\n            .guarantee-row {\n                flex-direction: column;\n                align-items: center;\n                gap: 1rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n \u003cheader class=\"product-header\"\u003e\n  \u003cimg alt=\"Commercial Coffee Urn\" 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=\"product-badges\"\u003e\n   \u003cspan class=\"product-badge\"\u003e\n    ✓ Jusqu'à 90 tasses\n   \u003c\/span\u003e\n   \u003cspan class=\"product-badge\"\u003e\n    ✓ Chauffage rapide 1500W\n   \u003c\/span\u003e\n   \u003cspan class=\"product-badge\"\u003e\n    ✓ Acier inoxydable de qualité alimentaire\n   \u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cbr\u003e\n \u003c\/header\u003e\n \u003cdiv class=\"image-grid\"\u003e\n  \u003cimg alt=\"Premium Construction Details\" 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=\"Easy Installation Guide\" 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=\"Commercial Applications\" 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=\"section-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 class=\"feature-content\"\u003e\n     \u003cstrong\u003e\n      Construction double couche de qualité supérieure\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é exceptionnelle\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 class=\"feature-content\"\u003e\n     \u003cstrong\u003e\n      Options de capacité flexibles\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Disponible en 120 tasses (18L), 90 tasses (14L) et 80 tasses (12L) pour répondre à vos besoins spécifiques\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 class=\"feature-content\"\u003e\n     \u003cstrong\u003e\n      Chauffage haute performance\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Deux tubes chauffants de 1500W préparent jusqu'à 90 tasses en seulement 40 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 class=\"feature-content\"\u003e\n     \u003cstrong\u003e\n      Utilisation facile\n     \u003c\/strong\u003e\n     \u003cp\u003e\n      Indicateurs de niveau d'eau clairs, processus de nettoyage simple et isolation thermique efficace\n     \u003c\/p\u003e\n    \u003c\/div\u003e\n   \u003c\/li\u003e\n  \u003c\/ul\u003e\n \u003c\/section\u003e\n \u003csection\u003e\n  \u003ch2 class=\"section-title\"\u003e\n   Spécifications techniques\n  \u003c\/h2\u003e\n  \u003ctable class=\"specs-table\"\u003e\n   \u003ctbody\u003e\n    \u003ctr\u003e\n     \u003cth\u003e\n      Spécification\n     \u003c\/th\u003e\n     \u003cth\u003e\n      Détail\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      Options de capacité\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      120 tasses (18L), 90 tasses (14L), 80 tasses (12L)\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      Matériau\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      Acier inoxydable 304 \u0026amp; 403\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n    \u003ctr\u003e\n     \u003ctd\u003e\n      Poids\n     \u003c\/td\u003e\n     \u003ctd\u003e\n      12,62 livres\n     \u003c\/td\u003e\n    \u003c\/tr\u003e\n   \u003c\/tbody\u003e\n  \u003c\/table\u003e\n \u003c\/section\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"14 L","offer_id":50715520303392,"sku":"PHO_0ZEJBUOV","price":221.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1725524405324_14381520-6c32-4cb9-adf6-9e1d8675a0ca.jpg?v=1758255123","url":"https:\/\/www.garvee.ca\/fr\/products\/garvee-14l-90cup-coffee-pot-hot-pho-0zejbuov","provider":"GARVEECA","version":"1.0","type":"link"}