SKU: RF300S

Rafael - Sofa Table With Cracked Glass - Brown

$31999 USD $39999


Delivery and Shipping

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

A bold expression of contemporary style, these Rafael occasional tables really set the mood for a modern interpretation for style. Soft flowing shapes define the collection with round tops highlighted with crackled glass tops that are a real show-stopper. The merlot cherry finish gives the group a sleek yet warm feel.

Product Features
  • Contemporary Style
  • Constructed of hardwood solids, birch veneers and 15mm cracked glass inserts with mirrored back
  • Collection features demilune sofa table, round end and cocktail with casters and bottom shelves throughout


Rafael - Sofa Table With Cracked Glass - Brown
45.0"W x 18.0"D x 30.0"H - 48.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'); } } });