Filters

Price

-

Shape

Rectangular

Round

Runner

Special shape

Square

Size

60 x 40 cm Rectangle & smaller

90 x 60 cm Rectangle

120 x 80 cm Rectangle

140 x 70 cm Rectangle

180 x 120 cm Rectangle

200 x 150 cm Rectangle

240 x 170 cm Rectangle

250 x 200 cm Rectangle

300 x 200 cm Rectangle

300 x 250 cm Rectangle

350 x 250 cm Rectangle

400 x 300 cm Rectangle

Length Up to 200 cm Runner

Length 201 - 300 cm Runner

80 cm Ø Round & smaller

100 cm Ø Round

150 cm Ø Round

200 cm Ø Round

80 cm Square & smaller

Special shape

Main Color

Colourfull
Colourfull
Pink / Purple
Pink / Purple
Red / Rust / Orange
Red / Rust / Orange

Length/cm

-

Breadth/cm

-

Motif

Abstract

Border

Children motif

Fields

Minimal

Nomadic

Plain

Stripes

Zigzag

Material

Natural fiber

Polypropylene

Pure wool

Synthetic fiber

Processing

Hand-knotted

Hand-tufted

Hand-woven

Woven

Origin

India

Turkey

Knots/m²

approx. 160000, finely crafted

approx. 90000, medium finely crafted

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