SKU: B03548289

Saddle Counter Stool With High Density Foam

$18999 USD $23999

Color

Delivery and Shipping

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

  • Elegant Design: Classic Italian-inspired lines bring a touch of sophistication.
  • Comfortable Seating: High density foam interior ensures a comfortable sitting experience.
  • Stylish Details: Individually placed antique bronze nail head detailing adds a unique touch.
  • Durable Construction: Made from select hardwoods and plywood frame for long-lasting use.
  • Protective Footrest: Metal kick plate provides added durability and foot support.
  • Sturdy Support: Birch legs with a finish offer style and stability.
  • Easy Assembly: Comes with all necessary tools for quick and simple setup.

Italian Saddle Counter Stool With High Density Foam Noir - Gray
14.37"W x 20.0"D x 27.36"H - 13.27 lb
Saddle Counter Stool With High Density Foam - Linen
14.37"W x 20.0"D x 27.36"H - 13.27 lb
Belfast - Counter Stool Upholstered - Cream
14.37"W x 20.0"D x 27.36"H - 13.27 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'); } } });