Filters

Price

-

Shape

Rectangular

Square

Size

60 x 40 cm Rectangle & smaller

120 x 80 cm Rectangle

240 x 170 cm Rectangle

250 x 200 cm Rectangle

350 x 250 cm Rectangle

200 cm Square

Main Color

White / Beige / Natural
White / Beige / Natural
Black / Silver / Grey
Black / Silver / Grey
Red / Rust / Orange
Red / Rust / Orange

Length/cm

-

Breadth/cm

-

Motif

Curious

Plain

Material

Natural fiber

Polyester

Sisal/Jute

Synthetic fiber

Processing

Hand-tufted

Woven

Origin

China

Germany

India

Knots/m²

approx. 90000 - 122500, medium finely crafted

5 Rugs
document.querySelectorAll('article.product').forEach(function(product) { const variations = product.querySelectorAll('.variation-item'); const productImages = product.querySelectorAll('.product-list-item'); if(variations.length > 0) { variations.forEach(function(variation) { variation.addEventListener('click', function() { variations.forEach(function(image) { if(image.dataset.id === variation.dataset.id) { image.classList.add('active'); } else { image.classList.remove('active'); } }); productImages.forEach(function(image) { if(image.dataset.id === variation.dataset.id) { image.classList.add('active'); } else { image.classList.remove('active'); } }); }); }); } });