Products

Sort by
New-14%

A10 Android Projector

 18,999

A10 Android Projector ek smart portable projector hai jo Android OS par chalti hai. Isme Wi-Fi, Bluetooth, YouTube/Netflix support, bright LED lamp, HD display output aur built-in speakers hote hain. Ghar, office aur classroom presentations ke liye perfect hai. Compact size, easy setup aur clear image quality ke sath multimedia viewing bohot aasaan banata hai.

-24%

HY-300 Android Projector 720p 160ANSI

 15,999
  • 720P HD Resolution (600P supported)

  • Android 11 Smart System

  • Dual-Band WiFi 6 + Bluetooth 5.0

  • Auto Keystone Correction

  • Lightweight & Portable Design

  • Supports YouTube, Netflix, & More

-50%

Retro M8 4K Video Game Console 64G 20000 Games

 4,000
  • 4K Ultra HD resolution for stunning visuals

  • 64GB built-in storage, expandable for more games

  • Over 20,000 classic games preloaded

  • Dual wireless controllers for multiplayer fun

  • Easy plug-and-play setup for TV and monitor

  • Supports HDMI output and AV connection

  • Retro design with modern gaming performance

New-50%

Retro M8 4K Video Game Console 64G 20000 Games (Copy)

 4,000
  • 4K Ultra HD resolution for stunning visuals

  • 64GB built-in storage, expandable for more games

  • Over 20,000 classic games preloaded

  • Dual wireless controllers for multiplayer fun

  • Easy plug-and-play setup for TV and monitor

  • Supports HDMI output and AV connection

  • Retro design with modern gaming performance

-21%

S40 Max Android Plus Game Projector

 26,900
  • Supports 4K video decoding with crisp 1080p HD projection

  • Latest Android 11 system for smooth streaming & fast performance

  • Comes with dual wireless game controllers for built-in gaming

  • WiFi 6 + Bluetooth connectivity for seamless movie and game streaming

  • Auto Keystone Correction for perfect screen alignment every time

  • Lightweight & portable, ideal for home, office, and outdoor use

  • Plug-and-play design with USB & HDMI support

  • Includes power adaptor, remote control, and gaming setup

Scroll To Top
Categories
Close

Login

Shopping Cart

Close

Your cart is empty.

Start Shopping

Close
function addQtyButtons() { document.querySelectorAll('.quantity').forEach(function(qty) { // prevent double buttons if (qty.classList.contains("buttons-added")) return; qty.classList.add("buttons-added"); let input = qty.querySelector('input.qty'); if (!input) return; // Create minus button let minus = document.createElement("span"); minus.innerHTML = "–"; minus.classList.add("qty-btn", "qty-minus"); // Create plus button let plus = document.createElement("span"); plus.innerHTML = "+"; plus.classList.add("qty-btn", "qty-plus"); // Insert buttons qty.insertBefore(minus, input); qty.appendChild(plus); // on click events minus.addEventListener("click", function () { let val = parseInt(input.value); if (val > 1) input.value = val - 1; input.dispatchEvent(new Event("change")); }); plus.addEventListener("click", function () { let val = parseInt(input.value); input.value = val + 1; input.dispatchEvent(new Event("change")); }); }); } // Run again when Elementor loads product widget document.addEventListener("DOMContentLoaded", function () { addQtyButtons(); }); // For AJAX-loaded product pages (Elementor) document.body.addEventListener("DOMNodeInserted", function () { addQtyButtons(); });