SKU: P439-625

Naples Beach - RECT Multi-Use Table - Light Gray

$58999 USD $73999


Delivery and Shipping

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

Indulge in backyard bliss. This outdoor multi-use table has a straightforward sense of style with its light gray resin wicker. The table's rust-proof aluminum is enhanced with a wood-look finish, weathering the elements and keeping your aesthetic casually cool.

Additional Dimensions
  • Opening: 0"
  • Top to floor: 25.38"


Product Features
  • All-weather resin wicker handwoven over rust-free aluminum frame with hand-applied wood look finish
  • Stainless steel hardware
  • Designed to withstand the harsh elements of the outdoors
  • Open shelf
  • Assembly required


Naples Beach - RECT Multi-Use Table - Light Gray
58.88"W x 35.5"D x 27.75"H - 60.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'); } } });