SKU: W446W9

Trinell - 63" TV Stand With Glass/Stone Fireplace Insert - Brown

$79999 USD $99999


Delivery and Shipping

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

Entertain a rugged yet refined sense of style with this TV stand with fireplace insert. Its rustic finish and plank-style details pay homage to reclaimed barn wood, while metal banding with nailhead accents infuses a touch of industrial cool. Ultra-clean lines ensure a look that can go from the country to the city and feel equally at home. What really turns up the warmth: an electric infrared fireplace insert with faux firebrick surround that operates with or without infrared heat. With the touch of a button, adjust the temperature and the flame brightness, and set the timer for long-lasting enjoyment.

Additional Dimensions
  • Drawer interior (2): 0"
  • Opening (2): 0"
  • Center opening: 0"
  • Cord length: 72"


Product Features
  • Includes TV stand and electric fireplace insert (W100-101)
  • Made with engineered wood (MDF/particleboard) and decorative laminate
  • Warm rustic plank finish over replicated oak grain with authentic touch; antiqued bronze-tone hardware
  • TV stand with 2 smooth-operating drawers, 2 storage cubbies and adjustable/removable center shelf
  • Cutouts for wire management and ventilation
  • Electric fireplace insert provides up to 5,386 BTU/1,500W and warms up to 1,000 square feet (heats larger rooms)
  • 7-level temperature setting; 5 levels of flame brightness
  • LED-lit multi flame display operates with or without infrared heat
  • Realistic-looking log set with dynamic glowing embers
  • Remote control with LED display
  • 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'); } } });