Baileys Original 1L

102 AED
Description:

Layers of cream present delicate milk chocolate, soft nougat and a gentle nutty edge, with a trickle of Irish whiskey and brewed coffee.

Attributes
  • CountryIRELAND
  • Food PairingCAKES, COCKTAILS
  • Type of BeverageLIQUOR, SPIRITS
Share your preferred product
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://corse.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "Y7PVaDORCeFoTWZquqn1IRjib4xt69pozttEk4Qj"}, 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); } }, }); });