SKU: P439-600

Naples Beach - Bench with Cushion - Light Gray

$36999 USD $45999


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 bench has a straightforward sense of style with its light gray resin wicker and wood-look finish. Blue high-performance Nuvella+™ fabric covers the cushioned top, weathering the elements and keeping your aesthetic casually cool.

Additional Dimensions
  • Seat width: 48"
  • Seat depth: 16"
  • Seat height: 19"


Product Features
  • All-weather resin wicker handwoven over rust-free aluminum frame with hand-applied wood look finish
  • Solution-dyed high-performance fabric
  • Nuvella+ is an outdoor fabric that can be cleaned and offers enhanced UV resistance
  • Clean fabric with mild soap and water, let air dry; for stubborn stains, use a solution of 4 oz. bleach to 28 oz. water
  • All-weather foam cushion core wrapped in soft polyester
  • Stainless steel hardware
  • Designed to withstand the harsh elements of the outdoors
  • Imported fabric and fill
  • Assembly required


Naples Beach - Bench with Cushion - Light Gray
50.0"W x 18.0"D x 19.0"H - 32.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'); } } });