SKU: EW0446-268

Trinell - TV Stand

$18999 USD $23999

Color
Dimensions

Delivery and Shipping

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

This TV stand with fireplace option makes your home on the range look so alluring. The aesthetic is earthy yet clean and sophisticated, paying homage to reclaimed barn wood with a rustic finish, plank-style details and nailhead trim. Removing the shelf allows room for an optional electric fireplace insert, adding instant warmth and romance.
Trinell - TV Stand w/Fireplace Option - 60" x 14.8" x 24.33" - Brown Dark
60.0"W x 14.8"D x 24.33"H - 96.0 lb
Trinell - 63" TV Stand W/Fireplace Option - Brown
63.39"W x 19.61"D x 26.22"H - 160.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'); } } });