.no-results {
    text-align: center;
    padding: 100px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    color: #d4547a;
}

/* Ensure wishlist heart is always filled */
.product-card .product-wish.active i {
    font-weight: 900;
    color: #d4547a;
}

.policy{
    color: #6b3d52;
}

.navbar {
  display: flex;
  justify-content: space-between; /* Logo on Left | Everything else on Right */
  align-items: center;
  padding: 18px 60px;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  /* backdrop-filter: blur(10px); */
  border-width: 0px;
  border-bottom-width: 1px ;
  border-style: groove;
  border-color: pink;
}

.navbar.scrolled {
  padding: 12px 60px;
  background-color: #FDE8EF;
}