{"product_id":"garvee-ride-g-series-24v-go-pto-0yqifm7t","title":"Garvee Ride G Series Kart à pédales 24V pour enfants de 8 à 12 ans, moteurs 300W*2, batterie 9Ah, vitesse 13 km\/h, musique, klaxon, charge maximale 79 kg - Rose","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            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Montserrat', 'Segoe UI', Roboto, sans-serif;\n        }\n  \n        \n        .product-header {\n            text-align: center;\n            padding: 40px 20px;\n            background: linear-gradient(135deg, #ff4e50, #f9d423);\n            color: white;\n            border-radius: 12px;\n            margin: 30px 0;\n            box-shadow: 0 10px 30px rgba(255, 78, 80, 0.2);\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-title {\n            font-size: 2.8rem;\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-shadow: 1px 2px 3px rgba(0,0,0,0.2);\n        }\n        \n        .product-subtitle {\n            font-size: 1.4rem;\n            font-weight: 500;\n            margin-bottom: 20px;\n            opacity: 0.9;\n        }\n        \n        .price-container {\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin: 25px 0;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n        \n        .original-price {\n            text-decoration: line-through;\n            color: rgba(255,255,255,0.7);\n            font-size: 1.8rem;\n            margin-right: 15px;\n            font-weight: 500;\n        }\n        \n        .current-price {\n            color: white;\n            text-shadow: 1px 1px 5px rgba(0,0,0,0.3);\n            position: relative;\n        }\n        \n        .discount-badge {\n            background-color: #ff3a30;\n            color: white;\n            padding: 5px 10px;\n            border-radius: 20px;\n            font-size: 1rem;\n            font-weight: 700;\n            margin-left: 15px;\n            display: inline-block;\n            transform: rotate(-3deg);\n            box-shadow: 2px 2px 10px rgba(0,0,0,0.15);\n        }\n        \n        .shipping-note {\n            font-size: 1.1rem;\n            background-color: rgba(255, 255, 255, 0.2);\n            padding: 10px 20px;\n            border-radius: 30px;\n            display: inline-block;\n            margin-bottom: 20px;\n        }\n        \n        .image-gallery {\n            margin: 40px 0;\n        }\n        \n        .product-image-container {\n            width: 100%;\n            margin-bottom: 30px;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            position: relative;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .product-image-container:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.2);\n        }\n        \n        .product-image {\n            width: 100%;\n            height: auto;\n            display: block;\n            transition: transform 0.5s ease;\n        }\n        \n        .product-image-container:hover .product-image {\n            transform: scale(1.03);\n        }\n        \n        .image-overlay {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background-color: rgba(0,0,0,0.7);\n            padding: 15px 20px;\n            transform: translateY(100%);\n            transition: transform 0.3s ease;\n        }\n        \n        .product-image-container:hover .image-overlay {\n            transform: translateY(0);\n        }\n        \n        .image-title {\n            color: white;\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n        \n        .image-description {\n            color: rgba(255,255,255,0.9);\n            font-size: 0.9rem;\n        }\n        \n        .feature-badge {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background-color: #ff3a30;\n            color: white;\n            padding: 8px 15px;\n            border-radius: 30px;\n            font-weight: 700;\n            font-size: 0.9rem;\n            z-index: 2;\n            box-shadow: 0 3px 10px rgba(255, 58, 48, 0.3);\n        }\n        \n        .cta-button {\n            background: linear-gradient(45deg, #ff3a30, #ff8e42);\n            color: white;\n            border: none;\n            padding: 18px 40px;\n            font-size: 1.3rem;\n            font-weight: 700;\n            border-radius: 50px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 20px rgba(255, 58, 48, 0.3);\n            display: block;\n            width: 100%;\n            max-width: 350px;\n            margin: 30px auto;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 25px rgba(255, 58, 48, 0.4);\n        }\n        \n        .cta-button:active {\n            transform: translateY(1px);\n            box-shadow: 0 5px 15px rgba(255, 58, 48, 0.4);\n        }\n        \n        .section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            margin: 60px 0 30px;\n            color: #333;\n            font-weight: 800;\n            position: relative;\n        }\n        \n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(to right, #ff4e50, #f9d423);\n            border-radius: 2px;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 40px 0;\n            background-color: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n        }\n        \n        .specs-table tr {\n            border-bottom: 1px solid #eee;\n        }\n        \n        .specs-table tr:last-child {\n            border-bottom: none;\n        }\n        \n        .specs-table td {\n            padding: 18px 25px;\n            font-size: 1rem;\n        }\n        \n        .specs-table td:first-child {\n            font-weight: 600;\n            width: 40%;\n            background-color: #f8f8f8;\n            color: #333;\n            border-right: 1px solid #eee;\n        }\n        \n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n        \n        .feature-item {\n            background-color: white;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature-item:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 15px 40px rgba(0,0,0,0.1);\n        }\n        \n        .feature-icon {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            color: #ff4e50;\n        }\n        \n        .feature-name {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 15px;\n            color: #333;\n        }\n        \n        .feature-desc {\n            color: #777;\n            font-size: 0.95rem;\n            line-height: 1.6;\n\n        }\n        \n        .countdown-container {\n            background-color: white;\n            border-radius: 12px;\n            padding: 30px;\n            text-align: center;\n            margin: 40px 0;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n        \n        .countdown-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            color: #ff4e50;\n        }\n        \n        .countdown-timer {\n            display: flex;\n            justify-content: center;\n            gap: 15px;\n            margin-bottom: 20px;\n        }\n        \n        .timer-box {\n            background: linear-gradient(135deg, #ff4e50, #f9d423);\n            color: white;\n            width: 80px;\n            height: 80px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n            border-radius: 8px;\n            box-shadow: 0 5px 15px rgba(255, 78, 80, 0.2);\n        }\n        \n        .timer-value {\n            font-size: 2rem;\n            font-weight: 700;\n            line-height: 1;\n        }\n        \n        .timer-label {\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            margin-top: 5px;\n            opacity: 0.9;\n        }\n        \n        .countdown-message {\n            font-size: 1.1rem;\n            color: #777;\n            font-style: italic;\n        }\n        \n        .testimonials {\n            margin: 60px 0;\n        }\n        \n        .testimonial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n        \n        .testimonial-card {\n            background-color: white;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n            position: relative;\n        }\n        \n        .testimonial-card::before {\n            content: \"\"\";\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            font-size: 5rem;\n            font-family: Georgia, serif;\n            color: #f8f8f8;\n            line-height: 1;\n            z-index: 0;\n        }\n        \n        .testimonial-content {\n            position: relative;\n            z-index: 1;\n            font-style: italic;\n            color: #555;\n            margin-bottom: 20px;\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n        \n        .testimonial-author {\n            display: flex;\n            align-items: center;\n        }\n        \n        .author-avatar {\n            width: 50px;\n            height: 50px;\n            border-radius: 50%;\n            background-color: #f0f0f0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            color: #ff4e50;\n            font-weight: 700;\n            font-size: 1.2rem;\n        }\n        \n        .author-info {\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .author-name {\n            font-weight: 600;\n            color: #333;\n            font-size: 1rem;\n        }\n        \n        .author-location {\n            font-size: 0.85rem;\n            color: #777;\n        }\n        \n        .guarantee-bar {\n            display: flex;\n            justify-content: space-between;\n            background-color: white;\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .guarantee-item {\n            display: flex;\n            align-items: center;\n            flex: 1;\n            min-width: 200px;\n        }\n        \n        .guarantee-icon {\n            font-size: 2rem;\n            color: #ff4e50;\n            margin-right: 15px;\n        }\n        \n        .guarantee-text {\n            font-weight: 600;\n            color: #333;\n        }\n        \n        .faq-container {\n            margin: 60px 0;\n        }\n        \n        .faq-item {\n            background-color: white;\n            border-radius: 12px;\n            margin-bottom: 20px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n        \n        .faq-question {\n            padding: 20px 25px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            color: #333;\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: 1.5rem;\n            color: #ff4e50;\n        }\n        \n        .faq-answer {\n            padding: 0 25px 25px;\n            color: #777;\n            font-size: 1rem;\n            line-height: 1.7;\n            display: none;\n        }\n        \n        .faq-item.active .faq-question::after {\n            content: \"−\";\n        }\n        \n        .faq-item.active .faq-answer {\n            display: block;\n        }\n        \n        .ribbon {\n            position: absolute;\n            top: 20px;\n            left: -30px;\n            background-color: #ff3a30;\n            color: white;\n            padding: 8px 30px;\n            transform: rotate(-45deg);\n            font-weight: 700;\n            font-size: 0.9rem;\n            box-shadow: 0 3px 10px rgba(0,0,0,0.1);\n            z-index: 2;\n        }\n        \n        .product-highlights {\n            background-color: #fff8f2;\n            border-radius: 12px;\n            padding: 30px;\n            margin: 40px 0;\n            border-left: 5px solid #ff4e50;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n        \n        .highlights-title {\n            font-size: 1.3rem;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 20px;\n        }\n        \n        .highlights-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n        \n        .highlight-item {\n            display: flex;\n            align-items: center;\n        }\n        \n        .highlight-check {\n            color: #ff4e50;\n            margin-right: 10px;\n            font-size: 1.2rem;\n        }\n        \n        .highlight-text {\n            color: #555;\n            font-size: 1rem;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 2rem;\n            }\n            \n            .product-subtitle {\n                font-size: 1.2rem;\n            }\n            \n            .feature-grid,\n            .testimonial-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .guarantee-bar {\n                flex-direction: column;\n                gap: 15px;\n            }\n            \n            .timer-box {\n                width: 60px;\n                height: 60px;\n            }\n            \n            .timer-value {\n                font-size: 1.5rem;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"image-gallery\"\u003e\n \u003cdiv class=\"product-image-container\"\u003e\n  \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Front View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/15_84370d67-9a55-4932-aa08-526cc5abea80.jpg?v=1762940916\"\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"product-image-container\"\u003e\n  \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Side View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/16_55959c2e-fc38-43b6-bc4d-3ad0aaed433c.jpg?v=1762940915\"\u003e\n  \u003cdiv class=\"image-overlay\"\u003e\n   \u003ch4 class=\"image-title\"\u003e\n    Performance Électrique Puissante\n   \u003c\/h4\u003e\n   \u003cp class=\"image-description\"\u003e\n    Le système de batterie 24V fournit une puissance constante et des temps de conduite prolongés.\n   \u003c\/p\u003e\n  \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"section-title\"\u003e\n Caractéristiques Premium\n\u003c\/h2\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n \u003cdiv class=\"feature-item\"\u003e\n  \u003cdiv class=\"feature-icon\"\u003e\n   ⚡\n  \u003c\/div\u003e\n  \u003ch3 class=\"feature-name\"\u003e\n   Alimentation Électrique\n  \u003c\/h3\u003e\n  \u003cp class=\"feature-desc\"\u003e\n   Les puissantes batteries 24V offrent des heures de plaisir de course avec une capacité de recharge rapide.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-item\"\u003e\n  \u003cdiv class=\"feature-icon\"\u003e\n   🏎️\n  \u003c\/div\u003e\n  \u003ch3 class=\"feature-name\"\u003e\n   Design Inspiré de la Course\n  \u003c\/h3\u003e\n  \u003cp class=\"feature-desc\"\u003e\n   Esthétique de course authentique avec des détails sportifs que les enfants adorent absolument.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"feature-item\"\u003e\n  \u003cdiv class=\"feature-icon\"\u003e\n   🛡️\n  \u003c\/div\u003e\n  \u003ch3 class=\"feature-name\"\u003e\n   Conçu pour la Sécurité\n  \u003c\/h3\u003e\n  \u003cp class=\"feature-desc\"\u003e\n   Paramètres de vitesse réglables, cadre robuste et fonctions de sécurité pour une tranquillité d'esprit.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image-container\"\u003e\n \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Front Angle View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/17_c27b1b98-5201-46aa-adb1-616c72810651.jpg?v=1762940916\"\u003e\n \u003cdiv class=\"image-overlay\"\u003e\n  \u003ch4 class=\"image-title\"\u003e\n   Siège de Course Confortable\n  \u003c\/h4\u003e\n  \u003cp class=\"image-description\"\u003e\n   Siège au design ergonomique offrant un confort pendant les longues sessions de conduite.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image-container\"\u003e\n \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Rear View\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/18_74b65e51-e05b-49c6-b10c-2a9c18741550.jpg?v=1762940916\"\u003e\n  \u003cdiv class=\"image-overlay\"\u003e\n  \u003ch4 class=\"image-title\"\u003e\n   Construction Durable\n  \u003c\/h4\u003e\n  \u003cp class=\"image-description\"\u003e\n   Fabriqué avec des matériaux de haute qualité pour des années d'aventures de course dans le jardin.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image-container\"\u003e\n \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Action Shot\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/19_e429306c-afa3-481d-afd9-0f750e2773d0.jpg?v=1762940916\"\u003e\n \u003cdiv class=\"image-overlay\"\u003e\n  \u003ch4 class=\"image-title\"\u003e\n   Performance Exaltante\n  \u003c\/h4\u003e\n  \u003cp class=\"image-description\"\u003e\n   Une accélération et une maniabilité réactives offrent une expérience de course passionnante.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-image-container\"\u003e\n \u003cimg alt=\"GARVEE G Series Kids Electric Go Kart - Close-up Detail\" class=\"product-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0724\/6698\/9369\/files\/20_ed5995c5-b094-4f28-accc-22d593dc6a51.jpg?v=1762940915\"\u003e\n \u003cdiv class=\"image-overlay\"\u003e\n  \u003ch4 class=\"image-title\"\u003e\n   Commandes Premium\n  \u003c\/h4\u003e\n  \u003cp class=\"image-description\"\u003e\n   Un système de direction et de pédales intuitif rend la conduite facile et amusante pour les jeunes pilotes.\n  \u003c\/p\u003e\n \u003c\/div\u003e\n\u003c\/div\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   \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    Série\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    Série G\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Style\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    Kart Électrique à Conduire\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Âge Recommandé\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    8-12 ans\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Poids Max\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    70 kg\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Piles\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    Piles 24V requises. (incluses)\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Vitesse Maximale\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    13 km\/h\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Dimensions du Produit\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    110 x 77 x 53,8 cm\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n  \u003ctr\u003e\n   \u003ctd\u003e\n    Poids de l'Article\n   \u003c\/td\u003e\n   \u003ctd\u003e\n    22,7 kg\n   \u003c\/td\u003e\n  \u003c\/tr\u003e\n \u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003c\/table\u003e","brand":"Garvee","offers":[{"title":"Rose","offer_id":50948728783136,"sku":"PTO_0YQIFM7T","price":489.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0966\/1825\/0528\/files\/1_e8e0f6fc-3a2e-401b-b99b-496fa302ae58.jpg?v=1763608105","url":"https:\/\/www.garvee.ca\/fr\/products\/garvee-ride-g-series-24v-go-pto-0yqifm7t","provider":"GARVEECA","version":"1.0","type":"link"}