const page = window.location.hash.replace(‘#page=’, ”) || 1;
const pdfUrl = `https://trinitywines.gr/wp-content/uploads/2025/10/Trinity-Wines-Price-List.pdf#page=${page}`;

document.getElementById(“pdfFrame”).src = pdfUrl;