.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  margin-top: 4rem;
  font-size: 18px;
}

.collection-load-more__previous-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection-load-more__previous-button {
  margin-bottom: 2rem;
}

.collection-load-more__previous-button[hidden] {
  display: none;
}