.section-product-list > .title {
  margin-top: 0;
  position: relative;
}
.section-product-list > .title.has-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.section-product-list > .wrapper .content {
  position: relative;
}
.section-product-list .actions {
  padding-top: 20px;
  text-align: center;
}
.section-product-list product-recommendations {
  display: block;
}
