Buñuelo Filled 3 pack - Nutella, Guava, Caramel – TheChoclo
Buñuelo Filled 3 pack - Nutella, Guava, Caramel
Buñuelo Filled 3 pack - Nutella, Guava, Caramel
  • Load image into Gallery viewer, Buñuelo Filled 3 pack - Nutella, Guava, Caramel
  • Load image into Gallery viewer, Buñuelo Filled 3 pack - Nutella, Guava, Caramel

Buñuelo Filled 3 pack - Nutella, Guava, Caramel

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

The buñuelo is a traditional delicacy characterized by its golden, crispy exterior and soft, fluffy interior. Three buñuelos: one fried cheese ball filled with guava paste, one with Nutella, and one with caramel.

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

Contains egg 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);