Product Description
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count("aplus:shoppable:" + moduleName + ":addToCart", showsAddToCart ? 1 : 0);
}
}
/**
* Common event handler for click and keydown events.
* @param {Event} event - The event object.
* @param {Function} handleClickOrEnter - Function to handle click or Enter key events.
* @param {Function} handleEsc - Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === 'click';
const isKeydown = event.type === 'keydown';
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event - The event object.
*/
function handleEsc(event) {
event.target.blur()// force remove focus
}

1 Award-Winning
2 Customer Reviews
1 Glow Mode
2 Hydration Mode
3 Firming Mode
1 Triangular Head
2 Ultra-Lightweight
3 Product Safety
1 3 Modes
2 Optimal Pairings
3 Versatility
I want to know how often I can use the 3 modes of the device. Can I use it every day?
Absolutely! We suggest indulging in the Red Mode 2-3 times a week (once a day) and treating yourself to the luxurious Blue and Pink modes once daily.
Do I have to use all three modes at once?
There is no need to do so! Customize your beauty routine to match your skin's desires. Whether you're craving a boost in elasticity or focusing on rejuvenation, mix and match the modes to create a personalized skincare experience.
Can I only pair Madeca Prime with the dedicated ampoules (3 types of Centellian Boosting Ampoules)?
Dive into the ultimate skincare symphony by combining the Boosting Ampoules for maximum effect. However, don't hesitate to dance with other Centellian 24 stars like Madeca Cream, Madeca Capture Ampoule, and more!
Why should I use the Red Mode on a bare face without applying an ampoule?
Picture this: the Red Mode, armed with cutting-edge IRE technology, delivers instant stimulation and care. For the best performance, apply it to a clean, dry face. Your skin will thank you!
Are there any precautions or areas to avoid during care?
We've got your back! Start with Level 1 and, as your skin adapts, venture into the next levels. Feel the magic, but please steer clear of the neck area, especially around the thyroid gland. Your skin deserves the royal treatment!
Core Product Line
Madeca Prime Device
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Madeca Prime Tangle Shot
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Madeca Prime Tingle Shot
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
PDRN Firming Ampoule
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
GlutathioneToning Ampoule
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Hyaluronic Tox Ampoule
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)