.product-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 300px;
    gap: 16px;
}

.product-image {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}

h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}
