SKU: W509S00112

Modern Sintered Stone Dining Table With Round Turntable And Metal Pedestal - White

$1,44999 USD $1,85999


Delivery and Shipping

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

  • High-grade materials: Features a mirror-like bright rock slab for a personalized and durable tabletop.
  • Unique design: Showcases a Special Carbol steel base for stability and a unique appearance.
  • Large Size: Comfortably seats 6-8 people, perfect for family gatherings or entertaining guests.
  • Wear-resisting: Impact and scratch-resistant surface ensures long-lasting use.
  • Value for Money: Combines high-quality materials and unique design for an enhanced dining experience.

Modern Sintered Stone Dining Table With Round Turntable And Metal Pedestal - White
59.0"W x 59.0"D x 30.3"H
// 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'); } } });