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 Targets
2 Benefits
3 Ingredients
4 Hydrolyzed Collagen
5 How to use
1 Review 1
2 Review 2
3 Review 3
Best Collagen Pair for Your Skin Routine
Collagen Jelly Cream
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Triple Deep Erasing Cream
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Triple Collagen Toner
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Triple Collagen Serum
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Collagen Wrapping Mask
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Collagen Bubble Serum
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.3 out of 5 stars
1,286
4.5 out of 5 stars
338
4.6 out of 5 stars
243
4.6 out of 5 stars
382
4.2 out of 5 stars
1,209
4.3 out of 5 stars
66
Price
$19.98$19.98
$19.90$19.90
$18.30$18.30
$18.90$18.90
$18.90$18.90
$19.80$19.80
Product Type
Cream
Cream
Toner
Serum
Cream
Bubble-Type Serum
Key Benefits
Glowing & Lifting
Firm & hydrate skin
Moisturizing &plumping
Moisturizing & plumping
Keep skin elasticity
Skin glow & radiance
When To Use
After applying toner/serum
After applying toner
After cleansing
After applying toner
After applying skincare
After cleansing
Clinically Tested
✔
✔
✔
✔
✔
✔
Suitable For Sensitive Skin
✔
✔
✔
✔
✔
✔
Does Jelly Cream contain artificial coloring?
Our Jelly Cream does not contain any artificial colors. Instead, we have incorporated natural vitamin ingredients to create a vibrant pink hue.
How is the texture?
It has a rich, dense texture, packed with freeze-dried hydrolyzed collagen to help improve skin elasticity.
Someone might feel it's slightly sticky depending on personal preference and skin type.
How can I use?
In the morning, use a small amount, and in the evening, you can apply a more generous layer.