Basic Tea Cup (60ml)

Basic Tea Cup (60ml)

Regular price
$15.00 USD
Sale price
$15.00 USD
Regular price
Sold out
Unit price
per 

The beauty of Jing De Zhen porcelain, with out the cost. 

This simple cups are made from a thicker porcelain clay with designs that while not hand painted still depict beautiful mountain scenery. Holding about 60ml, these cups are perfect for single enjoyment or and a set for a scenic session. 

/* 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