Almojabana with Ham & Melted Cheese - Sandwich – TheChoclo
Almojabana with Ham & Melted Cheese - Sandwich
Almojabana with Ham & Melted Cheese - Sandwich
Almojabana with Ham & Melted Cheese - Sandwich
  • Load image into Gallery viewer, Almojabana with Ham & Melted Cheese - Sandwich
  • Load image into Gallery viewer, Almojabana with Ham & Melted Cheese - Sandwich
  • Load image into Gallery viewer, Almojabana with Ham & Melted Cheese - Sandwich

Almojabana with Ham & Melted Cheese - Sandwich

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

Almojábana filled with ham, and melted cheese. Soft, gluten-free, and full of flavor — a sweet and savory mix that melts in every bite.

Almojábana rellena con jamón, y queso derretido. Suave, sin gluten y llena de sabor: una mezcla dulce y salada que enamora con cada bocado.

Certified Gluten Free

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