31 Teppiche

Loading...

Natur Teppiche

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")})})})});

Bringe mit unseren Naturteppichen die Schönheit der Natur in deine Räume

$(window).on('load',function () { const $btnReadMore = $('.description-section .read-more'); const $categoryDescription = $('.description-section'); $btnReadMore.on('click', function() { $categoryDescription.toggleClass('read-mode'); if ($categoryDescription.hasClass('read-mode')) { $btnReadMore.text("Ausblenden"); } else { $btnReadMore.text("Mehr lesen..."); } }); });