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
}


More Choices For You
Button Swimsuit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
80s/90s Swimsuit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Skirt Swimdress
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
V-Wire Tankini Set
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Button Maternity Swimsuit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Button Maternity Swimsuit
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Ribbed Scallope One Piece
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.5 out of 5 stars
782
3.9 out of 5 stars
1,443
3.7 out of 5 stars
27
4.3 out of 5 stars
115
4.4 out of 5 stars
2,836
4.4 out of 5 stars
117
4.4 out of 5 stars
57
Price
$29.99$29.99
$36.99$36.99
$35.99$35.99
$33.99$33.99
$38.99$38.99
$34.99$34.99
$38.99$38.99
Removable Pads
✔
✔
✔
✔
✔
✔
✔
Adjustable Shoulder Straps
✔
✘
✔
✔
✔
✘
✔
Tummy Control
✔
✔
✘
✔
✔
✔
✔
Style
One Piece
One Piece
One Piece
Two Piece
Maternity One Piece
Maternity One Piece
One Piece
Size
S-XL
S-XL
10-18
S-2XL
S-XL
S-3XL
S-XL
-
Can i remove the bra pad?
Yes the chest pad is removable. Soft, wire-free removable bra cups for personalized fit.
-
Are the shoulder straps adjustable?
Yes the shoulder straps are adjustable.
-
Can the button be opened?
Yes, the buttons can be opened or closed freely according to your preferences. Love it!
-
Is it true to size?
Check the size chart, this is a true fit.
{"marketplaceId":"ATVPDKIKX0DER","directedCustomerId":"amzn1.account.AHFPTRLESSMHMTC2V4AGN3LQQKMQ","conversationHistoryId":"testConversationHistoryId","requestId":"testRequestId","wdg":"apparel_display_on_website","locale":"en_US"}