Autochthonous grape varieties from Serbia — the hidden champions of Europe

Auteur:
My Vino Deal
Date:
September 18, 2025
6 min read

The Forgotten Treasures of the Balkans

  • Tamjanika — aromatic, floral, reminiscent of nutmeg, perfect with fish or light appetizers.
  • Prokupac — the “red soul” of Serbia: spicy, velvety, excellent with meat dishes.
  • Smederevka — one of Serbia's oldest white varieties: fresh, light, pleasantly fruity — ideal for summer evenings and light cuisine
  • Bagrina — a true rarity that impresses with its elegance and freshness.
  • Grasac — balanced, mineral, ideal for wine lovers looking for something special.

Cuvées with international format

In addition to single-varietal wines, Serbian winemakers also show their skills in Bordeaux-inspired cuvées, which combine autochthonous grape varieties with international classics such as Cabernet Sauvignon or Merlot.

The result: powerful, elegant wines that combine the best of two worlds — and have long attracted worldwide attention. Several Serbian cuvées have already received gold medals at the Decanter World Wine Awards — one of the most renowned competitions in the wine world.

Why discover in Switzerland?

Switzerland loves authentic, characterful wines — that is exactly what these varieties and cuvées represent. With Myvinodeal.ch, we are bringing these treasures exclusively to Switzerland for the first time.

👉 Discover our autochthonous highlights and award-winning cuvées now — only at MyVinoDeal.ch.

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"); } });