{"product_id":"ethiopian-black-seed-oil-pure-softgels-set-of-3-180-softgels","title":"Ethiopian Black Seed Oil 100% Pure Softgels – Set of 3 (180 Softgels) | Natural Antibiotic, Immune \u0026 Gut Support | Lab Tested | Organic Wellness Hub","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Shop the Ethiopian Black Seed Oil Set of 3 – 180 pure softgels total. 100% pure Nigella sativa, natural antibiotic, immune system and digestive support. Third-party lab tested. Best value bundle at Organic Wellness Hub.\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/organicwellnesshub.com\/products\/ethiopian-black-seed-oil-pure-softgels-set-of-3-180-softgels\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --black: #111111;\n    --charcoal: #1e1e1e;\n    --dark: #2a2a2a;\n    --mid: #444444;\n    --muted: #777777;\n    --light-bg: #f7f7f5;\n    --white: #ffffff;\n    --border: #ddd;\n    --gold: #c8941a;\n    --gold-light: #fff8e8;\n    --green: #1a6e1a;\n    --green-pale: #e8f5e4;\n    --green-mid: #4a9e3f;\n    --badge-green: #0a6e0a;\n    --radius: 10px;\n  }\n \n  * { box-sizing: border-box; margin: 0; padding: 0; }\n \n  body {\n    font-family: 'Georgia', 'Times New Roman', serif;\n    color: var(--dark);\n    background: var(--light-bg);\n    line-height: 1.7;\n    padding: 2rem 1rem;\n  }\n \n  .container { max-width: 860px; margin: 0 auto; }\n \n  \/* ── HEADER ── *\/\n  .header-badges {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 2rem;\n    flex-wrap: wrap;\n    gap: 1rem;\n  }\n \n  .brand-logo {\n    font-family: 'Georgia', serif;\n    font-size: 1.1rem;\n    font-weight: bold;\n    color: var(--green);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n \n  .lab-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: var(--badge-green);\n    color: #fff;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 8px 16px;\n    border-radius: 50px;\n    border: 2.5px solid #57c957;\n  }\n \n  .lab-badge .check-circle {\n    width: 26px;\n    height: 26px;\n    background: #57c957;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.95rem;\n    flex-shrink: 0;\n  }\n \n  \/* ── PRODUCT TITLE ── *\/\n  .product-header { margin-bottom: 1.5rem; }\n \n  .product-header h1 {\n    font-size: 2rem;\n    color: var(--black);\n    font-weight: bold;\n    line-height: 1.2;\n    margin-bottom: 0.4rem;\n  }\n \n  .product-header .subtitle {\n    font-family: 'Arial', sans-serif;\n    font-size: 1rem;\n    color: var(--muted);\n    letter-spacing: 0.04em;\n  }\n \n  \/* ── TRUST PILLS ── *\/\n  .trust-pills {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n \n  .pill {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 5px 14px;\n    border-radius: 50px;\n    border: 1.5px solid;\n  }\n \n  .pill-dark  { background: #f0f0f0; color: var(--black); border-color: #aaa; }\n  .pill-green { background: var(--green-pale); color: var(--green); border-color: var(--green-mid); }\n  .pill-gold  { background: var(--gold-light); color: #7a5800; border-color: var(--gold); }\n \n  \/* ── DESCRIPTION CARD ── *\/\n  .desc-card {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 1.75rem 2rem;\n    margin-bottom: 1.75rem;\n  }\n \n  .desc-card h2 {\n    font-size: 1.2rem;\n    color: var(--black);\n    margin-bottom: 1rem;\n    padding-bottom: 0.5rem;\n    border-bottom: 2px solid #f0f0f0;\n  }\n \n  .desc-card p { margin-bottom: 1rem; font-size: 0.97rem; color: var(--mid); }\n  .desc-card p:last-child { margin-bottom: 0; }\n \n  \/* ── HIGHLIGHT BOX ── *\/\n  .highlight-box {\n    background: #f5f5f0;\n    border-left: 4px solid var(--black);\n    border-radius: 0 var(--radius) var(--radius) 0;\n    padding: 1rem 1.25rem;\n    margin: 1rem 0;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.93rem;\n    color: var(--dark);\n  }\n \n  \/* ── BENEFITS LIST ── *\/\n  .benefits-list {\n    list-style: none;\n    margin: 0.75rem 0 1rem;\n    padding: 0;\n  }\n \n  .benefits-list li {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.92rem;\n    color: var(--mid);\n    padding: 5px 0;\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n  }\n \n  .benefits-list li::before {\n    content: \"✦\";\n    color: var(--gold);\n    font-size: 0.8rem;\n    margin-top: 3px;\n    flex-shrink: 0;\n  }\n \n  \/* ── LAB TESTED SECTION ── *\/\n  .lab-section {\n    background: var(--charcoal);\n    color: #fff;\n    border-radius: var(--radius);\n    padding: 1.75rem 2rem;\n    margin-bottom: 1.75rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1.5rem;\n    flex-wrap: wrap;\n  }\n \n  .lab-icon-big {\n    width: 72px;\n    height: 72px;\n    background: #57c957;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 2rem;\n    border: 3px solid #9fe89f;\n    flex-shrink: 0;\n  }\n \n  .lab-content h2 { font-size: 1.2rem; margin-bottom: 0.6rem; color: #9fe89f; }\n  .lab-content p  { font-family: 'Arial', sans-serif; font-size: 0.9rem; color: #ccc; line-height: 1.6; }\n \n  .lab-checks {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n    gap: 8px;\n    margin-top: 1rem;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.85rem;\n    color: #aaa;\n  }\n \n  .lab-checks span::before { content: \"✓ \"; color: #57c957; font-weight: bold; }\n \n  \/* ── QUALITY GUARANTEE ── *\/\n  .guarantee-banner {\n    background: var(--gold-light);\n    border: 2px solid var(--gold);\n    border-radius: var(--radius);\n    padding: 1.5rem 2rem;\n    margin-bottom: 1.75rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1.25rem;\n    flex-wrap: wrap;\n  }\n \n  .guarantee-icon { font-size: 2.5rem; flex-shrink: 0; }\n  .guarantee-content h2 { font-size: 1.15rem; color: #7a5800; margin-bottom: 0.4rem; }\n  .guarantee-content p  { font-family: 'Arial', sans-serif; font-size: 0.88rem; color: #6b4900; }\n \n  \/* ── BENEFITS GRID ── *\/\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1rem;\n    margin-bottom: 1.75rem;\n  }\n \n  .benefit-card {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 1.25rem;\n    text-align: center;\n  }\n \n  .benefit-card .icon { font-size: 2rem; margin-bottom: 0.5rem; }\n  .benefit-card h3 { font-size: 0.95rem; color: var(--black); margin-bottom: 0.3rem; }\n  .benefit-card p  { font-family: 'Arial', sans-serif; font-size: 0.82rem; color: var(--muted); }\n \n  \/* ── TAGS SECTION ── *\/\n  .tags-section {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 1.25rem 1.5rem;\n    margin-bottom: 1.75rem;\n  }\n \n  .tags-section h2 { font-size: 1rem; color: var(--black); margin-bottom: 0.75rem; }\n \n  .tags-list {\n    font-family: 'Arial', sans-serif;\n    font-size: 0.82rem;\n    color: var(--mid);\n    line-height: 2;\n  }\n \n  \/* ── URL BLOCK ── *\/\n  .url-block {\n    background: #f0f0f0;\n    border: 1px solid #ccc;\n    border-radius: var(--radius);\n    padding: 1rem 1.25rem;\n    margin-bottom: 1.75rem;\n    font-family: 'Courier New', monospace;\n    font-size: 0.87rem;\n    color: #333;\n    word-break: break-all;\n  }\n \n  .url-block strong { display: block; font-family: 'Arial', sans-serif; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.07em; color: #666; margin-bottom: 4px; }\n \n  \/* ── FOOTER ── *\/\n  .footer-note {\n    text-align: center;\n    font-family: 'Arial', sans-serif;\n    font-size: 0.78rem;\n    color: var(--muted);\n    padding-top: 1rem;\n    border-top: 1px solid var(--border);\n  }\n \n  @media (max-width: 600px) {\n    .product-header h1 { font-size: 1.5rem; }\n    .lab-section, .guarantee-banner { flex-direction: column; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HEADER --\u003e\n\u003cdiv class=\"header-badges\"\u003e\n\u003cdiv class=\"brand-logo\"\u003e\n\u003cspan\u003e🌿\u003c\/span\u003e \u003cspan\u003eOrganic Wellness Hub\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lab-badge\"\u003e\n\u003cdiv class=\"check-circle\"\u003e✓\u003c\/div\u003e\nLAB TESTED \u0026amp; CERTIFIED\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT TITLE --\u003e\n\u003cdiv class=\"product-header\"\u003e\n\u003ch1\u003e100% Pure Ethiopian Black Seed Oil Softgels – Set of 3\u003c\/h1\u003e\n\u003cdiv class=\"subtitle\"\u003e3 × 60 Softgels (180 Total) · Natural Antibiotic · Immune \u0026amp; Gut Support · Purely Nutrient Formula\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TRUST PILLS --\u003e\n\u003cdiv class=\"trust-pills\"\u003e\n\u003cspan class=\"pill pill-dark\"\u003e100% Pure\u003c\/span\u003e \u003cspan class=\"pill pill-dark\"\u003eEthiopian Origin\u003c\/span\u003e \u003cspan class=\"pill pill-green\"\u003eNatural Antibiotic\u003c\/span\u003e \u003cspan class=\"pill pill-green\"\u003eImmune Support\u003c\/span\u003e \u003cspan class=\"pill pill-green\"\u003eDigestive \u0026amp; Gut Support\u003c\/span\u003e \u003cspan class=\"pill pill-green\"\u003e60 Softgels × 3\u003c\/span\u003e \u003cspan class=\"pill pill-gold\"\u003eLab Tested\u003c\/span\u003e \u003cspan class=\"pill pill-gold\"\u003eQuality Guaranteed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN DESCRIPTION --\u003e\n\u003cdiv class=\"desc-card\"\u003e\n\u003ch2\u003eProduct Description\u003c\/h2\u003e\n\u003cp\u003eOrganic Wellness Hub presents the \u003cstrong\u003e100% Pure Ethiopian Black Seed Oil Softgels – Set of 3\u003c\/strong\u003e, a premium value bundle delivering \u003cstrong\u003e180 pure softgels\u003c\/strong\u003e of one of the world's most revered natural remedies. Sourced from the finest Ethiopian-grown \u003cem\u003eNigella sativa\u003c\/em\u003e seeds, this formula is cold-pressed and encapsulated to preserve every drop of its potent bioactive compounds.\u003c\/p\u003e\n\u003cp\u003eEthiopian Black Seed Oil is widely regarded as one of the most potent varieties of black seed available globally. Grown in the fertile highlands of Ethiopia, these seeds produce an oil exceptionally rich in \u003cstrong\u003ethymoquinone\u003c\/strong\u003e — the primary active compound responsible for black seed oil's remarkable natural properties.\u003c\/p\u003e\n\u003cdiv class=\"highlight-box\"\u003eEach softgel delivers 100% pure Ethiopian black seed oil — no dilution, no mixing, no compromise. This set of 3 gives you a generous 3-month supply to experience the full benefits of consistent, daily supplementation.\u003c\/div\u003e\n\u003cp\u003eKey benefits as shown on every bottle:\u003c\/p\u003e\n\u003cul class=\"benefits-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Antibiotic\u003c\/strong\u003e — Black seed oil has been used for centuries as a natural antimicrobial agent, supporting the body's defences against unwanted pathogens.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eImmune System Support\u003c\/strong\u003e — Thymoquinone and other bioactives work synergistically to help strengthen and regulate immune function.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDigestive \u0026amp; Gut Support\u003c\/strong\u003e — Traditionally used to ease bloating, support healthy gut flora, and promote comfortable digestion.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePresented in convenient, easy-to-swallow softgels, this product is ideal for those who prefer a tasteless, odourless alternative to liquid black seed oil. No strong taste, no mess — just pure, potent benefit in every capsule.\u003c\/p\u003e\n\u003cp\u003eThis triple-pack bundle is our best-value option, perfect for long-term supplementation, sharing with family, or stocking up on a supplement you'll want to use daily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LAB TESTED SECTION --\u003e\n\u003cdiv class=\"lab-section\"\u003e\n\u003cdiv class=\"lab-icon-big\"\u003e🔬\u003c\/div\u003e\n\u003cdiv class=\"lab-content\"\u003e\n\u003ch2\u003eThird-Party Lab Tested \u0026amp; Verified\u003c\/h2\u003e\n\u003cp\u003eEvery batch of our Ethiopian Black Seed Oil is independently tested by an accredited third-party laboratory before it reaches you. We test for purity, potency, and safety — because you deserve to know exactly what you're putting into your body.\u003c\/p\u003e\n\u003cdiv class=\"lab-checks\"\u003e\n\u003cspan\u003ePurity confirmed — 100% pure oil\u003c\/span\u003e \u003cspan\u003eThymoquinone potency validated\u003c\/span\u003e \u003cspan\u003eHeavy metal screening passed\u003c\/span\u003e \u003cspan\u003eMicrobiological testing cleared\u003c\/span\u003e \u003cspan\u003eNo harmful contaminants detected\u003c\/span\u003e \u003cspan\u003eAuthentic Ethiopian origin verified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- QUALITY GUARANTEE --\u003e\n\u003cdiv class=\"guarantee-banner\"\u003e\n\u003cdiv class=\"guarantee-icon\"\u003e🏅\u003c\/div\u003e\n\u003cdiv class=\"guarantee-content\"\u003e\n\u003ch2\u003eOur Quality Guarantee\u003c\/h2\u003e\n\u003cp\u003eAt Organic Wellness Hub, your satisfaction is our priority. Our Ethiopian Black Seed Oil is manufactured in GMP-certified facilities under strict quality control from raw seed to finished softgel. We source only authenticated Ethiopian \u003cem\u003eNigella sativa\u003c\/em\u003e — no substitutions, no blending with inferior oils. If you are not completely satisfied with your purchase, we stand behind our product with a \u003cstrong\u003ehassle-free satisfaction guarantee\u003c\/strong\u003e. Your wellness journey deserves nothing less than the best.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS GRID --\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eNatural Antibiotic\u003c\/h3\u003e\n\u003cp\u003eThymoquinone-rich Ethiopian black seed oil has been used for millennia as a natural antimicrobial support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"icon\"\u003e💪\u003c\/div\u003e\n\u003ch3\u003eImmune Support\u003c\/h3\u003e\n\u003cp\u003eSupports and regulates immune function naturally, helping your body stay strong through daily challenges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eGut \u0026amp; Digestive\u003c\/h3\u003e\n\u003cp\u003ePromotes a healthy gut environment, eases bloating and supports comfortable, balanced digestion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📦\u003c\/div\u003e\n\u003ch3\u003eSet of 3 Value\u003c\/h3\u003e\n\u003cp\u003e180 softgels total — a full 3-month supply. Best value bundle for long-term consistent use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Organic Wellness Hub","offers":[{"title":"Default Title","offer_id":43998668423233,"sku":"SU00128709-3","price":32.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0728\/0181\/2545\/files\/Ethiopian_Black_Seed_Oil_100_Pure_Softgels_Set_of_3_180_Softgels_Natural_Antibiotic_Immune_Gut_Support_Lab_Tested_Organic_Wellness_Hub.png?v=1780253766","url":"https:\/\/organicwellnesshub.com\/ar\/products\/ethiopian-black-seed-oil-pure-softgels-set-of-3-180-softgels","provider":"Organic Wellness Hub","version":"1.0","type":"link"}