Build Your Adventure Kit
Mix and match your favorite towels, blankets, ponchos, and accessories.
Add 3+ items and save up to 15%.
Original Towels
Blanket Towels
Poncho Towels
Festival Blankets
Ultralight Towels
Fitness Towels
Bandana Towels
Hand Towels
Build Your Bundle
- { ;if (!select?.contains($event.target) && select !== $event.target) { open = false } }"
@scroll.window="pos = select.getBoundingClientRect()"
@resize.window="pos = select.getBoundingClientRect()"
@keydown.esc="open = false"
@keydown.left.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1"
@keydown.up.prevent.stop="focusIndex = focusIndex > 0 ? focusIndex -1 : values.length - 1"
@keydown.down.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0"
@keydown.right.prevent.stop="focusIndex = focusIndex + 1 < values.length ? focusIndex + 1 : 0"
@keydown.space.prevent.stop="updateBundleById(value);"
@keydown.enter.prevent.stop="updateBundleById(value);; open = false"
class="fixed z-[2147483647] mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg outline-none ring-1 ring-black/5 transition-opacity duration-75 focus:outline-none sm:text-sm"
aria-label="Bundle Targets"
aria-orientation="vertical"
role="listbox"
tabindex="0"
x-show="show"
x-cloak
x-transition:enter-start="opacity-0"
x-transition:enter-end="opacity-100"
x-transition:leave-start="opacity-100"
x-transition:leave-end="opacity-0"
>