.wishlist-section {
  padding-top: 2.5rem;
  row-gap: 2rem;
  margin-bottom: 11.56rem;
}

.wishlist #items-go-here {
  --columns-count: 4;
  --bleed: 1.25rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 960px) {
  .wishlist #items-go-here {
    --columns-count: 1;
    --bleed: 0;
  }
}
@media screen and (max-width: 960px) {
  .wishlist #items-go-here .prod-item {
    width: 100%;
  }
}

.wishlist-only .heart svg path {
  d: path("M17.3142 0.979619C18.894 0.24314 20.2754 -2.48408e-06 22.3766 2.55913e-05C27.8879 0.0217624 32 4.48426 32 10.1598C32 14.4558 29.5269 18.5364 24.9765 22.4341C22.6199 24.4527 19.6181 26.4457 17.4538 27.513L16 28.23L14.5462 27.513C12.3819 26.4457 9.38011 24.4527 7.0235 22.4341C2.47307 18.5364 0 14.4558 0 10.1598C0 4.42721 4.077 0 9.63636 0C11.6639 0 13.1137 0.265699 14.7221 1.02334C15.1631 1.23106 15.5839 1.46933 15.9831 1.73774C16.4035 1.44993 16.8478 1.19704 17.3142 0.979619Z");
}