{"product_id":"2-in-1-galaxy-projector-lamp","title":"2-in-1 Galaxy Projector Lamp","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\"\u003eTrusted by 10,000+ Dreamers\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Room Into a Magical Galaxy\u003c\/h1\u003e\n\n\u003ch2\u003e2-in-1 Star Projector \u0026amp; Cozy Bedside Night Light\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy two mesmerizing lighting experiences in one compact device. Perfect for creating a calming atmosphere in bedrooms, kids’ rooms, or relaxation spaces.\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\u003eImmersive Starry Sky Projection\u003c\/h3\u003e\n\n\u003cp\u003eThis galaxy projector creates a beautiful starry sky effect on ceilings and walls, effortlessly turning any room into a magical environment.\u003c\/p\u003e\n\n\u003cp\u003eIdeal for bedtime relaxation, meditation, ambient lighting, or setting a romantic mood in your living space without stepping outside.\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\u003eSimple Touch Control \u0026amp; Adjustable Brightness\u003c\/h3\u003e\n\n\u003cp\u003eDesigned with intuitive touch control for effortless operation. Tap to seamlessly switch between immersive star projector mode and a cozy night light mode.\u003c\/p\u003e\n\n\u003cp\u003eEasily adjust the brightness to suit your exact needs—from soft sleep-friendly lighting to brighter, room-filling ambient projection.\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\u003eFlexible Gooseneck \u0026amp; Portable Design\u003c\/h3\u003e\n\n\u003cp\u003eThe bendable gooseneck allows you to easily adjust the projection angle and direction. Aim the stars exactly where you want them for the ultimate viewing experience.\u003c\/p\u003e\n\n\u003cp\u003ePowered by a convenient USB interface, this lightweight projector is perfect for laptops, power banks, travel, or car interiors.\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;\"\u003eTechnical Specifications\u003c\/h2\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\u003eDetails\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\"\u003eLight Modes\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eStarry Galaxy Projection \u0026amp; Warm Night Light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e15.0 cm x 8.0 cm (5.9 in x 3.1 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=\"Details\"\u003e120 g (4.2 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eUSB Powered (DC 5V)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eControl Method\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIntuitive Touch Sensor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAdjustability\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e360° Flexible Gooseneck Design\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;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I leave the night light on all night?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eAbsolutely. The device uses low-energy LEDs that remain cool to the touch, making it perfectly safe and relaxing to keep on throughout the entire night.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this projector require batteries to operate?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo batteries are needed. It features a highly portable USB interface, allowing you to power it effortlessly using any laptop, power bank, or standard wall adapter.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it safe and suitable for a child's bedroom?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it is specifically designed with safety in mind. The soft, adjustable warm light and soothing galaxy projections make it an ideal sleep aid for children of all ages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Starter Set (3 Discs)","offer_id":47741444358356,"sku":"0331-16235768","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Popular Set (6 Discs)","offer_id":47741444391124,"sku":"0331-16235964","price":49.95,"currency_code":"USD","in_stock":true},{"title":"Ultimate Set (12 Discs)","offer_id":47741444423892,"sku":"0331-16238541","price":69.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/28a35af7192074c9af023a62713d59c6.jpg?v=1774948903","url":"https:\/\/omurio.com\/products\/2-in-1-galaxy-projector-lamp","provider":"Omurio","version":"1.0","type":"link"}