/* Soriano SEO Categorias - descripcion desplegable */

.soriano-category-readmore {
  margin-top: 12px;
}

.js-product-list-header-text.scroll-link {
  display: none !important;
}

.soriano-category-readmore__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height .35s ease,
    opacity .25s ease;
}

.soriano-category-readmore.is-open .soriano-category-readmore__content {
  max-height: 1800px;
  opacity: 1;
}

.soriano-category-readmore__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 9px 16px;
  border: 1px solid rgba(123,30,43,.24);
  border-radius: 4px;
  color: #7b1e2b !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease;
}

.soriano-category-readmore__button:hover,
.soriano-category-readmore__button:focus {
  background: #7b1e2b;
  border-color: #7b1e2b;
  color: #fff;
  text-decoration: none;
  outline: none;
}

.soriano-category-readmore__button::after {
  content: "+";
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.soriano-category-readmore.is-open .soriano-category-readmore__button::after {
  content: "-";
}

@media (max-width: 767px) {
  .soriano-category-readmore__button {
    width: 100%;
    padding: 11px 14px;
  }
}
