SKU: FS700E

Frostine - Side Table - Silver

$22999 USD $27999


Delivery and Shipping

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

Smoky glass top, a patterned mirror shelf and a chrome base combine to add sparkle and glam to a room in this romantic round End Table. Frostine features a round shape that softens a room and makes it easier to navigate by eliminating pesky corners. Use with beside your favorite chair, sofa or as a Nightstand in the bedroom and add a little glam to your life.

Product Features
  • Crafted of chrome plating, 5mm tempered gray glass, 5mm pattern mirror
  • Chrome plated iron base reflects light to add a s little sparkle to any room
  • Easy Assembly, all tools included


Frostine - Side Table - Silver
21.5"W x 21.5"D x 24.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'); } } });