SKU: PCD651-09

Rylandeen - Double Counter Height Bench - Light Brown / Dark Brown

$21999 USD $27999


Delivery and Shipping

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

Add a dash of enduring design to your home with this counter height dining bench. Its two-tone look contrasts light and dark chestnut finishes for a touch of casual rustic charm that’s both current and timeless. It’s a simply striking choice that lends a seamless blend of form and function wherever friends and family gather.

Product Features
  • Made with sturdy solid wood frame
  • Two-tone finish (seat with light chestnut brown wood tone; base with dark chestnut brown wood tone)
  • Assembly required


Rylandeen - Double Counter Height Bench - Light Brown / Dark Brown
48.0"W x 17.0"D x 24.0"H - 44.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'); } } });