SKU: D388-13

Caitbrook - Rectangular Dining Room Counter Table - Gray

$39999 USD $49999


Delivery and Shipping

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

Perfect portion. Striking a simply chic pose, this dining room counter table serves up high style on a smaller scale. Its antiqued gray wash finish gives the clean-lined design a casually cool sensibility. Side shelves cleverly balance form and function.

Additional Dimensions
  • Apron to floor: 32.25"
  • Opening: 0"
  • Top to shelf: 8.25"
  • Top shelf to middle shelf: 8.25"
  • Middle shelf to bottom shelf: 8.25"


Product Features
  • Made of veneers, wood and engineered wood
  • 2 fixed shelves
  • Seats 4
  • Assembly required


Caitbrook - Rectangular Dining Room Counter Table - Gray
60.0"W x 30.0"D x 36.0"H - 102.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'); } } });