SKU: DO950C

Doncella - Dual Power Reclining Chair - Sand

$67999 USD $84999


Delivery and Shipping

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

A transitionally styled leather power reclining group, Doncella brings an updated silhouette to the Steve Silver Company lineup. Now you don't need to sacrifice style for comfort. Top-grain leather on all seating areas means extremely comfortable seating and the dual power combination of power footrest and power articulating headrest elevates luxury to a whole new level.

Product Features
  • Constructed of top-grain leather on all seating areas with faux leather sides and backs
  • Constructed of top-grain leather on all seating areas and polyurethane sides and backs
  • Power articulating headrest


Doncella - Dual Power Reclining Chair - Sand
41.0"W x 39.0"D x 40.0"H - 132.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'); } } });