A Californian court ordered Starbucks to pay $ 50 million to a delivery man severely burned by a hot drink whose cover was badly closed. The victim had to undergo several surgical operations.
The cafes chain disputes the decision and plans to appeal. © Erik McLean – UNSPLASH Save save Receive Starbucks alerts Corporation A Californian court ordered the Starbucks group to pay $ 50 million to a delivery man severely burned by a unclosed hot drink. The accident, which occurred in 2020 in Los Angeles, in the United States, required several surgery. The cafes chain disputes the decision and plans to call on, reports Actu.fr on March 15, thus confirming information from CNN. The case dates back to 2020, when Michael Garcia, a delivery man, went to a Starbucks drive in Los Angeles to recover an order. By entering the set, a hot drink overturned on him, causing serious burns, especially on his genitals. According to the complaint filed in front of the California Superior Court, the accident is due to a poorly fixed lid, negligence that Starbucks could have avoided by correctly checking the packaging of its drinks. Michael Garcia’s lawyers argued that the cafes chain had failed in his duty of vigilance, causing injuries having required several surgical interventions and a long convalescence. To read also: This is why your coffee costs (a lot) more expensive Starbucks rejects any responsibility and makes AppelStarbucks reacted to the conviction by contesting the jury’s decision, judging that the $ 50 million in damages are disproportionate. “We are comparing with Mr. Garcia, but we dispute the decision of the jury which awarded us a responsibility in this incident and believe that the damages granted are excessive,” said the company in a statement taken up by CNN. Before this verdict, Starbucks had tried an amicable settlement by first offering $ 3 million, then 30 million. Michael Garcia had accepted provided that the chain modifies its procedures by making the lids check by employees compulsory before serving drinks. Starbucks refused this request, preferring to keep its current practices. Read also: The best grain coffee machines with crusher – comparison 2025 A precedent for the take -out coffee industry? This judgment recalls other famous cases involving burns caused by hot drinks. In 1994, a client of McDonald’s had obtained $ 2.7 million after burning seriously with coffee. Receive our latest news each week, the flagship items to support your personal finances. (tagstranslate) Starbucks Corporation (T) CAF U00E9 (T) Proc u00e8s
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!