SKU: CV500GT

Canova - Gray Marble Top Dining - White

$83999 USD $1,04999


Delivery and Shipping

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

A mix of primitive styling with a beautiful gray marble top creates a casually elegant table that will anchor any dining setting. The Cathedral White wood finish on the base pairs gracefully with the natural gray marble top in a neutral palette that will accent classic, contemporary or farmhouse styles. Cross-stretchers and a corner-blocked table top ensure you will enjoy this table for years to come.

Product Features
  • Crafted of pine solids, engineered woods with ash veneers and a 55 mm gray marble veneer toop
  • Side and cross stretchers increase the strength and stability of the table
  • Each piece of marble is subtly unique due to natural hue and veining variations.


Canova - Gray Marble Top Dining - White
78.0"W x 42.0"D x 30.0"H - 215.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'); } } });