SKU: HU500BN

Hutchins - Dining Bench - Dark Brown

$13999 USD $16999


Delivery and Shipping

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

Classic design in a bench for dining or hallway areas. Part of the Hutchins dining collection, this bench features a comfortable upholstered seat and is ideal for seating multiple people for dining in a mudroom or a hallway.

Product Features
  • Constructed of acacia and hardwood solids and engineered woods
  • Removable upholstered seat
  • Seats two to three adults and/or children


Hutchins - Dining Bench - Dark Brown
52.0"W x 17.0"D x 19.0"H - 24.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'); } } });