SKU: P407-600

Janiyah - Bench - Light Brown

$16999 USD $20999


Delivery and Shipping

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

There's no need to be stuck inside when the weather is perfect. Enjoy an alfresco gathering with this outdoor bench. Made of solid acacia wood, this bench is built to keep its looks with a slatted style that sheds rainwater. You'll love soaking in the scenery from here.

Product Features
  • Made of acacia wood
  • Stainless steel hardware
  • Durable polyurethane finish
  • Slatted styling
  • Assembly required


Janiyah - Bench - Light Brown
46.88"W x 15.88"D x 17.5"H - 34.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'); } } });