$(document).ready(function() {
var max_link = 5;
var items = $('.wd-menu-horizontal li.level-1');
var surplus = items.slice(max_link, items.length);
var more_info = "More";
surplus.wrapAll('
Irish Breakfast broken
Delivred within 2-3 days
The base of the Irish breakfast tea is a strong black Assam tea from India that is well known for its dark color, strong flavor and malty aroma.
Due to its strength, it is commonly served with milk, but may also be consumed black, with sugar, even with honey. Irish breakfast tea has a robust,
malty character, and is red in color.
A definite must for each lover of such tea types and, of course, for all friends of the Green Island.
How to prepare:
quantity: 12 g/l (approx. 2.5g per cup)
temperature: 100 C
brewing time: 3 to 5 minutes
Multiple infusion: Can hold a second infusion
Food pairing: hearty foods, breakfast foods, chocolate, custard or lemon desserts, even pizza
Security policy
Delivery policy
Black tea blend
Specific References
$(document).ready(function() { var max_elem = 2; var comment = $('#product_comments_block_tab .comment'); var more_comment = "Load More"; var less_comment = "Load Less"; if (comment.length > max_elem) { $('#product_comments_block_tab .comments').append('
‘);
}
$(‘#product_comments_block_tab .comments .load-more’).click(function() {
if ($(this).hasClass(‘active’)) {
comment.each(function(j) {
if (j >= max_elem) {
$(this).slideUp(200);
}
});
$(this).removeClass(‘active’);
//$(this).children(‘div’).css(‘display’, ‘block’);
$(‘.load-more’).html(‘‘+more_comment+’‘);
} else {
comment.each(function(j) {
if (j >= max_elem) {
$(this).slideDown(200);
}
});
$(this).addClass(‘active’);
$(‘.load-more’).html(‘‘+less_comment+’‘);
}
});
comment.each(function(j) {
if (j >= max_elem) {
$(this).css(‘display’, ‘none’);
}
});
});
(0)
document.addEventListener('DOMContentLoaded', function() { if (typeof GoogleAnalyticEnhancedECommerce !== 'undefined') { var MBG = GoogleAnalyticEnhancedECommerce; MBG.setCurrency('EUR'); MBG.addProductDetailView({"id":89127,"name":"irish-breakfast-broken","category":"black-tea","brand":"","variant":"","type":"typical","position":"0","quantity":1,"list":"product","url":"https%3A%2F%2Fwww.teacups.ie%2Fblack-tea%2F89127-irish-breakfast-broken.html","price":3}); } });