$(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('
Black Tea Assam decaffeinated
Delivred within 2-3 days
The base for this much appreciated decaffeinated Assam TGFOP1 was blended at the origin especially for us!
Due to the very careful decaffeination procedure, we can still appreciate the dark brown, very well-worked leaf with golden tips.
Now you can enjoy a great black tea with its powerful antioxidant, anti-inflammatory and immune-modulator benefits without the caffeine intake.
The cup unfolds a strong, malty aroma with a hint of chocolate
Certified organic.
How to prepare:
quantity: 12 g/l (approx. 2g 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. You will find ham and mustard perfectly compliment this tea
Security policy
Delivery policy
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":89129,"name":"black-tea-assam-decaffeinated","category":"black-tea","brand":"","variant":"","type":"typical","position":"0","quantity":1,"list":"product","url":"https%3A%2F%2Fwww.teacups.ie%2Fblack-tea%2F89129-black-tea-assam-decaffeinated.html","price":4.5}); } });