🎁[Free Shipping]Cactus Collagen Under Eye Gels

$19.99
$39.99
-50%
🔥Buy More Save More🔥:  1 bag
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

Key Ingredients in Under Eye Gels

Elevate your under eye care with our soothing under eye gels.

Made with potent plant-based ingredients designed to enhance your skin’s natural glow.

Studies show Hyaluronic Acid is ideal for locking in hydration into the skin and smoothing the appearance of fine lines around the eyes.

Aloe Vera studies show, soothes irritated, or dry skin. Aloe vera is easily absorbed into the skin, making it ideal for all skin types from oily to dry. 

But the goodness doesn't stop there; we've harnessed the power of Sodium Alginate, derived from brown algae, to leave your skin feeling irresistibly soft and silky.

Vitamin B3 keeps the skin firm and protected, strengthens the skin’s barrier to retain moisture, and reduces inflammation that leads to puffy under eye bags.

Together, these remarkable ingredients make our under-eye gels a dynamic skincare solution that revitalizes and rejuvenates the delicate skin around your eyes. your natural beauty.

How to Apply Frownies Eye Gels

Applying Frownies Cactus Collagen Under Eye Gels is a simple yet effective process that can quickly rejuvenate and refresh the skin around your eyes.

Begin by ensuring your skin is clean and free of any makeup or skincare products.

There's no specific front or back to these gels, so simply apply them under your lower lashes area or on your eyelids.

Frownies Under Eye Gels do not have an adhesive and may slide down on the first application.

Initially soaked in a beneficial liquid serum, they gradually become stickier with each use, ensuring they stay in place while delivering remarkable skincare benefits.

So, lay down and relax for 15-30 minutes while the amazing ingredients penetrate deep into the skin. You will notice a difference in the mirror right away!

Rehydrate & Reuse!

Frownies Under Eye Gels are eco-friendly.

After each use, return the gels to their tray and spray each under eye pad with Frownies Rose Water Hydrator.

Store the tray in an airtight container in the fridge.

This ensures they stay moist and ready for your next application.

Frownies Under Eye Gels can be used 3-5 times per set. cactus collagen eye pad will appear to shrink as it is absorbed directly into the skin over its lifetime.

Cactus Collagen Under Eye Gels

Under eye patches are one of the most popular at-home spa treatments on the market today.

Frownies Under Eye Gels stand out above the rest in a variety of ways. First, our under eye gel patches are reusable!

Each pack contains three sets of cactus collagen eye gels.

Each set is reported to last three to five treatment sessions.

Therefore, one pack is enough for approximately one month of treatments.

Use Frownies Rose Water Hydrator with hyaluronic acid to keep Frownies Eye Gels moist between uses.

For an added benefit, store the eye gels in the fridge for a cooling effect.

Under-Eye Skin Concerns

The delicate skin under your eyes is often the first place you’ll notice skin type concerns such as dry skin, sensitive skin, fine lines, and wrinkles, which is why Cactus Collagen Under Eye Gels incorporate ingredients, for your specific concerns. 

  • Dark Circles: Those persistent shadows under your eyes can be minimized brightening your overall look.
  • Puffy Eyes: Say goodbye to under-eye bags reducing the appearance of morning puffiness or fatigue-related swelling.
  • Fine Lines: Fine lines can be smoothed and softened out with consistent use promoting more plump, healthy looking skin.
  • Dehydration: The eye area is prone to dry skin and dehydration. Eye gels provide deep hydration, revitalizing the appearance of the skin and combating dryness.

When To Use Under Eye Gel Pads

  • Morning Routine Boost: Incorporate eye patches into your morning skincare regimen to help you start your day looking revitalized.
  • Special Occasions: Before attending a special event, use eye patches to give your eyes and skin tone a quick pick-me-up glow.
  • Travel Companion: Use eye patches during travel to keep your eyes refreshed and prevent that tired look.
  • Hangover Helper: After a night out, eye patches are a lifesaver to soothe tired eyes and dehydrated skin.
  • Stress Relief: The soothing sensation of eye patches can help you relax and unwind.
  • Thoughtful Gifts: Eye patches make excellent gifts for friends and loved ones, promoting self-care and relaxation.

Why Choose Frownies?

Whether used on their own or seamlessly integrated with our full range of everyday skincare products, our advanced under-eye gels boast a gentle, natural formula suitable for every skin type, including sensitive skin.

Designed to tackle concerns such as puffiness, fine lines, and dark circles, they ensure the delicate under-eye area is hydrated and refreshed.

For a holistic skincare approach, trust in Frownies, where our Under-Eye Gels and comprehensive product lineup come together to offer transformative results.

Shop All Skincare Products

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.