SKU: ORD500N-D5PC

Orinda - Dining Set

$1,46999 USD $1,83999

Color
Sets

Delivery and Shipping

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

The Orinda Dining Collection combines rustic modern style with refined elegance. The 72-108 inch Dining Table features a canted double-pedestal base and oak veneers in a warm caramel finish, with two 18-inch leaves to extend seating for up to 10. Paired with the Orinda Side Chair, which blends a sling chair’s relaxed feel with the sophistication of brown vegan leather upholstery and a cushioned seat, this collection is both stylish and functional. Exposed solid wood frame backs complete the look, adding a striking visual element to your dining space.
Orinda - 5 Piece Dining Set - Light Brown / Black
314.0 lb
Orinda - 7 Piece Dining Set - Black / Light Brown
382.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'); } } });