SKU: MI500BNBT

Mila - Bench - Dark Brown

$27999 USD $33999


Delivery and Shipping

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

Entertain your family and friends with the bold contemporary styling of Mila. The Mila Dining Bench features a fashion-forward washed grey finish over hardwood solids and ash veneers with a modern trestle base that matches the base of the table.

Product Features
  • Meticulously crafted of solid Mango and Asian hardwoods with engineered woods
  • From adding a touch of luxury at the foot of your bed to accommodating gatherings in your dining space, or serving as a stylish accent in the hallway or office, this bench is the versatile seating solution for every corner of your home
  • Kiln-dried wood helps prevent warping, splitting, cracking and developing mildew.

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