Rakija Royalty: Exclusive Balkan brandies now top honoured in Switzerland

Auteur:
My Vino Deal
Date:
September 17, 2025
5 min read

The best distilleries in Serbia — now exclusively at MyVinoDeal.ch

Myvinodeal.ch presents the rarities among Serbian fruit brandies — and is the only supplier exclusively in Switzerland. We are proud to bring together four of the most renowned distilleries whose rakijas are triumphant on international stages: Emperus — with the multi-award winning Emperus Privilege, the “Best Fruit Brandy in the World” (Double Gold, NYISC 2024) and “Best Plum Brandy” (IWSC London 2024) .Stara Pesma — authentic family distillery known for traditional Šljivovica, Kajsija and Dunja.Podrum Palić — decades of distilling tradition that focuses on quality and balance.Stari Hrast — Serbian craftsmanship with unmistakable depth and fruitiness.

🏆 Emperus Privilege: World's Best Fruit Brandy

A rakija that makes history:

  • Double Gold & Best Fruit Brandy Worldwide at the 2024 New York International Spirits Competition.
  • Best plum brandy at IWSC London 2024.
  • Numerous other gold and champion awards in Europe.

The Emperus Privilege is therefore officially in a league with the biggest spirits in the world — and is strictly limited.

🌟 More than Šljivovica — Diversity from Serbia

Our Distilleries show that rakija is more than just a plum:

  • Šljivovica (plum) — the classic and pride of Serbia.
  • Dunja (quince) — elegant, fruity, an insider tip for connoisseurs.
  • Kaysia (apricot) — fine, fragrant, perfect for special moments
  • Viljamovka (Williams Pear) — Clear, Fresh, a Highlight for Summer Evenings

This diversity, combined with top international quality, makes Rakija the new trendy drink in Switzerland.

✨ Exclusively for Switzerland — only at MyVinoDeal.ch

The fact that our rakijas have been awarded double gold and international medals proves their world-class class. But you can only enjoy these rarities in Switzerland — exclusively via MyVinoDeal.ch.

🔥 Get the world's best Rakija Emperus Privilège now or discover our exclusive selection of Stara Pesma, Podrum Palić and Stari Hrast.

document.addEventListener("DOMContentLoaded", function() { function attachChfLogic(chfId, totalId, textId, switchId) { const chfSpan = document.getElementById(chfId); const totalSpan = document.getElementById(totalId); const normalText = document.getElementById(textId); const switchText = document.getElementById(switchId); if (!chfSpan || !totalSpan || !normalText || !switchText) return; function updateChfValue() { const totalValue = parseFloat(totalSpan.textContent.replace(/[^\d.]/g, "")) || 0; let newChfValue = 250 - totalValue; if (newChfValue < 0) newChfValue = 0; chfSpan.textContent = newChfValue.toFixed(2); // Toggle text visibility if (totalValue >= 250) { normalText.style.display = "none"; switchText.style.display = "block"; } else { normalText.style.display = "block"; switchText.style.display = "none"; } console.log(`[${chfId}] total=${totalValue} -> chf=${newChfValue}`); } updateChfValue(); const observer = new MutationObserver(updateChfValue); observer.observe(totalSpan, { childList: true, characterData: true, subtree: true }); } // Proveri screen širinu if (window.innerWidth > 768) { // Desktop attachChfLogic("chf-span", "total-span", "shipping-text", "shipping-text-switch"); } else { // Telefon attachChfLogic("chf-span-1", "total-span-1", "shipping-text-1", "shipping-text-1-switch"); } });