SKU: HE555-C5PC

Halle - Dining Set

$92999 USD $1,15999

Color
Sets

Delivery and Shipping

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

Modern farmhouse design in a counter dining set that seats six comfortably, the Halle Counter Dining Set features timber-beam legs with clean lines that will complement cottage or contemporary settings. The 60-inch table expands easily to 78 inches with the 18-inch leaf to accommodate extra guests or family. The neutral ebony and finish adds a refined look to this instant farmhouse classic and the Counter Chair and Bench offer crisp clean styling in an upholstered seat for comfortable dining.
Halle - 6 Piece Dining Set - Pearl Silver
60.0"W x 42.0"D x 36.5"H - 246.0 lb
Halle - 5 Piece Dining Set - Black
60.0"W x 42.0"D x 36.5"H - 217.0 lb
Halle - 7 Piece Dining Set - Dark Brown
60.0"W x 42.0"D x 36.5"H - 256.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'); } } });