$(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('
Heavenly Tea
Delivred within 2-3 days
This extraordinary blend provides heavenly enjoyment! The mild, smoky and full-bodied China-Ceylon blend unites harmoniously with the fruity flavor of peaches and apricots, is given a berry-like nuance by diverse red fruits and is perfected by a hint of creamy vanilla. Sunflower blossoms and mallow blossoms are also added for a pop of color and subtle floral notes
Loose leaf black tea contains caffeine which can help increase alertness and improve mental focus. It also contains antioxidants which may help protect against cell damage and reduce the risk of chronic diseases such as heart disease and cancer. Sunflower blossoms and mallow blossoms are both known for their anti-inflammatory properties and help with digestion
How to prepare:
quantity: 12-15 g/l (approx. 3g per cup)
temperature: 100 C
brewing time: 3 to 5 minutes
Food pairing: croissants, scones, or muffins; cheeses (cheddar, gouda, or brie); grilled meats like chicken or steak, especially those with sweet and savory marinades
Security policy
Delivery policy
Ingredients:
black tea Assam, flavoring, sunflower blossoms, mallow blossoms
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":89227,"name":"heavenly-tea","category":"black-tea","brand":"","variant":"","type":"typical","position":"0","quantity":1,"list":"product","url":"https%3A%2F%2Fwww.teacups.ie%2Fblack-tea%2F89227-heavenly-tea.html","price":3}); } });