Omega-3 Premium Fish Oil, Concentrated Formula with EPA & DHA, Support for Optimal Lipid Profile & Immune System, Gluten Free, Non-GMO, 100 Fish Gelatin Softgels

Reduce blood cholesterol level|Maintain smooth blood flow|Prevent the occurrence of blood clots, stroke, myocardial infarction|Reduce stress and fatigue of mental workers|Improve the symptoms of memory loss |Improve skin dryness |Enhance the body's immune function and antioxidant ability

$29.99
$69.99
-57%
Size:  Size: 100 Count (Pack of 1)
Quantity
FAQs

SHIPPING AND DELIVERY

We are proud to offer shipping services that currently operate in USA.

Nothing means more to us than bringing our customers great value and service. We will continue to grow to meet the needs of all our customers, delivering a serviced. Thank you for your understanding.

How much do you charge for shipping?

Free shipping on orders over 19.98. If the order price is lower than 19.98 due to the use of discounts, you can try purchasing a slightly higher priced product. Or buy two for a discount and free shipping.

How do you ship packages?

The jackefactory ships all in-stock orders with First-Class Mail Tracking® service. Please allow 3-5 business days (preparation time not included) for in-stock items to be shipped with Default Shipping or 1-2 business days for in-stock orders to be shipped with Priority Mail Express® service.

How long does shipping take?

Shipping time varies by location. These are our estimates: 3-5 Business days.

Do you provide tracking information?

Yes, you will receive an email once your order ships that contains your tracking information(Within 1 business day). If you haven't received tracking info within 2 days, please contact us.

My tracking says "no information available at the moment".

For some shipping companies, it takes 1-2 business days for the tracking information to update on the system. If your order was placed more than 3 business days ago and there is still no information on your tracking number, please contact us.

Will my items be sent in one package?

For logistical reasons, items in the same purchase will sometimes be sent in separate packages, even if you have specified combined shipping.

If you have any other questions, please contact us and we will do our best to help you out.

We try to make sure all your items reach you at the same time.

REFUNDS & RETURNS POLICY

Order cancellation

All orders can be cancelled until they are shipped. If your order has been paid and you need to make a change or cancel an order, you must contact us within 12 hours. Once the packaging and shipping process has started, it can no longer be cancelled.

Refunds

Your satisfaction is our #1 priority. Therefore, you can request a refund or reshipment for ordered products if:

  • You do not receive them within the guaranteed time (20 days not including 3-5 day processing)
  • You receive the wrong or broken item(Non-artificial)

We do not issue the refund if:

  • Your order does not arrive due to factors within your control (e.g. providing the wrong shipping address)
  • Your order does not arrive due to exceptional circumstances outside our control (e.g. delayed by a natural disaster)
  • Other exceptional circumstances outside the control of jackefactorymalls.com

*You can submit refund requests within 15 days after the guaranteed period for delivery (20 days) has expired. You can do it by sending a message on page.

If you are approved for a refund, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within 14 days.

Exchanges

If for any reason you would like to exchange your product. You must contact us first and we will guide you through the steps.

Please do not send your purchase back to us unless we authorise you to do so.

Shipping policy

Shipping Info

Shipping Method Cost Shipping Time
Free Shipping

Orders over $19.98 = Free Shipping

6~8 Days

How Long Does Delivery Take?

3-5 business days.

What Countries Do You Ship to?

Many European and American countries
Thank you for your understanding.

What Is the Processing Time?

It normally takes 1 business day for us to process your order. However, please note that the processing time can also be affected by the stock status of individual items, the time of the year, national holidays, etc. If your order includes very popular items that are experiencing stock availability issues, then the order can take 1-3 business days to process and dispatch. We apologize in advance for any inconvenience caused by these delays and thank you for your patience.

How Will My Delivery Be Shipped?

The jackefactory ships all in-stock orders with First-Class Mail Tracking® service. Please allow 3-5 business days (preparation time not included) for in-stock items to be shipped with Default Shipping or 1-2 business days for in-stock orders to be shipped with Priority Mail Express® service.

I Ordered More Than One Item. Will They All Be Delivered at the Same Time?

We try to make sure all your items reach you at the same time. Sometimes our products are not always sent together since different shipping options can be used, depending on the product. Once an item has been shipped, you will receive a shipment notification email.

Can I Change the Delivery Address of My Package After It Has Been Shipped Out?

Unfortunately, we cannot change the shipment once the product is en route.

What Do I Need to Do When I Received a Different Product Than What I Ordered?

Please contact customer support at support@jackefactoryvitamins.com

Returns & Refunds

If you are not entirely satisfied with your purchase, it is easy to exchange or refund. Please don’t hesitate to contact us at support@jackefactoryvitamins.com. We will try our best to meet your request.

Easy Exchanges:

Need a different size, color, or pattern? Have a hassle-free exchange as long as it is in stock.

 Fast Refund:

Kind reminder: Any addresses on the parcel are not approved as the return address. Returned packages without an authorized return address from customer service representatives will not be refunded or exchanged. We will issue a refund to your original payment method within a week.

 Returns &Exchanges Policy

We accept order cancellation before the product is shipped or produced.

Exchanges (if applicable)

We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email if you have any questions.

Email: support@jackefactoryvitamins.com

 Purchase Not Eligible for Return

-Final sale item(s) is not eligible for return or exchange.

 -You must email us 3 pictures showing the problem/defect after submitting the return/exchange request online.

 Order Cancellation

Your order will be fully refunded if it’s canceled within 12 hours of purchase. Please submit a help ticket from Contact Us if you decide to cancel the order.

 Contact us

If you have further questions/issues, please don’t hesitate to contact us at support@jackefactoryvitamins.com

/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1717207941055').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

  • PREMIUM FISH OIL: The fish oil in this supplement contains important omega-3 fatty acids that provide numerous health benefits. This premium blend is manufactured under strict quality control standards.
  • CONCENTRATED FORMULA: This supplement features concentrated fish oil that is molecularly distilled and in the preferred triglyceride form. It contains 180 mg EPA and 120 mg DHA.
  • POTENTIAL BENEFITS*: The omega-3s or “good fats” in fish oil are associated with maintaining an optimal lipid profile and health benefits.*
  • IMMUNE SUPPORT*: Omega-3s are thought to provide many other benefits and may help to support immune health and healthy cognitive and brain functions, which can help promote overall health.
  • COMMITMENT TO QUALITY: California Gold Nutrition strives to use quality ingredients in all formulations. This product contains no gluten, GMOs, or soy


Introducing the Omega-3 Premium Fish Oil, a concentrated formula designed to support optimal lipid profile and immune system. This high-quality supplement is gluten-free and non-GMO, making it a suitable choice for individuals with dietary restrictions. Packed with 100 fish gelatin softgels, this product offers a convenient and easy way to incorporate the benefits of Omega-3 fatty acids into your daily routine.



With a focus on promoting cardiovascular health, this premium fish oil is formulated to reduce blood cholesterol levels and maintain smooth blood flow. By doing so, it helps to prevent the occurrence of blood clots, stroke, and myocardial infarction, allowing you to take proactive steps towards a healthier heart.

Not only does this Omega-3 fish oil support heart health, but it also offers numerous benefits for mental well-being. Designed to reduce stress and fatigue in mental workers, it provides a natural solution to support cognitive function and enhance mental clarity. Additionally, it has been shown to improve the symptoms of memory loss, making it an ideal choice for individuals looking to support their brain health.

The benefits of this premium fish oil extend beyond cardiovascular and mental health. It also offers advantages for skin health, as it has been shown to improve skin dryness. By nourishing the skin from within, this supplement promotes a smooth and radiant complexion, allowing you to feel confident and revitalized.

In addition to its cardiovascular, mental, and skin benefits, this fish oil also enhances the body's immune function and antioxidant ability. By strengthening the immune system, it helps to protect against common illnesses and supports overall well-being. Furthermore, its antioxidant properties help to neutralize harmful free radicals, reducing oxidative stress and promoting cellular health.

Crafted with a commitment to quality, this Omega-3 fish oil is made from premium ingredients to ensure maximum efficacy. The concentrated formula ensures that you receive a potent dose of EPA and DHA, the essential fatty acids found in fish oil that provide numerous health benefits. With 100 fish gelatin softgels, each containing a concentrated dose of Omega-3 fatty acids, this product offers a long-lasting supply to support your health goals.

In summary, the Omega-3 Premium Fish Oil is a high-quality supplement designed to support optimal lipid profile and immune system. With its ability to reduce blood cholesterol levels, maintain smooth blood flow, prevent blood clots and cardiovascular incidents, and improve mental and skin health, this product offers a comprehensive solution for overall well-being. Incorporate this gluten-free and non-GMO fish oil into your daily routine and take proactive steps towards a healthier and more vibrant life.

Suggested Use

Take 2 softgels daily, with or without food. Best when taken as directed by a qualified healthcare professional

Main Ingredients

Natural Fish Oil Concentrate

Other Ingredients

Fish Gelatin Softgel (Gelatin [from Tilapia], Glycerin, Water) and Vitamin E (< 0.1% as Natural Mixed Tocopherols).

Contains: Fish (Anchovy, Mackerel, Sardine and/or Tuna).

This product is not manufactured with milk, eggs, crustacean shellfish, tree nuts, peanuts, wheat, soy or gluten.

*These statements have not been evaluated by the FDA. This product is not intended to diagnose, treat, cure or prevent any disease.

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.