.ProductListRecommended {
  margin-bottom: var(--spaceMd);
  background: white;
  border: 1px solid var(--colorOutlines);
  border-radius: 0.75rem;
  overflow: hidden;
}

.ProductListRecommended-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  color: #1d212b;
  border-bottom: 1px solid var(--colorOutlines);
  font-size: var(--textRg);
  font-weight: 700;
}

.ProductListRecommended-title svg {
  color: var(--colorBrand);
}

.ProductListRecommended-collapsed {
  max-height: 0;
  transition: var(--animationBase);
  overflow: hidden;
}

.ProductListRecommended-collapsed.is-opened {
  max-height: 2000px;
}

.ProductListRecommended-more {
  text-align: center;
}

.ProductListRecommended-more a {
  border: none;
  font-weight: 500;
  transition: var(--animationBase);
}

.ProductListRecommended-more a:hover, .ProductListRecommended-more a:active, .ProductListRecommended-more a:focus {
  color: #e73023cc;
  background: none;
}

/*# sourceMappingURL=product-list-recommended.min.css.map */
