All Products
/
Collection
/
Product Title
Add to Wishlist

Premium Red Wine Selection

4.9
Gift sets & bundles
$15.99$19.99
Auf Lager
Ausverkauft
Vielen Dank! Das Produkt wurde zum Warenkorb hinzugefügt.
Ups! Beim Hinzufügen zum Warenkorb ist ein Fehler aufgetreten. Bitte versuche es erneut.
Description

For special moments: three top wines that have received international recognition.

  • Zvonko Bogdan Cuvée No.1 (3 x Decanter Gold): an elegant Bordeaux blend of Merlot, Cabernet Sauvignon, and Cabernet Franc – with ripe fruit, fine wood notes, and recognized as one of Europe’s best wines.
  • Matalj Kremen Kamen 2020 (Decanter Gold / Falstaff 96 points): the icon from Negotin, a powerful cuvée of Cabernet Sauvignon and Prokupac , profound, with enormous aging potential.
  • Trivanović Shiraz Reserve 2018 (AWC Vienna Gold): single-varietal Shiraz , spicy and intense, with aromas of black fruits, pepper and a hint of chocolate.

A package for connoisseurs and collectors – ideal as a gift or for your own wine cellar.

BEWERTUNGEN

DAS SAGEN UNSERE KUNDEN

5.0
Emilija Konatar
If you want very good wines at fair prices, you should order here. Ordering was very easy and delivery was quick and easy. Top service, keep it up!
5.0
Branimir Soldat
Great wines with a top price-performance ratio! They import the best premium Serbian wines. Quick response times and great feedback. Will be ordering again shortly. thanks
5.0
Marko Stankovic
Excellent selection of Serbian wines, schnapps and other culinary delights. Top advice from Neša, tastings are also organized.
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"); } });