.product-recommendations {
  overflow: hidden;
}
.product-recommendations:empty {
  display: none;
}
.product-recommendations__loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  max-height: 2rem;
  padding-block: 4rem;
}
.product-recommendations__loading svg {
  display: block;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  color: rgb(var(--color-foreground));
}
.product-recommendations__loading.loading {
  display: flex;
}