{"product_id":"cordless-ufo-galaxy-projector","title":"Kabelloser UFO Galaxy Projektor","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 Eintauchendes Erlebnis\u003c\/div\u003e\n\n\u003ch1\u003eBringen Sie die Galaxie direkt in Ihr Zimmer\u003c\/h1\u003e\n\n\u003cp\u003eKombinieren Sie Sterne, Nordlichter und einen zunehmenden Halbmond in einem eleganten UFO-Gerät. Schaffen Sie sofort eine verträumte Stimmung, dekorieren Sie Ihren Raum oder erzeugen Sie eine beruhigende Atmosphäre.\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⭐ Von über 15.000 Kindern \u0026 Erwachsenen für besseren Schlaf und gemütliche Nächte geliebt\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 Faszinierende Modi \u0026 7 Farben\u003c\/h2\u003e\n\n\u003cp\u003eSehen Sie zu, wie Ihre Decke sich in einen atemberaubenden Nachthimmel verwandelt. Mit zwei Linsen, die brillante Sterne, dynamische Polarlichter und einen ruhigen Mond projizieren, haben Sie die volle Kontrolle, um Farben nach Ihrer Stimmung zu kombinieren.\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 Kabellose Freiheit\u003c\/h2\u003e\n\n\u003cp\u003eIm Design einer coolen fliegenden Untertasse ist dieser Projektor nicht an eine Wand gebunden. Der leistungsstarke eingebaute wiederaufladbare Akku ermöglicht es Ihnen, die kosmische Magie ins Wohnzimmer, in ein Zelt im Garten oder direkt ans Bett zu bringen – ganz ohne Kabelsalat.\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\u003eEintauchendes Klangerlebnis\u003c\/h2\u003e\n\n\u003cp\u003eMehr als nur ein Lichtprojektor. Verbinden Sie sich mühelos über Bluetooth 5.0 oder stecken Sie einen USB-Stick ein, um Ihre Lieblings-Ambient-Sounds, Wiegenlieder oder Partymusik abzuspielen, während die Polarlichter über Ihnen tanzen.\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\u003eBeruhigende Lichttherapie für alle\u003c\/h2\u003e\n\n\u003cp\u003eEr strahlt ein sanftes, beruhigendes Licht aus, das nächtliche Ängste lindert und einen erholsamen Schlaf fördert. Besonders vorteilhaft für Kleinkinder, Menschen mit sensorischen Empfindlichkeiten oder alle, die sich nach einem langen Tag entspannen möchten. Ein wirklich unvergessliches Geschenk.\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 Daten\u003c\/h2\u003e\n\n\u003cp\u003eAlles, was Sie über Ihren neuen Galaxie-Projektor wissen müssen.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpezifikation\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\"\u003eAbmessungen (geschätzt)\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 Zoll)\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\"\u003eBatteriekapazität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e1800mAh Wiederaufladbarer eingebauter Akku\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKonnektivität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBluetooth 5.0 \u0026 USB-Stick-Unterstützung\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLademethode\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Typ-C (Adapter NICHT enthalten)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBetriebstemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0°C bis 40°C (32°F bis 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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIst es völlig sicher, ihn die ganze Nacht für mein Kind zu benutzen?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Der Projektor verwendet eine sanfte, augenfreundliche LED-Technologie, die ein beruhigendes Licht ohne Überhitzung erzeugt. Er ist das perfekte Nachtlicht, um Kindern die Angst vor der Dunkelheit zu nehmen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eMuss er ständig eingesteckt sein?\u003c\/h3\u003e\n\n\u003cp\u003eNein! Dank des eingebauten 1800mAh Akkus können Sie ihn nach dem Aufladen komplett kabellos verwenden. Ein Type-C-Kabel ist im Lieferumfang enthalten, um den Akku bei Bedarf einfach wieder aufzuladen.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eKann ich meine eigene Musik darüber abspielen?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Sie können Ihr Smartphone nahtlos über Bluetooth 5.0 verbinden oder einen USB-Stick einstecken, um Musik, Weißes Rauschen oder Hörbücher direkt über den eingebauten Lautsprecher des Projektors abzuspielen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"1er-Pack (Für ein Zimmer)","offer_id":45898461216941,"sku":"0318-15188158","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2er-Pack (Am besten zum Verschenken)","offer_id":45898461249709,"sku":"0318-15180410","price":57.95,"currency_code":"USD","in_stock":true},{"title":"3er-Pack (Familienset)","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\/de\/products\/cordless-ufo-galaxy-projector","provider":"Newjoyloo","version":"1.0","type":"link"}