SKU: AS200WC

Aston - White Marble Top Coffee Table - White

$44999 USD $56999


Delivery and Shipping

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

Details abound in this asymmetrical masterpiece that centers a room. A sparkling chrome base and modern sled base form a solid foundation for the lustrous marble top that demands attention. Top it off with an offset black tempered glass shelf for display or storage and you have a table centerpiece for the ages. Pair with the matching Aston Marble Top End Table for a living room that will be the envy of the neighborhood.

Product Features
  • Crafted of 55mm white marble veneer top with 5mm tempered black glass and chrome finished base
  • Styling details include lustrous marble top, asymmetrical design with sled base and lower smoky glass shelf for display or storage
  • Each marble top is crafted by nature with uniquecharacteristics that vary slightly so no two pieces will be exactly alike


Aston - White Marble Top Coffee Table - White
47.0"W x 24.0"D x 20.0"H - 110.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'); } } });