SKU: B050S00002

Candor - Chair And Ottoman Set - Beige

$69999 USD $88999


Delivery and Shipping

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

  • Classic English Roll Arms: Tailored design adds graceful shape and timeless elegance
  • Reversible & Removeable Seat Cushion: Offers versatility and easy maintenance
  • Pocket Springs & High Density Foam: Delivers durable comfort and consistent support
  • Solid Wood Turned Legs: Walnut-stained legs provide strength and refined aesthetic
  • 100% Polyester Fabric: Easy to clean and maintain for long-term use
  • Matching Ottoman Included: Perfect companion for lounging and relaxation
  • Hardwood & Plywood Frame: Ensures structural stability and lasting quality

Candor - Chair And Ottoman Set - Beige
34.5"W x 35.5"D x 37.0"H - 75.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'); } } });