SKU: W2189P320662

Modern Circular Coffee Table With Stripe Design And Storage Space

$35999 USD $45999

Color

Delivery and Shipping

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

  • Modern Stripe Design: Distinctive circular groove pattern adds visual depth and elegance to the tabletop.
  • Hidden Storage Space: Provides ample room for organizing items like books, remotes, and personal keepsakes.
  • Sturdy MDF Construction: High-density material ensures long-term stability and resistance to everyday wear.
  • Versatile Placement: Works as a coffee table, display stand, or additional surface in living rooms, bedrooms, or offices.
  • Easy Assembly: Comes with tools and instructions for quick setup in under 15 minutes.
  • Circular Shape: Timeless round silhouette offers balanced proportions and smooth integration with furniture layouts.
  • Wood Color Finish: Warm, natural tone complements a wide range of interior decors and lighting conditions.

Circular Coffee Table With Stripe Design And Storage Space - Natural Wood
29.53"W x 29.53"D x 16.19"H - 58.08 lb
Circular Coffee Table With Stripe Design And Hidden Storage - Walnut
29.53"W x 29.53"D x 16.19"H - 58.08 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'); } } });