Новинка

SYLVOX Deck Pro 3.0 65"

Screen 65
Resolution 4K
Panel LED
Refresh 60 Hz
hdr HDR10
smart platform Google TV
dolby vision false
dolby atmos true
SYLVOX Deck Pro 3.0 65" tv
53 Загальна оцінка
Також доступно в:

Про цей TV

.aplus-v2 .aplus-content-wrapper { position: relative; overflow: hidden; } .aplus-v2 .container-with-background-image { width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; } function logShoppableMetrics(moduleName, showsAddToCart) { if (window.ue && window.ue.count) { window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0); } } Product description .aplus-v2 .premium-aplus-module-2 .premium-background-wrapper { position: relative; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper { position: absolute; width: 50%; height: 100%; top: 0; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: 50%; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right { left: auto; right: 50%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.secondary-color { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background { padding: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-topic { padding-bottom: 10px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-heading { padding-bottom: 20px; } .aplus-v2 .premium-aplus-module-2 .aplus-module-2-description { line-height: 1.5em; } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.white-background { background: rgba(255,255,255,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background { background: rgba(0,0,0,0.5); } .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h1, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background h5, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ol .a-list-item, .aplus-v2 .premium-aplus-module-2 .premium-intro-background.black-background ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-container { display: table; height: 100%; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.left .premium-intro-content-container { padding-left: 0px; padding-right: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 40px; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-2 .premium-intro-wrapper.right .premium-intro-content-container { padding-right: 0px; padding-left: 40px; } .aplus-v2 .premium-aplus-module-2 .premium-intro-content-column { display: table-cell; vertical-align: middle; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute('init-premium-module-5-comparison-table', function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute('premium-5-comparison-table-scroller', function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Premium-module 5: Comparision table - scroller */ .aplus-v2 .premium-aplus-module-5 h1 { padding-bottom: 30px; } /* position column-headers relative to this table */ .aplus-v2 .premium-aplus-module-5 .table-container { position: relative; opacity: 1; } .aplus-v2 .premium-aplus-module-5 .table-container.loading { opacity: 0; } .aplus-v2 .premium-aplus-module-5 .table-slider { overflow-x: scroll; overflow-y: visible; width: 100%; } .aplus-v2 .premium-aplus-module-5 td.attribute { min-width: 300px; top: auto; left: 0; z-index: 100; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-5 td.attribute { right: 0px; left: auto; } .aplus-v2 .premium-aplus-module-5 td.active-item, .aplus-v2 .premium-aplus-module-5 th.active-item { top: auto; left: 300px; z-index: 100; } html[dir="rtl"] .premium-aplus-module-5 td.active-item, html[dir="rtl"] .premium-aplus-module-5 th.active-item { left: auto; right: 300px; } .aplus-v2 .premium-aplus-module-5 .attribute, .aplus-v2 .premium-aplus-module-5 .active-item{ position: sticky; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td, .aplus-v2 .premium-aplus-module-5 table.a-bordered th { background-color: #fff; } .aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after { content: "?"; display: inline-block; font-size: 12px; position: relative; bottom: 5px; } .aplus-v2 .premium-aplus-module-5 .product-title { font-size: 15px; padding: 10px 0; } .aplus-v2 .premium-aplus-module-5 .scroll-width { overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 td.attribute.empty { height: 300px; } .aplus-v2 .premium-aplus-module-5 .header-img { padding-top: 10px; } /* Override default AUI .a-bordered table borders */ .aplus-v2 .premium-aplus-module-5 table.a-bordered { border-width: 0; border-color: #eaeaea; border-style: solid; } /* Size the top scroller */ .aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top { width: 100%; height: 20px; overflow-x: scroll; overflow-y: visible; } .aplus-v2 .premium-aplus-module-5 .scroll-bar { height: 1px; } .aplus-v2 .premium-aplus-module-5 .add-to-cart { line-height: 1rem; font-weight: normal; } .aplus-v2 .premium-aplus-module-5 .review { font-size: 14px; } /** * Premium modules global styles */ .aplus-v2.desktop { max-width: 1464px; min-width: 800px; margin-left: auto; margin-right: auto; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } /* Undo this for tech-specs because it breaks table layout */ .aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: Arial, sans-serif; } .aplus-v2 .premium-aplus, .aplus-v2 .premium-aplus .aplus-h1, .aplus-v2 .premium-aplus .aplus-h2, .aplus-v2 .premium-aplus .aplus-p1, .aplus-v2 .premium-aplus .aplus-p2, .aplus-v2 .premium-aplus .aplus-p3, .aplus-v2 .premium-aplus .aplus-accent1, .aplus-v2 .premium-aplus .aplus-accent2 { font-family: inherit; } /* type */ .aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; } .aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; } .aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; } .aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; } /* spacing */ .aplus-v2 .aplus-container-1 { padding: 40px; } .aplus-v2 .aplus-container-1-2 { padding: 40px 80px; } .aplus-v2 .aplus-container-2 { padding: 80px; } .aplus-v2 .aplus-container-3 { padding: 40px 0; } /* Display */ .aplus-v2 .premium-aplus .aplus-display-table { display: table; } .aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; } .aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; } /* Aplus display table with min-width 1000px and fill remaining space inside parent */ .aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% } /** * Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80. */ /** * Premium-module 12: Nav Carousel */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-card { position: relative; width: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-container { position: relative; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container { /* Match the aspect ratio of the desktop image uploaded via the editor (1464px x 600px) */ padding-top: calc(600 / 1464 * 100%); /* ~40.983% */ height: 0; } .aplus-v2 .premium-aplus-module-12 .aplus-image-carousel-container > div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } /* Override AUI styles. It poorly attempts to measure the slide heights before waiting until images load. */ .aplus-v2 .premium-aplus-module-12 .a-carousel-viewport { height: 100% !important; } .aplus-v2 .premium-aplus-module-12 .aplus-card-image img { width: 100%; height: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-card-details-wrapper { position: absolute; top: 0; width: 50%; height: 100%; } .aplus-v2 .premium-aplus-module-12 .aplus-card-detail { display: table; width: 100%; height: 100% } .aplus-v2 .premium-aplus-module-12 .card-description { text-align: left; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .card-description { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-table-cell { display: table-cell; vertical-align: middle; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background { padding: 20px; } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color { background: rgba(0, 0, 0, 0.5); } .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h1, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color h5, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ol .a-list-item, .aplus-v2 .premium-aplus-module-12 .aplus-text-background-color ul .a-list-item { color: #fff; } .aplus-v2 .premium-aplus-module-12 .description { margin-top: 20px; } /* nav */ .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions { position: absolute; top: 20px; width: 100%; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn { display: inline-block; margin: 7px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; line-height: 2.5em; min-width: 200px; background-color: #fff; white-space: nowrap; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-index { display: none; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.aplus-active { border-color: #fff; background-color: #000; color: #fff; } /** * Regimen template specific css */ html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { text-align: right; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: right; top: 50%; width: 250px; right: 75px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions.regimen { text-align: left; top: 50%; left: 75px; right: auto; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen { display: inline-block; margin: 10px 10px; cursor: pointer; border-radius: 30px; border: 2px solid #000; width: 220px; background-color: #fff; padding: 2px 0 2px; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active { border-color: #fff; background-color: #000; color: #fff; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-index { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-goto-btn.regimen.aplus-active .aplus-carousel-label { color: inherit; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { display: inline-block; width: 12px; color: #000; } .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-label { color: #000; } html[dir="rtl"] .aplus-v2 .premium-aplus-module-12 .aplus-carousel-actions .regimen .aplus-carousel-index { margin-left: 0px; margin-right: 6px; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen { position: absolute; top: 0; left: 0; width: 100%; background-color: #000; opacity: 0.5; text-align: center; } .aplus-v2 .premium-aplus-module-12 .aplus-headline-top.regimen .aplus-headline { color: #fff; line-height: 2em; } /** * Navigation template specific css */ .aplus-v2 .premium-aplus-module-12--top-nav .aplus-carousel-actions { background-color: rgba(0, 0, 0, 0.8); top: 0px; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn { padding: 8px; color: #fff; background-color: transparent; border: none; } .aplus-v2 .premium-aplus-module-12--top-nav .aplus-goto-btn.aplus-active { text-decoration: underline; text-underline-offset: 0.8em; text-decoration-thickness: 3px; background-color: transparent; border: none; } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-12-nav-carousel').execute('init-premium-module-12-nav-carousel', function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel', function(){ return function() { P.when('A', 'jQuery', 'a-carousel-framework', 'ready').execute('premium-12-nav-carousel', function (A, $, framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); /** * Carousel button element classname * @const */ var GOTO_BTN_CLASS_NAME = "aplus-goto-btn-" + MODULE_ID; /** * Carousel button element active classname * @const */ var GOTO_BTN_ACTIVE_CLASS_NAME = "aplus-active"; /** * AUI name for aui carousel * @const */ var CAROUSEL_NAME = "premium-aplus-12-carousel-" + MODULE_ID; /** * Module class name * @const */ var MODULE_CLASS_NAME = ".aplus-v2 .premium-aplus-module-12"; /** * Carousel text container class name * @const */ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-carousel-text-container-" + MODULE_ID; /** * Carousel text hidden class name * @const */ var TEXT_CONTAINER_HIDDEN = "aplus-hidden"; /** * Carousel horizontal scroll container class name * @const */ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + " .aplus-horizontal-scroll-container-" + MODULE_ID; function showCarouselText(oldIndex, newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + "-" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + "-" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}, 200); } } /** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class */ function CarouselButtonTemplate(carousel) { /** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} [elem] - optional DOM element to use as this objects DOM representation */ function CarouselButton(index, elem) { var self = this; this.index = index; this.carousel = carousel; /* create the button element */ this.elem = this.getElem(elem); this.$elem = $(this.elem); /* store jquery version */ this.elem.addEventListener('click', self.handleClick.bind(self)); this.elem.setAttribute('role', 'tab'); /* add this object to the object manager */ CarouselButton.objects.byId[index] = this; CarouselButton.objects.all.push(this); } /** * Describe behavior for click events on this.elem * @memberOf CarouselButton */ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; /** * Enter active state * @memberOf CarouselButton */ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'true'); }; /** * Enter inactive state * @memberOf CarouselButton */ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected', 'false'); }; /** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} [elem] - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation */ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; /** @const Object manager */ CarouselButton.objects = { byId: {}, all: [], }; return CarouselButton; } framework.onInit(CAROUSEL_NAME, function(carousel) { /** @const {Class} */ var CarouselButton = CarouselButtonTemplate(carousel); /* create carousel controls */ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i, btnElem) { return new CarouselButton(i + 1, btnElem); }); /* activate first one */ CarouselButton.objects.byId[1].activate(); /* Listen to slide changes */ A.on("a:carousel:" + CAROUSEL_NAME + ":change:pageNumber", function (data) { var newCarouselButton = CarouselButton.objects.byId[data.newValue]; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byId[data.oldValue].deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue, data.newValue); }); }); /** * @returns {string} - css classname prefixed with module selector */ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index, module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } }) }); })); <img alt="outdoor TV smart TV weatherproof waterproof Google TV OS outside smart television deck pro 2.0" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/2100eef4-2a43-4f53-82d8-01aadab757b7.__CR0,0,1464,600_PT0_SX1464_V1___.png"/> <img alt="weatherproof tv for outdoor deck terrace patio gazebo IP55 waterproof metal body sturdy and durable" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/c56d66de-6a45-4fa3-a6df-baf3d149971f.__CR0,0,1464,600_PT0_SX1464_V1___.png"/> Previous page Experience stunning 4K picture quality on your outdoor TV with unparalleled clarity and detail. Enhance your gazebo, patio, and other sheltered areas with an outdoor TV, creating a viewing space. Bring your favorite content to life with HDR 10's vibrant colors, enhanced contrast and brightness. Smart TV with 178° viewing angles ensure that you can enjoy stunning displays from different angles. Next page 1 4K UHD 2 1000 Nits Brightness 3 HDR 10 4 Wide Viewing Angle (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute('invoke-premium-12-nav-carousel-desktop-right', function(init){ init(); }); })); Previous page Next page 1 Google Play 2 Dolby Atmos 3 Google Assistant 4 Chromecast (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute('invoke-premium-12-nav-carousel-desktop-right', function(init){ init(); }); })); Previous page Next page 1 10000+ Apps 2 Free Channels 3 Personal Profiles 4 Switch Watchlists (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-12-nav-carousel').execute('invoke-premium-12-nav-carousel-desktop-right', function(init){ init(); }); })); <img alt="Four outdoor entertainment setups featuring mounted TVs in different settings: covered patio" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/129c6761-67a9-4c48-8303-d97c4b4a5730.__CR0,0,1464,600_PT0_SX1464_V1___.png"/> Sylvox Outdoor TV Series Comparison Chart Deck Pro 3.0 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Cinema Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Cinema Pro Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Gaming Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Pool Pro 3.0 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Deck Pro QLED 3.0 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Pool Pro QLED 3.0 Add to Cart logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.5 out of 5 stars 241 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 5.0 out of 5 stars 1 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.2 out of 5 stars 31 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.2 out of 5 stars 6 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.4 out of 5 stars 44 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.7 out of 5 stars 25 .aplus-v2 .aplus-review-right-padding { padding-right: 0.1rem; } 4.7 out of 5 stars 25 Price $1,599.00$1,599.00 $2,799.00$2,799.00 $5,498.00$5,498.00 $1,799.00$1,799.00 $2,399.00$2,399.00 $1,999.00$1,999.00 $2,799.00$2,799.00 TV OS Google TV Google TV Google TV Google TV Google TV Google TV Google TV Peak Brightness 1000 nits 2000 nits 3500 nits 1000 nits 2000 nits 1000 nits 2000 nits For Outdoor Areas Full Shade, Partial Sun All Outdoor Areas All Outdoor Areas Full Shade, Partial Sun All Outdoor Areas Full Shade, Partial Sun All Outdoor Areas Resolution 4K UHD 3840x2160 4K UHD 3840x2160 4K UHD 3840x2160 4K UHD 3840x2160 4K UHD 3840x2160 4K UHD 3840x2160 4K UHD 3840x2160 Display Technology LED Mini-LED QLED Mini-LED QLED LED LED QLED QLED Refresh Rate 60 Hz 120 Hz 120 Hz 120 Hz 60 Hz 60 Hz 60 Hz Sound Quality Dolby Atmos Dolby Atmos Dolby Atmos Dolby Atmos Dolby Atmos Dolby Atmos Dolby Atmos Audio Output 2x10W 2x30W 2x30W 2x12W 2x10W 2x10W 2x10W Screencast Android, Apple OS Android, Apple OS Android, Apple OS Android, Apple OS Android, Apple OS Android, Apple OS Android, Apple OS IP Rating IP56 IP56 IP56 IP56 IP56 IP56 IP56 Size Available 43" / 55" / 65" / 75" 55" / 65" / 75" 65" / 75" / 86" / 110" 55" / 65" / 75" 43" / 55" / 65" / 75" 43" / 55" / 65" / 75" 43" / 55" / 65" / 75" VESA 43 400×200,55-75 600×400 600×400 65-75 600×400, 86-110 800×600 400×400 400×200, 400×400, 600×400 43 400×200,55-75 600×400 400×200, 400×400, 600×400 (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute('invoke-premium-5-comparison-table', function(init){ init() }); }));

  • Create Your Home Outdoor Theater: Utilize Sylvox's Smart Outdoor TVs to turn your outdoor space into a luxurious entertainment center. From cozy nights by the fire pit to lively summer gatherings, these TVs bring your favorite shows and movies to life in the fresh air
  • 4K Outdoor TV with Dolby Atmos and 1000nit High Brightness: Our Deck Pro 3.0 series outdoor TVs boast 4K UHD picture quality, 3D surround sound, providing you with the ultimate visual and auditory experience. The 1000nits high brightness outdoor TVs are ideal for fully or partially shaded outdoor areas
  • All-Weather and Four-Season Durability: Our waterproof outdoor TVs are specifically designed to withstand wind and rain, featuring a full metal casing and IP56 waterproof rating to resist rain, snow, and even extreme temperatures. With a robust structure and advanced protective features, these TVs ensure uninterrupted entertainment throughout the year
  • Versatile Mounting Options: Whether you choose to mount it on the backyard wall, place it on a mobile stand near the pool, or suspend it with a ceiling mount in the outdoor gazebo, setting up and operating your outdoor entertainment center is a breeze
  • Connectivity for Every Occasion: Stay connected to your favorite content with versatile connectivity options, including HDMI, USB, and wireless capabilities. Whether you're streaming a live sports event or hosting a backyard movie night, our outdoor TVs offer seamless connectivity for all your entertainment needs

The 30-Second Version

The SYLVOX Deck Pro 3.0 delivers picture quality in the 91st percentile, making it one of the best-looking outdoor TVs we've tested. Its 1000-nit panel cuts through glare, and the weatherproof build survives year-round outdoors. Gaming, however, is a major weakness—it lands in the bottom 20% of all TVs.

Overview

The SYLVOX Deck Pro 3.0 isn't your average 65-inch TV. It's built to live outside, and that changes everything. Across our lab tests, its picture quality lands in the 91st percentile, meaning it outshines almost every other TV we've evaluated in raw brightness and clarity. That 1000-nit peak brightness, combined with a 4K panel, makes afternoon sports and sunset movies pop even under partial sun. The IP56 weatherproofing and full metal chassis mean you can leave it out through rain, sleet, or heatwaves without a second thought.

Performance

Our brightness measurements confirm the 1000-nit claim, and in real-world use, it cuts through glare that would wash out a standard indoor set. Colors stay vibrant, and while HDR10 is supported, don't expect the contrast depth of an OLED. The built-in 2.0-channel 20W audio system with Dolby Atmos is surprisingly full for an outdoor unit, but adding a soundbar will still elevate the experience. Where this TV stumbles is motion and gaming: the 60Hz panel and noticeable input lag drop it to the 17th percentile for gaming. Casual play is okay, but fast-paced titles feel sluggish. Connectivity is basic, too, with limited ports that rank in the 29th percentile. It's a non-issue for a simple backyard setup, but power users might feel cramped.

Performance Percentiles

Hdr 58.2
Audio 67.9
Smart 60.3
Gaming 17.3
Display 30.5
Connectivity 28.8
Social Proof 78.5
Picture Quality 91.1

Pros & Cons

Pros

  • Picture quality in the 91st percentile—one of the brightest, clearest outdoor TVs we've seen. 91th
  • IP56 weatherproofing and metal build shrug off rain, snow, and dust without a cover. 79th
  • 1000 nits of peak brightness makes it usable even in partial sun. 68th
  • Dolby Atmos support and 20W speakers surprise with decent audio for an outdoor panel.
  • Google TV with Chromecast and Assistant works smoothly for streaming and voice control.

Cons

  • Gaming performance falls to the 17th percentile—avoid it for competitive or fast-paced play. 17th
  • Basic port selection pushes connectivity to the 29th percentile, limiting multiple device hookups. 29th
  • 60Hz refresh rate leads to mediocre motion handling and a display score in the 31st percentile. 31th
  • Built-in audio can't match a dedicated outdoor soundbar for movie nights.
  • Wildly varying prices across sellers mean you could overpay dramatically if you're not careful.

The Word on the Street

4.5/5 (964 reviews)
👍 Many owners praise the TV's resilience through rain, heat, and cold seasons without a single issue.
👍 A common highlight is the vibrant, daylight-friendly picture that makes afternoon viewing possible.
🤔 Several users note the built-in speakers are adequate for casual TV but recommend a soundbar for movies.

Specifications

Full Specifications

Display

Size 65"
Resolution 4K
Panel Type LED
Backlight LED
Aspect Ratio 16:9

Picture Quality

Brightness 1000 nits
Peak Brightness 1000

HDR

HDR Formats HDR10
Dolby Vision No
HDR10+ No
HLG No

Gaming

Refresh Rate 60 Hz

Smart TV

Platform Google TV
Voice Assistant Google Assistant
Screen Mirroring Chromecast

Audio

Speaker Config 2
Wattage 20
Dolby Atmos Yes
Surround Sound Dolby Atmos

Connectivity

Wi-Fi Wi-Fi
Bluetooth Yes
Ethernet Yes
VESA Mount 600x400

Power & Size

Weight 27.3 kg / 60.2 lbs

Value & Pricing

The Deck Pro 3.0 typically sells for around $2,199 at Amazon, though some third-party listings are asking an absurd $98,564 (please, don't fall for that). At the real street price, you're getting a weatherproof 65-inch 4K TV with top-tier brightness that rivals premium indoor sets. For a backyard entertainment hub, that's strong value, especially when purpose-built outdoor TVs often cost more for less brightness.

3 079 CAD

vs Competition

Stacked against indoor champions like the Sony BRAVIA 5 or LG C5 OLED, the SYLVOX falls behind on motion smoothness, black level depth, and gaming response. But those TVs would be destroyed by rain and sunlight. The SYLVOX owns its outdoor niche, offering durability and 1000-nit visibility that the big indoor brands can't touch. Among other outdoor TVs, it often undercuts competitors on price while delivering superior peak brightness and smart features, making it a compelling choice if you're serious about al fresco entertainment.

Spec SYLVOX Deck Pro 3.0 65" Sony BRAVIA 5 K55XR50 LG C5 Series OLED55C5PUA Hisense U7 Series 65U75QG Samsung QN85D QN85D TCL QM8K Series 75QM8K
Screen Size 65 55 55 64.5 75 75
Resolution 4K 3840x2160 3840x2160 4K 3840x2160 4K
Panel Type LED MiniLED OLED QLED Neo QLED MiniLED
Refresh Rate 60 120 144 165 120 144
Hdr HDR10 Dolby Vision, HDR10, HLG Dolby Vision, HDR10 Dolby Vision, HDR 10+, HDR 10, Hybrid Log-Gamma (HLG) HDR10, HDR10+, HLG Dolby Vision IQ, HDR10+, HLG
Smart Platform Google TV Google TV webOS Google TV Tizen Google TV
Dolby Vision false true true true false true
Dolby Atmos true true true true true true
Hdmi Version - 2.1 2.1 2.1 2.1 2.1
Compare Compare Compare Compare Compare
Product HdrAudioSmartGamingDisplayConnectivitySocial ProofPicture Quality
SYLVOX Deck Pro 3.0 65" 58.267.960.317.330.528.878.591.1
Sony BRAVIA 5 K55XR50 Compare 9792.393.978.966.294.289.692.8
LG C5 Series OLED55C5PUA Compare 86.799.971.699.989.392.698.188.3
Hisense U7 Series 65U75QG Compare 91.393.99795.338.497.294.297.8
Samsung QN85D QN85D Compare 84.389.476.878.990.89098.178.9
TCL QM8K Series 75QM8K Compare 99.593.993.993.935.894.298.199.8

Common Questions

Q: Is this TV truly weatherproof?

Yes, it carries an IP56 rating, which means it's protected against dust and powerful water jets. SYLVOX says it operates in temperatures from -4°F to 122°F, so you can leave it mounted outside through rain, snow, and summer heat.

Q: Can I watch it in direct sunlight?

The 1000-nit peak brightness handles partial or fully shaded areas well, but direct midday sun can still wash out the screen. It's significantly more usable outdoors than a typical 300-nit indoor TV, but a fully covered patio is ideal.

Q: How bad is the gaming lag really?

Gaming performance sits at just the 17th percentile based on our input lag and refresh rate tests. The 60Hz panel is fine for slow-paced games, but fast shooters or competitive play will feel noticeably delayed compared to a dedicated gaming TV.

Who Should Skip This

Gamers and cinephiles should look elsewhere. The Deck Pro 3.0's 60Hz panel and input lag place it in the gaming basement (17th percentile), so anyone wanting smooth 120Hz motion or VRR will be disappointed. If you crave inky blacks and wide viewing angles, an indoor OLED like the LG C5 is a better fit—but you'll need to keep it safely away from the elements.

Verdict

If you need a big, bright screen that laughs at weather and delivers a gorgeous 4K picture for your patio or deck, the SYLVOX Deck Pro 3.0 is a winner. It's not for gamers or home theater purists chasing perfect blacks, but for the rest of us grilling under the stars, it's a solid investment.

Usage Scores

Overall (53.1)Budget (59.1)Gaming (29.2)Movies (48)Sports (51.3)Outdoor (73.6)Portable (38.9)Corporate (37.8)Streaming (56.8)Smart Home (53.3)

Інші конфігурації1

Схожі товари