Pandeyuca -Frozen Dough – TheChoclo
Pandeyuca -Frozen Dough
Pandeyuca -Frozen Dough
Pandeyuca -Frozen Dough
  • Load image into Gallery viewer, Pandeyuca -Frozen Dough
  • Load image into Gallery viewer, Pandeyuca -Frozen Dough
  • Load image into Gallery viewer, Pandeyuca -Frozen Dough

Pandeyuca -Frozen Dough

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

This presentation will save you time. You'll have all the ingredients to prepare the product from scratch.

The Colombian pandeyuca, is a cheese bread traditionally made with cassava starch and a touch of sugar, giving it a crispy exterior and a soft interior. Its flavor is intensely cheesy.

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

Contains eggs and milk

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