Shop Details

$4.99

Chicago Style Hot Dog

Delight in our Maxwell Street Style Chicago Style Hot Dog, featuring a juicy sausage topped with chopped onions, pickles, mustard, relish, and tomato slices, all nestled in a soft bun.

Similar Products

Related products

Choose Your location

document.addEventListener("scroll", function () { let image = document.querySelector(".scroll-rotate"); if (image) { let scrollPosition = window.scrollY; image.style.transform = `rotate(${scrollPosition % 360}deg)`; } });