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 Ice-Cooling
2 5 Energy Levels
3 2 Modes
4 Wild Applications



Why can not use this device on dark skin?
Due to the presence of more melanin in dark skin, it may absorb more light energy than the safe recommended amount, which may cause discomfort.
How long can I see the hair removal effect?
The visible effect is usually observed in 4-6 weeks of use and permanent hair removal is achieved within 10 weeks. Suggest using it 3 times a week in the first month and 2 times a week in the second month.
Does this IPL hair removal device have a ice-cooling function?
Yes, this hair removal device has a large ice applied surface on the head to reduce paint and won't harm the skin.
When I place the device on the skin, why the device doesnot release a flash?
Please make sure the device is at a 90angel on the skin sothat the Flash window is in contact with your skin.
Is this IPL hair removal suitable for all skin types and hair colors?
NO, please refer to the color chart to confirm the hair and skin colors that can be used. Generally speaking, it is not suitable for golden/red/white gray hair or black and dark brown skin.