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
}





What are the main benefits of the Red Light Facial Massager?
The Red Light Facial Massager uses red light therapy to help improve serum absorption, reduce the appearance of fine lines and wrinkles, and enhance skin elasticity for a firmer, smoother complexion.
How often should I use the Red Light Facial Massager for best results?
For optimal results, we recommend using the device 3 to 5 times a week for 5 to 20 minutes each session. You can adjust the frequency based on your skin's needs.
Is this product suitable for all skin types?
Yes, this Red Light Facial Massager is suitable for most skin types, including sensitive skin. We recommend starting with shorter sessions to assess how your skin reacts.
What should I do to prepare before using?
Before using, ensure your face is clean and free of makeup and impurities. You may also apply a suitable skincare product beforehand to enhance the absorption of the red light.
Is this product safe to use, and are there any side effects?
The Facial Red Light Massager is generally safe with minimal side effects. Some users may experience mild warmth or temporary redness, which is normal. If discomfort occurs, please stop use and consult a professional.