Nuestro Placer Reposado Tequila 75 Cl

378 AED
Description:

Nuestro Placer Reposado Tequila is born in the Altos de Jalisco, a region known worldwide as a producer of the best Tequilas. Red lands that contrast with the blue of the agaves, an incomparable natural beauty.

Attributes
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': "Dq47Rsp17lnBYoVNCp8TQYwi2lT68H9DD8QEghEV"}, 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); } }, }); });