Filters

Preis

-

Form

Rund

Größe

80 cm Ø Rund & kleiner

100 cm Ø Rund

150 cm Ø Rund

200 cm Ø Rund

250 cm Ø Rund

300 cm Ø Rund

Hauptfarbe

Weiß / Beige / Naturtöne
Weiß / Beige / Naturtöne
Blautöne
Blautöne
Brauntöne
Brauntöne
Gelb / Goldtöne
Gelb / Goldtöne
Schwarz / Silber / Grautöne
Schwarz / Silber / Grautöne
Grüntöne
Grüntöne
Rosa / Lilatöne
Rosa / Lilatöne
Mehrfarbig
Mehrfarbig
Rot / Rost / Orangetöne
Rot / Rost / Orangetöne

Länge/cm

-

Breite/cm

-

Art

Designer

Hochflor

Indo Gabbeh

Kelim Modern

Kinderteppich

Kurzflor

Orientteppich

Sisalteppich

Viskose

Motiv

Abstrakt

Bordüre

Einfarbig

Felder

Kindermotiv

Medaillon

Nomadisch

Streifen

Zickzack

Material

Baumwolle

Naturfaser

Polyester

Polypropylen

Schurwolle

Sisal/Jute

Synthetische Faser

Viskose

Verarbeitung

Gewebt

Handgeknüpft

Handgetuftet

Handgewebt

Herkunft

China

Indien

Türkei

Knoten/m²

ca. 160000, fein gefertigt

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