John Jameson 1 Ltr

130 AED
Description:

A light floral fragrance, peppered with spicy wood and sweet notes. The perfect balance of spicy, nutty and vanilla notes with hints of sweet sherry and exceptional smoothness.

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