Cold BGONE Herbal 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❄️ Winter Cup🌿 Loose Leaf The winter mug — ginger, peppermint, lemongrass and elderberry, the warming herbal cup that belongs in a thick sweater. Across kitchen traditions — from a French « tisane d’hiver » to a North African ginger-and-lemon glass to a Northern European elderberry decoction — the same handful of botanicals show up wherever cold weather and a kettle meet. This blend is built around that recurring cast: ginger root for warmth, peppermint for the cooling top note, lemongrass for citrus brightness, elderberry and rosehip for body. It’s a ritual cup, not a remedy. Sampson makes no medical claim — this is the herbal mug that belongs on the table during the long-coat months, the tea you reach for between bowls of soup, the one you brew big in a pot and re-warm through the afternoon. 🔥Warming Spice Base Real ginger root pieces, not just powder 🌿Cooling Mint Lift Peppermint balances the heat — not just a one-note hot cup 🍇Berry & Citrus Body Elderberry and lemon for sweetness & brightness ✨ 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 Cold weather, anytime Format Loose Leaf Steep Time 5–7 min Servings ~25 cups (50g) Tasting Notes 🍁 Ginger-Lemon Top Aroma The aroma walks in warm — dried ginger root and cut lemongrass, the smell of a kitchen mid-soup rather than candied ginger candy. Peppermint sits behind, cooling the edges. 🔥 Warm Spicy Body Body Ginger carries the cup — a real, low warmth that builds rather than burns. The peppermint cuts through it the way mint cuts through rich food, keeping the cup balanced. ✨ Clean Berry Finish Aftertaste Closes with a quiet sweetness from the elderberry and rosehip — a soft jammy note rather than added sugar. The cup ends warm, not heavy. How to Brew 01 Measure One heaped teaspoon (about 2–3g) per 8oz cup. The blend is dense — don’t overload, the ginger has range. 02 Heat the Water Bring water to a full boil — 100°C / 212°F. Roots and berries need real heat to release. 03 Steep 5–7 Minutes Cover the cup. Five for a softer cup, seven for full warming body. Won’t go bitter on a long steep. Water 100°C Time 5–7 min Per Cup 1 heaped tsp Goes well with a slice of fresh lemon and a small spoon of honey. Brew double-strength and pour over ice for a warming summer iced tea — ginger drinks well cold too. About the Tea 🔥 Ginger Root The Heart Cut ginger root pieces form the warming spine of the cup. Real root, not powder — the heat builds gradually rather than hitting all at once, and the cup keeps its character through a long re-warm. 🌿 Peppermint & Lemongrass The Lift Cut peppermint adds the cool top note that keeps the ginger from going one-dimensional; cut lemongrass adds a clean citrus brightness. Together they make the warmth feel balanced rather than just hot. 🍇 Elderberry & Rose Hip The Body Dried elderberries and rose hips fill out the cup with a natural jammy sweetness — they’re the kitchen-cupboard botanicals long associated with cold-weather routines across European tradition. They round the cup; they don’t make it sticky. In the tin Ginger root, peppermint, lemongrass, elderberries, rose hips, lemon peel, licorice root. Origin & Sourcing A winter-cup blend in the European herbal tradition — ginger root for warmth, peppermint and lemongrass for the lift, elderberry and rose hip for body, lemon peel and licorice for the rounding sweetness. Caffeine-free, ritual rather than remedy, blended in small batches for the Sampson shelf.