Claymore Whisky 1L

32 AED
Description:

The term claymore is from the Scottis Gaelic for great sword

Attributes
  • CountrySCOTLAND
  • Grapes Variety & BlendSCOTCH WHISKY
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': "r70Pv3tmbSQC48Fa2jRyXaKDq5jJT3ARjRySBTMB"}, 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); } }, }); });