body {
  background-color: #c96d6d !important; /* رمادي فاتح بحال فـ Allegro */
}

.product-card {
  transition: all 0.2s ease-in-out;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.product-price {
  font-size: 1rem;
  color: #613314 !important; /* بحال Allegro */
}
