Pastis Prado 1L

29 AED
Description:

Pastis is commonly flavoured with not only anise, but a host of other herbs and spices. It's slightly sweet, but not at all cloying. If you're a fan of black licorice, you'll probably fall in love with French pastis

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