Chocolate Caliente / Hot Chocolate – TheChoclo
Chocolate Caliente  / Hot Chocolate

Chocolate Caliente / Hot Chocolate

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

Preparado con leche y cocoa al estilo colombiano, espeso y cremoso, con el toque justo de dulzura.
Perfecto para acompañar con cualquiera de nuestros panes artesanales.

Colombian-style hot chocolate made with milk and cocoa — thick, creamy, and perfectly sweet.
Best enjoyed with any of our artisan gluten-free breads.

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