/* Start custom CSS */.collection-block {
    margin-bottom: 5rem;
    scroll-margin-top: 170px;
  }

  .collection-title-heading {
    font-family: "Pink Champagne", sans-serif;
    font-size: clamp(3rem, 2.29rem + 2.43vw, 4.25rem);
    line-height: 88%;
    color: var(--e-global-color-text-black, #000);
    text-align: left;
    margin-bottom: 2rem;
    border: none !important;
    text-transform: none;
  }

  .product-collection {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
    gap: 1.5rem 1.5rem;
  }/* End custom CSS */