Sangria 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; } 🍷 Fruit Tisane☕ Caffeine-Free🍓 Berry & Citrus🌿 Loose Leaf Spanish sangria, brewed instead of stirred — hibiscus, berry and citrus, deep red and naturally caffeine-free. Sangria is itself a kitchen translation: red wine warmed with citrus, fruit and a touch of brandy. This blend turns that idea on its head — no wine, no alcohol, but the same deep red colour and the same bright fruit-and-citrus palette. Hibiscus does the work the wine would have done; apple, orange peel and berries provide the rest. Drinks well hot, but truly comes alive iced — the hibiscus base is built for cold service. Pour over ice with a slice of orange and a few raspberries, and the cup looks (and tastes) like its namesake without the hangover. 🌺Hibiscus Base Deep red colour, slightly tart — the wine stand-in 🍊Real Fruit Apple pieces, orange peel, berries — visible in the tin ❄️Built for Ice The hot version is fine; iced is where it belongs ✨ 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 Fruit Tisane Caffeine None Best Time Iced, especially Format Loose Leaf Steep Time 5–7 min Servings ~25 cups (50g) Tasting Notes 🍊 Citrus Top Aroma Orange peel arrives first — bright, slightly oily, the smell of fresh peel rather than synthetic flavour. Behind it, the deep dried-fruit aroma of berries and apple. 🍷 Tart Fruity Body Body Hibiscus carries the cup — slightly tart, slightly tannic, with the deep red colour that gives the blend its name. The dried fruit pieces add the sweetness underneath. ✨ Clean Sweet Finish Aftertaste Naturally sweet, no sugar required. The cup ends bright and clean — fruit-cordial territory rather than sticky-sweet. How to Brew 01 Measure One heaped teaspoon (about 2–3g) per 8oz cup. Use slightly more for an iced brew so the colour stays deep over ice. 02 Heat the Water Bring water to a full boil — 100°C / 212°F. Hibiscus and fruit pieces need real heat to release their flavour. 03 Steep 5–7 Minutes Longer than most teas. The fruit pieces re-hydrate slowly; let them. Five minutes for a lighter, brighter cup. Seven for a fuller, deeper-coloured brew. Water 100°C Time 5–7 min Per Cup 1 heaped tsp Brew double-strength, sweeten lightly with honey while still warm, then pour over ice with a slice of fresh orange, a few raspberries and a sprig of mint. The closest tea-shelf substitute for an actual sangria. About the Tea 🌺 Hibiscus The Wine Stand-In Cut hibiscus flowers form the base — they give the cup its deep red colour and the slightly tart, slightly tannic backbone that hibiscus does so well. 🍎 Apple & Orange Peel The Citrus Layer Dried apple pieces add round natural sweetness; cut orange peel adds the bright top note. Together they do the citrus-and-fruit work the actual sangria fills with sliced fresh fruit. 🍓 Berries & Rose Hips The Body Real raspberry pieces and rose hips fill out the cup — they add the dried-berry sweetness that gives sangria its dark fruit character without leaning on sugar. In the tin Hibiscus, apple pieces, orange peel, raspberry pieces, rose hips, natural fruit flavours. Origin & Sourcing A non-alcoholic translation of the classic Spanish pour — hibiscus standing in for the wine, apple and orange peel for the slices, raspberry and rose hips for the dark-fruit body. Caffeine-free, naturally sweet, blended in small batches for the Sampson shelf.
More you might like
Related
O! Tea Omija Sangria Tea
Related
Sangria Tea
Sangria Tea
Related