Loading...

Rug Filter

£
£

XS / 120 x 80 cm rectangle S / 140 x 70 cm rectangle S / 150 x 100 cm rectangle S / 180 x 120 cm rectangle S / Length Until 200 cm runner M / length 201 - 300 cm runner L / length 301 - 400 cm runner XL / length over 400 cm runner XS / 100 cm Ø Round XS / 150 cm Ø Round XS / 100 cm square S / 150 cm square S / 180 x 120 cm Oval & smaller Reset filters
document.querySelectorAll("article.product").forEach(function(t){let e=t.querySelectorAll(".variation-item"),a=t.querySelectorAll(".product-list-item");e.length>0&&e.forEach(function(t){t.addEventListener("click",function(){e.forEach(function(e){e.dataset.id===t.dataset.id?e.classList.add("active"):e.classList.remove("active")}),a.forEach(function(e){e.dataset.id===t.dataset.id?e.classList.add("active"):e.classList.remove("active")})})})});

FREQUENTLY ASKED QUESTIONS

Are there washable rugs for the kitchen?
Yes, many washable kitchen rugs are available that can be easily cleaned in the washing machine. This makes them especially easy to maintain and hygienic, ideal for households with children and pets.
A non-slip, washable rug made from durable material like polypropylene or vinyl is ideal for placement under a kitchen table.
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Are there washable rugs for the kitchen?", "acceptedAnswer": { "@type": "Answer", "text": "Yes, many washable kitchen rugs are available that can be easily cleaned in the washing machine. This makes them especially easy to maintain and hygienic, ideal for households with children and pets." } } , { "@type": "Question", "name": "What type of rug is best suited under a kitchen table?", "acceptedAnswer": { "@type": "Answer", "text": "A non-slip, washable rug made from durable material like polypropylene or vinyl is ideal for placement under a kitchen table." } } ] }
$(document).ready(function() { function setLocalStorage(key, value) { localStorage.setItem(key, value); } function getLocalStorage(key) { return localStorage.getItem(key); } function fetchData() { var lastShownDate = getLocalStorage('geoLocationModalShownDate'); var currentDate = new Date().getTime(); var daysSinceLastShown = lastShownDate ? (currentDate - lastShownDate) / (1000 * 3600 * 24) : null; if (getLocalStorage('geoLocationModalShown') && daysSinceLastShown < 3) return; fetch("https://morgenland-cpanel.eu/api/morgenland-info").then(function(r) { if (!r.ok) throw new Error('HTTP error! status: ' + r.status); return r.json(); }).then(function(d) { var c = normalizeCountryCode(d.data.countryCode), l = [{"lang":"de","locale":"de","url":"https:\/\/www.morgenland-teppiche.de\/kuechenteppiche","name":"German","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/German.png"},{"lang":"en","locale":"en","url":"https:\/\/www.morgenland-rugs.com\/kitchen-rugs","name":"English","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/USA.png"},{"lang":"fr","locale":"fr","url":"https:\/\/www.morgenland-tapis.fr\/tapis-de-cuisine","name":"French","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/France.png"},{"lang":"nl","locale":"nl","url":"https:\/\/www.morgenland-tapijt.nl\/keukentapijten","name":"Dutch","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Netherland.png"},{"lang":"se","locale":"sv-SE","url":"https:\/\/www.morgenland-mattor.se\/koks","name":"Swedish","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Sweden.png"},{"lang":"at","locale":"de-AT","url":"https:\/\/www.morgenland-teppiche.at\/kuechenteppiche","name":"Austria","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Austria.png"},{"lang":"ch","locale":"de-CH","url":"https:\/\/www.morgenland-teppiche.ch\/kuechenteppiche","name":"Swiss German","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Switzerland.png"},{"lang":"nn","locale":"no-NO","url":"https:\/\/www.morgenland-tepper.com\/til-kj-kken","name":"Norwegian","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Norway.png"},{"lang":"da","locale":"da","url":"https:\/\/www.morgenland-taepper.com\/kokkentaepper","name":"Danish","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Denmark.png"},{"lang":"es","locale":"es","url":"https:\/\/www.morgenland-alfombra.es\/alfombras-de-cocina","name":"Spanish","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Spain.png"},{"lang":"it","locale":"it","url":"https:\/\/www.morgenland-tappeto.it\/tappeti-cucina","name":"Italian","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Italy.png"},{"lang":"pl","locale":"pl","url":"https:\/\/www.morgenland-dywany.pl\/pl\/dywaniki-kuchenne","name":"Polish","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Poland.png"},{"lang":"pt","locale":"pt","url":"https:\/\/www.morgenland-tapetes.pt\/alcatifas-de-cozinha","name":"Portuguese","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Portguese.png"},{"lang":"cz","locale":"cs-CZ","url":"https:\/\/www.morgenland-koberce.cz\/koberce-v-kuchyni","name":"Czech","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/Czech-Republic.png"}], a = {"lang":"uk","name":"English","image":"https:\/\/cdn02.plentymarkets.com\/6wg68w8zahno\/frontend\/assets\/imgs\/flags\/UK.png"}, f = findActiveUrl(l, c); if (shouldShowModal(f, a, c)) { updateModal(f); $('#geoLocationModal').modal('show'); $('#geoLocationModal').attr('aria-hidden', 'false'); setLocalStorage('geoLocationModalShown', 'true'); setLocalStorage('geoLocationModalShownDate', currentDate); } }).catch(function(e) { console.error('Fetch error:', e.message); }); } function normalizeCountryCode(c) { return c.toLowerCase() === "gb" ? "uk" : c.toLowerCase(); } function findActiveUrl(l, c) { var d = l.filter(function(u) { return u.lang === 'en'; })[0]; return l.find(function(u) { return u.lang === c; }) || d; } function shouldShowModal(foundUrl, activeUrl, countryCode) { if (!foundUrl || countryCode === activeUrl.lang) return false; var exceptions = { 'de': ['at', 'ch'], 'uk': ['en'], 'en': ['uk'], 'at': ['de', 'ch'], 'ch': ['de', 'at'] }; var activeExceptions = exceptions[activeUrl.lang] || []; return !activeExceptions.includes(foundUrl.lang); } function updateModal(f) { var b = document.querySelector('#redirectButton'), t = document.querySelector('#geoLocationText'), bt = document.querySelector('#redirectButtonText'), bi = document.querySelector('#redirectButtonImage'); b.href = f.url; t.textContent = "The website is in English language. Would you like to be redirected to our {name} website for a better experience?".replace("{name}", f.name); bi.src = bi['data-src'] = f.image; bi.alt = f.name; bt.textContent = "Redirect to {name} Site".replace("{name}", f.name); } fetchData(); });