/* Add custom CSS styles below */ 
/* تصغير الهوامش بين عناصر صندوق المنتج */
.product-card__content-wrapper {
  gap: 2px !important;
}

.product-card__title {
  margin-bottom: 2px !important;
  line-height: 1.3 !important;
}

.product-card__subtitle {
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}

.product-card__price {
  margin-top: 2px !important;
}

.product-card__content {
  gap: 2px !important;
}

/* تصغير المسافة بين صورة المنتج والنصوص */
.product-card__content {
  margin-top: -20px !important;
  padding-top: 0 !important;
}

.product-card__image {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}