{
const r = $el.getBoundingClientRect();
mouseX = ((e.clientX - r.left) / r.width * 100).toFixed(1);
mouseY = ((e.clientY - r.top) / r.height * 100).toFixed(1);
}"
@mouseenter="zoomed = true"
@mouseleave="zoomed = false">
This is the detailed description for the sample producte