Bartender Beer Blade

123 AED
Description:

The Bartender Beer Blade is a must-have for all beer enthusiasts. Professional bartenders use a wet beer blade to cut the excess foam off the glass after pouring. Skimming the foam creates a thin protective layer, locking in carbon dioxide and the aromas of the beer. It keeps the beer as fresh as possible and ready for that perfect first sip. A 100% stainless steel construction An ergonomic design for comfort and the perfect skimming angle The design has soft, rounded edges to optimize smooth scraping over a glass

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