Buñuelo Nutella – TheChoclo
Buñuelo Nutella

Buñuelo Nutella

Regular price
$4.97
Sale price
$4.97
Regular price
Sold out
Unit price
per 

Crispy on the outside, soft on the inside, filled with warm Nutella. Lightly dusted with powdered sugar. Irresistible.

✨ Certified gluten-free. No additives – natural ingredients. 100% flavor.

Contains eggs and with milk

From Scratch (25 min)

const modal = document.getElementById('productModal'); const closeBtn = modal.querySelector('.product-modal__close'); const backdrop = modal.querySelector('.product-modal__backdrop'); function closeModal() { modal.classList.remove('open'); modal.querySelector('.product-modal__content').innerHTML = ''; } closeBtn.addEventListener('click', closeModal); backdrop.addEventListener('click', closeModal);