CBD Isolate 99%

Description

grid-template-columns:repeat(auto-fit,minmax(160px,1fr)) !important; gap:10px !important; } .hiso-trust-item { display:flex !important; align-items:center !important; gap:10px !important; background:#FFFFFF !important; border:1px solid #E5E7EB !important; border-radius:var(--r-sm) !important; padding:12px 14px !important; font-size:13px !important; font-weight:500 !important; color:#374151 !important; } .hiso-trust-ico { flex-shrink:0 !important; width:30px;height:30px !important; border-radius:var(--r-sm) !important; background:#DCFCE7 !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:14px !important; } /* ─── FAQ ────────────────────────────────────────────────── */ .hiso-faq-list { display:flex !important; flex-direction:column !important; gap:8px !important; } .hiso-faq-item { background:#FFFFFF !important; border:1px solid #E5E7EB !important; border-radius:var(--r-md) !important; overflow:hidden !important; } .hiso-faq-item summary { display:flex !important; align-items:center !important; justify-content:space-between !important; padding-top:16px !important; padding-bottom:16px !important; padding-left:18px !important; padding-right:18px !important; font-size:14px !important; font-weight:600 !important; color:#111827 !important; cursor:pointer !important; list-style:none !important; gap:12px !important; } .hiso-faq-item summary::-webkit-details-marker { display:none !important; } .hiso-faq-item summary::after { content:'+' !important; flex-shrink:0 !important; font-size:18px !important; font-weight:300 !important; color:#9CA3AF !important; width:20px !important; text-align:center !important; } .hiso-faq-item[open] summary::after { content:'−' !important; } .hiso-faq-body { padding-left:18px !important; padding-right:18px !important; padding-bottom:16px !important; padding-top:14px !important; font-size:13.5px !important; color:#6B7280 !important; line-height:1.7 !important; border-top:1px solid #F3F4F6 !important; } .hiso-faq-body a { color:#15803D !important; text-decoration:underline !important; } .hiso-faq-body strong { color:#111827 !important; } /* ─── BLOCK LINK ──────────────────────────────────────────── */ .hiso-link-block { display:flex !important; align-items:center !important; justify-content:space-between !important; background:#F9FAFB !important; border:1px solid #E5E7EB !important; border-radius:var(--r-sm) !important; padding:13px 16px !important; margin-top:12px !important; text-decoration:none !important; color:#111827 !important; font-size:13.5px !important; font-weight:500 !important; transition:border-color .2s,background .2s,color .2s !important; } .hiso-link-block:hover { border-color:#22C55E !important; background:#F0FDF4 !important; color:#15803D !important; } .hiso-link-block .hiso-arr { color:#D1D5DB !important; font-size:14px !important; flex-shrink:0 !important; transition:color .2s !important; } .hiso-link-block:hover .hiso-arr { color:#22C55E !important; } /* ─── DIY GUIDE BOX ───────────────────────────────────── */ .hiso-diy-box { background:linear-gradient(135deg,#052E16 0%,#0F172A 100%) !important; border-radius:var(--r-lg) !important; padding:28px 24px !important; position:relative !important; overflow:hidden !important; } .hiso-diy-box::before { content:'' !important; position:absolute !important; top:0;left:50%;transform:translateX(-50%) !important; width:200px;height:1px !important; background:linear-gradient(90deg,transparent,#22C55E,transparent) !important; } .hiso-diy-box h3 { font-family:Georgia,'Times New Roman',serif !important; font-size:1rem !important; font-weight:700 !important; color:#FFFFFF !important; margin-bottom:12px !important; } .hiso-diy-steps { display:grid !important; gap:8px !important; margin-bottom:16px !important; } .hiso-diy-step { display:flex !important; align-items:flex-start !important; gap:10px !important; font-size:13px !important; color:#D1FAE5 !important; line-height:1.5 !important; } .hiso-diy-num { flex-shrink:0 !important; width:20px;height:20px !important; border-radius:50% !important; background:#22C55E !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:10px !important; font-weight:700 !important; color:#0F172A !important; } .hiso-diy-cta { display:flex !important; gap:10px !important; flex-wrap:wrap !important; } .hiso-diy-cta a { font-size:13px !important; font-weight:600 !important; border-radius:999px !important; padding:8px 16px !important; text-decoration:none !important; } .hiso-diy-cta a:first-child { background:#22C55E !important; color:#0F172A !important; } .hiso-diy-cta a:first-child:hover { background:#15803D !important; color:#fff !important; } .hiso-diy-cta a:last-child { border:1px solid rgba(255,255,255,.15) !important; color:#9CA3AF !important; } .hiso-diy-cta a:last-child:hover { border-color:#22C55E !important; color:#22C55E !important; } /* ─── FINAL CTA ──────────────────────────────────────────── */ .hiso-cta { margin-top:52px !important; text-align:center !important; padding:44px 20px !important; background:linear-gradient(135deg,#0F172A 0%,#052E16 100%) !important; border-radius:var(--r-lg) !important; position:relative !important; overflow:hidden !important; } .hiso-cta::before { content:'' !important; position:absolute !important; top:0;left:50%;transform:translateX(-50%) !important; width:220px;height:1px !important; background:linear-gradient(90deg,transparent,#22C55E,transparent) !important; } .hiso-ct { font-family:Georgia,'Times New Roman',serif !important; font-size:clamp(1rem,3vw,1.25rem) !important; font-weight:700 !important; color:#fff !important; margin-bottom:6px !important; display:block !important; } .hiso-cs { font-size:14px !important; color:#6B7280 !important; margin-bottom:24px !important; display:block !important; } .hiso-cta-btns { display:flex !important; gap:10px !important; justify-content:center !important; flex-wrap:wrap !important; } .hiso-cta-btn { display:inline-block !important; font-size:13.5px !important; font-weight:600 !important; border-radius:999px !important; padding:10px 20px !important; text-decoration:none !important; } .hiso-cta-btn--g { color:#111827 !important; background:#22C55E !important; box-shadow:0 2px 12px rgba(34,197,94,.38) !important; } .hiso-cta-btn--g:hover { background:#15803D !important; color:#fff !important; } .hiso-cta-btn--o { color:#9CA3AF !important; background:transparent !important; border:1px solid rgba(255,255,255,.15) !important; } .hiso-cta-btn--o:hover { border-color:#22C55E !important; color:#22C55E !important; } .hiso-cta small { display:block !important; margin-top:14px !important; font-size:12px !important; color:#4B5563 !important; } /* ─── FOOTER ─────────────────────────────────────────────── */ .hiso-footer { margin-top:48px !important; text-align:center !important; padding-top:20px !important; border-top:1px solid #E5E7EB !important; font-size:12.5px !important; color:#9CA3AF !important; } /* ─── MOBILE ─────────────────────────────────────────────── */ @media (max-width:600px) { .hiso-hero { padding:32px 16px 28px !important; } .hiso-h1 { font-size:1.4rem !important; } .hiso-hero-btns { flex-direction:column !important; align-items:center !important; } .hiso-chips { gap:6px !important; } .hiso-chip { font-size:12px !important; padding:5px 12px !important; } .hiso-compare-grid { grid-template-columns:1fr !important; } .hiso-usages-grid { grid-template-columns:1fr 1fr !important; } .hiso-formats-grid { grid-template-columns:1fr 1fr !important; } .hiso-trust-grid { grid-template-columns:1fr 1fr !important; } .hiso-profiles-grid { grid-template-columns:1fr !important; } .hiso-storage-tips { grid-template-columns:1fr !important; } .hiso-intro-box { padding:20px 16px !important; } .hiso-diy-box { padding:20px 16px !important; } } @media (max-width:380px) { .hiso-usages-grid { grid-template-columns:1fr !important; } .hiso-formats-grid { grid-template-columns:1fr !important; } .hiso-trust-grid { grid-template-columns:1fr !important; } }
Pure CBD · Crystalline Powder · 99% Isolate
99% Pure CBD Isolate —
the purest form of cannabidiol

Crystalline powder with no THC, no terpenes, no additives. Precise dosing, multiple uses — sublingual, DIY oil, cooking, cosmetics. Batch COA available.

0% THC — Legal in France · Ideal for drivers & anti-doping athletes
99% pure CBD 0% THC guaranteed Ultra-precise dosing No taste or odor 1g to 100g formats
From €9.90
1g format · Up to €150 for the 100g format
Independent COA available · Certified European hemp · Free delivery from €39.99
What is 99% CBD Isolate?

99% pure CBD isolate is cannabidiol in its most refined form: a white crystalline powder, odorless and tasteless, obtained after extraction and extensive purification of industrial hemp. Unlike Full Spectrum or Broad Spectrum oils, it contains no terpenes, flavonoids, or other cannabinoids — only pure CBD.

This purity makes it the reference tool for users seeking total control over their dosage, professionals creating their own formulations (cosmetics, e-liquids, DIY oils), or anyone wishing to absolutely avoid any trace of THC. For a comprehensive comparative approach, consult our Cannabinoid Guide — CBD, CBG, CBN, CBC.

Herbeevor selects its isolate from certified European producers, using supercritical CO₂ extraction for maximum purity and optimal safety profile. Each batch is accompanied by an independent certificate of analysis (COA) attesting to the CBD content (≥ 99%) and the total absence of THC.

CBD Isolate 99%
Characteristics of 99% Pure CBD Isolate

Characteristic Details
CBD Purity ≥ 99% pure CBD — without other hemp compounds
THC Level 0% THC — no psychoactive effect, legal in France and the EU
Physical Form White crystalline powder — odorless, tasteless, soluble in fats
Available Formats 1 g · 5 g · 10 g · 100 g
Extraction Method Supercritical CO₂ extraction + chromatographic purification
Terpenes Absent — pure isolate, no entourage effect
Hemp Origin Certified European producers — varieties listed in the EU catalog
Uses Sublingual · DIY oil · Cooking · Cosmetics · DIY e-liquid
COA Available by batch — cannabinoids, THC, solvent residues
Applicable VAT 5.5%
Choose your CBD isolate format

From daily personal use to professional format — each volume meets a specific need.

🧪 1 g Discovery & test €9.90 ≈ €9.90/g · ~1,000 mg CBD
⚗️ 5 g Regular use €39.90 ≈ €7.98/g · ~5,000 mg CBD
🔬 10 g Advanced DIY €69.90 ≈ €6.99/g · ~10,000 mg CBD
🏭 100 g Professional / B2B €150.00 ≈ €1.50/g · ~100,000 mg CBD
CBD Subscriptions — Up to -15% on your isolate for regular use
CBD Isolate vs Full Spectrum — what's the difference?

Understanding the difference is essential to choose the right format for your profile and uses.

99% CBD Isolate Absolute purity · 0% THC · Precise dosing
99% pure CBD — no other hemp compounds
0% THC guaranteed — ideal for drivers, anti-doping athletes, professional use
No taste or odor — discreet integration in cooking, cosmetics, DIY
Milligram dosing — maximum precision for experienced users
No entourage effect — terpenes and secondary cannabinoids are absent
Full Spectrum Oil Complete profile · Terpenes · Entourage effect
CBD + terpenes + minor cannabinoids — rich cannabinoid profile
Activated entourage effect — natural synergy between hemp molecules
Natural hemp aromas — preserved terpene profile
THC < 0.3% — legal, but detectable in a saliva test
More complex overall experience — recommended for general well-being use
Guide: Terpenes & Entourage Effect — understanding the synergy of hemp molecules Discover Herbeevor Full & Broad Spectrum CBD Oils — ready-to-use alternative
Who is 99% CBD isolate for?

🚗
Drivers 0% THC — zero risk of a positive saliva test. The CBD solution for people who drive regularly.
🏃
Athletes & Anti-doping CBD has been authorized by WADA since 2018. 0% THC isolate is the reference for athletes subject to controls.
⚗️
Advanced DIY users Creation of homemade oils, enriched cosmetics or custom CBD e-liquids — precise dosing to the milligram.
🏭
Professionals & B2B 100g format for large-scale formulations — cosmetics, food, wellness supplements.
🍃
Sensitive to hemp aromas Odorless and tasteless — perfect integration into recipes, drinks and products without altering the taste.
📏
Experienced users Total mastery of dosage — for those who know precisely what CBD dosage they want to integrate.
CBD Sports Recovery Collection — flowers, oils and isolate for athletes CBD Legality France 2026 — saliva tests, driving, anti-doping: all you need to know
4 ways to use pure CBD isolate

👅 Sublingual use

Place a small amount of powder under the tongue and let it dissolve for 60 to 90 seconds. The sublingual mucosa allows for rapid absorption of cannabidiol into the bloodstream.

Complete CBD dosage guide →
🍳 Culinary & beverage use

Incorporate the isolate into your recipes — smoothies, coffees, vinaigrettes or pastries. Its neutral taste allows for invisible integration into any hot or cold preparation.

CBD Infusions & Teas →
🧴 DIY cosmetic & topical

Soluble in vegetable oils and fats — ideal for creating custom CBD-enriched creams, balms, massage oils or serums. No formulation constraints.

Ready-to-use CBD Cosmetics →
💧 DIY CBD oil & e-liquid

Dissolve the isolate in an MCT, olive or hemp oil to create your own precisely dosed CBD oil. Also compatible with PG/VG e-liquid bases.

Ready-to-use CBD Oils →

How to create your DIY CBD oil with isolate?

1
Choose your carrier oil — MCT (rapid absorption), olive (vegetal taste), hemp (nutritional profile).
2
Calculate your target concentration. Example: 1,000 mg isolate in 10 ml of oil = 10% CBD oil.
3
Gently warm the oil (40–50°C max) and incorporate the isolate, stirring until completely dissolved.
4
Pour into an opaque bottle, label with the concentration and store away from light.

Drivers & athletes: 99% CBD isolate contains 0% THC — no risk of a positive saliva test. It is the only CBD format that offers this absolute guarantee. For drivers who prefer a ready-to-use solution, our Broad Spectrum capsules offer the same peace of mind. → Understanding CBD vs THC

⚠️

Legal reminder: 99% CBD isolate is a wellness product. No therapeutic claims can be associated with it — it does not cure or treat any pathology. It complies with French regulations (0% THC) and the European Novel Food directive. CBD Legality France 2026 Guide →

CBD isolate dosage — how to start?

Precision is the main advantage of isolate. A progressive starting point is always recommended.

Basic principles: Isolate is dosed by the milligram. For sublingual use or in a DIY formulation, start with 10 to 25 mg of CBD per dose, and adjust gradually according to your feelings. Regularity is more important than quantity.

Measuring tool: A precision scale to 0.01 g is essential for reliably dosing isolate — especially for small quantities. 10 mg of CBD represents a quantity invisible to the naked eye.

Frequency: For daily wellness use, 1 to 2 doses per day are sufficient. Isolate does not have a different duration of action than other forms of CBD — consult our guide on CBD effect times to better understand the kinetics.

For a hands-free alternative, our Broad Spectrum CBD capsules (0% THC) offer a fixed and reproducible dosage ready for use.

Complete Guide: CBD Dosage & Use — vaporization, sublingual, infusion Which CBD dosage to choose? — Complete guide according to your profile
Storage & precautions

📦
Optimal storage conditions for CBD isolate
Dry and cool place (ideal 15–20°C)
Away from direct light
Airtight container
Away from any source of humidity
Keep out of reach of children
Do not refrigerate (risk of condensation)

Humidity is the main enemy of isolate — it can cause the powder to clump and alter its texture, without necessarily affecting its purity. Store it in its original sealed bag until use.

Why choose Herbeevor CBD isolate?

🔬
Independent COA by batch
0% THC guaranteed
🌍
Certified European hemp
⚗️
Supercritical CO₂ extraction
📦
4 formats available
📖
Educational approach
Frequently Asked Questions — 99% CBD Isolate

What is the difference between CBD isolate and Broad Spectrum oil?
Isolate is 99% pure CBD — no other hemp compounds, no terpenes. A Broad Spectrum oil retains several cannabinoids and terpenes (without THC) that mutually amplify their effects via the entourage effect. Isolate offers more precise dosing and total taste neutrality; Broad Spectrum oil offers a richer overall experience. → Guide: How to choose your CBD?
Can a driver safely consume CBD isolate?
Yes. 99% CBD isolate contains 0% THC — verified by independent COA. Saliva tests detect THC, not CBD. A properly formulated isolate poses no risk regarding roadside checks. For confirmation, always keep your COA with you when traveling. → CBD vs THC Guide — understanding saliva tests
Is CBD isolate authorized for athletes?
Yes. CBD was removed from the World Anti-Doping Agency (WADA) list of prohibited substances in 2018. 0% THC isolate is the safest form for athletes subject to anti-doping controls, as THC remains on the positive list. → CBD for Athletes — anti-doping & recovery 2026 · Sports Recovery Collection
How to precisely dose CBD isolate?
A precision scale (0.01 g) is essential. 1 g of isolate = 1,000 mg of pure CBD. For 25 mg of CBD per dose, weigh 0.025 g. For integration into oil: dissolve the weighed amount in a measured volume of oil to obtain the desired concentration (e.g.: 1,000 mg in 10 ml = 10%). → Complete CBD Dosage & Usage Guide
Does CBD isolate have a taste or smell?
No. The extensive purification of isolate completely removes terpenes and flavonoids responsible for the herbaceous taste and characteristic aroma of hemp. The crystalline powder is perfectly neutral — this is its major advantage for culinary, cosmetic, and DIY uses.
Is CBD isolate suitable for beginners?
Isolate requires precise handling (scale, concentration calculations) which can be intimidating for a beginner. For a simple first experience, we recommend our beginner selection or a ready-to-use CBD oil with integrated dosing. Isolate is ideally suited for users who already have experience with CBD. → CBD Quiz — Find my ideal product
99% CBD Isolate — certified purity, 0% THC, limitless uses. COA per batch · CO₂ Extraction · European Hemp · 4 formats available Free delivery from €39.99 · 0% THC guaranteed · COAs available before purchase

CBD Isolate 99%

Product form

7,60€  3,57€

Volume Offer

2 products Choose freely
-10%
3 products or more The ideal combination
-20% Best Offer
  • Shipped today? Order within: May 17, 2026 16:00:00 +0200
    🔒
    Secure
    payment
    SSL · 3D Secure
    🚚
    Fast
    delivery
    Free from €39.99
    🔬
    COA
    available
    Before purchase
    THC < 0.3%
    guaranteed
    Batch by batch
    🌍
    European
    supply chain
    Certified hemp
    Shop
    Shop Pay Shop Pay
    Cards
    Visa Mastercard AMERICAN EXPRESS Amex CB Cartes Bancaires
    Wallets
    Pay Apple Pay Pay Pal PayPal Wallet
    Others
    Bancontact EPS iDEAL · Wero Klarna MobilePay

    Description

    grid-template-columns:repeat(auto-fit,minmax(160px,1fr)) !important; gap:10px !important; } .hiso-trust-item { display:flex !important; align-items:center !important; gap:10px !important; background:#FFFFFF !important; border:1px solid #E5E7EB !important; border-radius:var(--r-sm) !important; padding:12px 14px !important; font-size:13px !important; font-weight:500 !important; color:#374151 !important; } .hiso-trust-ico { flex-shrink:0 !important; width:30px;height:30px !important; border-radius:var(--r-sm) !important; background:#DCFCE7 !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:14px !important; } /* ─── FAQ ────────────────────────────────────────────────── */ .hiso-faq-list { display:flex !important; flex-direction:column !important; gap:8px !important; } .hiso-faq-item { background:#FFFFFF !important; border:1px solid #E5E7EB !important; border-radius:var(--r-md) !important; overflow:hidden !important; } .hiso-faq-item summary { display:flex !important; align-items:center !important; justify-content:space-between !important; padding-top:16px !important; padding-bottom:16px !important; padding-left:18px !important; padding-right:18px !important; font-size:14px !important; font-weight:600 !important; color:#111827 !important; cursor:pointer !important; list-style:none !important; gap:12px !important; } .hiso-faq-item summary::-webkit-details-marker { display:none !important; } .hiso-faq-item summary::after { content:'+' !important; flex-shrink:0 !important; font-size:18px !important; font-weight:300 !important; color:#9CA3AF !important; width:20px !important; text-align:center !important; } .hiso-faq-item[open] summary::after { content:'−' !important; } .hiso-faq-body { padding-left:18px !important; padding-right:18px !important; padding-bottom:16px !important; padding-top:14px !important; font-size:13.5px !important; color:#6B7280 !important; line-height:1.7 !important; border-top:1px solid #F3F4F6 !important; } .hiso-faq-body a { color:#15803D !important; text-decoration:underline !important; } .hiso-faq-body strong { color:#111827 !important; } /* ─── BLOCK LINK ──────────────────────────────────────────── */ .hiso-link-block { display:flex !important; align-items:center !important; justify-content:space-between !important; background:#F9FAFB !important; border:1px solid #E5E7EB !important; border-radius:var(--r-sm) !important; padding:13px 16px !important; margin-top:12px !important; text-decoration:none !important; color:#111827 !important; font-size:13.5px !important; font-weight:500 !important; transition:border-color .2s,background .2s,color .2s !important; } .hiso-link-block:hover { border-color:#22C55E !important; background:#F0FDF4 !important; color:#15803D !important; } .hiso-link-block .hiso-arr { color:#D1D5DB !important; font-size:14px !important; flex-shrink:0 !important; transition:color .2s !important; } .hiso-link-block:hover .hiso-arr { color:#22C55E !important; } /* ─── DIY GUIDE BOX ───────────────────────────────────── */ .hiso-diy-box { background:linear-gradient(135deg,#052E16 0%,#0F172A 100%) !important; border-radius:var(--r-lg) !important; padding:28px 24px !important; position:relative !important; overflow:hidden !important; } .hiso-diy-box::before { content:'' !important; position:absolute !important; top:0;left:50%;transform:translateX(-50%) !important; width:200px;height:1px !important; background:linear-gradient(90deg,transparent,#22C55E,transparent) !important; } .hiso-diy-box h3 { font-family:Georgia,'Times New Roman',serif !important; font-size:1rem !important; font-weight:700 !important; color:#FFFFFF !important; margin-bottom:12px !important; } .hiso-diy-steps { display:grid !important; gap:8px !important; margin-bottom:16px !important; } .hiso-diy-step { display:flex !important; align-items:flex-start !important; gap:10px !important; font-size:13px !important; color:#D1FAE5 !important; line-height:1.5 !important; } .hiso-diy-num { flex-shrink:0 !important; width:20px;height:20px !important; border-radius:50% !important; background:#22C55E !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:10px !important; font-weight:700 !important; color:#0F172A !important; } .hiso-diy-cta { display:flex !important; gap:10px !important; flex-wrap:wrap !important; } .hiso-diy-cta a { font-size:13px !important; font-weight:600 !important; border-radius:999px !important; padding:8px 16px !important; text-decoration:none !important; } .hiso-diy-cta a:first-child { background:#22C55E !important; color:#0F172A !important; } .hiso-diy-cta a:first-child:hover { background:#15803D !important; color:#fff !important; } .hiso-diy-cta a:last-child { border:1px solid rgba(255,255,255,.15) !important; color:#9CA3AF !important; } .hiso-diy-cta a:last-child:hover { border-color:#22C55E !important; color:#22C55E !important; } /* ─── FINAL CTA ──────────────────────────────────────────── */ .hiso-cta { margin-top:52px !important; text-align:center !important; padding:44px 20px !important; background:linear-gradient(135deg,#0F172A 0%,#052E16 100%) !important; border-radius:var(--r-lg) !important; position:relative !important; overflow:hidden !important; } .hiso-cta::before { content:'' !important; position:absolute !important; top:0;left:50%;transform:translateX(-50%) !important; width:220px;height:1px !important; background:linear-gradient(90deg,transparent,#22C55E,transparent) !important; } .hiso-ct { font-family:Georgia,'Times New Roman',serif !important; font-size:clamp(1rem,3vw,1.25rem) !important; font-weight:700 !important; color:#fff !important; margin-bottom:6px !important; display:block !important; } .hiso-cs { font-size:14px !important; color:#6B7280 !important; margin-bottom:24px !important; display:block !important; } .hiso-cta-btns { display:flex !important; gap:10px !important; justify-content:center !important; flex-wrap:wrap !important; } .hiso-cta-btn { display:inline-block !important; font-size:13.5px !important; font-weight:600 !important; border-radius:999px !important; padding:10px 20px !important; text-decoration:none !important; } .hiso-cta-btn--g { color:#111827 !important; background:#22C55E !important; box-shadow:0 2px 12px rgba(34,197,94,.38) !important; } .hiso-cta-btn--g:hover { background:#15803D !important; color:#fff !important; } .hiso-cta-btn--o { color:#9CA3AF !important; background:transparent !important; border:1px solid rgba(255,255,255,.15) !important; } .hiso-cta-btn--o:hover { border-color:#22C55E !important; color:#22C55E !important; } .hiso-cta small { display:block !important; margin-top:14px !important; font-size:12px !important; color:#4B5563 !important; } /* ─── FOOTER ─────────────────────────────────────────────── */ .hiso-footer { margin-top:48px !important; text-align:center !important; padding-top:20px !important; border-top:1px solid #E5E7EB !important; font-size:12.5px !important; color:#9CA3AF !important; } /* ─── MOBILE ─────────────────────────────────────────────── */ @media (max-width:600px) { .hiso-hero { padding:32px 16px 28px !important; } .hiso-h1 { font-size:1.4rem !important; } .hiso-hero-btns { flex-direction:column !important; align-items:center !important; } .hiso-chips { gap:6px !important; } .hiso-chip { font-size:12px !important; padding:5px 12px !important; } .hiso-compare-grid { grid-template-columns:1fr !important; } .hiso-usages-grid { grid-template-columns:1fr 1fr !important; } .hiso-formats-grid { grid-template-columns:1fr 1fr !important; } .hiso-trust-grid { grid-template-columns:1fr 1fr !important; } .hiso-profiles-grid { grid-template-columns:1fr !important; } .hiso-storage-tips { grid-template-columns:1fr !important; } .hiso-intro-box { padding:20px 16px !important; } .hiso-diy-box { padding:20px 16px !important; } } @media (max-width:380px) { .hiso-usages-grid { grid-template-columns:1fr !important; } .hiso-formats-grid { grid-template-columns:1fr !important; } .hiso-trust-grid { grid-template-columns:1fr !important; } }
    Pure CBD · Crystalline Powder · 99% Isolate
    99% Pure CBD Isolate —
    the purest form of cannabidiol

    Crystalline powder with no THC, no terpenes, no additives. Precise dosing, multiple uses — sublingual, DIY oil, cooking, cosmetics. Batch COA available.

    0% THC — Legal in France · Ideal for drivers & anti-doping athletes
    99% pure CBD 0% THC guaranteed Ultra-precise dosing No taste or odor 1g to 100g formats
    From €9.90
    1g format · Up to €150 for the 100g format
    Independent COA available · Certified European hemp · Free delivery from €39.99
    What is 99% CBD Isolate?

    99% pure CBD isolate is cannabidiol in its most refined form: a white crystalline powder, odorless and tasteless, obtained after extraction and extensive purification of industrial hemp. Unlike Full Spectrum or Broad Spectrum oils, it contains no terpenes, flavonoids, or other cannabinoids — only pure CBD.

    This purity makes it the reference tool for users seeking total control over their dosage, professionals creating their own formulations (cosmetics, e-liquids, DIY oils), or anyone wishing to absolutely avoid any trace of THC. For a comprehensive comparative approach, consult our Cannabinoid Guide — CBD, CBG, CBN, CBC.

    Herbeevor selects its isolate from certified European producers, using supercritical CO₂ extraction for maximum purity and optimal safety profile. Each batch is accompanied by an independent certificate of analysis (COA) attesting to the CBD content (≥ 99%) and the total absence of THC.

    CBD Isolate 99%
    Characteristics of 99% Pure CBD Isolate

    Characteristic Details
    CBD Purity ≥ 99% pure CBD — without other hemp compounds
    THC Level 0% THC — no psychoactive effect, legal in France and the EU
    Physical Form White crystalline powder — odorless, tasteless, soluble in fats
    Available Formats 1 g · 5 g · 10 g · 100 g
    Extraction Method Supercritical CO₂ extraction + chromatographic purification
    Terpenes Absent — pure isolate, no entourage effect
    Hemp Origin Certified European producers — varieties listed in the EU catalog
    Uses Sublingual · DIY oil · Cooking · Cosmetics · DIY e-liquid
    COA Available by batch — cannabinoids, THC, solvent residues
    Applicable VAT 5.5%
    Choose your CBD isolate format

    From daily personal use to professional format — each volume meets a specific need.

    🧪 1 g Discovery & test €9.90 ≈ €9.90/g · ~1,000 mg CBD
    ⚗️ 5 g Regular use €39.90 ≈ €7.98/g · ~5,000 mg CBD
    🔬 10 g Advanced DIY €69.90 ≈ €6.99/g · ~10,000 mg CBD
    🏭 100 g Professional / B2B €150.00 ≈ €1.50/g · ~100,000 mg CBD
    CBD Subscriptions — Up to -15% on your isolate for regular use
    CBD Isolate vs Full Spectrum — what's the difference?

    Understanding the difference is essential to choose the right format for your profile and uses.

    99% CBD Isolate Absolute purity · 0% THC · Precise dosing
    99% pure CBD — no other hemp compounds
    0% THC guaranteed — ideal for drivers, anti-doping athletes, professional use
    No taste or odor — discreet integration in cooking, cosmetics, DIY
    Milligram dosing — maximum precision for experienced users
    No entourage effect — terpenes and secondary cannabinoids are absent
    Full Spectrum Oil Complete profile · Terpenes · Entourage effect
    CBD + terpenes + minor cannabinoids — rich cannabinoid profile
    Activated entourage effect — natural synergy between hemp molecules
    Natural hemp aromas — preserved terpene profile
    THC < 0.3% — legal, but detectable in a saliva test
    More complex overall experience — recommended for general well-being use
    Guide: Terpenes & Entourage Effect — understanding the synergy of hemp molecules Discover Herbeevor Full & Broad Spectrum CBD Oils — ready-to-use alternative
    Who is 99% CBD isolate for?

    🚗
    Drivers 0% THC — zero risk of a positive saliva test. The CBD solution for people who drive regularly.
    🏃
    Athletes & Anti-doping CBD has been authorized by WADA since 2018. 0% THC isolate is the reference for athletes subject to controls.
    ⚗️
    Advanced DIY users Creation of homemade oils, enriched cosmetics or custom CBD e-liquids — precise dosing to the milligram.
    🏭
    Professionals & B2B 100g format for large-scale formulations — cosmetics, food, wellness supplements.
    🍃
    Sensitive to hemp aromas Odorless and tasteless — perfect integration into recipes, drinks and products without altering the taste.
    📏
    Experienced users Total mastery of dosage — for those who know precisely what CBD dosage they want to integrate.
    CBD Sports Recovery Collection — flowers, oils and isolate for athletes CBD Legality France 2026 — saliva tests, driving, anti-doping: all you need to know
    4 ways to use pure CBD isolate

    👅 Sublingual use

    Place a small amount of powder under the tongue and let it dissolve for 60 to 90 seconds. The sublingual mucosa allows for rapid absorption of cannabidiol into the bloodstream.

    Complete CBD dosage guide →
    🍳 Culinary & beverage use

    Incorporate the isolate into your recipes — smoothies, coffees, vinaigrettes or pastries. Its neutral taste allows for invisible integration into any hot or cold preparation.

    CBD Infusions & Teas →
    🧴 DIY cosmetic & topical

    Soluble in vegetable oils and fats — ideal for creating custom CBD-enriched creams, balms, massage oils or serums. No formulation constraints.

    Ready-to-use CBD Cosmetics →
    💧 DIY CBD oil & e-liquid

    Dissolve the isolate in an MCT, olive or hemp oil to create your own precisely dosed CBD oil. Also compatible with PG/VG e-liquid bases.

    Ready-to-use CBD Oils →

    How to create your DIY CBD oil with isolate?

    1
    Choose your carrier oil — MCT (rapid absorption), olive (vegetal taste), hemp (nutritional profile).
    2
    Calculate your target concentration. Example: 1,000 mg isolate in 10 ml of oil = 10% CBD oil.
    3
    Gently warm the oil (40–50°C max) and incorporate the isolate, stirring until completely dissolved.
    4
    Pour into an opaque bottle, label with the concentration and store away from light.

    Drivers & athletes: 99% CBD isolate contains 0% THC — no risk of a positive saliva test. It is the only CBD format that offers this absolute guarantee. For drivers who prefer a ready-to-use solution, our Broad Spectrum capsules offer the same peace of mind. → Understanding CBD vs THC

    ⚠️

    Legal reminder: 99% CBD isolate is a wellness product. No therapeutic claims can be associated with it — it does not cure or treat any pathology. It complies with French regulations (0% THC) and the European Novel Food directive. CBD Legality France 2026 Guide →

    CBD isolate dosage — how to start?

    Precision is the main advantage of isolate. A progressive starting point is always recommended.

    Basic principles: Isolate is dosed by the milligram. For sublingual use or in a DIY formulation, start with 10 to 25 mg of CBD per dose, and adjust gradually according to your feelings. Regularity is more important than quantity.

    Measuring tool: A precision scale to 0.01 g is essential for reliably dosing isolate — especially for small quantities. 10 mg of CBD represents a quantity invisible to the naked eye.

    Frequency: For daily wellness use, 1 to 2 doses per day are sufficient. Isolate does not have a different duration of action than other forms of CBD — consult our guide on CBD effect times to better understand the kinetics.

    For a hands-free alternative, our Broad Spectrum CBD capsules (0% THC) offer a fixed and reproducible dosage ready for use.

    Complete Guide: CBD Dosage & Use — vaporization, sublingual, infusion Which CBD dosage to choose? — Complete guide according to your profile
    Storage & precautions

    📦
    Optimal storage conditions for CBD isolate
    Dry and cool place (ideal 15–20°C)
    Away from direct light
    Airtight container
    Away from any source of humidity
    Keep out of reach of children
    Do not refrigerate (risk of condensation)

    Humidity is the main enemy of isolate — it can cause the powder to clump and alter its texture, without necessarily affecting its purity. Store it in its original sealed bag until use.

    Why choose Herbeevor CBD isolate?

    🔬
    Independent COA by batch
    0% THC guaranteed
    🌍
    Certified European hemp
    ⚗️
    Supercritical CO₂ extraction
    📦
    4 formats available
    📖
    Educational approach
    Frequently Asked Questions — 99% CBD Isolate

    What is the difference between CBD isolate and Broad Spectrum oil?
    Isolate is 99% pure CBD — no other hemp compounds, no terpenes. A Broad Spectrum oil retains several cannabinoids and terpenes (without THC) that mutually amplify their effects via the entourage effect. Isolate offers more precise dosing and total taste neutrality; Broad Spectrum oil offers a richer overall experience. → Guide: How to choose your CBD?
    Can a driver safely consume CBD isolate?
    Yes. 99% CBD isolate contains 0% THC — verified by independent COA. Saliva tests detect THC, not CBD. A properly formulated isolate poses no risk regarding roadside checks. For confirmation, always keep your COA with you when traveling. → CBD vs THC Guide — understanding saliva tests
    Is CBD isolate authorized for athletes?
    Yes. CBD was removed from the World Anti-Doping Agency (WADA) list of prohibited substances in 2018. 0% THC isolate is the safest form for athletes subject to anti-doping controls, as THC remains on the positive list. → CBD for Athletes — anti-doping & recovery 2026 · Sports Recovery Collection
    How to precisely dose CBD isolate?
    A precision scale (0.01 g) is essential. 1 g of isolate = 1,000 mg of pure CBD. For 25 mg of CBD per dose, weigh 0.025 g. For integration into oil: dissolve the weighed amount in a measured volume of oil to obtain the desired concentration (e.g.: 1,000 mg in 10 ml = 10%). → Complete CBD Dosage & Usage Guide
    Does CBD isolate have a taste or smell?
    No. The extensive purification of isolate completely removes terpenes and flavonoids responsible for the herbaceous taste and characteristic aroma of hemp. The crystalline powder is perfectly neutral — this is its major advantage for culinary, cosmetic, and DIY uses.
    Is CBD isolate suitable for beginners?
    Isolate requires precise handling (scale, concentration calculations) which can be intimidating for a beginner. For a simple first experience, we recommend our beginner selection or a ready-to-use CBD oil with integrated dosing. Isolate is ideally suited for users who already have experience with CBD. → CBD Quiz — Find my ideal product
    99% CBD Isolate — certified purity, 0% THC, limitless uses. COA per batch · CO₂ Extraction · European Hemp · 4 formats available Free delivery from €39.99 · 0% THC guaranteed · COAs available before purchase

    CBD products already in your sights

      Login

      Forgot your password?

      Don't have an account yet?
      Create account