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
}
Women Muslim Modest Swimwear Short Sleeve Burkini Full Cover Hijab Swimsuit 3PCS

Modest Swimwear for Women Short Burkini, Three Piece Islamic Full Body Swimming Shirts Tops + Cropped Pants + Hijab 3PCS Short Sleeve Rash Guard Set
- Features: Short Sleeve Printed Top Dress, Front Zipper Closure, With Chest Pads, Elastic Waistband, Modest Style.

Different Colors Show

Black

Light Blue & Gray

Pink & Gray

Floral & Blue
FYMNSY 2024 Modest Bathing Suit for Women & Girls
Modest Swimwear for Women Musilm
Learn More
4PCS Muslim Modest Swimwear
Learn More
Women One Piece Rash Guard
Learn More
Burkini for Muslim Women Full Cover Swimwear
Learn More
Women One Piece Swimsuit with Beach Sarong Coverup
Learn More
Muslim Swimsuit for Girls Kids
Learn More
Women & Girls Rash Guard Swimsuit
Muslim Swimwear Swimsuit
Women Burkini Swimsuits
Women Muslim Swimsuits
Modest Swimwear Burkini
3 Piece Swimwear
Plus Size Burkini
Swimming Tops + Shorts
Size
S-XL
S-XL
S-5XL
S-3XL
S-2XL
XL-6XL
S-2XL
Department
Women, Girls
Women, Girls
Women, Girls
Women, Girls
Women, Girls
Women
Women, Girls
Package Include
Swim Dress + Pants + Hijabs
Swim Tops + Pants
One Piece Swimsuits
Swim Tops + Pants + Hijabs
Swim Tops + Pants + Hijabs
Swim Tops + Pants + Hijabs
Swim Tops + Shorts
Sun Protection
✔
✔
✔
✔
✔
✔
✔
Soft
✔
✔
✔
✔
✔
✔
✔
Women & Girls Rash Guard Swimsuit
One Piece Swimsuits
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)