SKU: W2699S00032

Round Dining Table With 360° Smooth Lazy Susan Stain / Heat - Gold / Black / White

$1,42999 USD $1,82999


Delivery and Shipping

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

  • Eco-Safe Material: Made with E1-grade environmentally friendly materials for safe and healthy use in home dining environments.
  • 360° Rotating Lazy Susan: Enables effortless sharing of food with smooth, full-circle rotation for convenient meal service.
  • High-Quality Construction: Features clean lines and an elegant textured surface that enhances visual appeal and comfort.
  • Stain & Heat Resistant Top: Faux marble finish resists spills and withstands temperatures up to 1200°C with minimal maintenance.
  • Easy Maintenance: Wipe clean with a damp clothideal for busy households seeking low-effort care.
  • Space-Smart Design: Compact yet spacious enough for 4–6 people, perfect for small to medium-sized dining areas.
  • Durable Sintered Stone Core: Built with a 12mm thick core for impact resistance and lasting performance.
// 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'); } } });