HAIR TIE AND WASH BAG Collection
- Includes 6 high quality, snag free hair ties and a wash bag.
-
Arebesk wash bag included with each set- doubles as a carrying bag.
Care Instructions
Machine wash warm. Line dry. Do not bleach. Do not iron.
Free shipping on all orders $35 or over. Does not apply to international or overnight orders.
$(document).ready(function() {
// Wait a moment for the page to fully load
setTimeout(function() {
// Find size selectors with Small as an option
$(".single-option-selector").each(function() {
// Check if this selector has an Small option
if ($(this).find("option[value='Small']").length > 0) {
// Select Small and trigger the change event
$(this).val("Small").trigger("change");
}
});
}, 300);
});