Filters

Price

-

Shape

Oval

Rectangular

Round

Size

120 x 80 cm Rectangle

150 x 100 cm Rectangle

180 x 120 cm Rectangle

240 x 170 cm Rectangle

80 cm Ø Round & smaller

100 cm Ø Round

150 cm Ø Round

250 cm Ø Round

180 x 120 cm Oval & smaller

240 x 170 cm Oval

300 x 200 cm Oval

Main Color

White / Beige / Natural
White / Beige / Natural
Blue
Blue
Colourfull
Colourfull

Length/cm

-

Breadth/cm

-

Motif

Border

Nomadic

Plain

Stripes

Material

Cotton

Natural fiber

Sisal/Jute

Processing

Hand-woven

Origin

India

Knots/m²

17 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'); } }); }); }); } });