.ak280-wrap{
--ak-purple:#4f2a7f;
--ak-purple-dark:#2f184c;
--ak-green:#2e8b57;
--ak-green-dark:#1f6a42;
--ak-text:#ffffff;
--ak-muted:rgba(255,255,255,.76);
--ak-muted-soft:rgba(255,255,255,.58);
--ak-border:rgba(255,255,255,.08);
--ak-shell:
linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,.01));
--ak-card:
linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01)),
linear-gradient(135deg, #17171f 0%, #0e0e15 100%);
--ak-card-featured:
linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01)),
linear-gradient(135deg, #241d31 0%, #15221f 100%);
--ak-card-border:rgba(255,255,255,.07);
--ak-feature-border:rgba(182,164,255,.18);
--ak-shadow:0 14px 34px rgba(0,0,0,.18);
--ak-card-shadow:0 10px 24px rgba(0,0,0,.22);
max-width:1100px;
margin:0 auto;
padding:20px 14px 40px;
color:var(--ak-text);
font-family:Arial,Helvetica,sans-serif;
line-height:1.6;
}
.ak280-wrap *{box-sizing:border-box;}
.ak280-wrap h2,
.ak280-wrap h3,
.ak280-wrap h4{
font-style:normal;
color:#fff;
font-family:Arial,Helvetica,sans-serif;
}
.ak280-wrap p,
.ak280-wrap span,
.ak280-wrap div,
.ak280-wrap li,
.ak280-wrap small,
.ak280-wrap a{
font-family:Arial,Helvetica,sans-serif;
}
.ak280-section{margin:0 0 28px;}
.ak280-hero{
border-radius:28px;
padding:42px 22px;
background:
radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 28%),
linear-gradient(135deg,var(--ak-purple-dark) 0%,var(--ak-purple) 58%,var(--ak-green) 100%);
color:#fff;
box-shadow:0 18px 38px rgba(47,24,76,.18);
overflow:hidden;
}
.ak280-hero-inner{
max-width:880px;
margin:0 auto;
text-align:center;
}
.ak280-kicker{
display:inline-block;
margin-bottom:14px;
padding:7px 12px;
border-radius:999px;
background:rgba(255,255,255,.14);
border:1px solid rgba(255,255,255,.18);
font-size:12px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
}
.ak280-hero h2{
margin:0 0 10px;
font-size:40px;
line-height:1.08;
}
.ak280-sub{
margin:0 0 12px;
font-size:22px;
font-weight:800;
color:#f3f4f6;
}
.ak280-hero p{
max-width:760px;
margin:0 auto;
font-size:17px;
color:#eef2f7;
}
.ak280-shell{
border:1px solid var(--ak-border);
border-radius:24px;
padding:30px 22px;
background:var(--ak-shell);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.03),
var(--ak-shadow);
backdrop-filter:blur(10px);
}
.ak280-title{
margin:0 0 12px;
text-align:center;
font-size:30px;
line-height:1.2;
color:#ffffff;
}
.ak280-lead{
max-width:820px;
margin:0 auto 18px;
text-align:center;
font-size:16px;
color:var(--ak-muted);
}
.ak280-serve-grid,
.ak280-grid-2,
.ak280-compare-cards,
.ak280-dark-grid,
.ak280-packs{
display:grid;
gap:16px;
}
.ak280-serve-grid{grid-template-columns:repeat(3,1fr);}
.ak280-grid-2{grid-template-columns:1fr 1fr; gap:14px;}
.ak280-compare-cards{grid-template-columns:repeat(4,1fr);}
.ak280-dark-grid{grid-template-columns:repeat(3,1fr);}
.ak280-packs{grid-template-columns:repeat(4,1fr); margin-top:16px;}
.ak280-serve-card,
.ak280-card,
.ak280-compare-card,
.ak280-pack{
position:relative;
overflow:hidden;
background:var(--ak-card);
border:1px solid var(--ak-card-border);
border-radius:20px;
box-shadow:
inset 0 1px 0 rgba(255,255,255,.03),
var(--ak-card-shadow);
color:#fff;
}
.ak280-serve-card::before,
.ak280-card::before,
.ak280-compare-card::before,
.ak280-pack::before{
content:"";
position:absolute;
inset:0;
pointer-events:none;
background:linear-gradient(135deg, rgba(255,255,255,.02), transparent 45%);
}
.ak280-serve-card.featured,
.ak280-card.featured,
.ak280-card.alt,
.ak280-compare-card.featured,
.ak280-pack.featured{
background:var(--ak-card-featured);
border:1px solid var(--ak-feature-border);
box-shadow:
inset 0 1px 0 rgba(255,255,255,.04),
0 12px 26px rgba(0,0,0,.24),
0 0 22px rgba(34,197,94,.04);
}
.ak280-serve-card{
padding:22px 18px;
text-align:center;
}
.ak280-card{
padding:24px 20px;
}
.ak280-card.single{
max-width:760px;
margin:0 auto;
text-align:center;
}
.ak280-badge,
.ak280-compare-label,
.ak280-pack .label{
display:inline-block;
margin-bottom:10px;
padding:6px 10px;
border-radius:999px;
background:rgba(255,255,255,.08);
color:#d9fbe8;
font-size:11px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
}
.ak280-num{
margin-bottom:6px;
font-size:40px;
line-height:1;
font-weight:800;
color:#ffffff;
}
.ak280-dose{
margin:0 0 8px;
font-size:12px;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--ak-muted-soft);
}
.ak280-serve-card h4{
margin:0 0 8px;
font-size:18px;
color:#fff;
}
.ak280-serve-card p,
.ak280-card p,
.ak280-compare-card p{
margin:0 0 10px;
font-size:14px;
color:var(--ak-muted);
}
.ak280-card h3{
margin:0 0 10px;
font-size:24px;
line-height:1.2;
color:#fff;
}
.ak280-compare-card{
padding:26px 20px 24px;
min-height:100%;
}
.ak280-compare-card h4{
margin:0 0 14px;
font-size:20px;
line-height:1.22;
color:#fff;
}
.ak280-compare-card p{
margin:0 0 14px;
font-size:14px;
line-height:1.68;
color:var(--ak-muted);
}
.ak280-compare-list{
list-style:none;
margin:0;
padding:0;
}
.ak280-compare-list li{
position:relative;
padding-left:16px;
margin:0 0 12px 0;
font-size:14px;
line-height:1.55;
color:var(--ak-muted);
}
.ak280-compare-list li:before{
content:"•";
position:absolute;
left:0;
top:0;
color:#86efac;
font-weight:800;
}
.ak280-ingredients{
font-size:14px;
line-height:1.8;
color:var(--ak-muted);
}
.ak280-ingredient-card{
padding:18px 18px 16px;
}
.ak280-ingredient-card h3{
margin:0 0 8px;
font-size:18px;
line-height:1.2;
}
.ak280-ingredient-card p{
margin:0;
font-size:14px;
line-height:1.6;
}
.ak280-note{
margin-top:16px;
padding:14px 16px;
border-left:5px solid var(--ak-green);
border-radius:14px;
background:rgba(255,255,255,.96);
font-size:14px;
color:#374151;
}
.ak280-dark{
border-radius:24px;
padding:30px 22px;
background:linear-gradient(135deg,#241336 0%,var(--ak-purple-dark) 50%,#183726 100%);
color:#fff;
box-shadow:0 18px 40px rgba(31,106,66,.14);
}
.ak280-dark h3{
margin:0 0 10px;
text-align:center;
font-size:28px;
}
.ak280-dark p{
max-width:820px;
margin:0 auto 18px;
text-align:center;
color:#e8edf4;
font-size:16px;
}
.ak280-dark-box{
padding:18px;
border-radius:18px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.12);
}
.ak280-dark-box strong{
display:block;
margin-bottom:6px;
font-size:16px;
color:#fff;
}
.ak280-dark-box span{
display:block;
font-size:14px;
color:#e5e7eb;
}
.ak280-pack{
padding:20px 16px;
text-align:center;
}
.ak280-pack .size{
display:block;
margin-bottom:8px;
font-size:32px;
line-height:1;
font-weight:800;
color:#ffffff;
}
.ak280-pack .desc{
display:block;
font-size:14px;
color:var(--ak-muted);
}
.ak280-cta{
margin-top:18px;
text-align:center;
}
.ak280-btn{
display:inline-block;
text-decoration:none;
background:linear-gradient(90deg,var(--ak-green-dark),var(--ak-green));
color:#fff;
padding:14px 24px;
border-radius:999px;
font-size:15px;
font-weight:800;
box-shadow:0 10px 22px rgba(31,106,66,.16);
}
.ak280-cta small{
display:block;
margin-top:10px;
color:var(--ak-muted-soft);
font-size:13px;
}
@media (max-width:1100px){
.ak280-compare-cards{
grid-template-columns:1fr 1fr;
}
}
@media (max-width:980px){
.ak280-serve-grid,
.ak280-grid-2,
.ak280-dark-grid,
.ak280-packs{
grid-template-columns:1fr 1fr;
}
}
@media (max-width:640px){
.ak280-wrap{
padding:16px 10px 32px;
}
.ak280-hero{
padding:28px 16px;
border-radius:22px;
}
.ak280-hero h2{
font-size:31px;
}
.ak280-sub{
font-size:18px;
}
.ak280-title,
.ak280-dark h3{
font-size:24px;
}
.ak280-serve-grid,
.ak280-grid-2,
.ak280-compare-cards,
.ak280-dark-grid,
.ak280-packs{
grid-template-columns:1fr;
}
.ak280-shell,
.ak280-dark{
padding:24px 18px;
}
}
Ah'Koola™ Extract Shot
AK-280 Extract Shot
280mg Total Alkaloids per Bottle
AK-280 is built for real use — not just one-and-done thinking. Split it, control it, and use it your way whether that means lighter pours, stronger servings, or working it into a drink.
Replace multiple standard shots with one bottle.
How Many Servings Per Bottle?
AK-280 is built for flexibility. Many customers will prefer splitting one bottle into multiple pours or mixing it into something else rather than treating it as a one-time use.
Light Use
~1.5 mL per serving
~10
servings
For lighter pours and more conservative use where a little goes a long way.
Standard Use
~2.5–3 mL per serving
~5–6
servings
A practical range for customers who want control, consistency, and more value from each bottle.
Stronger Use
~5–7.5 mL per serving
~2–3
servings
For heavier pours, stronger use, or more concentrated drink applications.
Start low. Because AK-280 is a concentrated extract shot, many customers get the best experience by beginning conservatively and adjusting from there.
Roughly $2–$4 per serving depending on use
Where This Fits in the Real World
Many on-market kratom seltzers and beverage builds fall into the light-to-standard use range.
That means a lot of real-world products are built using smaller portions of extract — not full bottles. AK-280 gives you the flexibility to match that same range or go stronger depending on how you use it.
Why Buyers Move To AK-280
AK-280 gives customers a cleaner path forward: less mess than powder, more flexibility than capsules, and more value perception than a basic one-time-use shot.
Ah'Koola™ AK-280
Premium Extract Shot
A compact liquid format made for customers who want stronger presentation, easier portioning, and a more polished everyday option.
- Easy to carry and easy to pour
- Works as a direct shot or split into multiple servings
- Cleaner and more premium than ordinary raw formats
- Designed for flexibility and convenience
Powder
Traditional Raw Format
Familiar to many customers, but less polished and usually less convenient when speed and portability matter.
- Requires scooping and mixing
- Can be messier to work with
- Less convenient for on-the-go use
- Better suited to customers who do not mind prep
Capsules
Simple Grab-and-Go
Straightforward and familiar, but less flexible for customers who want more control over how they portion and use the product.
- Portable and easy to keep on hand
- Less adjustable once portioned
- Not as versatile for mixing into drinks
- Good for customers who want a basic routine
Generic Shots
One-Time Use Feel
Convenient, but often less distinctive in feel, less flexible in use, and weaker on overall value perception.
- Quick to use and portable
- Often treated as one-and-done bottles
- Usually less flexible once opened
- Less room for control or multi-use value
What’s In It
Simple, functional ingredients — nothing unnecessary.
Reverse osmosis water, vegetable glycerin, citric acid, Mitragyna speciosa leaf extract, potassium sorbate (preservative)
Why These Ingredients Are There
Each ingredient serves a purpose in the final product.
Reverse Osmosis Water
A clean base for consistency.
Vegetable Glycerin
Helps with texture, mouthfeel, and the overall character of the liquid.
Citric Acid
Helps control acidity and support product stability.
Mitragyna speciosa Leaf Extract
The active botanical extract at the center of the product.
Potassium Sorbate
Used as a preservative to help maintain shelf stability.
Built From Real Kava Bar Experience
AK-280 wasn’t designed as a gimmick. It was built from real-world use — where consistency, speed, ease, and presentation actually matter.
Quick and Simple
Grab the bottle, use it directly, and move on with your day.
Flexible Format
Use it on its own or work it into a drink depending on your preference.
Better Presentation
AK-280 feels like a premium shot, not just another generic extract listing.
Using It Regularly?
If you find yourself coming back to AK-280 often, the liter is a more practical way to stay stocked and reduce reordering.
View Liter Option →
Choose Your Quantity
Whether you want to try one bottle, stay stocked, or buy in larger quantities, AK-280 is available in multiple pack sizes.
Single Bottle
1
Best for first-time buyers and individual use.
Starter Pack
12
Great for repeat customers, smaller stock-ups, or sampling.
Best Value
25
A smart option for regular buyers who want to stay stocked.
Bulk Pack
100
Built for higher-volume buyers, resale, or larger reorder cycles.
Compact. Potent. Flexible.