SKU: D766-25

Krystanza - Rectangular Dining Room Table - Weathered Gray

$61999 USD $77999


Delivery and Shipping

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

The use of mixed materials on this urban-inspired dining table makes it a true statement piece. Featuring a wood tabletop combined with a sturdy wood and metal base, this rectangular table combines a complex blend of stains and glaze—creating a weathered gray finish for a relaxed and harmonious update to your home.

Additional Dimensions
  • Top to base: 28.75"


Product Features
  • Made of pine wood, veneer and engineered wood
  • Wood and metal base with weathered gray finish
  • Wood surface with weathered gray finish
  • Seats up to 6
  • Assembly required


Krystanza - Rectangular Dining Room Table - Weathered Gray
42.0"W x 76.0"D x 30.13"H - 120.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'); } } });