/* Add custom CSS styles below */ 
/* إلغاء القص نهائياً */
.product-item img,
.product-card img {
    object-fit: contain !important;
    width: 100% !important;
    height: 300px !important;
}

.product-item .product-image,
.product-card .product-image {
    overflow: visible !important;
}