top of page
bottom of page
window.addEventListener('customSizeAddToCart', (event) => { const { productId, productName, width, height, price } = event.detail; console.log('Produto adicionado:', event.detail); });