Skip to main content
25% Off Halloween Costumes Online Only Through July 31
Order Now
Menu
Find a Store
Shop by Category
Same-Day Delivery
Father's Day Balloons
Graduation
Birthday
Kids Party Themes
Balloons
Special Occasions
Sports
Party Themes
Table Linen
Costumes
document.addEventListener("DOMContentLoaded", function () { function upgradeDeliveryBlock() { var allElements = document.querySelectorAll("div, section, li, p"); allElements.forEach(function (el) { if (!el.textContent) return; var text = el.textContent.trim(); if ( text.includes("Estimated delivery time") && text.includes("Local delivery") && text.includes("Shipping") && text.includes("Pickup") && !el.classList.contains("pr-delivery-upgraded") ) { el.classList.add("pr-delivery-upgraded"); var localMatch = text.match(/Local delivery:\s*([^S]+)/i); var shippingMatch = text.match(/Shipping:\s*([^P]+)/i); var pickupMatch = text.match(/Pickup:\s*(.*)/i); var localText = localMatch ? localMatch[1].trim() : "Available based on your address"; var shippingText = shippingMatch ? shippingMatch[1].trim() : "Available"; var pickupText = pickupMatch ? pickupMatch[1].trim() : "Available"; el.innerHTML = `
Estimated Delivery & Pickup
🚚
Local Delivery
${localText}
📦
Shipping
${shippingText}
🛍️
Store Pickup
${pickupText}
`; } }); } upgradeDeliveryBlock(); setTimeout(upgradeDeliveryBlock, 800); setTimeout(upgradeDeliveryBlock, 1800); setTimeout(upgradeDeliveryBlock, 3000); });