Finlandia Mango 1 Ltr

80 AED
Description:

An unexpected guest at your gathering. Sweet mango and peach flavours create a crisp, honeyed aroma, giving the vodka a less ordinary tropical flavour.

Attributes
  • CountryFINLAND
  • Food PairingCOCKTAILS
  • Type of BeverageSPIRITS, VODKA
Share your preferred product
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://dev.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "N4KIQhItV4hvxUKVaYhBGN8lPMymNvUoiE5Vdzss"}, success: function (response) { console.log(response); toastr.options = { "closeButton": true, "progressBar": true } if (response.error) { toastr.error(response.error); } if (response.success) { toastr.success(response.success); } }, }); });