SKU: W2616-468

Cadmori - TV Stand With Fireplace Option

$51999 USD $65999

Color
Configuration

Delivery and Shipping

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

This extra large TV stand with fireplace option reflects your sophisticated approach to boho style. Crafted with both form and function in mind, its replicated marble top beautifully contrasts a matte finish. Ambient lighting, hidden storage compartments and adjustable shelves for media storage make it a chic and convenient living room companion. And the versatile design suits all-neutral spaces or blends with your favorite pops of color. It’s inviting, yet posh. Luxe, yet laid-back. With this TV stand, your free-spirited vibe meets modern design.
Cadmori - XL TV Stand With Fireplace Option - Black / White
63.39"W x 15.35"D x 26.1"H - 105.0 lb
Cadmori - 63" TV Stand With Electric Fireplace Insert Glass/Stone - Black / White
63.39"W x 15.35"D x 26.1"H - 147.0 lb
Cadmori - 63" TV Stand With Faux Firebrick Fireplace Insert - Black / White
63.39"W x 15.35"D x 26.1"H - 140.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'); } } });