
Hover to zoomUncategorized
Ms.W Face Massager Anti-Wrinkle Face Lift Device with 3 Modes & 45℃±5℃ Heat Face Sculptor Skin Tightening Machine Lifting Device Anti Aging Wrinkle Facial Machine
60.60 JOD76.81 JOD
Save 16.21 JOD
- SKU
- UBUY-3RJLI5G
- Unit
- pc
- Unit price
- 76.81 JOD
- Discount
- 16.21 JOD
- Final price
- 60.60 JOD
UnitpcSKUUBUY-3RJLI5GStock1 availableDeliveryDelivery by store timingReturns14-day return window
Why buy this?
- Save 16.21 JOD on this item.
- Ready to order with 1 in stock.
- Delivery by store timing. 14-day return window.
Deal -21%Only 1 left
In stock
GLOBAL & SOCIAL SHOPPING
INT originYour destination price
Estimated landed total60.60 JOD
Product 60.60 · Duty 0.00 · Tax 0.00 · Shipping 0.00Estimated delivery: 10-24 daysDelivery by store timingView cart
Buy with confidenceOnly 1 left
Delivery promiseDelivery by store timingReturn policy14-day return window for eligible productsRewardsEarn about 60 loyalty points when you buyCustomer trustAsk for customer photos and experience before buying
Smart fit guidance
Compare with assistantCheck size, unit, and seller notes before checkout.
Product Description Have any Query? Chat with us jQuery(document).on('click','.chat_actived',function(){ spin = jQuery(this).parents('.chat-with-us').find('.fa-spin'); spin.show(); initChat('true'); setTimeout(function(){ jQuery('.chat_actived').attr('onClick','startChat()'); startChat(); spin.hide(); if(jQuery('.chat_actived').length > 0){ jQuery('.chat_actived').removeClass('.chat_actived'); } },500); }); var what_stands_out_url = 'https://catalog.ubuy.com/ubcommon/what-stands-out-section-v4'; var ajaxHeaders = {}; var already_generated = { "who_should_buy" : false, "nutritionist_take" : false } function utf8ToBase64(str) { var text = str.replace(/'/g, "'"); var utf8Bytes = new TextEncoder().encode(text); return btoa(String.fromCharCode(...utf8Bytes)); } function getWhaStandOutData(request_type, show_nutritionist_take = '') { var product_title = jQuery(document).find('#title').val(); var product_id = jQuery(document).find('#p_full_id').val(); if(typeof product_title == "undefined" || product_title == "" || typeof product_id == "undefined" || product_id == ""){ setTimeout(function() { getWhaStandOutData(request_type,show_nutritionist_take); }, 1000); return; } product_title = utf8ToBase64(product_title); var entity_id = '3RJLI5G'; var website_id = 4; var what_stands_out_data = { product_title : product_title, product_id : product_id, entity_id : entity_id, type : request_type, lng : 'en', entity_id: '3RJLI5G', nutritionist_take: show_nutritionist_take, }; what_stands_out_data = btoa(JSON.stringify(what_stands_out_data)); ajaxRequest = jQuery.ajax({ type: "GET", headers: { ...ajaxHeaders }, data: { data: what_stands_out_data }, url: what_stands_out_url, dataType: "json", success: function (response) { if(response != "" && typeof response === 'object'){ if(response.what_stands_out != ''){ jQuery(".what-stands-out").removeClass("d-none"); jQuery(".what-stands-out").html(response.what_stands_out); } if(response.who_should_buy != ''){ jQuery(".who-should-buy").removeClass("d-none"); jQuery(".who-should-buy").html(response.who_should_buy); already_generated.who_should_buy = true; } if(response.nutritionist_take != ''){ jQuery(".nutritionist-take").removeClass("d-none"); jQuery(".nutritionist-take").html(response.nutritionist_take); already_generated.nutritionist_take = true; } } if(already_generated.who_should_buy == false){ already_generated.who_should_buy = true; getWhaStandOutData("who_should_buy", show_nutritionist_take); } if(typeof show_nutritionist_take == "boolean" && (show_nutritionist_take == true) && already_generated.nutritionist_take == false){ already_generated.nutritionist_take = true; getNutritionistTakeData(); } } }); } function getNutritionistTakeData() { var product_title = jQuery(document).find('#title').val(); var product_id = jQuery(document).find('#p_full_id').val(); var entity_id = '3RJLI5G'; var website_id = 4; if(typeof product_title == "undefined" || product_title == "" || typeof product_id == "undefined" || product_id == "" && typeof entity_id == "undefined" || entity_id == ""){ setTimeout(function() { getNutritionistTakeData(); }, 1000); return; } product_title = utf8ToBase64(product_title); var nutritionist_take_url = 'https://www.ubuy.ae/en/ubcommon/what-stands-out-section-v4'; var nutritionist_take_data = { product_title : product_title, product_id : product_id, entity_id : entity_id, type: "nutritionist_take", lang : 'en', nutritionist_take: true }; nutritionist_take_data = btoa(JSON.stringify(nutritionist_take_data)); ajaxRequest = jQuery.ajax({ type: "GET", headers: { ...ajaxHeaders }, data: { data: nutritionist_take_data }, url: what_stands_out_url, dataType: "json", success: function (response) { if(response != "" && typeof response === 'object' && response.nutritionist_take != ''){ jQuery(".nutritionist-take").removeClass("d-none"); jQuery(".nutritionist-take").html(response.nutritionist_take); } } }); } var show_nutritionist_take = false; jQuery(document).ready(function () { getWhaStandOutData("what_stands_out", show_nutritionist_take); }); Product Price History 100 0 --> var myChart = ""; var price_notes = `Price is showing in %s currency.`; var yAxes_label = 'Price'; var is_pre_order = ''; function createChart(xValues, yValues, price_h_currencyCode) { var localMinimaPoints = []; for (let i = 1; i { return localMinimaPoints.includes(index) ? 'transparent' : '#FFB100'; }); myChart = new Chart("myChart", { type: "line", data: { labels: xValues, datasets: [{ fill: false, lineTension: 0, backgroundColor: "#FFB100", borderColor: "#cccccc96", data: yValues, pointRadius: 5, pointBorderColor: pointBorderColor, }] }, options: { legend: { display: false }, layout: { padding: { left: 10, right: 10, top: 10, bottom: 10 } }, scales: { xAxes: [{ display: true, ticks: { // Include a dollar sign in the ticks callback: function(value, index, ticks) { return value; } }, }], yAxes: [{ display: true, scaleLabel: { display: true, labelString: yAxes_label, fontSize: 16 // Adjust font size of the label } }] }, tooltips: { callbacks: { label: function(tooltipItem, data) { const otherData = tooltipItem.yLabel; return ` ${price_h_currencyCode} ${otherData}`; } } } } }); return myChart; } function getProductPriceHistory() { var product_id = jQuery("#p_full_id").val(); var current_price_usd = jQuery("#special_price_usd").val(); var s_price = '0'; curr_price = $('#special_price').val(); if (typeof curr_price != "undefined") { curr_price = curr_price.replace(/[^0-9]/g, ""); } if (product_id == '') { setTimeout(function() { getProductPriceHistory(); }, 1000); return; } history_url = 'https://www.ubuy.ae/en/ubcommon/product-price-history'; var history_query_params = { sa: selected_asin, pa: parent_asin, pi: product_id, lng: lang, sname: storename, sbname: substorename, current_price: curr_price, s_price:s_price, token :'M3JqbGk1ZzR8NGZlZWQ0NTY5ZjhhZmJkYzI0ODg3MTRhMjFiZmM5YWY1MzBiYzU4ZWUxZmEyOGQ0MDUxMjkzYTk5MzhiYjc5MXxjMzEzZjI1YzJiZmZmNTYyYjdlY2UyNjY3ODdlMTdhMzU1MGEwOTYzNTMzMjY3MjE3YmMzNGIwNDNiNjI5MjQ2', entity_id :'3RJLI5G' } history_query_params = btoa(JSON.stringify(history_query_params)); jQuery.ajax({ type: "GET", url: history_url, dataType: "JSON", data: { p: history_query_params, }, success: function(resp) { jQuery(".line-chart").find(".span_spinner").remove(); jQuery(".line-chart").removeClass('loading'); if (resp.status == true) { jQuery('.priceHistorySection').removeClass('d-none'); jQuery(".line-chart .content").removeClass('d-none'); var xValues = resp.xValues; var yValues = resp.yValues; if (typeof curr_price != "undefined") { curr_price = parseInt(curr_price); if(curr_price > 0 && yValues.length > 0 && yValues.at(-1) !== curr_price){ var d = new Date(); var today = `${String(d.getDate()).padStart(2,'0')}-${String(d.getMonth()+1).padStart(2,'0')}-${String(d.getFullYear()).slice(-2)}`; yValues.push(curr_price); xValues.push(today); if (yValues.length > 5) yValues = yValues.slice(-5); if (xValues.length > 5) xValues = xValues.slice(-5); // Replicated this logic from PHP Code where it is in reverse order. resp.is_good_time_to_buy = false; for (var i = yValues.length - 1; i >= 0; i--) { var single_price = yValues[i]; if (single_price !== curr_price) { if (single_price > curr_price) { resp.is_good_time_to_buy = true; } break; } } } } price_h_currencyCode = resp.currencyCode; myChart = createChart(xValues, yValues, price_h_currencyCode); price_notes = price_notes.replace('%s', ' ' + price_h_currencyCode + ' '); jQuery('.price_h_currency_note').html(` ${price_notes} `); if (resp.is_good_time_to_buy == true && is_pre_order != '1' && is_pre_order != 1) { jQuery('#priceHistoryButton').removeClass('d-none'); }else{ jQuery('.priceHistorySection').addClass('d-none'); } } else { jQuery('.priceHistorySection').addClass('d-none'); } }, }); } jQuery(document).ready(function() { //getProductPriceHistory(); }); jQuery(document).on('click', '#priceHistoryButton', function() { jQuery('html, body').animate({ scrollTop: jQuery('.priceHistorySection').offset().top - 90 }); if (typeof customEvent === 'function') { var seo_p_n = jQuery("#product_name").val(); var seo_p_id = jQuery("#p_full_id").val(); var p_url = '/productuk/3RJLI5G-ms-w-face-massager-skin-tightening-neck-face-lift-v-shaped-firming-beauty-toning-devices-45-5-heat-anti-aging-wrinkle-facial-massager-3-modes-usb-rech'; if(p_url != ""){ var ecommerceData = {name: seo_p_n,product_id: seo_p_id,url: p_url} customEvent("price_drop", ecommerceData); } } }); var tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]') var tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl)) AED 314 AED 398 Limited time deal Order now and get it around Monday, August 17 Remove Restriction This item is not restrict in my country.(Please click on above link if this item is not restrict in your country, So our team will review and allow.) function show_resttict_form() { var title = 'Ms.W Face Massager, Anti-Wrinkle Face Lift Device with 3 Modes & 45℃±5℃ Heat, Face Sculptor Skin Tightening Machine, Lifting Device Anti Aging Wrinkle Facial Machine'; var product_id = '11517408'; if (product_id == '') { product_id = jQuery("#item_id").html(); } if (jQuery('#res_submit').is(':disabled')) { if(typeof grecaptcha != "undefined"){ grecaptcha.reset(); } jQuery('#restrict_form_data').trigger('reset'); jQuery('#res_submit').removeAttr('disabled'); } if (typeof product_id == 'undefined' || product_id == '' && jQuery("#p_full_id").length > 0) { product_id = jQuery("#p_full_id").val(); } var is_form_available = jQuery("#remove-restrict_data-form").html(); if (is_form_available.trim() == '') { jQuery.ajax({ type: "POST", url: 'https://www.ubuy.ae/en/ubcommon/restrict-data-form-v4', data: {title: title, product_id: product_id}, success: function (response) { jQuery("#remove-restrict_data-form").html(response); jQuery("#remove-restrict_data-form").slideToggle("slow", "linear"); } }); } else { jQuery("#remove-restrict_data-form").slideToggle("slow", "linear"); } } QTY: - + Add to cart Buy Now Secured transaction PCI DSS compliant and ISO 27001:2022 certified, with encrypted payments and full buyer protection on every order. Fastest cross-border delivery Our Top Logistics Partners Fastest cross-border delivery Cross-border product supplied through Ubuy. Displayed price excludes shipping, customs, and import charges; final availability and landed cost must be confirmed before order acceptance.
Customer trust
Reviews and ratings
*****0.00 reviews
No reviews yet
Be the first to share feedback after purchasing this product.
Recommended for you
Similar products
Smart matches based on product type, category, availability, brand, and price.
Uncategorized
Rockville RDSM12 Dual 12 Shallow Mount 0.56 Cu Ft Car Sub Enclosure | Sealed Box Made in USA 58 in. MDF 4.625 in. Mounting Depth Stapled and Glued Joints
60.22 JOD
Delivery by store timing
Uncategorized
20mm 5x120 Hubcentric Wheel Spacers Adapters with Bolts 4pcs 72.6mm 12x1.5 Compatible with BMW E28 E34 E36 E46 E90 E91 E60 330i 330xi 318i 323i 325i 328i 335i 525i 545i
60.99 JOD
Delivery by store timing
Uncategorized
Victorinox Curved Breaking Knife Rosewood Handle Multicolor
61.95 JOD75.27 JOD
Save 13.32 JOD
Delivery by store timing
Uncategorized
BORLA 20247 Exhaust Tip 2.5 Inlet - 4.5 Single Round Rolled-Edge Angle-Cut Phantom Outlet - 7.75 Long Exhaust Tip Embossed With BORLA Logo. Weld On Mounting Method.
58.48 JOD64.66 JOD
Save 6.18 JOD
Delivery by store timing
Uncategorized
Made in Mexico Red Manual FlowerCorn All Metal Tortilla Maker Press 10x10 inch Square
63.69 JOD67.94 JOD
Save 4.25 JOD
Delivery by store timing
Uncategorized
LANDA JEWEL 5 Styles Heavy Solid Sterling Silver Wedding Band Diamond Cut Patterned Ring Comfort Fit Unisex
55.01 JOD
Delivery by store timing
Uncategorized
Italtrike La Cosa Crocodile Ride On
69.09 JOD69.09 JOD
Save 0.00 JOD
Delivery by store timing
Combo offer
Frequently bought together
Pick the bundle and get a small discount to make the set easier to buy.
Ms.W Face Massager Anti-Wrinkle Face Lift Device with 3 Modes & 45℃±5℃ Heat Face Sculptor Skin Tightening Machine Lifting Device Anti Aging Wrinkle Facial Machine60.60 JOD
Travelon Anti-Theft Concealed Carry Waist Pack65.43 JOD
Rockville RDSM12 Dual 12 Shallow Mount 0.56 Cu Ft Car Sub Enclosure | Sealed Box Made in USA 58 in. MDF 4.625 in. Mounting Depth Stapled and Glued Joints60.22 JOD
20mm 5x120 Hubcentric Wheel Spacers Adapters with Bolts 4pcs 72.6mm 12x1.5 Compatible with BMW E28 E34 E36 E46 E90 E91 E60 330i 330xi 318i 323i 325i 328i 335i 525i 545i60.99 JODVerified shopping confidence
Clear information and secure payment
Review seller, delivery, return, support, and payment details before placing your order.
Business identityMarketplace, store, branch, and seller details are visible before checkout.Customer supportCustomers can reach EJO by phone, email, WhatsApp, contact page, and social channels.Purchase termsTerms, privacy, shipping, refund, return, and cancellation pages are linked site-wide.Refund and returnsRefund and return conditions are available before customers place orders.Reviews and reputationProduct ratings and customer reviews are shown on product pages when available.Secure storeThe production store runs on HTTPS and uses PCI DSS-aligned payment gateway flows for card checkout.




