{"product_id":"usb-star-projector-lamp-galaxy-projection-bedside-night-light🌌-1","title":"USB Star Projector Lamp, Galaxy Projection \u0026 Bedside Night Light🌌","description":"\u003cstyle\u003e   \/* 全局调性：深空星轨配色 *\/   :root {     --galaxy-dark-bg: #090d16;        \/* 宇宙深空黑蓝 *\/     --galaxy-card-bg: #111827;        \/* 悬浮夜空卡片 *\/     --galaxy-primary: #f8fafc;        \/* 主文字纯白 *\/     --galaxy-sub-text: #94a3b8;      \/* 副文字浅灰蓝 *\/     --galaxy-accent-blue: #38bdf8;    \/* 璀璨星空蓝 *\/     --galaxy-accent-gold: #fbbf24;    \/* 暖光夜灯黄 *\/     --galaxy-border: #1e293b;         \/* 卡片精致边框 *\/   }    .galaxy-wrapper * {     box-sizing: border-box;   }    .galaxy-wrapper {     width: 100%;     max-width: 980px;     margin: 0 auto;     font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;     background-color: var(--galaxy-dark-bg);     color: var(--galaxy-primary);     border-radius: 20px;     overflow: hidden;     line-height: 1.6;     font-size: 17px; \/* 移动端优秀大字体体验 *\/     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);     border: 1px solid var(--galaxy-border);   }    \/* 1. HERO 顶部海报 *\/   .galaxy-hero {     background: radial-gradient(circle at top, #1e1b4b 0%, #090d16 100%);     padding: 48px 24px 36px 24px;     text-align: center;   }    .galaxy-badge {     display: inline-flex;     align-items: center;     background: rgba(56, 189, 248, 0.15);     border: 1.5px solid var(--galaxy-accent-blue);     color: var(--galaxy-accent-blue);     font-size: 15px;     font-weight: 800;     padding: 8px 22px;     border-radius: 50px;     letter-spacing: 1px;     text-transform: uppercase;     margin-bottom: 16px;   }    .galaxy-hero h1 {     font-size: 36px;     font-weight: 900;     margin: 0 0 12px 0;     line-height: 1.25;     color: #ffffff;   }    .galaxy-hero p {     font-size: 18px;     color: var(--galaxy-sub-text);     max-width: 720px;     margin: 0 auto 24px auto;   }    .galaxy-media-main {     width: 100%;     border-radius: 16px;     overflow: hidden;     background-color: var(--galaxy-card-bg);     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);     border: 1px solid var(--galaxy-border);   }    .galaxy-media-main img {     width: 100%;     height: auto;     display: block;     object-fit: cover;   }    \/* 通用 Section 样式 *\/   .galaxy-section {     padding: 44px 24px;     border-bottom: 1px solid var(--galaxy-border);     background: var(--galaxy-dark-bg);   }    .galaxy-section.alt-bg {     background: #0f172a;   }    .galaxy-section-title {     text-align: center;     margin-bottom: 32px;   }    .galaxy-section-title h2 {     font-size: 28px;     font-weight: 800;     color: #ffffff;     margin: 0 0 8px 0;   }    .galaxy-section-title p {     font-size: 17px;     color: var(--galaxy-sub-text);     margin: 0;   }    \/* 2. 4 框完美对称通用布局 (4-GRID SYMMETRY) *\/   .galaxy-grid-4 {     display: grid;     grid-template-columns: repeat(4, 1fr);     gap: 16px;   }    \/* 核心卖点卡片 *\/   .galaxy-card-4 {     background: var(--galaxy-card-bg);     border: 1.5px solid var(--galaxy-border);     border-radius: 16px;     padding: 24px 16px;     text-align: center;     display: flex;     flex-direction: column;     align-items: center;   }    .galaxy-card-icon {     width: 64px;     height: 64px;     background: rgba(255, 255, 255, 0.05);     border: 2px solid var(--galaxy-accent-blue);     color: var(--galaxy-accent-blue);     border-radius: 50%;     display: flex;     align-items: center;     justify-content: center;     font-size: 32px;     margin-bottom: 14px;   }    .galaxy-card-4 h3 {     font-size: 19px;     font-weight: 800;     margin: 0 0 8px 0;     color: #ffffff;   }    .galaxy-card-4 p {     font-size: 15px;     color: var(--galaxy-sub-text);     margin: 0;     line-height: 1.5;   }    \/* 3. 主题\/场景卡片 *\/   .galaxy-theme-card {     background: var(--galaxy-card-bg);     border: 1.5px solid var(--galaxy-border);     border-radius: 16px;     padding: 22px 16px;     text-align: center;   }    .galaxy-theme-card h4 {     font-size: 18px;     font-weight: 800;     margin: 0 0 6px 0;     color: var(--galaxy-accent-gold);   }    .galaxy-theme-card p {     font-size: 15px;     color: var(--galaxy-sub-text);     margin: 0;     line-height: 1.4;   }    \/* 4. 买家反馈卡片 *\/   .galaxy-review-card {     background: var(--galaxy-card-bg);     border: 1.5px solid var(--galaxy-border);     border-radius: 16px;     padding: 22px 18px;     text-align: left;     display: flex;     flex-direction: column;     justify-content: space-between;   }    .galaxy-review-stars {     color: var(--galaxy-accent-gold);     font-size: 18px;     margin-bottom: 8px;   }    .galaxy-review-card p {     font-size: 15px;     color: var(--galaxy-primary);     margin: 0 0 16px 0;     line-height: 1.5;     font-style: italic;   }    .galaxy-review-user {     display: flex;     align-items: center;     justify-content: space-between;     border-top: 1px solid var(--galaxy-border);     padding-top: 12px;   }    .galaxy-review-name {     font-size: 14px;     font-weight: 800;     color: #ffffff;   }    .galaxy-review-tag {     font-size: 12px;     background: rgba(56, 189, 248, 0.1);     color: var(--galaxy-accent-blue);     padding: 2px 8px;     border-radius: 10px;     font-weight: 700;   }    \/* 5. 规格网格 *\/   .galaxy-spec-grid {     display: grid;     grid-template-columns: repeat(2, 1fr);     gap: 14px;   }    .galaxy-spec-item {     background: var(--galaxy-card-bg);     border: 1.5px solid var(--galaxy-border);     border-radius: 14px;     padding: 18px 20px;     display: flex;     justify-content: space-between;     align-items: center;   }    .galaxy-spec-item span.label {     color: var(--galaxy-sub-text);     font-weight: 700;     font-size: 15px;   }    .galaxy-spec-item span.value {     color: #ffffff;     font-weight: 800;     font-size: 16px;   }    .galaxy-trust-card {     background: var(--galaxy-card-bg);     border: 1.5px solid var(--galaxy-border);     border-radius: 14px;     padding: 18px 12px;     text-align: center;   }    .galaxy-trust-card h5 {     margin: 6px 0 2px 0;     font-size: 16px;     font-weight: 800;     color: #ffffff;   }    .galaxy-trust-card p {     margin: 0;     font-size: 13px;     color: var(--galaxy-sub-text);   }    \/* 响应式排版：PC 4列，Tablet 2列，Mobile 1列大卡片 *\/   @media (max-width: 820px) {     .galaxy-grid-4 {       grid-template-columns: repeat(2, 1fr);       gap: 12px;     }   }    @media (max-width: 520px) {     .galaxy-hero h1 { font-size: 28px; }     .galaxy-hero p { font-size: 16px; }     .galaxy-section-title h2 { font-size: 24px; }     .galaxy-section-title p { font-size: 15px; }          .galaxy-grid-4 {       grid-template-columns: 1fr;     }          .galaxy-card-4 h3 { font-size: 20px; }     .galaxy-card-4 p { font-size: 16px; }          .galaxy-spec-grid { grid-template-columns: 1fr; }     .galaxy-section { padding: 32px 16px; }   } \u003c\/style\u003e \u003cdiv class=\"galaxy-wrapper\"\u003e \u003c!-- 1. HERO 海报展位 --\u003e \u003cdiv class=\"galaxy-hero\"\u003e \u003cdiv class=\"galaxy-badge\"\u003e🌌 2-IN-1 STAR PROJECTOR \u0026amp; NIGHT LIGHT\u003c\/div\u003e \u003ch1\u003eTurn Your Room Into A Dreamscape\u003c\/h1\u003e \u003cp\u003eExperience immersive cosmic projections and warm bedtime lighting with easy 360° USB flexibility.\u003c\/p\u003e \u003cdiv class=\"galaxy-media-main\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/64452ce0362b41518c0066de18332f14.jpg?v=1787218318\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c!-- 2. 核心 4 框卖点 --\u003e \u003cdiv class=\"galaxy-section\"\u003e \u003cdiv class=\"galaxy-section-title\"\u003e \u003ch2\u003eKey Product Highlights\u003c\/h2\u003e \u003cp\u003e4 reasons why this galaxy light is a bedroom essential\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-grid-4\"\u003e \u003cdiv class=\"galaxy-card-4\"\u003e \u003cdiv class=\"galaxy-card-icon\"\u003e🪐\u003c\/div\u003e \u003ch3\u003eMultiple Projections\u003c\/h3\u003e \u003cp\u003eSwitch between Spiral Nebula, Moon \u0026amp; Stars, Cosmic Whales, and Deep Space Realms.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-card-4\"\u003e \u003cdiv class=\"galaxy-card-icon\"\u003e💡\u003c\/div\u003e \u003ch3\u003eBedside Night Light\u003c\/h3\u003e \u003cp\u003eBottom LED emits a warm, soft glow perfect for bedtime reading and night relaxing.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-card-4\"\u003e \u003cdiv class=\"galaxy-card-icon\"\u003e🔄\u003c\/div\u003e \u003ch3\u003e360° Flexible Gooseneck\u003c\/h3\u003e \u003cp\u003eAdjustable soft hose allows freely pointing projections to any ceiling or wall angle.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-card-4\"\u003e \u003cdiv class=\"galaxy-card-icon\"\u003e🔌\u003c\/div\u003e \u003ch3\u003eUSB Plug \u0026amp; Play\u003c\/h3\u003e \u003cp\u003eEasily powered by power banks, laptops, wall chargers, or car USB ports.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 3. 第二张主图与投影主题展示 (4 框) --\u003e \u003cdiv class=\"galaxy-section alt-bg\"\u003e \u003cdiv class=\"galaxy-section-title\"\u003e \u003ch2\u003eImmersive Cosmic Themes\u003c\/h2\u003e \u003cp\u003eTransform your space with vibrant starry visual effects\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-media-main\" style=\"margin-bottom: 24px;\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/3f4bb7911a3a4e1d9e1356ebfaabe6d2.jpg?v=1787218318\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/1c25b8e52db34d5abd7c78abc760e5ac.jpg?v=1787218318\" alt=\"\"\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-grid-4\"\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003ch4\u003eSpiral Nebula\u003c\/h4\u003e \u003cp\u003eSwirling galaxy center effect\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003ch4\u003eMoon \u0026amp; Stars\u003c\/h4\u003e \u003cp\u003eClassic peaceful night sky\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003ch4\u003eAngel's Wings\u003c\/h4\u003e \u003cp\u003eDreamy artistic light pattern\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003ch4\u003eDeep Space Realm\u003c\/h4\u003e \u003cp\u003eVibrant blue cosmic ocean\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 4. 应用场景 (4 框对称) --\u003e \u003cdiv class=\"galaxy-section\"\u003e \u003cdiv class=\"galaxy-section-title\"\u003e \u003ch2\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1019\/9636\/4070\/files\/81K4LrRH_oL._AC_SL1500.jpg?v=1787218318\" alt=\"\"\u003ePerfect For Every Moment\u003c\/h2\u003e \u003cp\u003eEnhance mood and atmosphere across multiple settings\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-grid-4\"\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🛏️\u003c\/div\u003e \u003ch4\u003eBedroom Sanctuary\u003c\/h4\u003e \u003cp\u003eUnwind before sleep under peaceful star projections.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🎬\u003c\/div\u003e \u003ch4\u003eMovie \u0026amp; Gaming\u003c\/h4\u003e \u003cp\u003eAdd ambient sci-fi lighting for immersive entertainment.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🚗\u003c\/div\u003e \u003ch4\u003eCar Interior Vibe\u003c\/h4\u003e \u003cp\u003ePlug into car USB for an instant starlight ceiling experience.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-theme-card\"\u003e \u003cdiv style=\"font-size: 32px; margin-bottom: 8px;\"\u003e🎁\u003c\/div\u003e \u003ch4\u003eThoughtful Gift\u003c\/h4\u003e \u003cp\u003eIdeal gift choice for kids, friends, and galaxy lovers.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 5. 顾客购买反馈 (4 框) --\u003e \u003cdiv class=\"galaxy-section alt-bg\"\u003e \u003cdiv class=\"galaxy-section-title\"\u003e \u003ch2\u003eCustomer Reviews\u003c\/h2\u003e \u003cp\u003eLoved by dreamers and night owls alike\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-grid-4\"\u003e \u003cdiv class=\"galaxy-review-card\"\u003e \u003cdiv\u003e \u003cdiv class=\"galaxy-review-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e'The whale star projection looks stunning on the ceiling! The flexible neck makes it super easy to direct the light.'\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-user\"\u003e \u003cspan class=\"galaxy-review-name\"\u003eClara M.\u003c\/span\u003e \u003cspan class=\"galaxy-review-tag\"\u003eVerified Buyer\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-card\"\u003e \u003cdiv\u003e \u003cdiv class=\"galaxy-review-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e'My kids love falling asleep to the night light and nebula stars. USB power means I can leave it plugged into a bank.'\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-user\"\u003e \u003cspan class=\"galaxy-review-name\"\u003eDavid L.\u003c\/span\u003e \u003cspan class=\"galaxy-review-tag\"\u003eVerified Buyer\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-card\"\u003e \u003cdiv\u003e \u003cdiv class=\"galaxy-review-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e'Plugged this into my gaming setup and car USB. The projection clarity is surprisingly sharp for its size!'\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-user\"\u003e \u003cspan class=\"galaxy-review-name\"\u003eAlex K.\u003c\/span\u003e \u003cspan class=\"galaxy-review-tag\"\u003eVerified Buyer\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-card\"\u003e \u003cdiv\u003e \u003cdiv class=\"galaxy-review-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e'Soft night light + galaxy projector in one simple device. Extremely light and portable!'\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-review-user\"\u003e \u003cspan class=\"galaxy-review-name\"\u003eSophia T.\u003c\/span\u003e \u003cspan class=\"galaxy-review-tag\"\u003eVerified Buyer\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 6. 产品规格与服务保障 --\u003e \u003cdiv class=\"galaxy-section\"\u003e \u003cdiv class=\"galaxy-section-title\"\u003e \u003ch2\u003eProduct Specifications\u003c\/h2\u003e \u003cp\u003eCompact, flexible, and energy efficient\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-spec-grid\" style=\"margin-bottom: 24px;\"\u003e \u003cdiv class=\"galaxy-spec-item\"\u003e \u003cspan class=\"label\"\u003ePower Interface\u003c\/span\u003e \u003cspan class=\"value\"\u003eStandard USB Plug\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-spec-item\"\u003e \u003cspan class=\"label\"\u003eLight Source\u003c\/span\u003e \u003cspan class=\"value\"\u003eProjection LED + Warm Night Light\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-spec-item\"\u003e \u003cspan class=\"label\"\u003eFlexibility\u003c\/span\u003e \u003cspan class=\"value\"\u003e360° Bendable Hose\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-spec-item\"\u003e \u003cspan class=\"label\"\u003eApplication\u003c\/span\u003e \u003cspan class=\"value\"\u003eBedroom, Living Room, Car, Party\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 4 框服务保障 --\u003e \u003cdiv class=\"galaxy-grid-4\"\u003e \u003cdiv class=\"galaxy-trust-card\"\u003e \u003cdiv style=\"font-size: 26px;\"\u003e🚚\u003c\/div\u003e \u003ch5\u003eFast Delivery\u003c\/h5\u003e \u003cp\u003eDispatched in 24 hrs\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-trust-card\"\u003e \u003cdiv style=\"font-size: 26px;\"\u003e🛡️\u003c\/div\u003e \u003ch5\u003eQuality Check\u003c\/h5\u003e \u003cp\u003e100% Inspected\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-trust-card\"\u003e \u003cdiv style=\"font-size: 26px;\"\u003e🔄\u003c\/div\u003e \u003ch5\u003e30-Day Guarantee\u003c\/h5\u003e \u003cp\u003eEasy Hassle-free Return\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"galaxy-trust-card\"\u003e \u003cdiv style=\"font-size: 26px;\"\u003e💬\u003c\/div\u003e \u003ch5\u003e24\/7 Support\u003c\/h5\u003e \u003cp\u003eCustomer Service\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"ZHG123","offers":[{"title":"Night light + 3 star tablets","offer_id":46677313519718,"sku":"NC03222608313235-3片装-5v","price":23.99,"currency_code":"USD","in_stock":true},{"title":"Night light + 6 star tablets","offer_id":46677313552486,"sku":"NC03222608313235-6片装-5v","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Night light + 12 star tablets","offer_id":46677313585254,"sku":"NC03222608313235-12片装-5v","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Night light + 24 star tablets","offer_id":46677313618022,"sku":"NC03222608313235-24片装-5v","price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0709\/7994\/4550\/files\/1c25b8e52db34d5abd7c78abc760e5ac.jpg?v=1788163781","url":"https:\/\/hpsgoods.com\/products\/usb-star-projector-lamp-galaxy-projection-bedside-night-light%f0%9f%8c%8c-1","provider":" hpsgoods","version":"1.0","type":"link"}