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
}





Bikini Trimmer
Hair Styling
Perfect for Gift
Body Trimmer
How about this trimmer?Does it a haircut trimmer or a body trimmer?
This is a product that can be used for hair trimmer anywhere on the body. With a compact body and light weight, it reduces the burden on your wrists and allows you to shave hair very easily.
Does it pull on the hair hard?
This trimmer is very sharp, it uses a very precise stainless steel blade, can be very smooth trim hair, at the same time it does not cut the skin. If you can shave against the direction of hair growth, you can greatly increase your shaving efficiency
Can this product be used to shave bikini hair?
Yes, this bikini trimmer has a small size and light weight, so it's perfect for shaving bikini areas. Compared to manual razors, this electric trimmer has a high-speed motor to provide efficient cutting efficiency, no pull hair, and reduces pain
What is the best way to shave the underarms?
Using your opposite hand, gently pull the underarm skin tight. Place the shaver at a right angle to the skin in order to catch hair in all directions. Move it slowly and gently across the skin. Do NOT press the shaver down too hard against the skin.