City/Town: Copenhagen
Tours: No
Click and Collect: No
Sell Merchandise: No
-
Green Gold - 330ml - Mikkeller
Mikkeller Green Gold
Mikkeller Green Gold is an IPA as it should be; the hops are aromatic, American and aggressive, and with a caramel sweetness that forms a delicious base for the palate before the 'hop explosion' sets in. Along with plenty of citrus notes and lots of freshness, this IPA is all too easy to enjoy
Learn More
-
Peter, Pale and Mary - 330ml - Mikkeller
Mikkeller - Peter, Pale and Mary
Folk Pale Ale.
Learn More
-
The American Dream - 330ml - Mikkeller
Mikkeller The American Dream
Mikkeller's American Dream is a lager which is packed with American hops. This beer is meant to be drunk directly out of the bottle, on a hot summer day. With piney, citrusy hops on the nose and a light malt body, this is a crisp and very drinkable beer with a good hoppy character to it.
Learn More
-
Wheat is the New Hops IPA - 330ml - Mikkeller
Mikkeller - Wheat is the New Hops IPA
India Pale Ale brewed with wheat and fermented with brettanomyces.
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);
}