SKU: CV500SG

Canova - Side Chair (Set of 2) - White

$25999 USD $32999


Delivery and Shipping

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

A casually elegant chair in a neutral palette, the Canova Side Chair is a great choice for dining, office or guest chair. The chair is constructed of hardwood solids and finished in a weathered white that blends beautifully with the grey microfiber seat and back for a fashion-forward look yet comfortable look. Tapered legs add a modern touch to this versatile seat.

Product Features
  • Styling details include tapered leg and wood-framed back that resists wear and tear
  • Constructed of hardwood solids
  • Styling details include tapered leg and wood-framed back that resists wear and tear


Canova - Side Chair (Set of 2) - White
20.0"W x 26.0"D x 38.0"H - 18.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'); } } });