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
}

1 Heat Resistant Mat
2 Magnetic Closure
3 Premium Hardware
4 Double-Layered Neoprene
5 Durable Zipper
1 Available Colors 2 Product Size 3 Product Details


What types and sizes of hair tools can this travel bag hold?
The bag can hold any flat irons, curling irons, straighteners, heat brushes and hair dryers that are up to 14 inches long and 4 inches wide.
How does the heat-resistant interior mat protect surfaces?
The heat resistant mat is made of durable double layered neoprene that prevents burns to countertops.
Is the bag sturdy enough for travel?
Yes, the bag is made of heavy duty neoprene that ensures your hot styling tools stay safe at home and on the go.
Can the outside fabric handle spills or rain?
Yes, the outer fabric is water-resistant neoprene, which helps protect the contents from spills or light rain.
Barefoot Caribou Products
Hair Tools Travel Bag
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Travel Luggage Organizer
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Cosmetic bag
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Makeup Bag
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Hat Clip
Add to Cart
logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.4 out of 5 stars
694
4.9 out of 5 stars
18
3.5 out of 5 stars
2
4.3 out of 5 stars
90
4.6 out of 5 stars
110
Price
$34.99$34.99
$34.99$34.99
$22.99$22.99
$24.99$24.99
$12.99$12.99
Function
Styling Tools Organization
Luggage Organization
Cosmetics Organization
Makeup Organization
Hats Organization
Color
Black
Black
Black
Black
Black
Size
15.5 x 5 x 5 Inches