
.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: 1.1rem;
}

.button-show-more, 
.button-show-less {
  margin-top: 1.5rem;
}

.product-grid-container {
  border-top: 1px solid rgb(236 236 236);
}

@media screen and (min-width: 768px) {
  .collection-hero__title{
    margin-bottom: 40px;
  }
  .facets__form{
    margin-bottom: 0;
  }
}