Pool Float Bean Bag Lounger - Extra Large No Air Inflation needed, Made in USA
.acc { border-top: 1px solid #ddd; font-family: inherit; } .acc details { border-bottom: 1px solid #ddd; padding: 12px 0; } /* remove default disclosure arrow */ .acc summary { list-style: none; cursor: pointer; outline: none; } .acc summary::-webkit-details-marker { display: none; } .acc .sum-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; } .acc .title { font-weight: 600; } /* teaser: show ~2 lines */ .acc .preview { font-size: 0.9em; color: #888; margin-top: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .acc .icon { min-width: 20px; text-align: right; font-size: 20px; line-height: 1; user-select: none; } /* + / × toggle */ .acc details .icon::after { content: "+"; } .acc details[open] .icon::after { content: "×"; } /* content typography */ .ac