Shredded Kapok / Latex Blend Luxury Organic Stuffing for pillows cushions pet beds - biodegradable
.acc { border-top: 1px solid #ddd; font-family: inherit; } .acc details { border-bottom: 1px solid #ddd; padding: 12px 0; } .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; } .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; } .acc details .icon::after { content: "+"; } .acc details[open] .icon::after { content: "×"; } .acc .content { padding: 12px 0 4px 0; color: #333; } .acc .content p { margin: 0 0 12px 0; } .acc .content ul {