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
}

FOR TRAVEL ON THE GO
The new bottle keeps the features people love: it’s still made from soft, rugged silicone that’s easy to squeeze and gets every last drop out; the large sizes are still for air travel
Learn More
FOOD GRADE BPA FREE
they can also be used for your lunchbox for salad dressing
Learn More
LEAK PROOF
3-layer leak-proof design for liquid leakage or spillage and luggage
WIDE MOUTH
wide opening makes it easy to fill and easily fits a brush to clean the inside
NO-DRIP VALVE
The bottle cap features a no-drip valve that leaks
TSA CARRY ON
It is with a zipper transparent wash bag, which saves space
1 Leak Proof Travel Bottles
2 Wide Mouth
3 No-drip valve
4 TSA Carry On

Package Dimensions:
4 x 3 x 2 inches
Material:
Food grade silicone
Capacity:
2oz TSA Airline Carry on
How Many Pack?
4 Pack with a zipper bag
Instructions
Hand Wash Only
You may also like this:
Silicone Travel bottles
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Silicone Travel bottles
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
16pcs Travel bottles set
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Silicone Travel bottles
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Silicone Travel bottles
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Silicone Travel bottles
logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Customer Reviews
4.5 out of 5 stars
3,221
4.5 out of 5 stars
6,587
4.4 out of 5 stars
599
4.5 out of 5 stars
273
4.8 out of 5 stars
61
4.7 out of 5 stars
99
Price
$9.49$9.49
$7.99$7.99
$9.99$9.99
$9.99$9.99
—