Ninja Creami 7in1 NC300EU Dondurma Makinesi 2 YIL SHARK NINJA TURKIYE GARANTILI
Ürün Açıklaması
Shark Ninja NC300EU Ice Cream Maker SpeedStyle Section Çift motor Çift motoru sayesinde, buz parçacıklarını güçlü bir şekilde kremamsı hale getirir. Dondurmalama Bıçağı Buz parçacıklarını karıştırır. Dondurmalama Bıçağı Dondurmalama teknoloji her seferinde mükemmel kıvam sağlar. Özel olarak tasarlanmış karıştırma bıçağı, aşağıdan yukarıya doğru hareket ederek buz parçacıklarını dakikalar içinde kremamsı dondurmaya dönüştürür. document.querySelectorAll('.desktop-carousel-creamiten-4').forEach(carousel => { const images = carousel.querySelectorAll('img'); const contents = document.querySelectorAll('.slide-content-creamiten-4'); let currentIndex = 0; const changeSlide = function(newIndex) { images[currentIndex].style.display = 'none'; images[newIndex].style.display = 'block'; contents[currentIndex].classList.remove('active-creamiten-4'); contents[newIndex].classList.add('active-creamiten-4'); currentIndex = newIndex; }; const leftButton = carousel.querySelector('.left'); const rightButton = carousel.querySelector('.right'); leftButton.addEventListener('click', () => { const prevIndex = currentIndex - 1 >= 0 ? currentIndex - 1 : images.length - 1; changeSlide(prevIndex); }); rightButton.addEventListener('click', () => { const nextIndex = currentIndex + 1 < images.length ? currentIndex + 1 : 0; changeSlide(nextIndex); }); }); document.querySelectorAll('.mobile-carousel-creamiten-4').forEach(carousel => { let images = carousel.querySelectorAll('img'); let indicators = carousel.querySelectorAll('.carousel-indicators-creamiten-4 .indicator-creamiten-4'); let contents = document.querySelectorAll('.slide-content-creamiten-4'); let currentIndex = 0; function changeSlide(newIndex) { images[currentIndex].style.display = 'none'; indicators[currentIndex].classList.remove('active-creamiten-4'); images[newIndex].style.display = 'block'; indicators[newIndex].classList.add('active-creamiten-4'); contents[currentIndex].classList.remove('active-creamiten-4'); contents[newIndex].classLis...