Slimming Oolong 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; } 🌿 Oolong🍃 Semi-Oxidized☕ Lower Caffeine🌿 Loose Leaf The middle-tea cup — Chinese oolong (wu-long), the semi-oxidized leaf between green and black, smooth and slightly toasty. Oolong — wu-long, “black dragon” in Chinese — sits in the middle of the tea spectrum: more oxidized than green tea, less than black. The leaf is partially withered, partially bruised, partially fired and partially oxidized in a careful sequence that the Chinese tea tradition has refined over centuries. The result is a smooth, slightly toasty cup with the floral character of green tea on top of a fuller body that approaches black tea without the weight. In Chinese kitchens oolong is the cup that lives next to the table — sipped between courses across long dinners, kept hot in a small pot rather than brewed cup-by-cup, often re-steeped four or five times across an evening. Lower in caffeine than a black tea, smoother than a green, the kind of tea that doesn’t pick a side. 🍃Semi-Oxidized Leaf Between green and black — smooth, toasty body ☕Lower Caffeine Lighter than black, drinks across the day ✨Re-Steeps 4–5 Times The Chinese-kitchen between-meal cup ✨ 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 Oolong (semi-oxidized) Caffeine Low–Medium Best Time Anytime, with food Format Loose Leaf Steep Time 3 min Servings ~25 cups (50g) Tasting Notes 🍃 Toasty Floral Top Aroma The aroma reads slightly toasty up top — the firing note that defines oolong — with a faint orchid-like floral underneath. Cleaner than a black tea, fuller than a green. 🌿 Smooth Round Body Body The body sits in the middle space oolong owns — smooth, slightly buttery, with a clean toasty edge. No astringency, no bitterness, the cup that drinks easily through a long meal. ✨ Long Clean Finish Aftertaste Closes clean, lightly sweet, with the long lingering aftertaste — what Chinese tea drinkers call “hui gan” — that good oolong is meant to leave behind. The cup keeps tasting after the sip ends. How to Brew 01 Measure One heaped teaspoon (about 2–3g) per 8oz cup. Oolong leaf is rolled and dense — the ball-shaped leaves unfurl as they steep. 02 Heat to ~85°C Boil and let stand 30 seconds. Oolong likes it slightly hotter than green but not full-boil — 85°C lets the leaf unfurl without pulling bitterness out. 03 Steep 3 Minutes Three minutes for the first pour. Re-steep four or five times across a meal — each pour stays distinct, and the leaf gives a different cup each time. Water ~85°C Time 3 min Per Cup 1 heaped tsp Drink it the Chinese way — small cups, not mugs, and re-steep. The first pour is the brightest; the second is the smoothest; the fourth is the gentlest. The cup changes through the meal. About the Tea 🍃 Chinese Oolong The Whole Cup Semi-oxidized tea leaves from China — the “wu-long” style sits between green and black on the oxidation spectrum, partially withered and partially fired in the centuries-old Chinese tradition. The leaf is rolled into small balls that unfurl during steeping. 🌿 Single Ingredient The Process Just the leaf — no blend, no flavour. The character of the cup comes from the processing rather than additions: a careful sequence of withering, bruising, partial oxidation and firing that gives oolong its distinctive smooth-toasty profile. ✨ Multiple Re-Steeps The Tradition The Chinese way of drinking oolong is to re-steep the same leaves four or five times across a meal, each pour shorter than the last. The leaf gives a different cup each time — the bag stretches further than green or black. In the tin Chinese oolong tea. Origin & Sourcing Single-ingredient Chinese oolong — semi-oxidized leaf in the wu-long tradition, the in-between tea that sits across the table from green and black. Smooth, slightly toasty, designed to re-steep across a meal, blended in small batches for the Sampson shelf.
More you might like
Related
Oolong Slimming Tea
Related
Weight Loss 250g Black Oolong Slimming Tea Oil Cut Black Ool
Related
Weight Loss 250g Black Oolong Slimming Tea Oil Cut Black Ool
Related