Natilla - Custard - PLEASE ORDER 1 DAY IN ADVANCE – TheChoclo
Natilla - Custard  - PLEASE ORDER 1 DAY IN ADVANCE

Natilla - Custard - PLEASE ORDER 1 DAY IN ADVANCE

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

Natilla Colombiana / Colombian Natilla
Un pudín espeso, cremoso y suave, hecho con leche, panela (azúcar morena natural), maicena y canela.

A thick, creamy custard-style dessert made with milk, unrefined cane sugar, cornstarch & cinnamon.


✨ Gluten-free | No additives | 100% tradition


PLEASE ORDER 1 DAY IN ADVANCE

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