Buñuelo-mini - medium - dozen – TheChoclo
Buñuelo-mini - medium - dozen

Buñuelo-mini - medium - dozen

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

The Colombian buñuelo is a traditional delicacy characterized by its golden, crispy exterior and soft, airy interior. It is a deep-fried cheese bread roll

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

Contains eggs and 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);