.ahk-leaf-prod {
--bg: #0f0f12;
--panel: #17171d;
--panel-2: #1d1d25;
--text: #f5f5f7;
--muted: #c8c8d0;
--line: rgba(255,255,255,0.08);
--green: #7adf84;
--green-dark: #4db85d;
--shadow: 0 18px 50px rgba(0,0,0,0.28);
/* Coral / terracotta table + accents */
--coral-1: #c97567;
--coral-2: #9a5448;
--coral-3: #5a3832;
--coral-4: #3b2623;
--coral-5: #4a2f2a;
--coral-border: rgba(201,117,103,0.20);
color: var(--text);
font-family: inherit;
line-height: 1.6;
}
.ahk-leaf-prod * { box-sizing: border-box; }
.ahk-leaf-prod a { text-decoration: none; }
.ahk-leaf-prod .ahk-wrap {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
}
.ahk-leaf-prod .ahk-section {
padding: 58px 0;
}
.ahk-leaf-prod .ahk-eyebrow {
display: inline-block;
margin-bottom: 14px;
padding: 7px 14px;
border: 1px solid rgba(122,223,132,0.25);
background: rgba(122,223,132,0.08);
color: var(--green);
border-radius: 999px;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.ahk-leaf-prod .ahk-title {
margin: 0 0 10px;
font-size: clamp(32px, 4.6vw, 54px);
line-height: 1.02;
letter-spacing: -0.03em;
color: #fff;
max-width: 700px;
}
.ahk-leaf-prod .ahk-subtitle {
margin: 0 0 14px;
font-size: clamp(28px, 4vw, 40px);
line-height: 1.08;
letter-spacing: -0.025em;
color: #fff;
}
.ahk-leaf-prod .ahk-lead {
margin: 0;
font-size: clamp(16px, 1.8vw, 18px);
color: var(--muted);
max-width: 780px;
}
.ahk-leaf-prod .ahk-copy {
margin: 0;
color: var(--muted);
font-size: 15px;
}
.ahk-leaf-prod .ahk-hero {
background:
radial-gradient(circle at top left, rgba(122,223,132,0.14), transparent 34%),
radial-gradient(circle at bottom right, rgba(201,117,103,0.14), transparent 28%),
linear-gradient(145deg, #0d0d12 0%, #13131a 50%, #111118 100%);
border-radius: 28px;
padding: 36px 38px;
border: 1px solid var(--line);
box-shadow: var(--shadow);
}
.ahk-leaf-prod .ahk-hero-grid {
display: grid;
grid-template-columns: 1.08fr 0.92fr;
gap: 22px;
align-items: start;
}
.ahk-leaf-prod .ahk-hero-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
}
.ahk-leaf-prod .ahk-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 19px;
border-radius: 999px;
font-size: 14px;
font-weight: 700;
line-height: 1;
transition: 0.2s ease;
cursor: pointer;
text-align: center;
}
.ahk-leaf-prod .ahk-btn-primary {
background: linear-gradient(135deg, var(--green), var(--green-dark));
color: #101214;
box-shadow: 0 10px 30px rgba(122,223,132,0.16);
}
.ahk-leaf-prod .ahk-btn-secondary {
color: #fff;
border: 1px solid rgba(255,255,255,0.16);
background: rgba(255,255,255,0.04);
}
.ahk-leaf-prod .ahk-btn:hover {
transform: translateY(-2px);
}
.ahk-leaf-prod .ahk-note {
margin-top: 12px;
font-size: 13px;
color: #a9a9b3;
max-width: 760px;
}
.ahk-leaf-prod .ahk-stat-stack {
display: grid;
gap: 12px;
}
.ahk-leaf-prod .ahk-stat {
padding: 16px 18px;
border-radius: 20px;
background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.03) 100%);
border: 1px solid rgba(255,255,255,0.08);
}
.ahk-leaf-prod .ahk-stat h3 {
margin: 0 0 4px;
font-size: 17px;
line-height: 1.15;
color: #fff;
}
.ahk-leaf-prod .ahk-stat p {
margin: 0;
font-size: 14px;
color: var(--muted);
}
.ahk-leaf-prod .ahk-grid-2,
.ahk-leaf-prod .ahk-grid-3,
.ahk-leaf-prod .ahk-grid-4 {
display: grid;
gap: 22px;
}
.ahk-leaf-prod .ahk-grid-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ahk-leaf-prod .ahk-grid-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ahk-leaf-prod .ahk-grid-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ahk-leaf-prod .ahk-card,
.ahk-leaf-prod .ahk-panel,
.ahk-leaf-prod .ahk-size-card {
position: relative;
padding: 26px;
border-radius: 24px;
background: linear-gradient(180deg, var(--panel) 0%, #13131a 100%);
border: 1px solid var(--line);
box-shadow: var(--shadow);
height: 100%;
overflow: hidden;
}
.ahk-leaf-prod .ahk-card::before,
.ahk-leaf-prod .ahk-panel::before,
.ahk-leaf-prod .ahk-size-card::before {
content: "";
position: absolute;
inset: 0;
background: radial-gradient(circle at top right, rgba(255,255,255,0.05), transparent 35%);
pointer-events: none;
}
.ahk-leaf-prod .ahk-card h3,
.ahk-leaf-prod .ahk-panel h3 {
margin: 0 0 10px;
font-size: 24px;
line-height: 1.08;
color: #fff;
letter-spacing: -0.02em;
}
.ahk-leaf-prod .ahk-card h4,
.ahk-leaf-prod .ahk-panel h4,
.ahk-leaf-prod .ahk-size-card h4 {
margin: 0 0 10px;
font-size: 19px;
line-height: 1.12;
color: #fff;
letter-spacing: -0.015em;
}
.ahk-leaf-prod .ahk-card p,
.ahk-leaf-prod .ahk-panel p,
.ahk-leaf-prod .ahk-size-card p {
margin: 0 0 14px;
color: var(--muted);
font-size: 15px;
}
.ahk-leaf-prod .ahk-badge {
display: inline-block;
margin-bottom: 14px;
padding: 7px 12px;
border-radius: 999px;
font-size: 12px;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.ahk-leaf-prod .ahk-badge-green {
background: rgba(122,223,132,0.12);
color: var(--green);
border: 1px solid rgba(122,223,132,0.24);
}
.ahk-leaf-prod .ahk-badge-red {
background: rgba(201,117,103,0.13);
color: #ffb4a8;
border: 1px solid rgba(201,117,103,0.25);
}
.ahk-leaf-prod .ahk-badge-warm {
background: rgba(255,214,122,0.12);
color: #ffd67a;
border: 1px solid rgba(255,214,122,0.20);
}
.ahk-leaf-prod .ahk-list {
list-style: none;
padding: 0;
margin: 0;
}
.ahk-leaf-prod .ahk-list li {
position: relative;
padding-left: 22px;
margin: 0 0 9px;
color: #ededf1;
font-size: 15px;
}
.ahk-leaf-prod .ahk-list li:last-child {
margin-bottom: 0;
}
.ahk-leaf-prod .ahk-list li::before {
content: "•";
position: absolute;
left: 7px;
top: 0;
color: var(--green);
font-weight: 800;
}
.ahk-leaf-prod .ahk-size-card {
text-align: left;
}
.ahk-leaf-prod .ahk-size-card .ahk-topline {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 10px;
margin-bottom: 8px;
}
.ahk-leaf-prod .ahk-size-card .ahk-big {
margin: 0;
font-size: 30px;
line-height: 1;
font-weight: 800;
letter-spacing: -0.03em;
color: #fff;
}
.ahk-leaf-prod .ahk-size-card .ahk-mini {
margin-top: 10px;
font-size: 13px;
color: #aeb0b9;
}
.ahk-leaf-prod .ahk-size-card.featured {
border-color: rgba(122,223,132,0.22);
box-shadow: 0 18px 50px rgba(0,0,0,0.28), 0 0 0 1px rgba(122,223,132,0.12) inset;
}
.ahk-leaf-prod .ahk-compare {
width: 100%;
border-collapse: collapse;
margin-top: 24px;
overflow: hidden;
border-radius: 18px;
border: 1px solid var(--coral-border);
box-shadow: var(--shadow);
}
.ahk-leaf-prod .ahk-compare th,
.ahk-leaf-prod .ahk-compare td {
text-align: left;
padding: 16px 14px;
border-bottom: 1px solid rgba(201,117,103,0.12);
vertical-align: top;
font-size: 14px;
}
.ahk-leaf-prod .ahk-compare th {
color: #fff7f4;
background: linear-gradient(180deg, var(--coral-1) 0%, var(--coral-2) 100%);
font-weight: 700;
}
.ahk-leaf-prod .ahk-compare td {
color: #f0e2de;
background: linear-gradient(180deg, var(--coral-3) 0%, var(--coral-4) 100%);
}
.ahk-leaf-prod .ahk-compare tbody tr:first-child td {
background: linear-gradient(180deg, #69423a 0%, var(--coral-5) 100%);
}
.ahk-leaf-prod .ahk-compare tbody tr:first-child td strong {
color: #ffffff;
}
.ahk-leaf-prod .ahk-compare strong {
color: #fff;
}
.ahk-leaf-prod .ahk-steps {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 14px;
margin-top: 24px;
}
.ahk-leaf-prod .ahk-step {
padding: 20px 18px;
border-radius: 20px;
background: linear-gradient(180deg, var(--panel-2) 0%, #15151c 100%);
border: 1px solid var(--line);
box-shadow: var(--shadow);
}
.ahk-leaf-prod .ahk-step-num {
width: 34px;
height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
border-radius: 999px;
background: rgba(122,223,132,0.14);
border: 1px solid rgba(122,223,132,0.25);
color: var(--green);
font-weight: 800;
font-size: 14px;
}
.ahk-leaf-prod .ahk-step h4 {
margin: 0 0 8px;
font-size: 17px;
line-height: 1.1;
color: #fff;
}
.ahk-leaf-prod .ahk-step p {
margin: 0;
font-size: 14px;
color: var(--muted);
}
.ahk-leaf-prod .ahk-bottom-cta {
text-align: center;
padding: 40px 28px;
border-radius: 28px;
background:
radial-gradient(circle at top center, rgba(122,223,132,0.14), transparent 34%),
radial-gradient(circle at bottom center, rgba(201,117,103,0.12), transparent 36%),
linear-gradient(145deg, #111118 0%, #181821 100%);
border: 1px solid var(--line);
box-shadow: var(--shadow);
}
@media (max-width: 1100px) {
.ahk-leaf-prod .ahk-hero-grid,
.ahk-leaf-prod .ahk-grid-2,
.ahk-leaf-prod .ahk-grid-3,
.ahk-leaf-prod .ahk-grid-4,
.ahk-leaf-prod .ahk-steps {
grid-template-columns: 1fr;
}
.ahk-leaf-prod .ahk-compare,
.ahk-leaf-prod .ahk-compare thead,
.ahk-leaf-prod .ahk-compare tbody,
.ahk-leaf-prod .ahk-compare th,
.ahk-leaf-prod .ahk-compare td,
.ahk-leaf-prod .ahk-compare tr {
display: block;
width: 100%;
}
.ahk-leaf-prod .ahk-compare thead {
display: none;
}
.ahk-leaf-prod .ahk-compare tr {
margin-bottom: 14px;
border: 1px solid rgba(201,117,103,0.18);
border-radius: 18px;
overflow: hidden;
}
}
@media (max-width: 767px) {
.ahk-leaf-prod .ahk-section {
padding: 48px 0;
}
.ahk-leaf-prod .ahk-hero,
.ahk-leaf-prod .ahk-card,
.ahk-leaf-prod .ahk-panel,
.ahk-leaf-prod .ahk-size-card,
.ahk-leaf-prod .ahk-bottom-cta {
padding: 22px 20px;
}
.ahk-leaf-prod .ahk-btn {
width: 100%;
}
.ahk-leaf-prod .ahk-hero-actions {
flex-direction: column;
}
.ahk-leaf-prod .ahk-title {
font-size: clamp(30px, 8vw, 42px);
}
}
Kratom Crushed Leaf
Premium Crushed Leaf for Bar-Quality Tea at Home
Easier to brew than powder, harder to find, and built for people who want a potent, premium tea without paying bar prices every time.
For most customers, this is the smartest overall tea format: cleaner to work with, more natural than most seltzer-style options, and a better fit than raw powders or capsules.
Easier to Brew
Crushed leaf is cleaner and more natural for tea preparation than powder.
Harder to Find
This format is less common than powder, which makes good crushed leaf more worth seeking out.
Better Experience
Filter the plant matter out for a cleaner, smoother tea that is easier on the stomach than raw powders or capsules.
Strain Guide
Choose the lane that fits your routine
Keep the decision simple. Pick the direction that sounds most like what you actually want.
Balanced
Green
A versatile, all-around option for people who want a balanced starting point without overthinking it.
- Good first choice for many customers
- Versatile for general routines
- Strong default recommendation
Slower / Deeper
Red
A better fit for customers who want a slower-feeling, more unwind-oriented direction.
- Better for slower routines
- Often chosen for evening-type use
- Good for customers who already know they like red
Brighter
White
A more daytime-oriented lane for people who want something that feels more forward and active.
- Popular daytime direction
- Better for people who want a brighter lane
- Strong alternative to green for some users
Size Guide
Pick the size that matches how serious you are
The bigger the bag, the better the long-term value. These estimates are based on a premium, potent tea — not weak servings.
About 8–16 premium servings
Roughly $1.25–$2.50 per serving
About 40–80 premium servings
Roughly $1.00–$2.00 per serving
About 80–160 premium servings
Roughly $0.75–$1.50 per serving
Best for serious repeat buyers who want the strongest long-range value.
Ideal for committed home brewers and bulk buyers.
Home vs Bar
Premium tea at home, without bar pricing every time
What the price really means
Your cost per serving here reflects a strong, premium tea — the kind of tea you would expect from a quality kava bar or lounge, not a weak or watered-down cup.
Why this format stands out
Crushed leaf gives you a more natural tea format than most canned or bottled seltzer-style options, while also being a better fit for many people than raw powders, capsules, or unfinished plant material.
Comparison
Why crushed leaf is the better tea format
| Format |
Tea Use |
Mess |
Availability |
Value |
Best For |
| Crushed Leaf |
Easier to brew |
Cleaner to work with |
Harder to find |
Strong long-term value |
Bar-quality tea at home |
| Powder |
Less ideal for tea |
Messier |
Very common |
Varies |
People who specifically want powder |
| Extracts |
No brewing |
Very clean |
Common |
Convenience-first |
Fast and portable use |
How To Brew
Simple tea preparation, no unnecessary complexity
One of the biggest advantages of crushed leaf is that the brewing process is straightforward, more natural for tea use, and easier to finish cleanly than raw powder.
1
Add Water
Start with hot water in a pot or brewing vessel.
2
Add Leaf
Add your crushed leaf and let it begin steeping.
3
Steep or Simmer
Give the tea enough time to develop into a strong brew.
4
Strain
Filter the plant matter out for a cleaner finished tea and a better fit for the stomach than unstrained plant material, raw powder, or capsules.
5
Enjoy
Start thoughtfully and build the routine that fits you best.
Want The Best Results?
Homebrew kit guidance + cleaner tea
If you buy the homebrew kit, we include clear step-by-step directions and pro-tips to help you get the best possible results from your brew. Brewing and filtering the plant material out gives you a more natural tea format than most seltzer-style products, while also being a better fit for many people than capsules, raw powders, or unstrained plant matter.
Who This Is For
The best fit for practical buyers
- People who want a real tea experience
- Customers who care about long-term value
- People who want something easier to brew than powder
- Buyers who want a strong first product, not guesswork
What To Do Next
Keep the choice simple
- Pick Green if you want the safest start-here option
- Pick Red if you already know you prefer a slower lane
- Pick White if you want a brighter daytime direction
- Choose 500g or larger if you already know this format is for you
Final Take
Crushed leaf is the smartest place to start.
It is easier to brew than powder, harder to find, and built for the customer who wants a premium tea routine at home instead of paying bar prices every time. It is also a more natural tea format than most seltzer-style options, and a better fit for many people than swallowing raw powders or capsules.