SKU: FS700-2E-3PC

Frostine - 3 Piece Table Set - Silver

$71999 USD $89999


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 set of Living Room tables. 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 plating, 5mm tempered gray glass, 5mm pattern mirror
  • Tempered glass
  • End Table can be used as a Side Table in a Living Room or as a Nightstand in a Bedroom

// 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'); } } });