These washi paper-covered tea tins are made in Japan with traditional patterns and techniques. The tin's inner lid to ensures an airtight fit. The tins hold of 80-100g of tea.
Free Shipping on orders of $85 or more.
FREE USPS Shipping at $85.
$10 USPS shipping for orders less than $85.
Ice will be added as necessary.
Upgrade to UPS 2-Day Shipping (+$15) when your high is above 75°F.
Local pick up and delivery is FREE.
Ingredients and Allergens
You may also like
Thanks for subscribing
document.addEventListener('DOMContentLoaded', function () {
const productJson = document.querySelectorAll('[data-product-json]');
if (productJson.length > 0) {
for (let i = 0; i < productJson.length; i++) {
const current = productJson[i];
const section = current.closest('[data-section-id]');
const product = JSON.parse(current.text);
const unavailableVariants = product.variants.filter(variant => !variant.available);
if (unavailableVariants.length > 0) {
const variantOptions = section.querySelectorAll('.single-option-selector option');
unavailableVariants.forEach(unavailableVariant => {
variantOptions.forEach(option => {
if (unavailableVariant.title === option.value) {
option.setAttribute('disabled', 'disabled');
}
});
});
}
}
}
});