SKU: PCD824-924

Greddinton - Upholstered Barstool (Set of 2)

$30999 USD $38999

Color

Delivery and Shipping

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

Relaxed living and cozy comfort—that’s what traditional farmhouse design is all about. And what better way to embrace your love of rustic country style than with this counter height bar stool. Celebrating the beauty of simplicity, this stylized ladderback seating marries functionality with classic appeal for a fresh feel. Its comfortably cushioned seat invites you to stay a while. Mix and match with other chairs in the collection for an eclectic look. You’ll want one in every color.
Greddinton - Upholstered Barstool (Set of 2) - Black
19.75"W x 23.13"D x 41.63"H - 14.3 lb
Greddinton - Upholstered Barstool (Set of 2) - Brown
19.75"W x 23.13"D x 41.63"H - 14.3 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'); } } });