๐Ÿต๏ธBee Venom Skin Treatment Cream๏ผˆ๐ด๐ด๐ท ๐‘…๐‘’๐‘๐‘œ๐‘š๐‘š๐‘’๐‘›๐‘‘๐‘’๐‘‘๏ผ‰

1 sold
$29.99
$49.99
-40%
Shipping
people are viewing this right now
While Supplies Last:  1 Jar๏ผˆExperience Package๏ผ‰
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

๐Ÿ†After-sales service >>If you are not satisfied with the goods you received or it doesn't work for you, we offer 180 days unconditional refund.

๐Ÿš†We ship from New York and typically deliver within 2-5 days.
๐ŸŽ‰ Over 99.97% of our customers recommend this product.
โœ‰๏ธ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.

Limited time discount offer - last day

The first 100 orders receive 80% off, after which the price reverts to $79.97 per bottle.

Completely removes all types of warts and moles in just 1-2 weeks.

Effective and proven in removing warts and moles

Take A Look At Our Satisfied Customers

"After years of battling acne, my face was marked with numerous scars and pits, likened by many to the surface of the moon. Upon discovering Lovilds™ Bee Venom Treatment Cream, I didn't hesitate to purchase it. Remarkably, in just under a week, my skin felt transformed—acne marks significantly faded, and pits began to smooth out. I'm committed to continuing with this product, eager to see even more improvements."-Emily, 33,  Los Angelesโญโญโญโญโญ

"I have always been embarrassed by skin warts near my eyes, even causing vision problems. Despite trying expensive treatments, it was difficult to get rid of it and the skin flap persisted.Thankfully, someone suggested Lovilds™ ๐ต๐‘’๐‘’ ๐‘‰๐‘’๐‘›๐‘œ๐‘š ๐‘‡๐‘Ÿ๐‘’๐‘Ž๐‘ก๐‘š๐‘’๐‘›๐‘ก ๐ถ๐‘Ÿ๐‘’๐‘Ž๐‘š, and I decided to give it a shot. Shockingly those troublesome warts vanished completely, without leaving a single trace behind. I couldn't be happier with the results!" - Ethan Bakerโญโญโญโญโญ

"I couldn't be happier with the results of Lovilds™ Bee Venom Treatment Cream after years of battling stubborn warts, I finally found a solution that works. My skin looks clearer and smoother than ever, and I couldn't be more confident in showing it off." - Mariah Jenkinsโญโญโญโญโญ

"The results are amazing. For some reason, I suddenly developed a lot of skin tags in three months, all on my neck. This made me feel very sick, and the doctor recommended surgery to remove it, but the chance of recurrence is high. Luckily, my friend recommended Bee Venom Treatment Cream to me. Her mother had the same symptoms and was cured with this product, so I ordered 4 bottles to give it a try. If it doesn't work, I can go to the hospital for surgery to remove it. After 16 days of using the treatment, these skin tags of mine really disappeared completely, and it doesn't hurt at all! But it is worth noting that persistence is very important. I used it every day for about half a month. In the end, it will slowly turn black and fall off. Now the skin around it looks great after healing! No need for a second treatment. It works the first time! Definitely recommend." - Jaden Barnes โญโญโญโญโญ

"I have been battling hand warts on and off for 15 years. I had laser surgery on the warts on my fingers when I was in my 30s. They have been growing on my fingers as well as the back of my hands for the past 10 years or so. I tried apple cider vinegar (ACV) for the first time and had some success, but they disappeared ...... a bit. However, it didn't take long for them to come back and I tried apple cider vinegar again over the next year or so without much success. Then I opted for surgery. The surgeries are downright cruel and slightly barbaric. They basically paralyze your hand, cut a big hole, and keep digging until they think they've removed all the warts. You wake up and it's not a great experience. Then your hand is basically bandaged and weeping and bleeding for weeks. One bright spot is that my surgery happened in early March 2020, right before the pandemic. Unfortunately, a year later, my warts reappeared in the same place I had them removed. I was very frustrated, lost hope, and thought I needed to live with hand warts forever.
I eventually found Lovilds™ Bee Venom Treatment Cream in 2023 and have been using it for 2 weeks and I'm incredibly impressed with this product, it's the most real and effective thing I've come across on FB! It takes a while, but they work and don't require cutting or digging. I ended up having to make 3 purchases over the course of about 1 month, but the warts are now completely gone and the warts really haven't reappeared in the almost 4 months since I stopped using it!" -Patrick Taylorโญโญโญโญโญ

What are Skin Tags and Warts? What causes skin tags and warts?

Understanding Skin Tags: Benign Growths on Skin

Skin tags, also known as acrochordons, are small, soft, benign growths that protrude from the skin. They typically appear as tiny, flesh-colored or slightly darker skin flaps, often attached to the skin by a thin stalk or peduncle. Skin tags are common, factors such as friction, hormonal changes, genetics, obesity, and insulin resistance may contribute to their formation.

Skin tags and warts are common growths of skin cells. Skin tags occur when extra cells grow on the surface of the skin and are commonly found on the breasts, underarms, neck creases (where clothing or jewelry rubs against the neck), groin, eyelids, abdomen, and back. Warts, on the other hand, are caused by viral infections of the skin. They usually have a rough, bumpy surface and may be round or oval in shape.

How does Lovilds™ ๐‘ฉ๐’†๐’† ๐‘ฝ๐’†๐’๐’๐’Ž Treatment ๐‘น๐’†๐’Ž๐’๐’—๐’‚๐’ ๐‘ช๐’“๐’†๐’‚๐’Ž work on various skin imperfections?

Lovilds™ Bee Venom Treatment Cream offers a solution by leveraging the powerful attributes of bee venom to specifically address diverse skin irregularities like skin tags, moles, warts, and blemishes. Enriched with active components derived from bee venom, this advanced formulation works to dissolve and delicately eliminate undesirable growths.

Harnessing The Potency Of Bee Venom For Skin Tag Removal

Bee venom comprises multiple bioactive elements like melittin, apamin, and adolapin, which have been scientifically demonstrated to effectively combat skin tags or warts. Notably, among its enzymatic components, phospholipase A2 shines for its capacity to degrade abnormal tissue, streamlining the process of removing skin tags or warts.

Enhance Tissue Healing & Accelerate Regeneration

An additional notable benefit of bee venom lies in its capacity to boost blood circulation. By stimulating blood flow in the targeted region, it supports the elimination of skin tags or warts while fostering tissue regeneration and expediting the healing process. This aids in the restoration and revitalization of impaired tissues.

Furthermore, laboratory studies have shown that the constituents of bee venom exhibit antiviral properties. This implies that bee venom may hinder the replication of viruses that might cause skin infections, potentially aiding in infection prevention during the removal of skin tags or warts. Research has demonstrated that bee venom induces apoptosis, or programmed cell death, in abnormal skin cells, resulting in the eradication of skin tags or warts. Its active ingredient destroys wart tissue, encouraging it to loosen and fall off. Apply this wart remover to the face or body to dry and reduce the lesions until they naturally fall off the surface of the skin.

Ava Shamban

As a dermatobiologists, I am well aware of the problems and challenges that warts of all types pose to patients. In my 15 years of clinical career, I have seen countless patients who have suffered greatly from the torture and pain associated with the condition. Based on a research article published in the International Journal of Dermatology in 2023, I made a remarkable discovery about the effects of bee venom on the human body.

The active biological proteins found in bee venom, called bee venom peptides, were found to be effective in inhibiting the proliferation of keratinocytes within warts, and to rapidly kill the skin cells that have formed within the warts, causing them to gradually discolor, darken, and then fall off within 1 to 2 weeks. And make this the key treatment option for complete wart removal. June 2023 After more than 1 month of intensive research and extraction, I discovered that the bee venom produced by New Zealand bees rapidly fuses with human skin tissue. By activating and facilitating this process, it effectively inhibits the proliferation of keratinocytes within the wart and rapidly kills the skin cells that have already formed within the wart.

I have combined a variety of botanical ingredients that have long been shown to be beneficial in removing warts to create the Lovilds™ ๐‘ฉ๐’†๐’† ๐‘ฝ๐’†๐’๐’๐’Ž ๐‘ด๐’๐’๐’† ๐’‚๐’๐’… ๐‘พ๐’‚๐’“๐’• ๐‘ป๐’“๐’†๐’‚๐’•๐’Ž๐’†๐’๐’• ๐˜พ๐™ง๐™š๐™–๐™ข. Experimental evidence has shown this ๐ถ๐‘Ÿ๐‘’๐‘Ž๐‘š to be the best choice for treating warts. The blend of these ingredients, along with the powerful properties of bee venom, provides a breakthrough solution to treat warts completely from the root cause.

I am very excited about the potential of this ๐ถ๐‘Ÿ๐‘’๐‘Ž๐‘š to bring relief and hope to patients suffering from warts all over the world. Its unique formula has the ability to restore skin health and improve the quality of life for those suffering from this challenging condition. As a dermatologist, I feel confident in recommending Lovilds™ ๐‘ฉ๐’†๐’† ๐‘ฝ๐’†๐’๐’๐’Ž ๐‘ด๐’๐’๐’† ๐’‚๐’๐’… ๐‘พ๐’‚๐’“๐’• ๐‘ป๐’“๐’†๐’‚๐’•๐’Ž๐’†๐’๐’• ๐˜พ๐™ง๐™š๐™–๐™ข as the ultimate solution.

All ingredients are derived from natural plants and bee venom, cruelty free !

Bee venom: Bee venom is the venom from New Zealand honeybees. It is a method of stimulating bees to excrete bee venom through ether anesthesia. This natural substance is not life-threatening and is recognized for its potential benefits in treating various warts as well as a variety of skin conditions. It can regulate the immune response and inhibit pro-inflammatory cytokines. At the same time, bee venom is a relatively safe immune modulator with anti-viral properties. Therefore, it can also effectively treat viral contagious warts and effectively kill the skin cells in the warts, allowing them to It gradually changes color, darkens and then falls off over 1 to 2 weeks. Melittin, which our team discovered, also has potent anti-inflammatory properties, helping to reduce inflammation associated with warts .

5% Salicylic acid:As an anti-inflammatory, salicylic acid reduces inflammation and helps control wart growth. By reducing the redness and inflammatory response of the skin, salicylic acid relieves discomfort in the wart lesion area. Additionally, it has exfoliating properties that help remove aged cells and keratin from the surface of warted skin, allowing new skin cells to be exposed. By promoting skin cell growth and repair, salicylic acid helps to quickly form new, healthy skin tissue after the wart tissue is shed. Additionally, salicylic acid has antimicrobial properties that control bacterial infections around the skin.

Melaleuca Alternifolia (Tea Tree Oil) : dehydrates skin tags, causing them to dry up and fall off.

Arborvitae Leaf Extract: This herb helps promote clear, healthy-looking skin when applied topically.

Borneol: This organic compound possesses anti-coagulant or blood-thinning properties. In addition, several studies have revealed that borneol is also effective in treating inflammation, relieving pain, and eliminating odors. The wound-healing property of borneol is among its most beneficial uses.

Bee Venom   Treatment Cream
Guarantee #1:Suitable for All Skin Issues

Among our nearly 20,000 users, 99.57% have experienced perfect resoluti

on of theirskin issues. No matter what your skin condition is,

you can benefit from this product.

No more enduring skin itching or pain,

No more caring about others' opinions,

And no more searching for the next cream or ๐ถ๐‘Ÿ๐‘’๐‘Ž๐‘š.

When you start using this product, all these issues will be resolved.

Your skin problems will be solved, and you will be rejuvenated.

Guarantee #2: Fast and Lasting Results

Although you'll quickly see the effects of this natural antibacterial and anti-inflammatory detoxification...

...around two weeks to see noticeable results...

This means that this time you'll finally be able to have healthy skin.

We have over half of the users resolving their skin issues and successfully maintaining them for nearly 5 years.

And all they had to do was use this Cream, and it looks really good.

Just imagine!

Imagine yourself on the beach or by the sea, wearing a bikini and enjoying the admiring looks of people.

Guarantee #3: Absolute Best Customer Service

When you join this family, you'll never be alone.

Myself and my team of doctors will always be here for you, ready to assist you at any time.

If you have specific questions about the program, we'll be here to guide you...

If you're not getting the results you want, let us know, and we'll do everything we can to help you...

If you're feeling confused or frustrated, don't be a stranger. Reach out to us immediately because we're here to support you.

You're part of the team now, and we'll do everything we can to ensure your success.

 WHAT MAKES Lovilds™ Bee Venom Treatment Cream YOUR TOP CHOICE?

โœ” Eliminates skin tags, warts and moles
โœ” Promote repair and regeneration of new skin
โœ”Speeds up the healing process without leaving scars
โœ”Warts and skin tags fall off naturally and painlessly
โœ”Fast results, visible results, no side effects
โœ”Prevent infection after removal
โœ”Developed and manufactured in the USA in a NIH registered laboratory
โœ” Suitable for all skin types
โœ”Minimises friction and irritation caused by skin tags
โœ”Prevents skin tags and blemishes from developing into lesions
โœ”Contains no harmful ingredients and is residue-free
โœ”Proven effective in clinical medical research centres
โœ”Use 3-4 times a day
โœ”Instructions for long term guaranteed use
โœ”Safe and hygienic, dermatologist recommended

Does our bee venom filtrate come from killing or harming bees?

It doesn't look like they're being killed or harmed because we're using new technology to get bee venom without harming the bees. Ether is used to anesthetize the nerves of bees. After the bees inhale enough ether vapor, it will cause the bees to spit honey and expel poison. After the ether disappears, the bees will fly away. This process is considered humane and will not hurt. After decades of cultivation and breeding in New Zealand, the high quality of bee venom can be guaranteed. Bees are farmed 100% natural, hypoallergenic, dermatologist tested.

Here are some of our happy customers:

"The light makes me very uncomfortable. I wanted to go to a dermatologist to get them removed, but I was hesitant to go to a clinic for treatment due to my low tolerance for pain. I stumbled across Lovilds™ Bee Venom Treatment Cream and read some reviews from friends who had similar experiences, but since I didn't have much, I thought I might have a better chance of success.

After the first week of use the skin around the warts was a little itchy but I could clearly see the warts starting to darken and dry out, after another 7 days the skin around the warts started to peel off and the whole skin around the warts started to peel off. The warts fell off and the skin slowly healed from the medication. Lovildswas used 4 times a day for a fortnight and then they were completely eliminated without having to worry about infecting anyone else because it had been eliminated. Only a few weeks have passed since they came off and I am very happy with the results! Not only did it effectively remove my warts, but it didn't cause any discomfort or pain. I am very grateful for this cream as it has restored my confidence and freed me from the fear of painful treatments." - Brianna Roseโญโญโญโญโญ

"I am a teacher and have to stand for long hours every day, which took a toll on my body, especially my varicose veins. The swelling and discomfort were out of control. But then I tried these Lovilds™ Bee Venom Cream, which is smooth, easily absorbed, and deeply moisturizes my skin with every use. After a week, I noticed that the swelling and discomfort of my varicose veins were significantly reduced, and my leg skin regained its former radiance. This is by far the most comfortable product I have ever purchased."
After 2 weeks, my varicose veins were completely gone and the pain in my legs was gone! I love them! - Victor Steven
โญโญโญโญโญ

     

    Is our natural active bee venom peptide obtained through killing or harming bees?

    The natural active bee venom peptides in LOVILDS™ Bee Venom Mole and Wart Treatment Cream are extracted from BPA using cutting-edge technology that extracts bee venom without harming the bees. Ether is used to anesthetize the bees' nerves. Once bees inhale sufficient ether vapor, they excrete venom. Once the ether dissipates, the bees fly away. This process is considered humane and poses no harm to bees. Additionally, the quality of bee venom is ensured through decades of breeding and reproduction. Bees are 100% naturally bred, and this process is approved by animal protection laws.

    SPECIFICATION

    Lovilds™ ๐‘ฉ๐’†๐’† ๐‘ฝ๐’†๐’๐’๐’Ž Treatment ๐‘ช๐’“๐’†๐’‚๐’Ž(1/2/4/6/10 Jars)
    Origin: New York, USA

    Shelf life: 3 years

    We support Global Delivery

     For each piece of our product purchased, we donate a portion of our profit to support the Cruelty-Free International organization, which helps to promote the protection of animals and end animal cruelty around the globe. By purchasing our product, you are supporting our cause to provide a more animal-friendly beauty culture. Don't hesitate to contribute your passion for that. 

    ๐ŸŽDAILY: The first 100 customers to place an order will receive double the product as a gift!!!!!

     

    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.