SKU: 1932-FP6032

Fairview - 60" Electric Fireplace Media Console - Oak Dark Brown

$1,06999 USD $1,33999


Delivery and Shipping

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

The Fairview Occasional Collection instantly elevates any living space with its elegant design. Featuring beautiful openwork scrolling details and stunning chevron table tops, this collection adds a touch of sophistication to your decor. With its timeless charm and exceptional craftsmanship, the Fairview Occasional Collection is sure to impress for years to come.

Product Features
  • Includes Electric Fireplace Insert with adjustable heat settings
  • Easy Set Up
  • Built-In Cable Management Cutouts
  • Two Storage Doors
  • Modern Transitional Style


Fairview - 60" Electric Fireplace Media Console - Oak Dark Brown
60.0"W x 18.0"D x 32.0"H - 139.2 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'); } } });