{"product_id":"tool-free-robotics-building-set-rjc","title":"Kit de construction robotique sans outil","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Educational STEM Kit (Kids Toy\/Learning Tool)\nTarget Audience: Parents, Gift-givers, Educators looking for engaging, screen-free educational activities.\nVisual Style: Playful yet structured, inspiring curiosity. \"Tech but Kid-friendly\".\nColor Strategy: \n  - Primary: Vibrant Blue (#2563eb) - represents technology and focus.\n  - Accent: Energetic Orange (#f97316) - represents creativity and fun.\n  - Background: Off-white\/Slate (#f8fafc) - ensures high contrast and readability.\nShape Strategy: Radius 20px (Friendly, approachable, safe for kids).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 38px+, Body 18px+).\nMobile Table Strategy: Card-based, strictly no horizontal scroll.\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Design System Variables *\/\n      --primary: #2563eb;\n      --primary-hover: #1d4ed8;\n      --accent: #f97316;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --border-color: #e2e8f0;\n      \n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n      \n      --spacing-module: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Container Reset \u0026 Core Typography *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1.5rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1.25rem 0;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      margin: 0 0 1.5rem 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image Protocol - Plan A Default *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.125rem;\n      color: var(--text-sub);\n      font-weight: 600;\n    }\n\n    \/* Non-interactive Visual Badges *\/\n    .visual-badge {\n      display: inline-block;\n      background-color: var(--accent);\n      color: #fff;\n      padding: 0.5rem 1.25rem;\n      border-radius: 50px;\n      font-size: 1rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      margin-bottom: 1.5rem;\n    }\n\n    .social-proof {\n      display: flex;\n      align-items: center;\n      gap: 0.75rem;\n      font-size: 1.125rem;\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 2rem;\n    }\n\n    .social-proof-stars {\n      color: #fbbf24;\n      font-size: 1.5rem;\n      letter-spacing: 2px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      margin-top: 2rem;\n      margin-bottom: var(--spacing-module);\n    }\n\n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto 3rem auto;\n    }\n\n    \/* Features Section (Z-Pattern \u0026 Mobile Order Lock) *\/\n    .features-section {\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: Strict vertical stacking *\/\n      gap: 2rem;\n      margin-bottom: var(--spacing-module);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Desktop Z-Pattern *\/\n        align-items: center;\n        gap: clamp(3rem, 5vw, 6rem);\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        min-width: 0; \/* Prevents text overflow *\/\n      }\n    }\n\n    \/* Specifications Table Strategy *\/\n    .specs-section {\n      margin-bottom: var(--spacing-module);\n      background-color: var(--bg-card);\n      padding: clamp(2rem, 4vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-section h2 {\n      text-align: center;\n      margin-bottom: 2rem;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .spec-table th, \n    .spec-table td {\n      padding: 1.25rem;\n      text-align: left;\n      font-size: 1.125rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-table td {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Table: Card-based transformation *\/\n    @media (max-width: 767px) {\n      .spec-table, \n      .spec-table thead, \n      .spec-table tbody, \n      .spec-table tr, \n      .spec-table th, \n      .spec-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .spec-table thead {\n        display: none; \/* Hide native header *\/\n      }\n\n      .spec-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n\n      .spec-table td {\n        border-bottom: none;\n        padding: 0.5rem 0;\n        display: flex;\n        flex-direction: column;\n        gap: 0.25rem;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        font-size: 1rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-bottom: var(--spacing-module);\n    }\n\n    .faq-section h2 {\n      text-align: center;\n      margin-bottom: 3rem;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      display: flex;\n      gap: 1rem;\n      align-items: flex-start;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-size: clamp(24px, 3vw, 28px);\n      line-height: 1;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 19px);\n      color: var(--text-sub);\n      padding-left: 2.5rem;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"visual-badge\"\u003eKit éducatif 12-en-1\u003c\/div\u003e\n\n\u003ch1\u003eStimulez les jeunes esprits avec une découverte pratique des STEM\u003c\/h1\u003e\n\n\u003ch2\u003eÉveillez une curiosité sans fin avec douze projets captivants couvrant l'électronique, l'énergie solaire et l'ingénierie mécanique.\u003c\/h2\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\n\u003cspan class=\"social-proof-stars\"\u003e★★★★★\u003c\/span\u003e \u003cspan\u003eApprouvé par plus de 10 000 parents et éducateurs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a100acf839cd_20260521_5bb6c3a7_20260521_4dcbc256_from_url_en_09_1a349816acb1fc7ee53f48ec356c61e6.webp?v=1779436242\" width=\"800\" height=\"800\" style=\"width: 800px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/20260521_42e45fee_20260521_ea55634e_from_url_en_10_953074aa1e3d0d20094e7a06c445b2e7.jpg?v=1779436364\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e12 expériences diverses dans une seule boîte\u003c\/h3\u003e\n\n\u003cp\u003eDites adieu à l'ennui. Ce kit complet propose douze activités distinctes conçues pour introduire les concepts fondamentaux de la technologie, de l'ingénierie et des mathématiques. Chaque projet offre un processus de découverte pratique unique, favorisant une passion durable pour la science.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a100af22bd58_20260521_8f196057_20260521_ad4e2952_from_url_en_02_79daa48a00cd7fa1fb455c334c9638ad.webp?v=1779436277\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003ePlaisir ininterrompu : alimenté par solaire et piles\u003c\/h3\u003e\n\n\u003cp\u003eQue vous exploriez l'énergie renouvelable en extérieur par une journée ensoleillée ou que vous poursuiviez l'expérience en intérieur lors d'un après-midi pluvieux, la double alimentation garantit que l'apprentissage ne s'arrête jamais. Découvrez la conversion d'énergie en conditions réelles. (Note : des piles AA sont nécessaires pour une utilisation en intérieur mais ne sont pas fournies).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/6a100b260be61_20260521_abd71651_20260521_a270cc59_from_url_en_05_ba04c28e2881d8c1dc41c95a8a372e0c_c9a16a91-b32b-45c2-93cd-1cb14593f171.webp?v=1779436329\" width=\"1024\" height=\"1024\" style=\"width: 1024px; max-width: 100%; height: auto;\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eAssemblage sans outils et sans frustration\u003c\/h3\u003e\n\n\u003cp\u003ePermettez à votre enfant de construire de manière autonome. Doté de composants électroniques modulaires et d'instructions très visuelles codées par couleur, ce kit élimine le besoin d'outils complexes. Regardez-le développer sa pensée logique critique et sa coordination pratique tout en explorant en toute sécurité les circuits et engrenages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpécifications du produit\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCaractéristique\u003c\/th\u003e\n\t\t\t\u003cth\u003eDétails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Age Recommendation\"\u003eRecommandation d'âge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eÀ partir de 8 ans\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003eMatériaux\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePlastique ABS premium sûr pour les enfants et composants électroniques standards\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Projects\"\u003eProjets inclus\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e12 variantes uniques de construction modulaire\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Options\"\u003eOptions d'alimentation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePanneau solaire (inclus) \u0026amp; pack de piles AA (piles non incluses)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Dimensions\"\u003eDimensions du colis\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e28,0 cm × 20,0 cm × 6,5 cm\u003cbr\u003e\n\t\t\t(28,0 cm × 20,0 cm × 6,5 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Weight\"\u003ePoids total\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e450 g (15,9 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eLes piles sont-elles incluses dans le kit ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNon, les piles ne sont pas fournies avec le kit. Les projets peuvent être alimentés par le panneau solaire inclus lorsqu'ils sont utilisés en extérieur, mais vous aurez besoin de piles AA standard pour une utilisation en intérieur ou par temps nuageux.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eAi-je besoin d'outils supplémentaires pour assembler les projets ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003ePas du tout ! Le kit est conçu avec des composants électroniques modulaires à emboîtement. Grâce à nos instructions codées par couleur, les utilisateurs peuvent assembler de manière autonome les douze projets sans vis, soudure ni outils complexes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCe kit est-il sûr pour mon enfant ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolument. Nous avons soigneusement sélectionné tous les matériaux en respectant strictement les normes de sécurité. Les circuits basse tension et les matériaux de qualité garantissent un environnement de jeu et d'apprentissage détendu et sécurisé pour les jeunes innovateurs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 Kit de 4 pièces","offer_id":47967315198164,"sku":"0401-15135658","price":19.95,"currency_code":"USD","in_stock":true},{"title":"📦 Kit de 6 pièces","offer_id":47967315230932,"sku":"0401-15138772","price":27.95,"currency_code":"USD","in_stock":true},{"title":"🚀 Kit de 9 pièces","offer_id":47967315263700,"sku":"0401-15139166","price":42.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/1a349816acb1fc7ee53f48ec356c61e6.jpg?v=1779355826","url":"https:\/\/omurio.com\/fr\/products\/tool-free-robotics-building-set-rjc","provider":"Omurio","version":"1.0","type":"link"}