Almojabana-Mix, queso, huevos – TheChoclo
Almojabana-Mix, queso, huevos

Almojabana-Mix, queso, huevos

Regular price
$23.97
Sale price
$23.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 almojábana is a soft and fluffy cheese bread roll with a delicate balance of sweet and savory flavors and a light golden crust. 

✨ Certified gluten-free. No additives 

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