SKU: FT140EC

Foster - Jaspe Top Chairside Table - Green

$17999 USD $22999


Delivery and Shipping

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

Clean, straight lines culminate in a beautiful flowing jasper stone top in the Foster Accent Side Table. The jasper stone top has a deep emerald color that marks the beauty of this stone and serves as a wonderful complement to many decors. A chrome base lends a modern feel to this table that works well as an accent or end table.

Product Features
  • Top colors vary slightly with the natural coloring of the stone
  • Constructed of green jasper stone top with chrome base
  • 17-20 mm stone depth


Foster - Jaspe Top Chairside Table - Green
14.0"W x 14.0"D x 19.0"H - 13.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'); } } });