.category-description { max-width:1400px; margin:0 auto; }
.category-description .cat-desc-inner { background:#fff; padding:2rem 2rem 1rem; border-radius:28px; box-shadow:0 8px 28px -10px rgba(0,0,0,.08); }
.cat-desc-text { max-height: none; overflow:hidden; transition:max-height .5s ease; }
.cat-desc-text.collapsed { max-height: var(--cat-desc-collapsed,140px); }
.cat-desc-text p { margin-bottom:1rem; line-height:1.55; }
.cat-desc-fade { position:absolute; left:0; right:0; bottom:54px; height:80px; pointer-events:none; background:linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 70%); opacity:1; transition:opacity .3s ease; border-radius:0 0 28px 28px; }
.cat-desc-text.expanded + .cat-desc-fade { opacity:0; }
.cat-desc-toggle { font-weight:600; text-decoration:none; }
.cat-desc-toggle:hover { text-decoration:underline; }
@media (max-width: 767.98px){
  .category-description .cat-desc-inner { padding:1.5rem 1.25rem .75rem; }
}
