$(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 China Jasmine FOP
Delivred within 2-3 days
Black Jasmine tea is very popular in Northern China and hardly ever finds its way to the markets to be exported.
The base of our loose leaf black jasmine tea comes from the sunkissed slopes of Yunnan, which results in a tea with much more strength and spiciness as well as a hint of pleasantly sweet jasmine flavor.
Jasmine tea has a natural stress relieving compound called linalool, which is also found in lavender. Naturally soothing for the body and mind, jasmine tea is the best tea for stress relief and relaxation.
Certified organic.
How to prepare:
quantity: 10g/L (one tsp per cup)
temperature: 100 C
brewing time: 3 to 5 minutes
Multiple infusion: can hold a second infusion
Food pairing: french macarons, garlic-heavy Chinese food
Security policy
Delivery policy
Ingredients: black Yunnan tea, jasmine 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":89167,"name":"black-tea-china-jasmine-fop","category":"black-tea","brand":"","variant":"","type":"typical","position":"0","quantity":1,"list":"product","url":"https%3A%2F%2Fwww.teacups.ie%2Fblack-tea%2F89167-black-tea-china-jasmine-fop.html","price":3.5}); } });