SKU: W996W1

Naydell - 92" TV Stand With Wide Fireplace Insert - Gray

$1,64999 USD $2,06999


Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

Balancing chic flair with a relaxed sensibility, this extra-large TV stand strikes just the right tone for rustic sophistication. Its beautifully clean lines are subtly enhanced with relaxed distressing and saw marks for authentic barn wood character. For your added viewing pleasure, the wide fireplace insert gives you the cozy feel of a fireplace without the added hassle. With the touch of a button, adjust the temperature and the color-changing flames, and set the timer for long-lasting enjoyment. It comes with faux glass crystals and natural stones, so you can customize the look of the flame bed.

Additional Dimensions
  • Door opening (2): 0"
  • Adjustable side shelf (2): 0"
  • Top opening: 0"
  • Cord length: 96"


Product Features
  • Made of pine wood, pine veneer and engineered wood
  • Weathered light gray finish
  • 2 side cabinets, each with single adjustable shelf
  • Cutouts for wire management
  • Electric fireplace insert provides up to 5,386 BTU/1,500W and warms up to 1,000 square feet (heats larger rooms)
  • Cool touch exterior cabinet
  • Remote control with LED display; 6-level temperature setting; 4 levels of flame brightness
  • LED-lit flame operates with or without infrared heat; realistic-looking lighted embers with 3 color options
  • Option for placing faux glass crystals or stones (included)
  • Timer function with programmable ranges from 10 minutes to 9 hours
  • Overheating control device
  • Power cord included; UL Listed
  • Assembly required; simply remove the center shelf and back panel to make room for the fireplace insert

// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });