{"product_id":"cordless-ufo-galaxy-projector","title":"Draadloze UFO Galaxy Projector","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\"\u003e3-in-1 meeslepende ervaring\u003c\/div\u003e\n\n\u003ch1\u003eBreng de galaxie direct naar je kamer\u003c\/h1\u003e\n\n\u003cp\u003eCombineer sterren, noorderlicht en een wassende maansikkel in één strak UFO-apparaat. Creëer direct een dromerige sfeer, decoreer je ruimte of zorg voor een kalmerende ambiance.\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⭐ Geliefd door meer dan 15.000 kinderen \u0026 volwassenen voor betere slaap en gezellige nachten\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 betoverende modi \u0026 7 kleuren\u003c\/h2\u003e\n\n\u003cp\u003eKijk hoe je plafond verandert in een adembenemende sterrenhemel. Met dubbele lenzen die schitterende sterren, dynamische aurora’s en een serene maan projecteren, heb je volledige controle om kleuren te mixen en af te stemmen op je stemming.\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\u003e1800mAh draadloze vrijheid\u003c\/h2\u003e\n\n\u003cp\u003eOntworpen als een coole vliegende schotel, is deze projector niet aan een muur gebonden. De krachtige ingebouwde oplaadbare batterij maakt het mogelijk om de kosmische magie mee te nemen naar de woonkamer, een tent in de achtertuin of direct naast je bed zonder rommelige kabels.\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\u003eIndrukwekkende geluidsbeleving\u003c\/h2\u003e\n\n\u003cp\u003eMeer dan alleen een lichtprojector. Verbind moeiteloos via Bluetooth 5.0 of sluit een USB-stick aan om je favoriete sfeermuziek, slaapliedjes of feestnummers af te spelen terwijl de aurora’s boven je dansen.\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\u003eTroostende lichttherapie voor iedereen\u003c\/h2\u003e\n\n\u003cp\u003eMet een zachte, rustgevende gloed vermindert het effectief nachtelijke angst en bevordert het een goede nachtrust. Zeer nuttig voor peuters, mensen met sensorische gevoeligheden of iedereen die na een lange dag wil ontspannen. Een echt onvergetelijk cadeau.\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\u003eTechnische specificaties\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten over je nieuwe galaxieprojector.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie\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\"\u003eAfmetingen (geschat)\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 inch)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht\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\"\u003eBatterijcapaciteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e1800mAh oplaadbare ingebouwde batterij\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eConnectiviteit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBluetooth 5.0 \u0026 USB-stick ondersteuning\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOplaadmethode\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Type-C (Adapter NIET inbegrepen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBedrijfstemperatuur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0°C tot 40°C (32°F tot 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\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs het helemaal veilig om de hele nacht te gebruiken voor mijn kind?\u003c\/h3\u003e\n\n\u003cp\u003eAbsoluut. De projector gebruikt zachte, oogvriendelijke LED-technologie die een rustgevende gloed geeft zonder oververhitting. Het is het perfecte nachtlampje om kinderen te helpen hun angst voor het donker te overwinnen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eMoet het constant aangesloten zijn?\u003c\/h3\u003e\n\n\u003cp\u003eNee! Dankzij de ingebouwde 1800mAh batterij kun je het apparaat volledig draadloos gebruiken zodra het is opgeladen. Het wordt geleverd met een Type-C-kabel voor eenvoudig opladen wanneer nodig.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eKan ik mijn eigen muziek erdoor afspelen?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Je kunt je smartphone naadloos verbinden via Bluetooth 5.0 of een USB-stick invoeren om muziek, witte ruis of audioboeken direct af te spelen via de ingebouwde speaker van de projector.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1-Pack (Voor Eén Kamer)","offer_id":45898461216941,"sku":"0318-15188158","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Beste voor Cadeaus)","offer_id":45898461249709,"sku":"0318-15180410","price":57.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Familie Set)","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\/nl\/products\/cordless-ufo-galaxy-projector","provider":"Newjoyloo","version":"1.0","type":"link"}