SKU: W331-68

Bellaby - TV Stand W/Fireplace Option

$39999 USD $49999

Color
Dimensions

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. Its wispy finish over replicated oak wood grain is a delightful change from the ordinary. Clean-lined, classic styling with barn door inspiration provides a country chic aesthetic that’s a breath of fresh air. Feel free to add an optional electric fireplace for instant warmth and romance.
Bellaby - 60" TV Stand w/Fireplace Option - Whitewash
60.0"W x 15.51"D x 24.33"H - 96.0 lb
Bellaby - 63" TV Stand W/Fireplace Option - Whitewash
63.39"W x 19.33"D x 25.79"H - 123.0 lb
// 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'); } } });