.category-description-banner {
  margin: 20px 0;
  padding: 0 15px; }
  .category-description-banner.description-component {
    padding: 0; }
  @media (max-width: 767px) {
    .category-description-banner {
      padding: 0 10px; }
      .category-description-banner.description-component {
        padding: 0; } }
  .category-description-banner .category-description-title {
    font-size: 24px;
    font-weight: bold; }
  .category-description-banner #category-description-text {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */
    -webkit-line-clamp: 2; }
    .category-description-banner #category-description-text.expanded {
      overflow: visible;
      display: block;
      -webkit-line-clamp: initial; }
  .category-description-banner .category-description-button, .category-description-banner .category-description-button-show-less {
    font-size: 14px;
    color: #1ba2af; }
    .category-description-banner .category-description-button:hover, .category-description-banner .category-description-button-show-less:hover {
      cursor: pointer; }
