SKU: W633/68/W100-02

Starmore - 70" TV Stand With Glass/Stone Fireplace Insert - Brown

$1,24999 USD $1,56999


Delivery and Shipping

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

For fans of urban industrial design, this XL TV stand with fireplace insert clearly steals the show. Its blend of acacia veneer and wood is beautified with an oiled walnut-tone finish for a highly contemporary aesthetic with grainy, earthy character. Infusion of dark bronze-tone metal takes the cool character to another level. Adding that much more show-stopping style: an electric fireplace insert that operates with or without heat and includes a six-level temperature setting, remote control and overheating control for added safety. The fireplace insert comes with optional faux glass crystals and natural stones, so you can customize the look of the flame bed.

Starmore - XL TV Stand w/Fireplace Option - Brown

Dimensions 70.13"W x 19.13"D x 35.13"H
Weight 178 lbs
Materials Glass/ Wood Products

Entertainment Accessories - Fireplace Insert Glass/Stone - Black

Dimensions 24"W x 8.38"D x 20"H
Weight 42 lbs
Materials Glass/ Wood Products
// 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'); } } });