{"product_id":"2-in-1-galaxy-projector-lamp","title":"Lampe projecteur galaxie 2-en-1","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 2-in-1 Star Projector \u0026 Night Light\nTarget Audience: Parents, Kids, Teens, Ambient Lighting Enthusiasts\nVisual Style: Magical, Modern, Comforting, Immersive\nColor Strategy: Deep Space Navy (Immersive) with Warm Starry Accents (Gold\/Amber)\nShape Strategy: Radius 16px (Approachable, child-friendly, soft transitions)\nTypography Strategy: Large Type \/ Mobile-first readable\nMobile Table Strategy: Card-based (No horizontal scroll allowed)\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\/* Design System *\/\n    .product-detail-container {\n      --primary: #FBBF24;\n      --primary-light: #FDE68A;\n      --bg-body: #0B1120;\n      --bg-card: #1E293B;\n      --text-main: #F8FAFC;\n      --text-sub: #94A3B8;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --border-color: #334155;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-gap: clamp(2rem, 4vw, 3rem);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: clamp(2rem, 5vw, 4rem) 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Global Resets inside container *\/\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 800;\n      line-height: 1.2;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 700;\n      line-height: 1.3;\n      margin: 0 0 1.5rem 0;\n      color: var(--primary);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      line-height: 1.4;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 1.5vw, 20px);\n      color: var(--text-sub);\n      margin: 0 0 1rem 0;\n    }\n\n    \/* Non-interactive Badge *\/\n    .badge {\n      display: inline-block;\n      background: rgba(251, 191, 36, 0.15);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n      border: 1px solid rgba(251, 191, 36, 0.3);\n    }\n\n    \/* Images Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .placeholder-img {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background: var(--bg-card);\n      color: var(--text-sub);\n      border: 2px dashed var(--border-color);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      font-weight: 500;\n      border-radius: var(--radius-lg);\n    }\n\n    \/* Section Structures *\/\n    .section-block {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .hero-section {\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      gap: var(--spacing-gap);\n    }\n\n    .hero-copy {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .hero-media {\n      width: 100%;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    \/* Feature Z-Pattern strictly locked *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-gap);\n      margin-bottom: var(--spacing-section);\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;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n      .hero-section {\n        margin-top: 2rem;\n      }\n    }\n\n    \/* Specifications Table (Mobile Card Strategy) *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      text-align: left;\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      font-size: 18px;\n    }\n\n    \/* Desktop Table Styles *\/\n    @media (min-width: 768px) {\n      .specs-table th {\n        background: rgba(255, 255, 255, 0.05);\n        color: var(--text-main);\n        font-weight: 600;\n        border-bottom: 2px solid var(--border-color);\n      }\n      .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n        color: var(--text-sub);\n      }\n      .specs-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* Mobile Table Styles (Cards) *\/\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        background: rgba(255, 255, 255, 0.03);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n      }\n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 0.75rem 0;\n        border-bottom: 1px dashed var(--border-color);\n        text-align: right;\n        color: var(--text-main);\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-sub);\n        margin-right: 1rem;\n        text-align: left;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      margin-top: var(--spacing-section);\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--primary-light);\n      margin-bottom: 0.5rem;\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      font-size: clamp(18px, 1.5vw, 20px);\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"section-block hero-section\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"badge\"\u003eApprouvé par plus de 10 000 rêveurs\u003c\/div\u003e\n\n\u003ch1\u003eTransformez votre pièce en une galaxie magique\u003c\/h1\u003e\n\n\u003ch2\u003eProjecteur d’étoiles 2-en-1 \u0026 veilleuse de chevet confortable\u003c\/h2\u003e\n\n\u003cp\u003eProfitez de deux expériences lumineuses fascinantes en un seul appareil compact. Parfait pour créer une atmosphère apaisante dans les chambres, les chambres d’enfants ou les espaces de détente.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- Image Protocol Standard: scheme A, width 100%, height auto --\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326170925\/28a35af7192074c9af023a62713d59c6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"section-block\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326170925\/4160d4a103bf681b51a37ac3fab8425c.jpg\"\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=\"feature-copy\"\u003e\n\u003ch3\u003eProjection immersive de ciel étoilé\u003c\/h3\u003e\n\n\u003cp\u003eCe projecteur de galaxie crée un magnifique effet de ciel étoilé sur les plafonds et les murs, transformant sans effort n’importe quelle pièce en un environnement magique.\u003c\/p\u003e\n\n\u003cp\u003eIdéal pour la relaxation au coucher, la méditation, l’éclairage d’ambiance ou pour créer une atmosphère romantique dans votre espace de vie sans sortir.\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=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326170925\/91bb1c2db4cb6f95b61dbdf5b910aaf8.jpg\"\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=\"feature-copy\"\u003e\n\u003ch3\u003eContrôle tactile simple \u0026 luminosité réglable\u003c\/h3\u003e\n\n\u003cp\u003eConçu avec un contrôle tactile intuitif pour une utilisation sans effort. Touchez pour passer sans interruption du mode projecteur d’étoiles immersif au mode veilleuse chaleureuse.\u003c\/p\u003e\n\n\u003cp\u003eAjustez facilement la luminosité selon vos besoins exacts — d’un éclairage doux favorable au sommeil à une projection ambiante plus lumineuse qui remplit la pièce.\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=\"placeholder-img\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326170925\/7a85d704e837d4de65926381ccec13d8.jpg\"\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=\"feature-copy\"\u003e\n\u003ch3\u003eCol de cygne flexible \u0026 design portable\u003c\/h3\u003e\n\n\u003cp\u003eLe col de cygne flexible vous permet d’ajuster facilement l’angle et la direction de la projection. Visez les étoiles exactement où vous le souhaitez pour une expérience visuelle optimale.\u003c\/p\u003e\n\n\u003cp\u003eAlimenté par une interface USB pratique, ce projecteur léger est parfait pour les ordinateurs portables, batteries externes, voyages ou l’intérieur de la voiture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Specifications Table --\u003e\n\n\u003cdiv class=\"section-block specs-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003ctable class=\"specs-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=\"Feature\"\u003eModes de Lumière\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eProjection de galaxie étoilée \u0026 lumière nocturne chaude\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCotes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15,0 cm x 8,0 cm\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePoids\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e120 g\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSource d'alimentation\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eAlimentation USB (DC 5V)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMéthode de contrôle\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCapteur tactile intuitif\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eRéglabilité\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eDesign flexible avec col de cygne à 360°\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003cdiv class=\"section-block faq-container\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePuis-je laisser la veilleuse allumée toute la nuit ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolument. L’appareil utilise des LED à faible consommation d’énergie qui restent froides au toucher, ce qui le rend parfaitement sûr et relaxant à laisser allumé toute la nuit.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCe projecteur nécessite-t-il des piles pour fonctionner ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAucune pile n’est nécessaire. Il dispose d’une interface USB très portable, vous permettant de l’alimenter facilement avec n’importe quel ordinateur portable, batterie externe ou adaptateur secteur standard.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eEst-il sûr et adapté à la chambre d’un enfant ?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eOui, il est spécialement conçu en pensant à la sécurité. La lumière douce et chaude réglable ainsi que les projections apaisantes de la galaxie en font une aide au sommeil idéale pour les enfants de tous âges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Ensemble Débutant (3 Disques)","offer_id":47741444358356,"sku":"0331-16235768","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"Ensemble Populaire (6 Disques)","offer_id":47741444391124,"sku":"0331-16235964","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Ensemble Ultime (12 Disques)","offer_id":47741444423892,"sku":"0331-16238541","price":61.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/28a35af7192074c9af023a62713d59c6.jpg?v=1774948903","url":"https:\/\/7t1gn3-sv.myshopify.com\/fr\/products\/2-in-1-galaxy-projector-lamp","provider":"Omurio","version":"1.0","type":"link"}