SKU: ST200EN

Stomp - Round End Table

$12999 USD $15999

Color

Delivery and Shipping

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

With a brushed metal veneer and textured multi-sided frame, the Steve Silver Co. Stomp Round End Table provides a clean and modern look. The metallic is a neutral color, allowing this table to blend seamlessly into any existing décor. The multi-faceted sides center this piece, providing the perfect surface for a vase of flowers, framed photo, or other art piece. Lend some weight to your living room or home office with this unique piece.
Stomp - Round End Table - Brass
20.0"W x 20.0"D x 21.0"H - 21.82 lb
Stomp - Round End Table - Nickel
20.0"W x 20.0"D x 20.25"H - 11.79 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'); } } });