SKU: FS700C

Frostine - Round Coffee Table - Silver

$26999 USD $33999


Delivery and Shipping

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

Smoky glass tops, a patterned mirror shelf and a chrome base combine to add sparkle and glam to a room in this romantic Cocktail Table. Frostine features a round shape that softens a room and makes it easier to navigate by eliminating pesky corners. Use with a Sectional or Sofa and Loveseat sets to add a glamorous touch to your home base.

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


Frostine - Round Coffee Table - Silver
31.25"W x 31.25"D x 24.0"H - 31.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'); } } });