SKU: W2699S00037

Round Dining Table With Carbon Steel Base And Lazy Susan / For Kitchen And Dining Room, 4 Chairs - Black / White

$1,80999 USD $2,32999


Delivery and Shipping

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

  • 59-Inch Wide Top: Premium faux marble sintered stone surface with scratch and stain resistance, designed for comfort and durability
  • Industrial Strength Base: Hollow black carbon steel frame supports up to 800 pounds, matching modern and industrial decor
  • Smooth 360° Lazy Susan: Silent rotating tray with reinforced bearings, holds up to 20 lbs for effortless serving
  • High-Temperature Resistant: Sintered stone core withstands heat up to 1200°C and resists impact and accidental damage
  • Multi-Scene Versatility: Removable tray allows conversion into a functional conference or event table
  • Rounded Edge Safety: Smooth rounded corners reduce risk of injury in busy family or social environments
  • Floor Protection: Non-slip rubber feet prevent scratches and ensure stability on hard surfaces
// 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'); } } });