SKU: W2699S00057

Round Dining Table With 360° Rotating Lazy Susan Scratch & Heat For Dining Room & Kitchen, Table Only - 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.

  • 53-Inch Scratch-Resistant Tabletop: Durable sintered stone surface with marble-like finish offers exceptional resistance to scratches and stains
  • 800-Lb Capacity Industrial Base: Solid stainless steel construction ensures stability and long-term durability under heavy use
  • 31.5-Inch Smooth-Rotation Lazy Susan: Quiet bearings enable seamless rotation for effortless serving of meals
  • Multi-Scenario Heat-Resistant Design: Thick sintered stone core withstands high temperatures and impacts for versatile indoor use
  • Easy Transition to Conference Table: Removable tray allows flexible setup for gatherings, meetings, or everyday dining
  • Rounded Edge Safety Design: Smooth, rounded edges reduce risk of injury during family meals or gatherings
  • Worry-Free Customer Support: Dedicated service team available for prompt assistance with any inquiries or needs
// 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'); } } });