SKU: W331W9

Bellaby - 63" TV Stand With Faux Firebrick Fireplace Insert - Whitewash

$79999 USD $99999


Delivery and Shipping

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

Express your farmhouse style with this TV stand with fireplace insert. Its wispy white finish over replicated oak wood grain is a delightful change from the ordinary. The clean-lined, classic styling with barn door inspiration provides a country chic aesthetic that’s a breath of fresh air. 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
  • Center opening: 0"
  • Side door opening (2): 0"
  • Cord length: 72"


Product Features
  • Includes TV stand and electric fireplace insert (W100-101)
  • Made with engineered wood (MDF/particleboard)
  • Antiqued white finish over replicated oak grain
  • 2 storage cabinets (each with an adjustable shelf)
  • Removable/adjustable 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'); } } });