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
}





How does the K18 mask work?
The K18 Mask works as a treatment to reverse damage in 4 minutes. It’s powered by our biomimetic K18PEPTIDE to seamlessly fit in and reconnect broken polypeptide chains at the molecular level.
What is the K18PEPTIDE?
K18PEPTIDE is a biotech-developed peptide that mimics hair’s structure to reverse damage by reconnecting polypeptide chains and disulfide bonds broken during damage from bleach + color, chemical services, and heat.
Why skip conditioner?
Conditioner leaves a film that blocks our peptide from penetrating effectively. Once the 4-minute wait time is up, feel free to use a conditioner, a leave-in, or any type of product.
I noticed there’s alcohol in the formula, isn’t that bad for you?
We like to keep our formulas minimal, only using the exact amount of ingredients needed to get the peptide where it needs to go. Here the alcohol serves as an agent to optimize the hair environment for the K18 Mask to work on a deeper level.
When should I expect to see results?
Most see results after 2-3 uses. The more damaged the hair, the more dramatic the results so it may vary depending on your hair type and level of damage.
Shop the K18 Collection
Molecular Repair Mask
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Molecular Repair Oil
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Damage Shield Shampoo
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Detox Shampoo
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Damage Shield Conditioner
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
AirWash
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.3 out of 5 stars
20,780
4.4 out of 5 stars
1,063
4.5 out of 5 stars
284
4.6 out of 5 stars
1,181
4.5 out of 5 stars
379
4.1 out of 5 stars
67
Price
$75.00$75.00
$65.00$65.00
$36.00$36.00
—
$36.00$36.00
$48.00$48.00
Molecular Repair
✔
✔
✘
✘
✘
✘
Maintenance Routine
✘
✘
✔
✘
✔
✔
Treatment Routine
✔
✔
✘
✔
✘
✘
Used By Professionals
✔
✔
✔
✔
✔
✔
At Home Use
✔
✔
✔
✔
✔
✔