{"title":"CoQ10 Supplements Ireland","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Lora:wght@400;600;700\u0026family=Inter:wght@400;500;600;700\u0026display=swap');\n\n  :root {\n    --ink: #1a1f2e;\n    --ink-mid: #374151;\n    --ink-light: #6b7280;\n    --teal: #0d9488;\n    --teal-light: #14b8a6;\n    --teal-bg: #f0fdfa;\n    --teal-border: #99f6e4;\n    --amber: #b45309;\n    --amber-bg: #fffbeb;\n    --amber-border: #fcd34d;\n    --green: #16a34a;\n    --green-bg: #f0fdf4;\n    --green-border: #bbf7d0;\n    --blue: #0284c7;\n    --blue-bg: #f0f9ff;\n    --blue-border: #bae6fd;\n    --border: #e5e7eb;\n    --bg: #ffffff;\n    --bg-soft: #f9fafb;\n  }\n\n  .coll-wrap {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 1rem;\n    line-height: 1.75;\n    color: var(--ink-mid);\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 0 1rem 2rem;\n  }\n\n  \/* Intro *\/\n  .coll-intro {\n    font-size: 1.05rem;\n    color: var(--ink-mid);\n    margin: 0 0 1.5rem;\n    line-height: 1.75;\n  }\n\n  \/* Quick answer box *\/\n  .coll-quick {\n    background: var(--teal-bg);\n    border: 1.5px solid var(--teal-border);\n    border-left: 4px solid var(--teal);\n    border-radius: 8px;\n    padding: 1.1rem 1.4rem;\n    margin: 0 0 2rem;\n    font-size: 0.95rem;\n    color: var(--ink);\n    line-height: 1.7;\n  }\n  .coll-quick-label {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.68rem;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--teal);\n    margin-bottom: 0.4rem;\n  }\n  .coll-quick p { margin: 0; }\n\n  \/* Feature pills *\/\n  .coll-features {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    margin: 0 0 2rem;\n  }\n  .feat-pill {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    color: var(--ink-mid);\n    padding: 0.3rem 0.75rem;\n    border-radius: 20px;\n  }\n\n  \/* Info grid *\/\n  .coll-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1rem;\n    margin: 0 0 2rem;\n  }\n  @media (max-width: 520px) { .coll-grid { grid-template-columns: 1fr; } }\n  .coll-grid-card {\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 1.1rem;\n  }\n  .coll-grid-card-title {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin-bottom: 0.4rem;\n  }\n  .coll-grid-card p {\n    font-size: 0.85rem;\n    color: var(--ink-mid);\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* Callout *\/\n  .coll-callout {\n    border-radius: 8px;\n    padding: 1rem 1.25rem;\n    margin: 0 0 2rem;\n    font-size: 0.88rem;\n    line-height: 1.65;\n  }\n  .coll-callout.blue { background: var(--blue-bg); border: 1px solid var(--blue-border); }\n  .coll-callout.amber { background: var(--amber-bg); border: 1px solid var(--amber-border); }\n  .coll-callout-label {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.68rem;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    margin-bottom: 0.35rem;\n  }\n  .coll-callout.blue .coll-callout-label { color: var(--blue); }\n  .coll-callout.amber .coll-callout-label { color: var(--amber); }\n  .coll-callout p { margin: 0; color: var(--ink-mid); }\n\n  \/* Blog CTA strip *\/\n  .blog-cta-strip {\n    background: var(--ink);\n    border-radius: 10px;\n    padding: 1.5rem 1.75rem;\n    margin: 0 0 2rem;\n    display: flex;\n    align-items: center;\n    gap: 1.25rem;\n    flex-wrap: wrap;\n  }\n  .blog-cta-icon {\n    font-size: 2rem;\n    flex-shrink: 0;\n  }\n  .blog-cta-content { flex: 1; min-width: 200px; }\n  .blog-cta-title {\n    font-family: 'Lora', serif;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 0.25rem;\n  }\n  .blog-cta-sub {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.82rem;\n    color: #9ca3af;\n    margin: 0;\n  }\n  .blog-cta-btn {\n    display: inline-block;\n    background: var(--teal);\n    color: #ffffff !important;\n    font-family: 'Inter', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 700;\n    padding: 0.65rem 1.25rem;\n    border-radius: 6px;\n    text-decoration: none;\n    white-space: nowrap;\n    flex-shrink: 0;\n  }\n  .blog-cta-btn:hover { background: var(--teal-light); }\n\n  \/* Delivery strip *\/\n  .delivery-strip {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 0.75rem;\n    margin: 0 0 2rem;\n  }\n  @media (max-width: 600px) { .delivery-strip { grid-template-columns: repeat(2, 1fr); } }\n  .del-card {\n    text-align: center;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 0.85rem 0.5rem;\n  }\n  .del-icon { font-size: 1.4rem; margin-bottom: 0.25rem; }\n  .del-label {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.72rem;\n    font-weight: 600;\n    color: var(--ink-mid);\n    line-height: 1.3;\n  }\n\n  \/* Disclaimer *\/\n  .coll-disclaimer {\n    font-family: 'Inter', sans-serif;\n    font-size: 0.75rem;\n    color: var(--ink-light);\n    line-height: 1.6;\n    border-top: 1px solid var(--border);\n    padding-top: 1rem;\n    margin-top: 1rem;\n  }\n\n  h2.coll-h2 {\n    font-family: 'Lora', Georgia, serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--ink);\n    margin: 0 0 0.75rem;\n    line-height: 1.3;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"coll-wrap\"\u003e\n\n  \u003c!-- Intro paragraph --\u003e\n  \u003cp class=\"coll-intro\"\u003eCoenzyme Q10 (CoQ10) is a fat-soluble compound found in virtually every cell in the body, with the highest concentrations in the heart, liver, and kidneys. Probiotic.ie stocks two CoQ10 100mg softgel products in Ireland — both suspended in olive oil for optimal absorption, and both regulated as food supplements by the FSAI.\u003c\/p\u003e\n\n  \u003c!-- Quick answer \/ featured snippet target --\u003e\n  \u003cdiv class=\"coll-quick\"\u003e\n    \u003cdiv class=\"coll-quick-label\"\u003eWhat is CoQ10?\u003c\/div\u003e\n    \u003cp\u003e\u003cstrong style=\"color:var(--teal)\"\u003eCoQ10 (coenzyme Q10, ubiquinone)\u003c\/strong\u003e is a vitamin-like compound central to mitochondrial energy production (ATP synthesis) and a fat-soluble antioxidant. Endogenous levels decline with age and are further reduced by statin therapy (HMG-CoA reductase inhibitors). The most common supplemental dose studied in clinical trials is \u003cstrong style=\"color:var(--teal)\"\u003e100mg per day\u003c\/strong\u003e, taken with a fat-containing meal. In Ireland, CoQ10 is regulated as a food supplement by the FSAI — it is not a medicine.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Feature pills --\u003e\n  \u003cdiv class=\"coll-features\"\u003e\n    \u003cspan class=\"feat-pill\"\u003e100mg per Softgel\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eOlive Oil Base\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eUbiquinone Form\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eFSAI-Regulated\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eNationwide Ireland Delivery\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eFree Over €75\u003c\/span\u003e\n    \u003cspan class=\"feat-pill\"\u003eNot a Medicine\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c!-- Info grid --\u003e\n  \u003ch2 class=\"coll-h2\"\u003eWhat to know before you buy CoQ10 in Ireland\u003c\/h2\u003e\n  \u003cdiv class=\"coll-grid\"\u003e\n    \u003cdiv class=\"coll-grid-card\"\u003e\n      \u003cdiv class=\"coll-grid-card-title\"\u003e🫒 Take with food — it matters\u003c\/div\u003e\n      \u003cp\u003eCoQ10 is fat-soluble. Absorption is significantly higher when taken with a fat-containing meal. CoQ10 supplements suspended in olive oil provide a head start — but a meal with dietary fat improves uptake further.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"coll-grid-card\"\u003e\n      \u003cdiv class=\"coll-grid-card-title\"\u003e💊 Ubiquinone vs ubiquinol\u003c\/div\u003e\n      \u003cp\u003eUbiquinone is the oxidised form and the most extensively studied in clinical trials. The body converts it to the active ubiquinol form enzymatically. In oil-based softgels, bioavailability is comparable to ubiquinol for most adults.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"coll-grid-card\"\u003e\n      \u003cdiv class=\"coll-grid-card-title\"\u003e💊 Statins and CoQ10\u003c\/div\u003e\n      \u003cp\u003eStatins block the mevalonate pathway, which is required for both cholesterol and CoQ10 synthesis. This reduces endogenous CoQ10 levels in statin users. Always consult your GP or pharmacist before taking CoQ10 alongside any prescription medication.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"coll-grid-card\"\u003e\n      \u003cdiv class=\"coll-grid-card-title\"\u003e⏱ How long to take it\u003c\/div\u003e\n      \u003cp\u003eClinical trials assessing statin-related muscle symptoms have used 30-day endpoints. General population and cardiac studies typically run 8–12 weeks. Fertility parameter studies run 3–6 months. Consistent daily dosing is required.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Blog CTA strip — the SEO loop --\u003e\n  \u003cdiv class=\"blog-cta-strip\"\u003e\n    \u003cdiv class=\"blog-cta-icon\"\u003e📖\u003c\/div\u003e\n    \u003cdiv class=\"blog-cta-content\"\u003e\n      \u003cdiv class=\"blog-cta-title\"\u003eCoQ10 Evidence Guide — Ireland\u003c\/div\u003e\n      \u003cp class=\"blog-cta-sub\"\u003eWhat the research shows on dosage, ubiquinone vs ubiquinol, statin interactions, benefits for women and men, and side effects.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"blog-cta-btn\" href=\"https:\/\/probiotic.ie\/blogs\/blog\/coq10-supplement-ireland\" aria-label=\"Read the CoQ10 evidence guide for Ireland\"\u003eRead the Guide\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Regulatory callout --\u003e\n  \u003cdiv class=\"coll-callout blue\"\u003e\n    \u003cdiv class=\"coll-callout-label\"\u003eℹ Regulatory Information (Ireland)\u003c\/div\u003e\n    \u003cp\u003eCoQ10 is regulated as a food supplement in Ireland by the FSAI (Food Safety Authority of Ireland) under SI 506 of 2007 and the Food Supplements Regulations 2022. It is not regulated as a medicine by the HPRA. No health claims for CoQ10 are currently authorised under EC Regulation 1924\/2006 as applied in Ireland. These products are not intended to diagnose, treat, cure, or prevent any disease.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Interaction warning --\u003e\n  \u003cdiv class=\"coll-callout amber\"\u003e\n    \u003cdiv class=\"coll-callout-label\"\u003e⚠ Interactions — Consult Your GP\u003c\/div\u003e\n    \u003cp\u003eIf you take warfarin (anticoagulant), antihypertensive medication, or statins, consult your GP or pharmacist before use. CoQ10 may interact with warfarin and may have additive blood pressure-lowering effects. Not recommended during pregnancy or breastfeeding without medical advice.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Delivery strip --\u003e\n  \u003cdiv class=\"delivery-strip\"\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cdiv class=\"del-icon\"\u003e🚚\u003c\/div\u003e\n      \u003cdiv class=\"del-label\"\u003eTracked Ireland Delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cdiv class=\"del-icon\"\u003e🎁\u003c\/div\u003e\n      \u003cdiv class=\"del-label\"\u003eFree Over €75\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cdiv class=\"del-icon\"\u003e🔒\u003c\/div\u003e\n      \u003cdiv class=\"del-label\"\u003eSecure Irish Checkout\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"del-card\"\u003e\n      \u003cdiv class=\"del-icon\"\u003e🇮🇪\u003c\/div\u003e\n      \u003cdiv class=\"del-label\"\u003eIrish-Owned Since 2019\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Disclaimer --\u003e\n  \u003cdiv class=\"coll-disclaimer\"\u003e\n    \u003cstrong\u003eFood Supplement Advisory:\u003c\/strong\u003e CoQ10 is a food supplement regulated in Ireland under FSAI guidelines. It is not a medicine and is not intended to diagnose, treat, cure, or prevent any disease or medical condition. Food supplements should not be used as a substitute for a varied and balanced diet and a healthy lifestyle. Do not exceed the stated recommended daily dose. Keep out of reach of children. If you are pregnant, breastfeeding, taking medication, or have an underlying health condition, consult your GP or pharmacist before use. Probiotic.ie is an Irish-owned specialist supplement retailer operating since 2019.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"doctors-best-coq10-100mg-120-softgels","title":"Doctor's Best CoQ10 100mg with BioPerine | 120 Softgels","description":"\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\/\/ \u003c![CDATA[\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Doctor's Best CoQ10 100mg \\u2014 120 Softgels\",\n  \"image\": \"https:\/\/probiotic.ie\/cdn\/shop\/files\/doctors-best-coq10-100mg-120-softgels-ireland-1_1100x.jpg?v=1771182282\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"34.75\",\n    \"priceCurrency\": \"EUR\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"url\": \"https:\/\/probiotic.ie\/products\/doctors-best-coq10-100mg-120-softgels\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Probiotic.ie\"\n    },\n    \"shippingDetails\": {\n      \"@type\": \"OfferShippingDetails\",\n      \"shippingRate\": {\n        \"@type\": \"MonetaryAmount\",\n        \"value\": \"0\",\n        \"currency\": \"EUR\"\n      },\n      \"shippingDestination\": {\n        \"@type\": \"DefinedRegion\",\n        \"addressCountry\": \"IE\"\n      },\n      \"deliveryTime\": {\n        \"@type\": \"ShippingDeliveryTime\",\n        \"handlingTime\": {\n          \"@type\": \"QuantitativeValue\",\n          \"minValue\": 0,\n          \"maxValue\": 1,\n          \"unitCode\": \"DAY\"\n        },\n        \"transitTime\": {\n          \"@type\": \"QuantitativeValue\",\n          \"minValue\": 1,\n          \"maxValue\": 3,\n          \"unitCode\": \"DAY\"\n        }\n      }\n    },\n    \"hasMerchantReturnPolicy\": {\n      \"@type\": \"MerchantReturnPolicy\",\n      \"applicableCountry\": \"IE\",\n      \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\",\n      \"merchantReturnDays\": 30,\n      \"returnMethod\": \"https:\/\/schema.org\/ReturnByMail\",\n      \"returnFees\": \"https:\/\/schema.org\/FreeReturn\"\n    }\n  }\n}\n\/\/ ]]\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003cp\u003e\u003cstrong\u003eDoctor's Best CoQ10 100mg\u003c\/strong\u003e delivers 100mg of pure Coenzyme Q10 (Ubiquinone) per softgel, suspended in olive oil with BioPerine® (black pepper extract 5mg) for enhanced absorption. Each bottle provides a 120-day supply at one softgel daily. Available in Ireland from Probiotic.ie.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge\"\u003e100mg per Softgel\u003c\/span\u003e \u003cspan class=\"badge\"\u003e120-Day Supply\u003c\/span\u003e \u003cspan class=\"badge\"\u003eWith BioPerine®\u003c\/span\u003e \u003cspan class=\"badge\"\u003eOlive Oil Base\u003c\/span\u003e \u003cspan class=\"badge\"\u003eUbiquinone Form\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eKey Facts\u003c\/h2\u003e\n\u003cdiv class=\"quick-facts\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eActive Ingredient\u003c\/td\u003e\n\u003ctd\u003eCoenzyme Q10 (Ubiquinone)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDose per Softgel\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoftgels per Bottle\u003c\/td\u003e\n\u003ctd\u003e120\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSupply Duration\u003c\/td\u003e\n\u003ctd\u003e120 days (1 softgel daily)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrier Oil\u003c\/td\u003e\n\u003ctd\u003eOlive oil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOther Ingredients\u003c\/td\u003e\n\u003ctd\u003eBlack pepper extract (BioPerine®) 5mg, softgel shell\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDirections\u003c\/td\u003e\n\u003ctd\u003eTake 1 softgel daily with food\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eDoctor's Best\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003e\u003c\/h2\u003e\n\u003ch2\u003eAbout CoQ10\u003c\/h2\u003e\n\u003cp\u003eCoenzyme Q10 (CoQ10) is a naturally occurring, vitamin-like compound found in virtually every cell in the body. It is especially concentrated in organs with high energy demands — the heart, liver, and kidneys. CoQ10 plays a central role in the cellular energy production process and also functions as a fat-soluble antioxidant.\u003c\/p\u003e\n\u003cp\u003eThe body produces CoQ10 naturally, but levels are known to decline with age. Doctor's Best CoQ10 uses the ubiquinone form in an olive oil base, and includes BioPerine® — a standardised black pepper extract shown to support absorption of fat-soluble nutrients.\u003c\/p\u003e\n\u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n\u003ch3\u003eActive Ingredients\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eCoenzyme Q10 (Ubiquinone) — 100mg per softgel\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cstrong\u003eBlack Pepper Extract (BioPerine®) — 5mg per softgel\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eOther Ingredients\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eOlive oil — carrier for absorption\u003c\/li\u003e\n\u003cli\u003eSoftgel shell (gelatine-based)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003eDirections of Use\u003c\/h2\u003e\n\u003cp\u003eTake one (1) softgel daily with food. Do not exceed the stated dose. For best results, take with a fat-containing meal to support absorption of this fat-soluble supplement.\u003c\/p\u003e\n\u003cdiv class=\"advisory\"\u003e\n\u003cstrong\u003eFood Supplement Advisory (Ireland)\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e This product is a food supplement intended to supplement the diet. Food supplements should not be used as a substitute for a varied and balanced diet and a healthy lifestyle.\u003cbr\u003e\u003cbr\u003e Do not exceed the stated recommended daily dose. Keep out of reach of children. Store in a cool, dry place, away from direct light and heat.\u003cbr\u003e\u003cbr\u003e If you are pregnant, breastfeeding, taking medication, or have an underlying health condition, consult your GP or pharmacist before use.\u003cbr\u003e\u003cbr\u003e \u003cstrong\u003eThis product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e Regulated in Ireland as a food supplement under SI 506 of 2007 and the Food Supplements Regulations 2022.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Doctor’s Best","offers":[{"title":"Default Title","offer_id":61106456625482,"sku":"DRB-0170","price":34.25,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/3484\/1920\/files\/doctors-best-coq10-100mg-120-softgels-ireland-1.jpg?v=1771182282"},{"product_id":"healthy-origins-coq10-100mg-60-softgels","title":"Healthy Origins CoQ10 100mg | Ubiquinone | 60 Softgels","description":"\u003cp\u003e\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Healthy Origins CoQ10 100mg \\u2014 60 Softgels\",\n  \"image\": \"https:\/\/probiotic.ie\/cdn\/shop\/files\/healthy-origins-coq10-100mg-60-softgels-ireland_1c19b029-d751-4cb6-927c-61eaa9246939_1100x.jpg?v=1776159981\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"price\": \"31.95\",\n    \"priceCurrency\": \"EUR\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"url\": \"https:\/\/probiotic.ie\/products\/healthy-origins-coq10-100mg-60-softgels\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Probiotic.ie\"\n    },\n    \"shippingDetails\": {\n      \"@type\": \"OfferShippingDetails\",\n      \"shippingRate\": {\n        \"@type\": \"MonetaryAmount\",\n        \"value\": \"0\",\n        \"currency\": \"EUR\"\n      },\n      \"shippingDestination\": {\n        \"@type\": \"DefinedRegion\",\n        \"addressCountry\": \"IE\"\n      },\n      \"deliveryTime\": {\n        \"@type\": \"ShippingDeliveryTime\",\n        \"handlingTime\": {\n          \"@type\": \"QuantitativeValue\",\n          \"minValue\": 0,\n          \"maxValue\": 1,\n          \"unitCode\": \"DAY\"\n        },\n        \"transitTime\": {\n          \"@type\": \"QuantitativeValue\",\n          \"minValue\": 1,\n          \"maxValue\": 3,\n          \"unitCode\": \"DAY\"\n        }\n      }\n    },\n    \"hasMerchantReturnPolicy\": {\n      \"@type\": \"MerchantReturnPolicy\",\n      \"applicableCountry\": \"IE\",\n      \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\",\n      \"merchantReturnDays\": 30,\n      \"returnMethod\": \"https:\/\/schema.org\/ReturnByMail\",\n      \"returnFees\": \"https:\/\/schema.org\/FreeReturn\"\n    }\n  }\n}\n\u003c\/script\u003e \u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is CoQ10 and what is it used for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"CoQ10 (Coenzyme Q10) is a naturally occurring compound found in nearly every cell in the body. It contributes to normal cellular energy production and acts as a fat-soluble antioxidant. The body produces CoQ10 naturally, but levels may decline with age. It is sold in Ireland as a food supplement.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Ubiquinone and Ubiquinol?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Ubiquinone is the oxidised form of CoQ10 and the most widely studied. Ubiquinol is the reduced (active) form. This product contains Ubiquinone at 100mg per softgel. Consult a healthcare professional if you are unsure which form is right for you.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How many softgels are in this bottle and how long will it last?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Each bottle contains 60 softgels. At one softgel daily this provides a 60-day supply. At two softgels daily, a 30-day supply.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why is CoQ10 suspended in olive oil?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"CoQ10 is fat-soluble and absorbs better in the presence of dietary fat. Healthy Origins uses cold-pressed olive oil as the carrier. Taking the softgel with a fat-containing meal is recommended.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this product suitable for vegans or vegetarians?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This product contains Kosher gelatine and natural beeswax. It is not suitable for vegans or strict vegetarians.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this CoQ10 gluten free?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Free from wheat, gluten, soy, milk, egg, fish, shellfish, peanut, and tree nut derived ingredients.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I take CoQ10 with other supplements or medications?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"If you take statins, warfarin, or blood pressure medication, consult your GP or pharmacist before use. This product is a food supplement and does not replace medical advice.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this product safe during pregnancy or breastfeeding?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Insufficient evidence exists to confirm safety during pregnancy or breastfeeding. Consult your GP or midwife before use.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who makes this CoQ10?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Manufactured by Healthy Origins, a US supplement brand established in 1996. Imported and distributed in Ireland by Probiotic.ie.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How should I store this product?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Store in a cool, dry place away from direct sunlight and heat. Keep lid closed. Keep out of reach of children.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I buy CoQ10 in Ireland without a prescription?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. CoQ10 is a food supplement in Ireland and does not require a prescription. Available to order online at Probiotic.ie with delivery across Ireland.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the recommended dose of CoQ10?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The manufacturer recommends one softgel once or twice daily with a meal. Do not exceed the stated dose. No EU Reference Intake is established for CoQ10. Consult a healthcare professional if unsure.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .pd-wrap { font-family: Arial, sans-serif; font-size: 15px; color: #333; line-height: 1.6; max-width: 860px; }\n  .pd-wrap h2 { font-family: Georgia, serif; font-size: 1.25rem; background: #2d5a27; color: #fff !important; display: inline-block; padding: 4px 14px; border-radius: 3px; margin: 1.4rem 0 0.6rem; }\n  .pd-wrap h3 { font-family: Georgia, serif; font-size: 1.05rem; color: #1a7a7a; margin: 1rem 0 0.4rem; }\n  .pd-wrap p { margin: 0.5rem 0 0.9rem; }\n  .pd-wrap ul { margin: 0.3rem 0 0.9rem 1.2rem; }\n  .pd-wrap ul li { margin-bottom: 0.35rem; }\n  .quick-facts { background: #f4f9f4; border-left: 4px solid #2d5a27; padding: 14px 18px; margin: 1rem 0 1.2rem; border-radius: 3px; }\n  .quick-facts table { width: 100%; border-collapse: collapse; font-size: 14px; }\n  .quick-facts th { text-align: left; color: #2d5a27; padding: 4px 8px; border-bottom: 2px solid #ccc; }\n  .quick-facts td { padding: 5px 8px; border-bottom: 1px solid #e5e5e5; vertical-align: top; }\n  .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0.6rem 0 1rem; }\n  .badge { background: #e8f4e8; color: #2d5a27; border: 1px solid #b6d9b6; font-size: 12px; font-weight: bold; padding: 3px 10px; border-radius: 20px; }\n  .advisory { background: #fff5f5; border: 1px solid #e08080; border-radius: 4px; padding: 14px 18px; margin: 1.4rem 0 0.8rem; font-size: 13.5px; color: #555; }\n  .advisory strong { color: #b00; }\n  .faq-section { margin-top: 1.6rem; }\n  .faq-item { border-bottom: 1px solid #e5e5e5; padding: 0.7rem 0; }\n  .faq-item summary { font-weight: bold; color: #1a7a7a; cursor: pointer; font-size: 15px; }\n  .faq-item p { margin: 0.5rem 0 0.3rem; color: #444; font-size: 14px; }\n\u003c\/style\u003e\n\u003cdiv class=\"pd-wrap\"\u003e\n\u003cp\u003e\u003cstrong\u003eHealthy Origins CoQ10\u003c\/strong\u003e delivers 100mg of pure Coenzyme Q10 (Ubiquinone) per softgel, suspended in cold-pressed olive oil for optimal absorption. Each bottle provides a 60-day supply at one softgel daily. Available in Ireland from Probiotic.ie.\u003c\/p\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"badge\"\u003eGluten Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003eSoy Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003eDairy Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003eEgg Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003eNut Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003eShellfish Free\u003c\/span\u003e \u003cspan class=\"badge\"\u003e100mg per Softgel\u003c\/span\u003e \u003cspan class=\"badge\"\u003e60-Day Supply\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eKey Facts\u003c\/h2\u003e\n\u003cdiv class=\"quick-facts\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eDetail\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eActive Ingredient\u003c\/td\u003e\n\u003ctd\u003eCo Enzyme Q10 (Ubiquinone)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDose per Softgel\u003c\/td\u003e\n\u003ctd\u003e100mg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoftgels per Bottle\u003c\/td\u003e\n\u003ctd\u003e60\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSupply Duration\u003c\/td\u003e\n\u003ctd\u003e60 days (1 softgel daily)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCarrier Oil\u003c\/td\u003e\n\u003ctd\u003ePure cold-pressed olive oil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOther Ingredients\u003c\/td\u003e\n\u003ctd\u003eKosher gelatine, Glycerin (vegetarian), Natural beeswax, Purified water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFree From\u003c\/td\u003e\n\u003ctd\u003eWheat, Gluten, Soy, Milk, Egg, Fish, Shellfish, Peanut, tree nut derived ingredients\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDirections\u003c\/td\u003e\n\u003ctd\u003eTake 1 softgel once or twice daily with a meal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBrand\u003c\/td\u003e\n\u003ctd\u003eHealthy Origins (since 1996)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU\u003c\/td\u003e\n\u003ctd\u003eHO-0360\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003ch2\u003eAbout CoQ10\u003c\/h2\u003e\n\u003cp\u003eCoenzyme Q10 (CoQ10) is a naturally occurring, vitamin-like compound found in virtually every cell in the body. It is especially concentrated in organs with high energy demands — the heart, liver, and kidneys. CoQ10 plays a central role in the cellular energy production process and also functions as a fat-soluble antioxidant.\u003c\/p\u003e\n\u003cp\u003eThe body produces CoQ10 naturally, but levels are known to decline with age. It is also found in small amounts in dietary sources such as fatty fish, beef, and whole grains, though food sources alone typically provide much lower levels than supplemental doses.\u003c\/p\u003e\n\u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n\u003ch3\u003eActive Ingredient\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eCo Enzyme Q10 (Ubiquinone) — 100mg per softgel\u003c\/strong\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003eOther Ingredients\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePure cold-pressed olive oil (fruit) — carrier for absorption\u003c\/li\u003e\n\u003cli\u003eKosher gelatine — softgel shell\u003c\/li\u003e\n\u003cli\u003eGlycerin (vegetarian)\u003c\/li\u003e\n\u003cli\u003eNatural beeswax\u003c\/li\u003e\n\u003cli\u003ePurified water\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cem\u003eNote: This product contains gelatine and natural beeswax. Not suitable for vegans or vegetarians.\u003c\/em\u003e\u003c\/p\u003e\n\u003ch2\u003eAllergen Information\u003c\/h2\u003e\n\u003cp\u003eFree from: Wheat, Gluten, Soy, Milk, Egg, Fish, Shellfish, Peanut, and all tree nut derived ingredients. Always check the label before use if you have known food allergies.\u003c\/p\u003e\n\u003ch2\u003eDirections of Use\u003c\/h2\u003e\n\u003cp\u003eTake one (1) softgel once or twice daily with a meal. Do not exceed the stated dose. For best results, take with a fat-containing meal to support absorption.\u003c\/p\u003e\n\u003cdiv class=\"advisory\"\u003e\n\u003cstrong\u003eFood Supplement Advisory (Ireland)\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eThis product is a food supplement intended to supplement the diet. Food supplements should not be used as a substitute for a varied and balanced diet and a healthy lifestyle.\u003cbr\u003e\u003cbr\u003eDo not exceed the stated recommended daily dose. Keep out of reach of children. Store in a cool, dry place, away from direct light and heat.\u003cbr\u003e\u003cbr\u003eIf you are pregnant, breastfeeding, taking medication, or have an underlying health condition, consult your GP or pharmacist before use.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eThis product is not intended to diagnose, treat, cure, or prevent any disease.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eRegulated in Ireland as a food supplement under SI 506 of 2007 and the Food Supplements Regulations 2022.\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is CoQ10 and what is it used for?\u003c\/summary\u003e\n\u003cp\u003eCoQ10 is a naturally occurring compound found in nearly every cell in the body. It contributes to normal cellular energy production and acts as a fat-soluble antioxidant. Levels may decline with age. Sold in Ireland as a food supplement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the difference between Ubiquinone and Ubiquinol?\u003c\/summary\u003e\n\u003cp\u003eUbiquinone is the oxidised form and the most widely studied. Ubiquinol is the reduced (active) form. This product contains Ubiquinone at 100mg per softgel. Consult a healthcare professional if unsure which form suits you.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many softgels are in this bottle and how long will it last?\u003c\/summary\u003e\n\u003cp\u003e60 softgels per bottle. At one daily: 60-day supply. At two daily: 30-day supply.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy is CoQ10 suspended in olive oil?\u003c\/summary\u003e\n\u003cp\u003eCoQ10 is fat-soluble and absorbs better with dietary fat. Cold-pressed olive oil is used as the carrier. Take with a fat-containing meal for best results.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this product suitable for vegans or vegetarians?\u003c\/summary\u003e\n\u003cp\u003eNo. Contains Kosher gelatine and natural beeswax. Not suitable for vegans or strict vegetarians.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this CoQ10 gluten free?\u003c\/summary\u003e\n\u003cp\u003eYes. Free from wheat, gluten, soy, milk, egg, fish, shellfish, peanut, and tree nut derived ingredients.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I take CoQ10 with other supplements or medications?\u003c\/summary\u003e\n\u003cp\u003eIf you take statins, warfarin, or blood pressure medication, consult your GP or pharmacist before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this product safe during pregnancy or breastfeeding?\u003c\/summary\u003e\n\u003cp\u003eInsufficient evidence to confirm safety. Consult your GP or midwife before use.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWho makes this CoQ10?\u003c\/summary\u003e\n\u003cp\u003eManufactured by Healthy Origins, a US supplement brand since 1996. Imported and distributed in Ireland by Probiotic.ie.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I store this product?\u003c\/summary\u003e\n\u003cp\u003eCool, dry place away from direct sunlight and heat. Keep lid closed. Keep out of reach of children.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I buy CoQ10 in Ireland without a prescription?\u003c\/summary\u003e\n\u003cp\u003eYes. CoQ10 is a food supplement in Ireland and requires no prescription. Order online at Probiotic.ie with delivery across Ireland.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the recommended dose of CoQ10?\u003c\/summary\u003e\n\u003cp\u003eOne softgel once or twice daily with a meal. Do not exceed the stated dose. No EU Reference Intake is established for CoQ10.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Healthy Origins","offers":[{"title":"Default Title","offer_id":61603427582282,"sku":"HO-0360","price":29.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0059\/3484\/1920\/files\/healthy-origins-coq10-100mg-60-softgels-ireland_1c19b029-d751-4cb6-927c-61eaa9246939.jpg?v=1776159981"}],"url":"https:\/\/probiotic.ie\/collections\/coq10.oembed","provider":"Probiotic.ie","version":"1.0","type":"link"}