

div[id^="product-"] {
    background-color: white;
  border-radius: var(--border-radius); overflow: hidden;display: flex; flex-direction: column; flex: 1;position: relative;

    box-shadow: 0px 8px 16px 0px rgba(167, 141, 252, 0.20), 0px 0px 16px 0px rgba(0, 0, 0, 0.12); color: black;

    padding:24px;
    /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);*/

}