Cinnamon Apple Pie Rou Gui

Cinnamon Apple Pie Rou Gui

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

The first tea I ever commisioned. 

This tea comes from Mr. Wu, a highly decorated Yan Cha maker who specializes in Rou Gui. The leaves come from the Water Curtain Cave region of True Cliff. 

Body: Very clean, light and slightly refreshing like japanese whisky
Aroma: Slightly floral, apple pie. 
Flavor: Candied apples, sweet cinnamon. 

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