{"product_id":"cordless-ufo-galaxy-projector","title":"Sladdlös 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-i-1 uppslukande upplevelse\u003c\/div\u003e\n\n\u003ch1\u003eTa galaxen direkt till ditt rum\u003c\/h1\u003e\n\n\u003cp\u003eKombinera stjärnor, norrsken och en tilltagande månskära i en snygg UFO-enhet. Skapa omedelbart en drömlik stämning, dekorera ditt rum eller skapa en lugnande atmosfär.\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⭐ Älskad av över 15 000 barn \u0026 vuxna för bättre sömn och mysiga nätter\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 förtrollande lägen \u0026 7 färger\u003c\/h2\u003e\n\n\u003cp\u003eSe hur ditt tak förvandlas till en hisnande natthimmel. Med dubbla linser som projicerar lysande stjärnor, dynamiska norrsken och en lugn måne har du full kontroll att blanda och matcha färger efter ditt humör.\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 sladdfri frihet\u003c\/h2\u003e\n\n\u003cp\u003eDesignad som en cool flygande tefat, är denna projektor inte fastkopplad till en vägg. Det kraftfulla inbyggda uppladdningsbara batteriet låter dig ta med den kosmiska magin till vardagsrummet, ett tält i trädgården eller direkt till din säng utan trassliga sladdar.\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\u003eUppslukande ljudupplevelse\u003c\/h2\u003e\n\n\u003cp\u003eMer än bara en ljusprojektor. Anslut enkelt via Bluetooth 5.0 eller koppla in ett USB-minne för att spela dina favoritljud, vaggvisor eller festlåtar medan norrskenet dansar ovanför dig.\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\u003eTröstande ljusterapi för alla\u003c\/h2\u003e\n\n\u003cp\u003eDen avger ett mjukt, lugnande sken som effektivt lindrar nattlig oro och främjar en god natts sömn. Mycket fördelaktig för småbarn, personer med sensoriska känsligheter eller alla som bara vill koppla av efter en lång dag. En verkligt oförglömlig present.\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\u003eTekniska specifikationer\u003c\/h2\u003e\n\n\u003cp\u003eAllt du behöver veta om din nya galaxprojektor.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFunktion\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecifikation\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\"\u003eMått (ungefär)\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 tum)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVikt\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\"\u003eBatterikapacitet\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e1800mAh uppladdningsbart inbyggt batteri\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAnslutning\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eBluetooth 5.0 \u0026 USB-minnesstöd\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eLaddningsmetod\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Type-C (Adapter INGÅR INTE)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDrifttemperatur\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0°C till 40°C (32°F till 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\u003eVanliga frågor\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eÄr den helt säker att använda hela natten för mitt barn?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolut. Projektorn använder mjuk, ögonvänlig LED-teknik som ger ett lugnande sken utan att bli överhettad. Den är den perfekta nattlampan för att hjälpa barn att övervinna mörkerrädsla.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eBehöver den vara inkopplad hela tiden?\u003c\/h3\u003e\n\n\u003cp\u003eNej! Tack vare det inbyggda 1800mAh-batteriet kan du använda den helt sladdfritt när den är laddad. Den levereras med en Type-C-kabel för enkel uppladdning när det behövs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-card\"\u003e\n\u003ch3\u003eKan jag spela min egen musik genom den?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Du kan sömlöst ansluta din smartphone via Bluetooth 5.0 eller sätta in ett USB-minne för att spela upp musik, vitt brus eller ljudböcker direkt genom projektorns inbyggda högtalare.\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 (För ett rum)","offer_id":45898461216941,"sku":"0318-15188158","price":26.95,"currency_code":"EUR","in_stock":true},{"title":"2-pack (Bäst som present)","offer_id":45898461249709,"sku":"0318-15180410","price":51.95,"currency_code":"EUR","in_stock":true},{"title":"3-pack (Familjepaket)","offer_id":45898461282477,"sku":"0318-15181436","price":75.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/b3b265239dfc8872a6ad239b29304c83.jpg?v=1775724218","url":"https:\/\/0ixug9-pv.myshopify.com\/sv\/products\/cordless-ufo-galaxy-projector","provider":"Newjoyloo","version":"1.0","type":"link"}