SKU: EW0446W8

Trinell - TV Stand With Electric Fireplace - Brown

$58999 USD $73999


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 LED fireplace insert. Its rustic finish and plank-style details pay homage to reclaimed barn wood, while faux 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.

Product Features
  • Includes TV stand and fireplace insert (W100-101)
  • Made with engineered wood (MDF/particleboard) and decorative laminate
  • Warm rustic plank finish over replicated oak grain with authentic touch
  • Dark bronze-tone hardware
  • TV stand with open storage area and 2 single-door storage areas (each with adjustable/removable 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'); } } });