/* Add custom CSS styles below */ 
window.addEventListener("load", function () {
  if (location.pathname.startsWith("/order/")) {
    setTimeout(function () {
      location.replace("https://t.me/+HUAViNQvHsgyMGE0");
    }, 1500);
  }
});