/* Add custom CSS styles below */ 
.product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* عدلها إذا بدك نسبة مختلفة */
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}