Cointreau 1L

120 AED
Description:

Cointreau: a masterpiece crafted through the unique distillation of all-natural sweet and bitter orange peels, resulting in a crystal clear liqueur that strikes the perfect balance between sweetness and freshness.

Attributes
  • CountryFRANCE
  • Food PairingCOCKTAILS
  • Type of BeverageSPIRITS, LIQUEUR
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': "33Ft8ho1izzTN7HcO5SUbeRnxZ9LAg2F1OTkScZX"}, 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); } }, }); });