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 Results
2 Benefits
3 Key Ingredients
4 How to Use
1 Review 1 2 Review 2 3 Review 3 4 Review 4

68.9% Rice Extract & 2% Niacinamide
When Rice Extract meets Niacinamide, which targets uneven skin texture and fine lines, it becomes nature's ultimate solution to tired and thirsty skin. Leave the mask on overnight and wake up to soft, baby-like skin.

All-in-one Care
This Ultimate Nourishing Overnight Spa Mask provides all the moisturizing, nourishing and illuminating benefits for clearer and softer-looking skin with its lightweight formula that can be used on all skin types, even sensitive.

Our Brand Story
COSRX believes that cosmetics should give more than just outward beauty. We are devoted to enabling individuals to find solutions according to their personal skin conditions. We strive to help our customers gain self-confidence, and ultimately find their own unique beauty inside.

Featured in
COSRX has been featured in multiple prominent magazines and our products have received praise from many trusted editors. As proven by the countless articles that have been released, COSRX will continue to listen to the voices of our customers and strive to improve.
Is this a wash-off mask or a leave-on mask?
Our Ultimate Nourishing Rice Overnight Spa Mask is a leave-on mask. Apply the mask at the last step of your evening skincare routine and rinse off the next morning.
How do I know if this product is authentic?
To ensure the authenticity of the product, please make sure you are purchasing the product from the only authorized seller: COSRX Inc. The authenticity of the product cannot be promised when purchased from sellers other than COSRX Inc.