{"product_id":"garvee-46-x-19-height-adjustable-pel-0rr2iugr","title":"GARVEE 46'' x 19'' Height Adjustable Rolling AV Cart with Locking Cabinet, Laptop Stand, Drop Leaves, Mobile Utility Workstation for Office and Classroom, Extra Storage Space and Power Strip, Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .product-container {\n            background-color: #fff;\n            border-radius: 10px;\n            box-shadow: 0 0 20px rgba(0,0,0,0.05);\n            overflow: hidden;\n            margin-bottom: 30px;\n        }\n        \n        .product-header {\n            padding: 25px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .product-title {\n            font-size: 28px;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 10px;\n        }\n        \n        .product-subtitle {\n            font-size: 18px;\n            color: #666;\n            margin-bottom: 15px;\n        }\n        \n        .rating-container {\n            display: flex;\n            align-items: center;\n            margin-bottom: 15px;\n        }\n        \n        .rating-stars {\n            color: #FFB900;\n            font-size: 18px;\n            margin-right: 10px;\n        }\n        \n        .rating-count {\n            color: #0066CC;\n            text-decoration: underline;\n            cursor: pointer;\n        }\n        \n        .price-container {\n            display: flex;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin: 20px 0;\n            background: #f7f7f7;\n            padding: 15px;\n            border-radius: 8px;\n        }\n        \n        .current-price {\n            font-size: 32px;\n            font-weight: 700;\n            color: #D32F2F;\n        }\n        \n        .original-price {\n            text-decoration: line-through;\n            color: #999;\n            font-size: 20px;\n        }\n        \n        .saving-badge {\n            background: #D32F2F;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-weight: 600;\n        }\n        \n        .shipping-info {\n            margin-left: auto;\n            color: #388E3C;\n            font-weight: 600;\n        }\n        \n        .stock-badge {\n            display: inline-block;\n            background: #388E3C;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 4px;\n            font-weight: 600;\n            margin-top: 10px;\n        }\n        \n        .action-buttons {\n            display: flex;\n            gap: 15px;\n            margin: 25px 0 15px;\n        }\n        \n        .cta-button {\n            flex: 2;\n            padding: 15px 20px;\n            background: #D32F2F;\n            color: white;\n            text-align: center;\n            font-size: 18px;\n            font-weight: 600;\n            border: none;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-decoration: none;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n        }\n        \n        .cta-button:hover {\n            background: #B71C1C;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n        }\n        \n        .wishlist-button {\n            flex: 1;\n            padding: 15px 20px;\n            background: #f9f9f9;\n            border: 1px solid #ddd;\n            color: #666;\n            text-align: center;\n            font-size: 16px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n        \n        .wishlist-button:hover {\n            background: #f0f0f0;\n            border-color: #ccc;\n        }\n        \n        .full-width-image {\n            width: 100%;\n            margin-bottom: 20px;\n            overflow: hidden;\n        }\n        \n        .full-width-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.3s ease;\n        }\n        \n        .full-width-image img:hover {\n            transform: scale(1.02);\n        }\n        \n        .product-content {\n            padding: 25px;\n        }\n        \n        .highlight-banner {\n            background: #FFF8E1;\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 30px;\n            border-left: 4px solid #FFB900;\n        }\n        \n        .highlight-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n        \n        .highlight-description {\n            color: #555;\n            font-size: 16px;\n        }\n        \n        .section-title {\n            font-size: 22px;\n            font-weight: 700;\n            color: #333;\n            margin: 35px 0 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #ddd;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: -2px;\n            left: 0;\n            width: 80px;\n            height: 2px;\n            background-color: #D32F2F;\n        }\n        \n        .feature-section {\n            margin-bottom: 40px;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            font-weight: 600;\n            color: #333;\n            margin: 20px 0 10px;\n        }\n        \n        .feature-description {\n            color: #555;\n            font-size: 16px;\n            line-height: 1.6;\n            margin-bottom: 15px;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n            margin: 30px 0;\n        }\n        \n        .feature-card {\n            background: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            border: 1px solid #eee;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 15px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            height: 60px;\n            font-size: 28px;\n            color: #D32F2F;\n            background-color: #FFEBEE;\n        }\n        \n        .feature-content {\n            padding: 20px;\n        }\n        \n        .feature-card-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: #333;\n            margin-bottom: 10px;\n        }\n        \n        .feature-card-description {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.5;\n        }\n        \n        .benefits-list {\n            margin: 25px 0;\n            padding-left: 0;\n            list-style: none;\n        }\n        \n        .benefits-list li {\n            margin-bottom: 15px;\n            padding: 15px 20px 15px 50px;\n            background: #f9f9f9;\n            border-radius: 8px;\n            position: relative;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.05);\n            transition: transform 0.2s ease;\n        }\n        \n        .benefits-list li:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 5px 10px rgba(0,0,0,0.1);\n        }\n        \n        .benefits-list li::before {\n            content: \"✓\";\n            position: absolute;\n            left: 20px;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 18px;\n            color: #D32F2F;\n            font-weight: bold;\n        }\n        \n        .benefits-title {\n            font-weight: 600;\n            margin-bottom: 5px;\n            color: #333;\n        }\n        \n        .benefits-description {\n            color: #666;\n            font-size: 15px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 0 15px rgba(0,0,0,0.05);\n        }\n        \n        .specs-table tr:nth-child(odd) {\n            background-color: #f5f5f5;\n        }\n        \n        .specs-table tr:nth-child(even) {\n            background-color: #ffffff;\n        }\n        \n        .specs-table td {\n            padding: 15px 20px;\n            border-bottom: 1px solid #eee;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            color: #333;\n        }\n        \n        .trust-badges {\n            display: flex;\n            justify-content: space-between;\n            margin: 40px 0;\n            flex-wrap: wrap;\n            gap: 15px;\n        }\n        \n        .trust-badge {\n            flex: 1;\n            min-width: 120px;\n            text-align: center;\n            padding: 15px 10px;\n            background: #fff;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            border: 1px solid #eee;\n        }\n        \n        .trust-badge-icon {\n            font-size: 24px;\n            color: #666;\n            margin-bottom: 8px;\n        }\n        \n        .trust-badge-title {\n            font-weight: 600;\n            font-size: 14px;\n            color: #333;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #FFEBEE 0%, #FFCDD2 100%);\n            padding: 30px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 40px 0;\n        }\n        \n        .cta-title {\n            font-size: 24px;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #333;\n        }\n        \n        .cta-description {\n            font-size: 16px;\n            margin-bottom: 25px;\n            color: #555;\n        }\n        \n        .faq-section {\n            margin: 40px 0;\n        }\n        \n        .faq-item {\n            margin-bottom: 15px;\n            border: 1px solid #eee;\n            border-radius: 8px;\n            overflow: hidden;\n        }\n        \n        .faq-question {\n            padding: 15px 20px;\n            background: #f9f9f9;\n            font-weight: 600;\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .faq-question::after {\n            content: \"+\";\n            font-size: 20px;\n            color: #D32F2F;\n        }\n        \n        .faq-answer {\n            padding: 0 20px;\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease, padding 0.3s ease;\n        }\n        \n        .faq-item.active .faq-question::after {\n            content: \"-\";\n        }\n        \n        .faq-item.active .faq-answer {\n            padding: 15px 20px;\n            max-height: 500px;\n        }\n        \n        @media screen and (max-width: 768px) {\n            .product-title {\n                font-size: 22px;\n            }\n            \n            .product-subtitle {\n                font-size: 16px;\n            }\n            \n            .feature-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .action-buttons {\n                flex-direction: column;\n            }\n            \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .specs-table td:first-child {\n                width: 100%;\n                background: #f2f2f2;\n            }\n            \n            .trust-badges {\n                gap: 10px;\n            }\n            \n            .trust-badge {\n                min-width: 45%;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1 class=\"product-title\" style=\"text-align: center;\"\u003eChariot AV verrouillable GARVEE Premium avec réglage en hauteur\u003c\/h1\u003e\n\u003ch2 class=\"product-subtitle\" style=\"text-align: center;\"\u003eStation de travail mobile de présentation pour salles de classe, bureaux et salles de conférence\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/0a18b79b-f12e-4cb2-bbd4-178c462c302a.__CR0_0_970_600_PT0_SX970_V1.jpg?v=1751335810\" alt=\"Chariot AV verrouillable GARVEE Premium avec réglage en hauteur\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"highlight-banner\"\u003e\n\u003ch3 class=\"highlight-title\"\u003eSolution professionnelle pour vos besoins de présentation\u003c\/h3\u003e\n\u003cp class=\"highlight-description\"\u003eLe chariot AV GARVEE allie sécurité, mobilité et conception ergonomique pour créer la station de travail de présentation ultime. Avec un meuble verrouillable, une plateforme réglable en hauteur et un espace de travail polyvalent, ce chariot haut de gamme est parfait pour les éducateurs et les professionnels qui ont besoin d'une mobilité fiable de leur équipement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/a1a33c9e-ca9a-463e-9632-7d0934006e46.jpg?v=1720084785\" alt=\"Caractéristiques du chariot AV GARVEE\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eRangement sécurisé et design ergonomique\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eL'armoire verrouillable maintient votre équipement précieux en sécurité pendant le transport entre les pièces. Grâce au réglage en hauteur de 24\" à 42\", vous pouvez personnaliser la position de travail parfaite, que vous soyez assis ou debout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"full-width-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/2d6be0e0-3f14-44a5-9cc1-aa7ce1657386.jpg?v=1720084785\" alt=\"Détails du design du chariot AV GARVEE\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003ch3 class=\"feature-title\"\u003eMobilité et durabilité améliorées\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eQuatre roulettes pivotantes avec freins de blocage assurent une mobilité fluide et une stabilité une fois positionné. La construction robuste en acier supporte jusqu'à 45 kg, avec des plateaux coulissants pratiques et des tablettes latérales pour un espace de travail étendu.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eCARACTÉRISTIQUES CLÉS\u003c\/h3\u003e\n\u003cdiv class=\"benefits-title\"\u003e*Armoire verrouillable sécurisée\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003eNotre chariot AV roulant est doté d'une armoire verrouillable, garantissant le rangement sécurisé de votre équipement précieux lors de son déplacement d'une pièce à l'autre.\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-title\"\u003e*Hauteur personnalisable\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003eAjustez le chariot à votre ergonomie et votre confort, avec des hauteurs allant de 61 à 107 cm, le rendant parfait pour les présentateurs de toutes tailles et de tous styles de présentation.\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-title\"\u003e*Espace de travail amélioré\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003eProfitez d'une commodité accrue avec des plateaux coulissants et des tablettes latérales rabattables pour plusieurs écrans, ordinateurs portables ou projecteurs, améliorant votre espace de travail sans augmenter l'encombrement.\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-title\"\u003e*Mobile et polyvalent\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003eConçu avec 4 roulettes pivotantes et deux freins de blocage, ce chariot à roulettes est parfait comme poste de travail mobile, facilement déplaçable dans divers endroits.\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"benefits-title\"\u003e*Durable et fiable\u003c\/div\u003e\n\u003cdiv class=\"benefits-description\"\u003eFabriqué avec des étagères en acier robustes capables de supporter jusqu'à 45 kg, avec un tapis de sécurité antidérapant et une gestion efficace des câbles pour une utilisation professionnelle quotidienne en toute sécurité.\u003c\/div\u003e\n\u003ch3 class=\"section-title\"\u003eSPÉCIFICATIONS\u003c\/h3\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMarque\u003c\/td\u003e\n\u003ctd\u003eGARVEE\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlage de réglage en hauteur\u003c\/td\u003e\n\u003ctd\u003e61-107 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType de montage\u003c\/td\u003e\n\u003ctd\u003eMontage au sol\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType de base\u003c\/td\u003e\n\u003ctd\u003e4 roulettes pivotantes avec 2 freins de blocage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType d'installation\u003c\/td\u003e\n\u003ctd\u003eAutoportant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMatériau\u003c\/td\u003e\n\u003ctd\u003eAcier allié\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacité de charge\u003c\/td\u003e\n\u003ctd\u003e45 kg (répartis uniformément)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCouleur\u003c\/td\u003e\n\u003ctd\u003eNoir\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Garvee","offers":[{"title":"Avec un espace de stockage supplémentaire","offer_id":50715466170656,"sku":"PEL_0RR2IUGR","price":352.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/61yVbYIsw6L.jpg?v=1758254541","url":"https:\/\/www.garvee.ca\/fr\/products\/garvee-46-x-19-height-adjustable-pel-0rr2iugr","provider":"GARVEECA","version":"1.0","type":"link"}