document.addEventListener('DOMContentLoaded', function() { window.selectAvatar = function(avatar) { const profile = { avatar }; localStorage.setItem('profile', JSON.stringify(profile)); window.location.href = 'product-info.html'; }; });

Choose a Pre-created Avatar