SKU: TS500PT

Toscana - Counter Table - Dark Gray

$47999 USD $59999


Delivery and Shipping

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

A perfect setting for morning coffee or a formal evening dinner, the Toscana 72-inch dining table brings an elevated sense of style to your dining area. Cozy enough for a small setting but large enough to seat six, this table is a model of modern style blended with rustic mission influences. Clean angular lines are softened with the sled table base and accented by a burnished aged gray finish for a neutral tone that will accent any decor – and the 36-inch high profile makes for an easy dining or work while standing height.

Product Features
  • Crafted from Acacia veneers, Acacia hardwood solids and engineered woods
  • Kiln-dried wood helps prevent warping, splitting, cracking and developing mildew.
  • Built with tongue and groove joint construction for exceptional structural stability


Toscana - Counter Table - Dark Gray
72.0"W x 38.0"D x 36.0"H - 101.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'); } } });