Product Description
/**
* 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 Brand Style 2 Quality Details 3 Enjoy shaving 4 Fashion Choice
1 Professional Shaving 2 Portable Design 3 Gifts for Her


Are there any matching replacement heads?
Gurelax brand facial shavers have multiple replacement heads kits for you to choose from. In addition, there are matching shaving head replacement sets available in stores.
What areas can gurelax hair removal device be mainly used for?
It is suitable for areas such as face, arms, back, legs, etc.
Is there any pain when using facial hair remover?
The lady shavers comes with a floating shaving head that glides gently over the skin and removes hair without any pulling.
Is it battery charging or USB data cable charging?
The hair removal device adopts USB data cable charging design and can be fully charged in 1.5 hours.
Is it convenient to carry when going out?
The face shavers size is compact and ultralight, convenient for carrying with you.
Facial Hair Removal for Women
Facial Hair Remover(Gold)
Add to Cart
Facial Hair Remover(Blue)
Add to Cart
Face Shaver(White)
Add to Cart
Hair Remover(2-in-1 )
Add to Cart
Facial Hair Remover(Gift)
Add to Cart
Epilation System
Add to Cart
Eyebrow Trimmer(Pink)
Add to Cart
Customer Reviews
4.2 out of 5 stars
943
4.2 out of 5 stars
19,436
4.2 out of 5 stars
1,411
4.6 out of 5 stars
39
4.1 out of 5 stars
170
4.2 out of 5 stars
943
4.0 out of 5 stars
395
Price
$21.99$21.99
$19.99$19.99
$17.99$17.99
$21.99$21.99
$19.99$19.99
$18.99$18.99
$17.98$17.98
Brand
gurelax
gurelax
gurelax
gurelax
gurelax
gurelax
gurelax
USB Rechargeable
✔
✔
✔
✔
✔