Year Established: 1982
City/Town: Achouffe
Tours: No
Click and Collect: No
Sell Merchandise: No
About
‘Brasserie d’ Achouffe’, the Achouffe Brewery. Our brewery, founded in 1982, is nestled in the green heart of the Belgian Ardennes, and specialises in brewing high quality speciality beers. Our products are easily recognisable due to the friendly elf used to decorate the labels. Elves and other goblins are amongst the most well known characters in myths and legends from the Ardennes.
Our spearhead product is LA CHOUFFE, a golden blonde ale whose freshness and fruity taste really make it stand out. Its dark sister, the Mc CHOUFFE, rightly deserves its title of ‘Scotch of the Ardennes’; its dark, full-flavoured texture is reminiscent of its Scottish cousins.
Delivery
Achouffe Brewery beers are available via mail order, please click here for details.
-
La Chouffe - 330ml - Achouffe Brewery
La Chouffe
An unfiltered blonde beer, which is re-fermented in the bottle.
Learn More
-
Mc Chouffe - 330ml - Achouffe Brewery
Mc Chouffe
An unfiltered dark beer, which is re-fermented in the bottle.
Learn More
-
Houblon Chouffe - 330ml - Achouffe Brewery
Houblon Chouffe
An unfiltered IPA, which is re-fermented in the bottle.
Learn More
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setTimeout(function(){
windowOver.show();
windowBox.show().html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
},300 )
}
}
}
function setLocationAjax(url,id){
url += 'isAjax/1';
url = url.replace("checkout/cart","ajax/index");
var msgHtml;
var productImg = jQuery('#productimgover' + id).html();
var windowOver = jQuery('#addedoverlay');
var windowBox = jQuery('#added');
var titleForBox = jQuery('#productname' + id).text();
windowOver.show();
windowBox.show().css({
backgroundImage: "url('http://www.therealalecompany.co.uk/skin/frontend/default/blanco/images/loading.gif')"
});
try {
jQuery.ajax( {
url : url,
dataType : 'json',
success : function(data) {
if(data.status == 'SUCCESS'){
msgHtml = '
' + productImg + '
' + titleForBox + ' was successfully added to your shopping cart.
Continue shopping View cart & checkout';
}else{
msgHtml = '
';
}
setAjaxData(data,false);
windowBox.css({
backgroundImage: 'none'
}).html(msgHtml);
windowOver.one('click',function(){
hidewindow(windowBox,windowOver);
});
jQuery('#hidewindow').click(function(){
hidewindow(windowBox,windowOver);
});
}
});
} catch (e) {
}
}
function hidewindow(windowBox,windowOver){
windowOver.fadeOut(400);
windowBox.fadeOut(400).html('');
}
function hideImage(img){
jQuery(img).animate({
'opacity' : 0
},150);
}
function showImage(img){
jQuery(img).animate({
'opacity' : 1
},150);
}