91³Ô¹ÏÍø

Watch CBS News

Spike in tomato prices impacts Pittsburgh-area restaurants: "This is ridiculous"

With warmer weather outside, demand for tomatoes is on the rise, but the produce is costing a pretty penny, impacting some restaurants in southwestern Pennsylvania.

There are only so many large tomatoes left at Bubba's Gourmet Burghers and Beer in Southpointe. Owner Bubba Snider says its sister spot in Belle Vernon is all out.

"When they're gone, they are gone," Snider said. 

Snider said they had to make the difficult decision to hold back on buying more boxes for the time being, and that means no more tomatoes on your burgers or sandwiches.

It's because the costs are spiking. A week ago, one 25-pound box went from $25 to $65. This week, it jumped to $105, and he said the quality of the latest shipments has been subpar.

"I was like, this is ridiculous," Snider said. "I'm not going to spend all that money for tomatoes that aren't really good, that aren't going to make our burger blend better."

According to the Consumer Price Index, tomatoes are up nearly 23% compared to this time last year, and they're retailing for about $2.25 per pound, the most in eight years.

It comes after Florida saw a deep freeze during its peak season, and Mexico experienced wet weather during its growing season, shrinking the crop size.

On top of that, the 17% tariff on tomatoes from Mexico, along with increasing diesel and fertilizer prices due to the war in Iran, are not helping matters.

"We use tomatoes everywhere," Snider said.

For cherry tomatoes, that went up from $20 to $65 a case. Snider said he may have to bite the bullet to keep making their special bruschetta.

However, for both varieties, he's just going to wait and see as he continues to monitor the situation.

"When the prices come down and the quality comes back, we will absolutely bring them back," Snider said.

There is hope though, with some Florida growers saying they should be able to ship a new crop in the next couple weeks, which could provide some relief.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });