SKU: W814W1

Havalance - 4 Pc. - Entertainment Center - 67" TV Stand - Brown / Beige

$2,51999 USD $3,16999


Delivery and Shipping

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

Set your sights on modern farmhouse style with this entertainment center. Distressed two-tone treatment blends a weathered gray with vintage white for an utterly charming effect. Turned posts lend a hearty, substantial look that feels right at home, while plenty of open shelving makes the aesthetic anything but heavy.

Additional Dimensions
  • Opening (2): 0"
  • Adjustable side shelf (2): 0"
  • Door opening: 0"
  • Adjustable center shelf: 0"
  • Pier opening: 0"
  • Pier adjustable shelf (2): 0"
  • Pier door opening: 0"
  • Pier adjustable shelf: 0"


Product Features
  • Includes TV stand, 2 pier cabinets and bridge
  • Made of pine wood, pine veneer and engineered wood
  • Two-tone distressed finish: weathered gray top; vintage white base
  • TV stand with 2-door cabinet with single-shelf storage and 2 open shelves
  • Each pier cabinet with 2 fixed shelves and cabinet with single-shelf storage
  • Aged iron-color hardware
  • Cutouts for wire management
  • Assembly required

// 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'); } } });