SKU: CY400-5PC

Cayla - Dining Set With Two Tone Table

$71999 USD $88999

Color
Sets

Delivery and Shipping

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

Modern farmhouse styling lends a touch of sophistication to the casual comfort of Cayla dining. The table features a two-tone finish with antiqued base and dark finish top that can be paired with white or dark oak finished chairs or a combination of both. Choose from two case pieces to complete your dining look. So, relax and enjoy the view with Cayla by Steve Silver Company.
Cayla - 5 Piece Dining Set - Two-Tone
64.0"W x 40.0"D x 31.25"H - 206.0 lb
Cayla - 5 Piece Dining Set - White & Brown
64.0"W x 40.0"D x 31.25"H - 206.0 lb
Cayla - 7 Piece Dining Set - Dark Brown
64.0"W x 40.0"D x 31.25"H - 231.0 lb
Cayla - 7 Piece Dining Set
64.0"W x 40.0"D x 31.25"H - 231.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'); } } });