SKU: T481-2

Watson - Square End Table - Dark Brown

$17999 USD $22999


Delivery and Shipping

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

Drawing from the beauty of clean-lined mid-century design, this square end table feels right at home in today’s modern spaces. Oil-rubbed distressing on the decadent finish adds a layer of beauty and character.

Additional Dimensions
  • Top to floor: 20.5"


Product Features
  • Made of veneers, wood and engineered wood
  • Dark brown finish
  • Hand-finished
  • Assembly required


Watson - Square End Table - Dark Brown
23.88"W x 23.88"D x 24.13"H - 48.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'); } } });