{"product_id":"cordless-ufo-galaxy-projector","title":"Projecteur galaxie UFO sans fil","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 3-in-1 Star Moon \u0026 Aurora Projector (UFO Design)\nTarget Audience: Kids, teens, adults (Sleep aid, sensory therapy, gifting)\nVisual Style: Cosmic \u0026 Immersive Dark Mode \/ Sleek Tech\nColor Strategy: Deep Space Background (#0B0F19), Galaxy Accent (--primary: #7B61FF) to enhance light projection imagery\nShape Strategy: Radius 20px (Soft, friendly, UFO-inspired)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 ~44px, Body ~18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Visuals=image_2, Cordless=image_3, Audio=image_4, Therapy\/Gift=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n        .product-detail-container {\n            --primary: #7B61FF;\n            --primary-hover: #9D88FF;\n            --bg-body: #0B0F19; \/* Deep space dark mode to make aurora pop *\/\n            --bg-card: #151A2B;\n            --text-main: #F4F6FA;\n            --text-sub: #A0AEC0;\n            --radius-md: 12px;\n            --radius-lg: 20px;\n            --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.5);\n            --shadow-lg: 0 10px 25px -5px rgba(0, 0, 0, 0.7);\n            --border-color: #2D3748;\n            --spacing-gap: clamp(2rem, 5vw, 4rem);\n\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            background-color: var(--bg-body);\n            color: var(--text-main);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            padding-top: 3rem;\n            padding-bottom: 3rem;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* 0) Typography System *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 4vw, 44px);\n            line-height: 1.2;\n            margin: 0 0 1rem;\n            color: var(--text-main);\n            font-weight: 800;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 3vw, 32px);\n            line-height: 1.3;\n            margin: 0 0 1rem;\n            color: var(--text-main);\n            font-weight: 700;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 2.5vw, 24px);\n            line-height: 1.4;\n            margin: 0 0 1rem;\n            color: var(--text-main);\n            font-weight: 600;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 1.5vw, 20px);\n            line-height: 1.7;\n            margin: 0 0 1.5rem;\n            color: var(--text-sub);\n        }\n\n        .product-detail-container .aux-text {\n            font-size: clamp(16px, 1.2vw, 18px);\n            color: var(--text-sub);\n            font-weight: 500;\n        }\n\n        \/* Visual Badges (Non-clickable CTA equivalent) *\/\n        .static-badge {\n            display: inline-flex;\n            align-items: center;\n            background: rgba(123, 97, 255, 0.15);\n            color: var(--primary);\n            padding: 0.6rem 1.2rem;\n            border-radius: 50px;\n            font-size: clamp(16px, 1.2vw, 18px);\n            font-weight: 700;\n            margin-bottom: 1.5rem;\n            border: 1px solid rgba(123, 97, 255, 0.4);\n            letter-spacing: 0.5px;\n        }\n\n        \/* Image Protocol *\/\n        .product-detail-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Placeholder Style for AI output constraints *\/\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            color: var(--text-sub);\n            font-size: 20px;\n            font-weight: bold;\n            text-align: center;\n            box-shadow: var(--shadow-sm);\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            text-align: center;\n            margin-bottom: var(--spacing-gap);\n        }\n\n        .hero-section .img-placeholder {\n            margin-top: 2rem;\n            aspect-ratio: 16 \/ 9;\n        }\n\n        \/* Social Proof Banner *\/\n        .social-proof {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin-top: 2rem;\n            padding: 1.5rem;\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n        }\n\n        \/* B) Mobile Ordering Lock \u0026 Feature Layout *\/\n        .feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile First: strictly locks order *\/\n            gap: var(--spacing-gap);\n            margin-bottom: var(--spacing-gap);\n        }\n\n        .feature-media {\n            order: 1; \/* Locks image on top for mobile *\/\n            width: 100%;\n        }\n\n        .feature-copy {\n            order: 2; \/* Locks text below image for mobile *\/\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        \/* Desktop Z-Pattern Enhancement *\/\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        }\n\n        \/* C) Specs Table - Card Based on Mobile *\/\n        .specs-section {\n            margin: var(--spacing-gap) 0;\n            background: var(--bg-card);\n            padding: clamp(1.5rem, 4vw, 3rem);\n            border-radius: var(--radius-lg);\n            box-shadow: var(--shadow-lg);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: clamp(18px, 1.5vw, 20px);\n            color: var(--text-main);\n        }\n\n        .specs-table th, .specs-table td {\n            padding: 1.2rem 1rem;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .specs-table th {\n            color: var(--primary);\n            font-weight: 700;\n            width: 40%;\n        }\n\n        \/* Mobile Table -\u003e Card Strategy *\/\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: var(--bg-body);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                padding: 1rem;\n                border: 1px solid var(--border-color);\n            }\n            .specs-table td {\n                display: flex;\n                flex-direction: column;\n                padding: 0.8rem 0;\n                border-bottom: 1px solid rgba(255,255,255,0.05);\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-size: 16px;\n                color: var(--primary);\n                margin-bottom: 0.4rem;\n                font-weight: 700;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .faq-section {\n            margin-top: var(--spacing-gap);\n        }\n\n        .faq-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }\n\n        .faq-card {\n            background: var(--bg-card);\n            padding: 2rem;\n            border-radius: var(--radius-lg);\n            border-left: 4px solid var(--primary);\n            box-shadow: var(--shadow-sm);\n        }\n\n        .faq-card h3 {\n            color: var(--text-main);\n            margin-bottom: 0.8rem;\n        }\n\n        .faq-card p {\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"static-badge\"\u003eExpérience immersive 3-en-1\u003c\/div\u003e\n\n\u003ch1\u003eApportez la galaxie directement dans votre chambre\u003c\/h1\u003e\n\n\u003cp\u003eCombinez étoiles, aurores boréales et lune croissante dans un seul appareil UFO élégant. Créez instantanément une ambiance de rêve, décorez votre espace ou installez une atmosphère apaisante.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\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\/20260313155700\/1e68ae988bdc52fdbd7068d3838b3a7e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"social-proof\"\u003e\u003cspan class=\"aux-text\"\u003e⭐ Apprécié par plus de 15 000 enfants et adultes pour un meilleur sommeil et des nuits douillettes\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Mobile Order Lock + Z-Pattern) --\u003e\n\n\u003cdiv class=\"features-wrapper\"\u003e\n\u003c!-- Feature 1 --\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313155700\/849837d4b523fcc2ac2173ae77fe0cc9.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\u003ch2\u003e8 modes fascinants \u0026 7 couleurs\u003c\/h2\u003e\n\n\u003cp\u003eRegardez votre plafond se transformer en un ciel nocturne à couper le souffle. Avec ses doubles lentilles projetant des étoiles brillantes, des aurores dynamiques et une lune sereine, vous contrôlez entièrement le mélange des couleurs selon votre humeur.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313155700\/d83bb16e8504e57020c72f84c14b7033.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\u003ch2\u003eLiberté sans fil 1800mAh\u003c\/h2\u003e\n\n\u003cp\u003eConçu comme un soucoupe volante stylée, ce projecteur n’est pas fixé au mur. La puissante batterie rechargeable intégrée vous permet d’emporter la magie cosmique dans le salon, une tente dans le jardin ou directement à votre chevet sans câbles encombrants.\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313155700\/02061782bba8fe667ff0cb4d29d507d3.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\u003ch2\u003eExpérience sonore immersive\u003c\/h2\u003e\n\n\u003cp\u003ePlus qu’un simple projecteur lumineux. Connectez-vous facilement via Bluetooth 5.0 ou branchez une clé USB pour diffuser vos morceaux d’ambiance préférés, berceuses ou musiques de fête pendant que les aurores dansent au-dessus de vous.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\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\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313155700\/e0ab7cd20273a0a83826a60d2c8ffd0e.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\u003ch2\u003eLuminothérapie réconfortante pour tous\u003c\/h2\u003e\n\n\u003cp\u003eÉmettant une lueur douce et apaisante, il réduit efficacement l’anxiété nocturne et favorise un sommeil réparateur. Très bénéfique pour les tout-petits, les personnes sensibles aux stimuli sensoriels ou toute personne souhaitant se détendre après une longue journée. Un cadeau vraiment inoubliable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Strategy applied) --\u003e\n\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpécifications techniques\u003c\/h2\u003e\n\n\u003cp\u003eTout ce que vous devez savoir sur votre nouveau projecteur galaxie.\u003c\/p\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\u003eSpécifications\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\"\u003eDimensions (estimées)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e16 x 16 x 11 cm (6,3 x 6,3 x 4,3 pouces)\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=\"Specification\"\u003e450 g (15,9 oz \/ 0,99 lb)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCapacité de la batterie\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBatterie intégrée rechargeable 1800mAh\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eConnectivité\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBluetooth 5.0 \u0026 prise en charge des clés USB\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 charge\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Type-C (Adaptateur NON inclus)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTempérature de fonctionnement\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0°C à 40°C (32°F à 104°F)\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-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eEst-il totalement sûr à utiliser toute la nuit pour mon enfant ?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolument. Le projecteur utilise une technologie LED douce et respectueuse des yeux qui diffuse une lumière apaisante sans surchauffer. C’est la veilleuse parfaite pour aider les enfants à vaincre leur peur du noir.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDoit-il rester branché en permanence ?\u003c\/h3\u003e\n\n\u003cp\u003eNon ! Grâce à la batterie intégrée de 1800mAh, vous pouvez l’utiliser complètement sans fil une fois chargée. Il est fourni avec un câble Type-C pour une recharge facile quand vous en avez besoin.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003ePuis-je y diffuser ma propre musique ?\u003c\/h3\u003e\n\n\u003cp\u003eOui. Vous pouvez connecter votre smartphone sans effort via Bluetooth 5.0 ou insérer une clé USB pour écouter de la musique, du bruit blanc ou des livres audio directement via le haut-parleur intégré du projecteur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Pack de 1 (Pour une pièce)","offer_id":45898461216941,"sku":"0318-15188158","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 2 (Idéal pour offrir)","offer_id":45898461249709,"sku":"0318-15180410","price":57.95,"currency_code":"USD","in_stock":true},{"title":"Pack de 3 (Ensemble familial)","offer_id":45898461282477,"sku":"0318-15181436","price":85.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/b3b265239dfc8872a6ad239b29304c83.jpg?v=1775724218","url":"https:\/\/newjoyloo.com\/fr\/products\/cordless-ufo-galaxy-projector","provider":"Newjoyloo","version":"1.0","type":"link"}