/**
 * Retour QA — "En savoir plus" catégorie mobile : dépliage du short_description.
 * Scope strict : body.category, mobile uniquement.
 */

@media (max-width: 767px) {
  body.category .category-info.category-info--more-open .category-info__description {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
}
