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 Easy to use
2 How to use

1 FOR MATURE SKIN
2 NOURISH & HYDRATE
3 BENEFITS OF RETINOL
4 DEEP MOISTURE

What precautions should beginners take when using retinol?
Always do a patch test on your inner arm for 24 hours to check for irritation. Avoid the eye area. Use SPF 30+ daily, and consult a dermatologist before use. Do not use if you have any skin concerns.
What is a patch test, and how do I perform it?
A patch test helps detect allergies. Apply a small amount of product to your inner forearm and wait 24 hours. If no redness or irritation occurs, it’s safe to use on your face.
Can I use SimplyVital Face Moisturizer if I have sensitive or dry skin?
Individual intolerance may occur. Consult with your dermatologist. Start slowly, 1-2 times a week, then gradually increase. Always do a patch test before use. Stop if irritation or redness occurs.
How soon can I expect to see results?
Results vary, but most users see improvements in skin texture and appearance within 4-6 weeks of consistent use.
I can't understand how to use the jar, how to get the cream from the pump?
Remove the clear lid from the jar, gently press down on the white pump. If no cream appears, press a few times. This design keeps the cream fresh by limiting air exposure.