$(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 Chocolate
Delivred within 2-3 days
A strong Ceylon black loose leaf tea with chocolate taste and a hint of rum. Perfect as an after breakfast tea to start your day with a kick.
Research has found that daily consumption of three cups of black tea helps to reduce the risk of type 2 diabetes by 42%. Also loose leaf black tea consumption has been linked with reducing blood sugar and blood pressure. A polyphenol known as Epigallocatechin available in Black Tea acts as an antioxidant stronger than vitamin C and E in relieving the painful symptoms of Arthritis
How to prepare:
quantity: 12 – 15 g/l (approx. 3g per cup)
temperature: 100 C
brewing time: 3 to 5 minutes
Food pairing: Strongly recommend it with xylitor or honey and a drop of milk. Great with dark chocolate cake and grilled sandwiches
Security policy
Delivery policy
Ingredients: Black Tea Ceylon, -South India, -China, cocoa nibs, Chocolate (sugar, cocoa mass, cocoa butter, emulsifier: lecithin) (4%), flavor, natural rum flavoring.
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":89213,"name":"irish-chocolate","category":"black-tea","brand":"","variant":"","type":"typical","position":"0","quantity":1,"list":"product","url":"https%3A%2F%2Fwww.teacups.ie%2Fblack-tea%2F89213-irish-chocolate.html","price":3}); } });