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 Smart Airflow Design
2 Dual-Pulse Technology
3 Even Light Distribution
4 Sapphire Ice-Cooling
1 Who can use Blex Velvet?
2 1. Shave Visible Hairs
3 2. Connect to Power
4 3. Wear IPL Goggles
5 4. Start Hair Removal

Is the hair loss permanent?
You should see up to 80% hair removal. When using your device, you are destroying hair follicles that are currently in the ‘anagen’ hair growth phase. It is possible that hairs that were not in the ‘anagen’ phase during treatment will still grow.
Does IPL work on all skin types and hair colors?
Unfortunately not all hair and skin types are suitable for IPL treatment. Generally speaking, IPL and laser hair removal do not work on blonde and red hair or very dark skin.
What is the difference between IPL and Laser Hair Removal?
The difference is the type of light. IPL, or intense pulsed light, is a broadband pulsed light. Laser is a single monochromatic light source. IPL & laser technologies both target the melanin in hair & you can expect permanent results from both.
Does IPL hair remover hurt?
Blex adapts Sapphire Ice-Cooling patent technology to provide Painless treatments. Users will feel no pain during the treatment.
Is this IPL Laser Hair Removal wireless?
Unfortunately this device is not wireless, please check if the device is connected to the power source, then press the power button to turn it on.