{"product_id":"mini-round-projector","title":"2026 Upgraded Portable Mini Projector with WiFi 6 \u0026 Bluetooth, 4K Supported Smart Projector, Android 11, 200” Screen, Auto Keystone, 180° Rotation Home Cinema","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003ePhone Projector · 200\" cinematic display\u003c\/title\u003e\n  \u003cstyle\u003e\n    \/* hard reset – no gaps, clean slate *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      background: #ffffff;      \/* pure white background *\/\n      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;\n      color: #000000;           \/* black text base *\/\n      line-height: 1.4;\n    }\n\n    .product-description {\n      max-width: 1280px;\n      margin: 0 auto;\n      padding: 1.5rem 1.5rem 2rem 1.5rem;  \/* minimal padding – no big gaps *\/\n      width: 100%;\n    }\n\n    \/* headings with blue accent *\/\n    h1, h2, h3 {\n      font-weight: 600;\n      letter-spacing: -0.02em;\n    }\n\n    h1 {\n      font-size: 2.5rem;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    h2 {\n      font-size: 2rem;\n      margin-bottom: 1rem;\n      color: #000;\n      border-left: 6px solid #0066CC;\n      padding-left: 1rem;\n    }\n\n    h3 {\n      font-size: 1.5rem;\n      margin-bottom: 0.5rem;\n      color: #0066CC;           \/* blue accent for feature titles *\/\n    }\n\n    p {\n      margin-bottom: 1rem;\n      color: #222;\n    }\n\n    \/* button style (calm blue) *\/\n    .btn {\n      display: inline-block;\n      background: #0066CC;\n      color: #ffffff;\n      font-weight: 500;\n      text-decoration: none;\n      padding: 0.8rem 2rem;\n      border-radius: 40px;\n      font-size: 1rem;\n      transition: 0.2s;\n      border: none;\n      box-shadow: 0 4px 10px rgba(0,102,204,0.2);\n      margin-top: 0.5rem;\n    }\n\n    .btn:hover {\n      background: #004999;\n      transform: scale(1.02);\n    }\n\n    \/* --- hero (video + text) --- *\/\n    .hero {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      gap: 2rem;\n      margin-bottom: 2.5rem;\n    }\n\n    .hero-video {\n      flex: 1 1 45%;\n      min-width: 280px;\n    }\n\n    .hero-video video {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 24px;\n      box-shadow: 0 12px 30px rgba(0,0,0,0.05);\n      border: 1px solid #f0f0f0;\n    }\n\n    .hero-text {\n      flex: 1 1 45%;\n    }\n\n    .hero-text h1 span {\n      color: #0066CC;\n      display: inline-block;\n    }\n\n    .hero-sub {\n      font-size: 1.2rem;\n      color: #444;\n      max-width: 500px;\n    }\n\n    \/* --- feature rows (image | text alternating) --- *\/\n    .features {\n      display: flex;\n      flex-direction: column;\n      gap: 2.2rem;\n      margin: 2.5rem 0 2rem;\n    }\n\n    .feature-row {\n      display: flex;\n      flex-wrap: wrap;\n      align-items: center;\n      gap: 2rem;\n    }\n\n    .feature-row.reverse {\n      flex-direction: row-reverse;\n    }\n\n    .feature-img {\n      flex: 1 1 40%;\n      min-width: 260px;\n    }\n\n    .feature-img img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 20px;\n      background: #fafafa;\n      box-shadow: 0 8px 20px rgba(0,0,0,0.03);\n      transition: 0.2s;\n      border: 1px solid #f0f0f0;\n    }\n\n    .feature-text {\n      flex: 1 1 40%;\n    }\n\n    .feature-text p {\n      font-size: 1.1rem;\n      margin-bottom: 0.3rem;\n    }\n\n    \/* --- gallery grid (no gaps between images) --- *\/\n    .gallery-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 0.75rem;\n      margin: 2.5rem 0 2.2rem;\n    }\n\n    .gallery-grid img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: 16px;\n      background: #f8f8f8;\n      border: 1px solid #ececec;\n      transition: 0.15s;\n    }\n\n    .gallery-grid img:hover {\n      opacity: 0.92;\n    }\n\n    \/* --- FAQ (clean, minimal borders, blue questions) --- *\/\n    .faq-section {\n      margin-top: 2rem;\n      border-top: 2px solid #eaeaea;\n      padding-top: 1.8rem;\n    }\n\n    .faq-item {\n      padding: 1rem 0;\n      border-bottom: 1px solid #e0e0e0;\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n\n    .faq-question {\n      font-weight: 700;\n      font-size: 1.2rem;\n      margin-bottom: 0.3rem;\n      color: #0066CC;            \/* blue questions *\/\n      cursor: default;\n    }\n\n    .faq-answer {\n      color: #2c2c2c;\n      font-size: 1rem;\n      line-height: 1.5;\n    }\n\n    \/* --- mobile adjustments (no gaps, just stacking) --- *\/\n    @media (max-width: 700px) {\n      h1 { font-size: 2rem; }\n      h2 { font-size: 1.8rem; }\n\n      .hero, .feature-row, .feature-row.reverse {\n        flex-direction: column;\n        gap: 1rem;\n      }\n\n      .hero-text, .feature-text {\n        text-align: left;\n        width: 100%;\n      }\n\n      .feature-img {\n        width: 100%;\n      }\n\n      .gallery-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 0.5rem;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .product-description {\n        padding: 1rem;\n      }\n      .gallery-grid {\n        grid-template-columns: 1fr;  \/* single column on very small *\/\n      }\n    }\n\n    \/* extra touch: subtle blue underline for feature paragraphs *\/\n    .feature-text p strong {\n      color: #0066CC;\n      font-weight: 600;\n    }\n\n    \/* no gaps inside any container *\/\n    img, video, div {\n      vertical-align: middle;\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"product-description\"\u003e\n\n    \u003c!-- Hero: animation video (no feature talk, just style) + headline --\u003e\n    \u003cdiv class=\"hero\"\u003e\n      \u003cdiv class=\"hero-video\"\u003e\n        \u003cvideo autoplay muted loop playsinline poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_7.png?v=1772094816\"\u003e\n          \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0e787d22625d4373a4b42e052de4c831.mp4\" type=\"video\/mp4\"\u003e\n          \u003c!-- fallback image if video not supported --\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_7.png?v=1772094816\" alt=\"Phone projector cinematic\" style=\"width:100%; border-radius:24px;\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-text\"\u003e\n        \u003ch1\u003ePhone Projector \u003cbr\u003e\u003cspan\u003e200″ Giant Screen\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hero-sub\"\u003eTurn any wall into a 200″ cinema. 180° rotation, Android 11 \u0026amp; Wi‑Fi 6 — no extra box needed.\u003c\/p\u003e\n        \u003ca href=\"#\" class=\"btn\"\u003eWatch the magic\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature blocks (each with image from your assets) --\u003e\n    \u003cdiv class=\"features\"\u003e\n\n      \u003c!-- 1. 180° rotating + versatile projection --\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_2.png?v=1772094816\" alt=\"projector rotating 180° ceiling projection\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch3\u003e180° rotating · any surface\u003c\/h3\u003e\n          \u003cp\u003e\u003cstrong\u003eFrom ceiling to wall\u003c\/strong\u003e — the unique rotating design lets you project on walls, ceilings, or anywhere. Image size from 40 to 200 inches, razor-sharp even on textured surfaces. Your living room becomes a private cinema.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 2. Android 11 + Wi‑Fi 6 (dual 5G\/2.4G)  (image: graphic style) --\u003e\n      \u003cdiv class=\"feature-row reverse\"\u003e\n        \u003cdiv class=\"feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Untitled_design_-_2026-02-26T061431.681_8ef5533b-d969-4418-9c64-09e6d3a642c3.png?v=1772094816\" alt=\"android 11 and wifi 6 graphic\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch3\u003eAndroid 11 + Wi‑Fi 6\u003c\/h3\u003e\n          \u003cp\u003e\u003cstrong\u003eBuilt‑in Android 11\u003c\/strong\u003e — download Netflix, YouTube, or presentations directly. No extra TV box. \u003cstrong\u003eWi‑Fi 6 (5G\/2.4G)\u003c\/strong\u003e delivers lag‑free 4K streaming, even outdoors. Smooth, fast, ready to go.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 3. 4K support + auto keystone (vivid colors) --\u003e\n      \u003cdiv class=\"feature-row\"\u003e\n        \u003cdiv class=\"feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_7.png?v=1772094816\" alt=\"4k image quality with keystone correction\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch3\u003e4K ready · auto keystone\u003c\/h3\u003e\n          \u003cp\u003eNative 720P HD with \u003cstrong\u003e4K support\u003c\/strong\u003e and 10.000:1 contrast ratio. Colors pop, blacks stay deep. \u003cstrong\u003eAuto horizontal keystone\u003c\/strong\u003e + manual correction means instant perfect rectangle – zero hassle.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 4. Bluetooth 5.0 + HiFi speakers (outdoor ready) --\u003e\n      \u003cdiv class=\"feature-row reverse\"\u003e\n        \u003cdiv class=\"feature-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Untitled_design_-_2026-02-26T061836.486.png?v=1772094816\" alt=\"bluetooth 5.0 and stereo speakers\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-text\"\u003e\n          \u003ch3\u003eBluetooth 5.0 · HiFi sound\u003c\/h3\u003e\n          \u003cp\u003e\u003cstrong\u003e5W dual stereo speakers\u003c\/strong\u003e with HiFi system fill the room. No external speakers needed. Bluetooth 5.0 connects to multiple speakers for outdoor cinema – powerful, immersive, ultra‑clear.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Image gallery (using all remaining assets, no gaps) --\u003e\n    \u003cdiv class=\"gallery-grid\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_6.png?v=1772094592\" alt=\"projector side view\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_4_351edb63-3a43-405a-8efb-2035fa8ba3d1.png?v=1772094816\" alt=\"cinema screen at home\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_3.png?v=1772094592\" alt=\"rotating projector detail\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_2.png?v=1772094816\" alt=\"projector on ceiling\"\u003e\n      \u003c!-- note: some images used twice? we also have two more – we'll add them for richness (still no gaps) --\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_7.png?v=1772094816\" alt=\"vibrant display\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Portable_Projector_Hy300_4K_Support_6.png?v=1772094592\" alt=\"sleek design\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Untitled_design_-_2026-02-26T061836.486.png?v=1772094816\" alt=\"connectivity icons\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0778\/0319\/2572\/files\/Untitled_design_-_2026-02-26T061431.681_8ef5533b-d969-4418-9c64-09e6d3a642c3.png?v=1772094816\" alt=\"android graphic\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ section – minimal, blue questions, zero gaps --\u003e\n    \u003cdiv class=\"faq-section\"\u003e\n      \u003ch2\u003eAny questions? — answered\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cdiv class=\"faq-question\"\u003e📱 Can I connect my iPhone or Android phone?\u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003eYes! Wireless screen mirroring (AirPlay \/ Miracast) works directly. You can also use HDMI adapter (not included) or install apps directly via Android 11.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cdiv class=\"faq-question\"\u003e📺 Does it support Netflix \/ Prime Video \/ Disney+?\u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003eAbsolutely – Android 11 comes with Google Play Store. Download any streaming app and watch instantly. No extra stick needed.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cdiv class=\"faq-question\"\u003e🔋 Is it battery powered? (outdoor use)\u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003eThe projector runs on AC power (adapter included). Perfect for backyard cinema if you have an extension cord – it’s lightweight and easy to carry.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cdiv class=\"faq-question\"\u003e🔊 Can I connect external Bluetooth speakers?\u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003eYes, Bluetooth 5.0 lets you pair with one or multiple speakers simultaneously for big sound. Also features a 3.5mm audio out.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cdiv class=\"faq-question\"\u003e🔄 What is the ideal projection size?\u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003eYou can adjust from 40 to 200 inches. The sharp 720P native \/ 4K support gives amazing clarity even at 150”+ – the 180° rotation makes it easy to aim.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- subtle trust badge (optional, but keeps conversion vibe) --\u003e\n    \u003cdiv style=\"margin-top: 2rem; text-align: center; font-size: 0.9rem; color: #555; border-top: 1px solid #eee; padding-top: 1.5rem;\"\u003e\n      ⚡ 30‑day returns · 2‑year warranty · free shipping\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"luma","offers":[{"title":"Default Title","offer_id":48175922086142,"sku":"LKXCAXTD95648207","price":185.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0808\/6945\/8174\/files\/Portable_Projector_Hy300_4K_Support_5.png?v=1778537419","url":"https:\/\/wildora.store\/products\/mini-round-projector","provider":"Qavion","version":"1.0","type":"link"}