
Mule Bag 2.0 Storage Cubbies
Socks lost in your Mule Bag? These storage cubbies are the perfect addition to keep your mule bags organized. Maximize your space and minimize time spent digging for items. @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); .accordion details { margin-bottom: 1rem; /* spacing between closed boxes */ border: 1px solid #F15A29; border-radius: 4px; padding: 0 16px; /* no bottom padding when closed */ background-color: #F15A29; color: white; transition: all 0.3s ease; position: relative; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); } .accordion details[open] { background-color: transparent; color: black; padding-bottom: 1rem; /* inside spacing only when open */ } .accordion details[open] > *:last-child { margin-bottom: 0; /* no accidental double gap */ } .accordion summary { font-family: 'Bebas Neue', sans-serif; font-weight: bold; cursor: pointer; position: relative; p