Collection: Teaware

I choose my teaware like I choose my teas. 

Each piece is as beautiful to use as it is to look at.
12 products
  • Simple Style Tea Cup
    Regular price
    $7.00 USD
    Sale price
    $7.00 USD
    Regular price
    Unit price
    per 
    Sold out
  • Gourd Shaped Gong Dao Bei
    Regular price
    $15.00 USD
    Sale price
    $15.00 USD
    Regular price
    Unit price
    per 
    Sold out
  • Basic Tea Cup (60ml)
    Regular price
    $15.00 USD
    Sale price
    $15.00 USD
    Regular price
    Unit price
    per 
    Sold out
  • Dehua Tea Cup (100ml)
    Regular price
    $30.00 USD
    Sale price
    $30.00 USD
    Regular price
    Unit price
    per 
    Sold out
/* Pine tree swaying animation */ @keyframes pine-sway { 0%, 100% { transform: rotate(0deg); } 25% { transform: rotate(1deg); } 75% { transform: rotate(-1deg); } } .pine-background { animation: pine-sway 4s ease-in-out infinite; transform-origin: bottom center; } /* Stagger multiple trees */ .pine-background:nth-child(2) { animation-delay: 0.5s; } .pine-background:nth-child(3) { animation-delay: 1s; }
html