.experience-component.experience-commerce_assets-categoryDescription {
  margin-bottom: 0;
}

.category-description-banner {
  margin: 15px;
}
.category-description-banner.description-component {
  padding: 0;
}
@media (max-width: 767px) {
  .category-description-banner.description-component {
    padding: 0;
  }
}
.category-description-banner .category-description-title {
  font-size: 24px;
  font-family: UbuntuMedium;
}
.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;
  -webkit-box-orient: 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;
}
