Dehua Tea Cup (100ml)

Dehua Tea Cup (100ml)

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

Dehua Porcelain is a pleasure to hold. 
They are light wait but study, giving the feeling similar to plastic. 
This beautiful cup is shaped like a flower and depicts shrimp, a classic motif of Chinese paintings. 
Compared to the more famous Jingdezhen porcelain, Dehua porcelain is has a unique texture to its wares and quality comes at a fraction of the cost. 

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