SKU: R407131

Varnler - Rug

$43999 USD $54999

Color
Rug Size

Delivery and Shipping

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

Invite a casual boho vibe into your space. Showcasing a distressed medallion design, this rug can mix and match with other accents to curate an eclectic aesthetic. Its blue, brown and tan palette exudes a relaxed feel, completing your living room or bedroom in style.
Varnler - 10' x 14' Rug - Blue / Brown / Tan
119.0"W x 165.0"D x 0.38"H - 101.0 lb
Varnler - 8' x 10' Rug - Blue / Brown / Tan
92.0"W x 114.75"D x 0.38"H - 54.0 lb
Varnler - 5' x 7' Rug - Blue / Brown / Tan
60.5"W x 81.0"D x 0.38"H - 27.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'); } } });