Lemon Mango 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; } 🍃 Black Tea🍋 Lemon & Mango☕ Medium Caffeine🌿 Loose Leaf A bright cup — black tea brushed with the sharpness of lemon and the warmth of ripe mango. A black-tea base layered with two fruits that play opposite roles: lemon for the bright, slightly acidic top note, mango for the round, almost honeyed sweetness underneath. Together they cover both ends of the cup — sharp at the front, soft at the finish. Drinks well hot in winter mornings and even better iced once the weather turns. Naturally sweet from the fruit pieces, no sugar required — though a small spoon of honey leans it more toward dessert. 🍋Real Lemon Lemon zest pieces — bright top note, no perfume 🥭Real Mango Dried mango pieces, slow honey sweetness ❄️Hot or Iced Brews beautifully both ways — especially iced ✨ 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 Black Tea, Flavoured Caffeine Medium Origin Sri Lanka & India Format Loose Leaf Steep Time 3–4 min Servings ~25 cups (50g) Tasting Notes 🍋 Sharp Citrus Aroma Lemon zest hits first — clean and slightly oily, the smell of fresh peel rather than synthetic flavour. It opens the cup before the body reaches you. 🥭 Honeyed Mango Body The mango sits behind the lemon — riper, rounder, a little tropical. Adds the sweetness that lemon alone would never give. 🍃 Smooth Black Finish Aftertaste The cup ends on the black-tea base — clean, slightly malty, holding the fruit notes through the finish without going bitter. How to Brew 01 Measure One level teaspoon (about 2–3g) per 8oz cup. The fruit pieces are dense — count by spoon, not by volume. 02 Heat the Water Bring water to a full boil, then let it rest 30 seconds — around 95°C / 200°F. Boiling water is fine for the leaf, but the brief pause keeps the citrus aroma alive. 03 Steep 3–4 Minutes Three minutes for a brighter, more lemon-forward cup. Four for a fuller, mango-leaning brew. Strain cleanly to keep the fruit sweetness without pulling tannin from the leaf. Water 95°C Time 3–4 min Per Cup 1 tsp Stunning iced: brew double-strength, pour over ice with a slice of fresh lemon and a couple of mint leaves. Tastes like a tea-shop summer drink without the sugar crash. About the Tea 🍃 Black Tea The Base A blend of Ceylon and Indian black leaves chosen for malty roundness. Strong enough to carry the fruit, smooth enough to drink without milk. 🍋 Lemon Zest The Top Note Real lemon zest pieces visible in the blend — they release the bright citrus oil that gives the cup its sharp, fresh-peel opening. 🥭 Mango Pieces The Sweetness Dried mango folded through the leaf — adds the slow, honeyed sweetness that balances the lemon’s sharpness without making the cup syrupy. In the tin Black tea, lemon zest, mango pieces, natural lemon and mango flavours. Origin & Sourcing Black tea sourced from estate gardens in Sri Lanka and India, blended for a malty base. Lemon zest and dried mango pieces folded into the leaf in small batches — a fruit-forward cup the way a real tea shop blends one.
More you might like
Related
Lemon Mango Fruit Tea
Related
JOE TEA MANGO LEMONADE
Related
Tea Stiles - Lemon Mango
Related