SKU: 1Z05

Jones - Sofa

$1,07999 USD $1,34999


Delivery and Shipping

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

Our Jones collection is a sure winner. It's petite scale is trumped only by its comfort and traditional style. With a scooped rolled arm, clean front rail, and turned wooden leg, how can you go wrong? Customize your fabric and your seat to make it truly your own. This collection includes a sofa and loveseat.

Product Features
  • Back: Sinuous wire, semi-attached, poly fiber fill, zipper access
  • Seat: Sinuous wire, block foam with poly fiber wrap, ventilated, reversible
  • Legs: 4.75''x5.5'' turned wood (front), 5.5'' wood taper (back), screw-in
  • Pillows: 2 x 17'' fiber fill
  • Optional Upgrades: Frame Coil, Coil Cushion, feather blend pillows.


Jones - Sofa
72.0"W x 38.0"D x 38.0"H - 101.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'); } } });