SKU: JL200EN

Jocelyn - Table

$17999 USD $22999

Color
Product Type

Delivery and Shipping

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

The Jocelyn set from Steve Silver Co. combines flowing and angular lines in a casual contemporary table collection that update any room instantly. A lustrous finish is the highlight of these tables combined with a crisscross legs for added visual interest.
Jocelyn - Cocktail Table - Gray
48.0"W x 28.0"D x 18.5"H - 58.0 lb
Jocelyn - End Table - Gray
24.0"W x 24.0"D x 24.0"H - 31.0 lb
Jocelyn - Sofa Table - Gray
48.0"W x 18.0"D x 30.0"H - 52.0 lb
Jocelyn - Cocktail Table - Brown
48.0"W x 28.0"D x 18.5"H - 57.5 lb
Jocelyn - End Table - Brown
24.0"W x 24.0"D x 24.5"H - 31.0 lb
Jocelyn - Sofa Table - Brown
48.0"W x 18.0"D x 30.0"H - 51.5 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'); } } });