Midori Melon 1L

209 AED
Description:

Midori is the brand name for a specific liqueur that is distinct in two aspects: color and flavor. The color is a beautiful light green that is often used in cocktails for that exact characteristic.

Attributes
  • CountryMEXICO
  • Food PairingCOCKTAILS
  • Type of BeverageLIQUOR
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': "9JKRdU19v7JfVGxLgkiom44MsmyrAtuZww3erBsR"}, 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); } }, }); });