Buckwheat Pillow - Cooling
/* --- Base readability and spacing --- */ .pt-collapsible-description { line-height: 1.6; text-align: left; } /* Collapsible content behavior */ .product-description-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; } .product-description-content.expanded { max-height: 6000px; transition: max-height 0.7s ease-in; } /* Larger section headings */ .product-description-content h3 { margin-top: 22px; margin-bottom: 10px; font-size: 1.6em !important; font-weight: 700; } .product-description-content h4 { font-size: 1.1em; margin-top: 12px; margin-bottom: 8px; } /* ✅ Checkmark styling with reduced left spacing */ .product-description-content > ul:not(.feature-list) > li, .product-description-content .feature-list ul > li { list-style: none !important; position: relative; padding-left: 20px !important; margin-bottom: 10px; } .product-description-cont