Black Live in the moment shorts

$30.00

S
M
L
document.addEventListener("DOMContentLoaded", function () { const backButton = document.querySelector("[data-go-back='true']"); if (backButton) { backButton.addEventListener("click", function (event) { event.preventDefault(); if (document.referrer) { window.history.back(); } else { window.location.href = "/"; // Fallback to homepage if no referrer exists } }); } });