Tranquil Tumeric Tea
:root { --cream: #f7f3ee; --sage: #3a6c6a; --deep-olive: #1b3a39; --terracotta: #b8704a; --muted: #7a7060; --border: #d8cfc4; --warm-white: #fdfaf6; } /* ── DESCRIPTION ── */ .samp son-accordion { background: var(--warm-white); font-family: 'DM Sans', sans-serif; color: #2a2318; padding: 20px 16px; max-width: 100%; box-sizing: border-box; } .sampson-accordion * { margin: 0; padding: 0; box-sizing: border-box; } .sampson-accordion .badges { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; } .sampson-accordion .badge { font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--deep-olive); background: var(--cream); border: 1px solid var(--border); padding: 4px 10px; border-radius: 2px; white-space: nowrap; } .sampson-accordion .intro { font-family: 'DM Sans', serif; font-size: 17px; font-weight: 300; font-style: italic; color: var(--deep-olive); line-height: 1.65; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); } .sampson-accordion .body-text { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.8; color: var(--muted); margin-bottom: 14px; } .sampson-accordion .pillars { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin: 18px 0; } @media (max-width: 360px) { .sampson-accordion .pillars { grid-template-columns: 1fr; } } .sampson-accordion .pillar { background: var(--warm-white); padding: 14px 10px; text-align: center; } .sampson-accordion .pillar-icon { font-size: 18px; display: block; margin-bottom: 6px; } .sampson-accordion .pillar-title { font-family: 'DM Sans', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--deep-olive); margin-bottom: 4px; } .sampson-accordion .pillar-text { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 300; color: var(--muted); line-height: 1.5; } .sampson-accordion .promise { background: var(--deep-olive); padding: 16px 18px; display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; } .sampson-accordion .promise-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; } .sampson-accordion .promise-inner strong { display: block; font-family: 'DM Sans', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 5px; } .sampson-accordion .promise-inner p { font-family: 'DM Sans', serif; font-size: 15px; font-weight: 300; font-style: italic; color: var(--cream); line-height: 1.6; } .sampson-accordion .specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); } .sampson-accordion .spec { background: var(--warm-white); padding: 12px 14px; } .sampson-accordion .spec-label { font-family: 'DM Sans', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; } .sampson-accordion .spec-value { font-family: 'DM Sans', serif; font-size: 16px; font-weight: 400; color: var(--deep-olive); } /* ── INGREDIENTS / TASTING NOTES / ABOUT ── */ .sampson-ingredients { background: var(--warm-white); font-family: 'DM Sans', sans-serif; color: #2a2318; padding: 20px 16px; max-width: 100%; box-sizing: border-box; } .sampson-ingredients * { margin: 0; padding: 0; box-sizing: border-box; } .sampson-ingredients .variant-label { display: inline-flex; align-items: center; gap: 6px; font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--warm-white); background: var(--deep-olive); padding: 4px 12px; margin-bottom: 16px; margin-top: 24px; } .sampson-ingredients .variant-label:first-of-type { margin-top: 0; } .sampson-ingredients .ingredient { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); align-items: start; } .sampson-ingredients .ingredient:last-of-type { border-bottom: none; } .sampson-ingredients .ingredient-icon { width: 34px; height: 34px; border-radius: 50%; background: var(--cream); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; margin-top: 2px; } .sampson-ingredients .ingredient-name { font-family: 'DM Sans', serif; font-size: 17px; font-weight: 400; color: var(--deep-olive); margin-bottom: 2px; } .sampson-ingredients .ingredient-benefit { font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 5px; } .sampson-ingredients .ingredient-text { font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 300; line-height: 1.75; color: var(--muted); } .sampson-ingredients .inci-box { margin-top: 10px; background: var(--cream); border-left: 2px solid var(--border); padding: 14px 16px; } .sampson-ingredients .inci-label { font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; } .sampson-ingredients .inci-text { font-family: 'DM Sans', sans-serif; font-size: 11.5px; font-weight: 300; line-height: 1.75; color: var(--muted); } .sampson-ingredients .inci-note { margin-top: 8px; font-family: 'DM Sans', serif; font-size: 13px; font-style: italic; color: var(--muted); } .sampson-ingredients .origin-box { margin-top: 18px; background: var(--cream); border-left: 2px solid var(--sage); padding: 14px 16px; } .sampson-ingredients .origin-label { font-family: 'DM Sans', sans-serif; font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--deep-olive); margin-bottom: 6px; } .sampson-ingredients .origin-text { font-family: 'DM Sans', sans-serif; font-size: 12.5px; font-weight: 300; line-height: 1.75; color: var(--muted); } /* ── HOW TO BREW ── */ .sampson-how-to-use { background: var(--warm-white); font-family: 'DM Sans', sans-serif; color: #2a2318; padding: 20px 16px; max-width: 100%; box-sizing: border-box; } .sampson-how-to-use * { margin: 0; padding: 0; box-sizing: border-box; } .sampson-how-to-use .step { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); align-items: start; } .sampson-how-to-use .step:last-of-type { border-bottom: none; } .sampson-how-to-use .step-number { font-family: 'DM Sans', serif; font-size: 28px; font-weight: 300; color: var(--border); line-height: 1; text-align: right; padding-top: 3px; } .sampson-how-to-use .step-heading { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--deep-olive); margin-bottom: 5px; } .sampson-how-to-use .step-text { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.75; color: var(--muted); } .sampson-how-to-use .brew-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 20px; } .sampson-how-to-use .brew-cell { background: var(--warm-white); padding: 12px 10px; text-align: center; } .sampson-how-to-use .brew-label { font-family: 'DM Sans', sans-serif; font-size: 8.5px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; } .sampson-how-to-use .brew-value { font-family: 'DM Sans', serif; font-size: 18px; font-weight: 400; color: var(--deep-olive); line-height: 1.2; } .sampson-how-to-use .tip-box { margin-top: 20px; background: var(--cream); border-left: 2px solid var(--sage); padding: 14px 16px; } .sampson-how-to-use .tip-box p { font-family: 'DM Sans', serif; font-size: 15px; font-style: italic; color: var(--deep-olive); line-height: 1.6; font-weight: 300; } 🌿 Herbal☕ Caffeine-Free🌙 Evening Turmeric🌿 Loose Leaf The evening turmeric — golden cup with chamomile and lavender, the wind-down counterpart to a daytime golden glow. Most turmeric blends are wired for the morning — turmeric, ginger, black pepper, lemongrass, the warming spice cup that pairs with a daytime ritual. This blend takes the same golden base and runs it through evening herbs instead. Chamomile and lavender soften the spice; lemon balm grounds the cup with a soft, slightly green leaf; a thread of licorice root fills out the natural sweetness. The cup ends up calmer than its golden cousin — the turmeric earthiness is still there, but it sits under a gentler, floral profile rather than over a peppery one. Caffeine-free, made for the after-dinner couch rather than the morning desk. 🌞Turmeric Base Real cut root pieces, deep golden cup 🌼Chamomile & Lavender Soft floral lift instead of black-pepper spice ✨Naturally Sweet Licorice root rounds the cup — no sugar required ✨ The Sampson PromiseWe only put ingredients in our products that we would use on our own family. Every ingredient has a purpose. If it doesn’t need to be there, it isn’t. Type Herbal Infusion Caffeine None Best Time Evening Format Loose Leaf Steep Time 5–7 min Servings ~25 cups (50g) Tasting Notes 🌼 Floral Earthy Top Aroma Chamomile and lavender arrive first — soft, slightly honeyed, faintly floral. Behind them sits the earthier, slightly woody scent of turmeric root. 🌞 Round Golden Body Body The cup brews deep golden, with the turmeric carrying the weight underneath while the chamomile and lemon balm round the middle. Less peppery than a daytime golden cup, more floral than a plain chamomile. ✨ Sweet Soft Finish Aftertaste Closes naturally sweet from the licorice root — no sugar required. The cup ends warm and rounded rather than spicy or sharp, the kind of finish that suits a quiet hour. How to Brew 01 Measure One heaped teaspoon (about 2–3g) per 8oz cup. The cut is mixed root-and-flower — stir before scooping. 02 Heat the Water Bring water to a full boil — 100°C / 212°F. Roots and flowers both want real heat to release. 03 Steep 5–7 Minutes Cover the cup. Five for softer turmeric, seven for full body. Won’t go bitter — chamomile and licorice are forgiving on time. Water 100°C Time 5–7 min Per Cup 1 heaped tsp Add a splash of warm milk (dairy or oat) for an evening golden milk that drinks like dessert without the sugar. A sliver of fresh ginger crushed in adds depth if you want a little more warmth. About the Tea 🌞 Turmeric Root The Heart Cut turmeric root pieces — the dried rhizome of Curcuma longa. Real root, brewed properly, brings the deep golden colour and the soft earthy body that defines a turmeric cup. 🌼 Chamomile & Lavender The Calm Whole chamomile flower heads and cut lavender flowers — the classic European apothecary duo. They turn the turmeric base from a daytime spice cup into an evening floral cup. 🌿 Lemon Balm & Licorice The Round Lemon balm grounds the cup with a soft, slightly citrus-green leaf; a thread of licorice root adds natural sweetness without sugar. A small accent of ginger keeps the warmth in the middle. In the tin Turmeric root, chamomile flowers, lemon balm, lavender, licorice root, ginger root. Origin & Sourcing Built around cut turmeric root — the same golden base used in daytime turmeric blends — but supported by chamomile, lavender and lemon balm rather than the usual ginger-and-black-pepper cast. Naturally sweetened with licorice root, caffeine-free, blended in small batches for the Sampson shelf.
More you might like
Related
Tranquil Tumeric
Related
Tumeric Tranquility Goat Milk & Tallow soap
Related