/* عرض الصورة كاملة بدون قص */
.s-product-card-entry .s-product-card-entry__image,
.s-product-card-entry img {
    width: 100% !;
    height: 320px !; /* تقدر تعدل الارتفاع */
    object-fit: contain !;  /* أهم شيء */
    object-position: center !;
    background-color: #fff; /* لون خلفية تحت الصورة */
    border-radius: 0 !;
    display: block !;
}