.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

img {
  width: 50%;
  height: auto;
}

#soon {
    display: flex;
    justify-content: center;
    align-items: center;
}