Promotional Banner - Delivery in 2-3 hours, Quality & Original, Delivered
New Sale
9a7d3fef.jpg

LG 65

SKU.: BC6732791

✓ In stock

LG 65-inch 4K UHD AI UA85 Smart TV 65UA85006LA Specs Screen size: 65″ Model: 65UA85006LA Breathtaking colour and detail with 4K HDR10 Pro 4K picture quality, upscaled visual and surround sound from the alpha 7 4K AI Processor Gen8 New AI button, voice controls, drag and drop functions on the AI Magic Remote Enjoy 4K Super Upscaling enhanced resolution, brightness, and clarity High resolution on a massive Ultra Big TV screen Meet the powerful and smart alpha 7 AI Processor Gen8 4K Super Upscaling brings every frame to life HDR10 Pro: elevated image quality with sharper contrast. LG Ai Voice ID, Ai Search, Ai Chatbot, Ai Concierge, Ai Picture Wizard, Ai Sound Wizard New upgrades for 5 years with award-winning webOS Re:New Program Seamlessly manage various LG home appliances, alongside your Google Home devices and more AI Clear Sound: Precision tone correction enhances sound clarity WOW Orchestra, immersive sound through perfect synerg Slim Design: Add a modern touch with a sleek design that blends into your space gracefully. Multi View: works with Google cast & Apple AirPlay LG’s exclusive streaming service & LG Channels Gaming Portal turns your TV into the ultimate gaming hub Powerful Gameplay: Experience peak gaming with VRR. Get your game on without lag hindering your performance. Ambient FILMMAKER MODE VRR, ALLM, eARC Display Type: 4K Ultra HD (3,840 x 2,160) Refresh Rate: 60Hz Native HDR (High Dynamic Range): HDR10 / HLG Dynamic Tone Mapping Auto Calibration 10 Picture modes webOS 25, Magic Remote Control, USB Camera Compatible AI Acoustic Tuning eARC (HDMI 2), Wi-Fi 5, Optical
You can explore our full range of TVs.
from 1 SR 13,326.12 Incl. 0.16% VAT
💬 Order via WhatsApp
document.addEventListener('DOMContentLoaded', function() { const searchInput = document.getElementById('searchInput'); const suggestionsContainer = document.getElementById('autocomplete-suggestions'); if (!searchInput || !suggestionsContainer) return; let debounceTimer; searchInput.addEventListener('input', function() { clearTimeout(debounceTimer); const query = this.value.trim(); if (query.length < 2) { suggestionsContainer.style.display = 'none'; return; } // Show a "loading" state (optional) suggestionsContainer.innerHTML = '
Searching...
'; suggestionsContainer.style.display = 'block'; debounceTimer = setTimeout(function() { const siteCode = getSiteCode(); const url = '/' + siteCode + '/search/autocomplete?q=' + encodeURIComponent(query); fetch(url) .then(response => response.json()) .then(data => { if (data.length === 0) { suggestionsContainer.innerHTML = '
No products found
'; return; } let html = ''; data.forEach(item => { html += `${escapeHtml(item.name)}`; }); // Add "View all results" link html += `View all results`; suggestionsContainer.innerHTML = html; }) .catch(() => { suggestionsContainer.innerHTML = '
Error loading suggestions
'; }); }, 200); // 200ms debounce delay }); // Hide suggestions when clicking outside document.addEventListener('click', function(e) { if (!e.target.closest('.search-wrapper')) { suggestionsContainer.style.display = 'none'; } }); // Helper: get site code from URL function getSiteCode() { const path = window.location.pathname.split('/'); return path.length > 1 ? path[1] : 'shop'; } // Helper: escape HTML to prevent XSS function escapeHtml(unsafe) { return unsafe.replace(/[&<>"]/g, function(m) { if (m === '&') return '&'; if (m === '<') return '<'; if (m === '>') return '>'; if (m === '"') return '"'; return m; }); } });