SKU: R405342

Lambworth - Area Rug

$18999 USD $22999

Color
Rug Size

Delivery and Shipping

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

A great area rug should be the intersection of style and comfort. This rug accomplishes just that. Its beautiful graphic design combines lines and half circles to create varied high-low textures. Adding contemporary flair to any room, this rug perfectly complements a variety of spaces.
Lambworth - 8' x 10' Rug - Gray / Cream
94.0"W x 120.0"D x 0.67"H - 33.0 lb
Lambworth - 5' x 7' Rug - Gray / Cream
63.0"W x 84.0"D x 0.67"H - 15.5 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'); } } });