/* إصلاح عرض صور المنتجات في ثيم طيبة */
.product-card .product-card-image {
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  min-height: 300px !important; /* تقدر تعدل الارتفاع */
}