SKU: WT300E

Walter - Brass Inlay End Table - Brown

$19999 USD $24999


Delivery and Shipping

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

Solid mango wood in a warm pine finish is inlaid with a brass X pattern atop a modern brass finished iron base. Simple yet so stylish. Co-ordinating end table and sofa table are available for purchase separately.

Product Features
  • Brass inlay on top
  • Finish: Warm Pine and Brass
  • Material: Mango Wood Tops with Iron Base


Walter - Brass Inlay End Table - Brown
22.0"W x 22.0"D x 22.0"H - 21.29 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'); } } });