Soogan Bunk Camper Van Bed
The Soogan Bunk is a versatile and comfortable hanging bed that can deflate and roll up for storage. Perfect for the solo mission or family adventure. Please note: The Soogan Bunk is hand-made in small quantities at our factory in Oregon, with a lead time of 4–8 weeks. They may arrive sooner but please plan for this. @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 *