{"product_id":"cordless-ufo-galaxy-projector","title":"Cordless 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 Immersive Experience\u003c\/div\u003e\n\n\u003ch1\u003eBring the Galaxy Directly to Your Room\u003c\/h1\u003e\n\n\u003cp\u003eCombine stars, northern lights, and a waxing crescent moon in one sleek UFO device. Instantly set a dreamy mood, decorate your space, or create a calming atmosphere.\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⭐ Loved by 15,000+ Kids \u0026amp; Adults for Better Sleep and Cozy Nights\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 Mesmerizing Modes \u0026amp; 7 Colors\u003c\/h2\u003e\n\n\u003cp\u003eWatch as your ceiling transforms into a breathtaking night sky. With dual lenses projecting brilliant stars, dynamic auroras, and a serene moon, you have complete control to mix and match colors to match your mood.\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 Cordless Freedom\u003c\/h2\u003e\n\n\u003cp\u003eDesigned like a cool flying saucer, this projector isn't tethered to a wall. The powerful built-in rechargeable battery allows you to carry the cosmic magic to the living room, a backyard tent, or right to your bedside without messy cables.\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\u003eImmersive Sound Experience\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a light projector. Effortlessly connect via Bluetooth 5.0 or plug in a USB drive to play your favorite ambient tunes, lullabies, or party tracks while the auroras dance above you.\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\u003eComforting Light Therapy for All\u003c\/h2\u003e\n\n\u003cp\u003eEmitting a gentle, soothing glow, it effectively eases nighttime anxiety and promotes restful sleep. Highly beneficial for toddlers, individuals with sensory sensitivities, or anyone who just wants to unwind after a long day. A truly unforgettable gift.\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\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know about your new galaxy projector.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\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 (Estimated)\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 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\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\"\u003eBattery Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e1800mAh Rechargeable Built-in Battery\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eConnectivity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBluetooth 5.0 \u0026amp; USB Drive Support\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCharging Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Type-C (Adapter NOT included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eOperating Temperature\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0°C to 40°C (32°F to 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\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eIs it completely safe to use all night for my kid?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. The projector uses soft, eye-friendly LED technology that provides a calming glow without overheating. It's the perfect nightlight to help children conquer their fear of the dark.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eDoes it need to be plugged in constantly?\u003c\/h3\u003e\n\n\u003cp\u003eNo! Thanks to the built-in 1800mAh battery, you can use it completely cord-free once charged. It comes with a Type-C cable for easy recharging whenever needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eCan I play my own music through it?\u003c\/h3\u003e\n\n\u003cp\u003eYes. You can seamlessly connect your smartphone via Bluetooth 5.0 or insert a USB drive to play any music, white noise, or audiobooks directly through the projector's built-in speaker.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (For One Room)","offer_id":51196731687216,"sku":"0318-15188158","price":29.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Best for Gifting)","offer_id":51196731719984,"sku":"0318-15180410","price":57.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Family Set)","offer_id":51196731752752,"sku":"0318-15181436","price":85.85,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/b3b265239dfc8872a6ad239b29304c83.jpg?v=1773818337","url":"https:\/\/eptchn.com\/products\/cordless-ufo-galaxy-projector","provider":"Eptchn","version":"1.0","type":"link"}