PEZ SpongeBob Squarepants 25th Anniversary Collectors Gift Tin
Flavours and packaging may occasionally differ from those shown in images.
Celebrate 25 years of SpongeBob SquarePants with this limited edition PEZ 25th Anniversary Gift Tin—a must-have for fans and collectors alike! This colourful tin includes four exclusive PEZ dispensers: Patrick, SpongeBob Smiling, Gary the Snail, and a Gift Tin Exclusive Silver SpongeBob, available only in this set. To sweeten the deal, it also comes with six Sour Pineapple PEZ candy refills, offering a bold, tropical twist. Brought to you by —your go-to for and collectible American candy! const host = window.location.hostname; const brandMap = {"Eat Sleep ": {brand: "Eat Sleep Repeat", keyword: "retro sweets"}, "": {brand: "", keyword: "soda and snacks"}, "": {brand: "American Sweets", keyword: "gifts and treats"}}; const brandLine = document.querySelector("#pez-brand-line"); const brandName = document.querySelector(".brand-name"); const keyword = document.querySelector(".keyword"); if (host in brandMap) {brandName.textContent = brandMap[host].brand; keyword.textContent = brandMap[host].keyword;} else {brandName.textContent = "Eat Sleep Repeat"; keyword.textContent = "American treats";}