.collection-container .td-product-card.product-card {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .collection-container .td-product-card.product-card {
    margin-bottom: 30px;
  }
}

.td-collection__next-page {
  cursor: pointer;
}