#\31 905099436 > div.s-product-card-content > div.s-product-card-content-footer.rounded-lg > salla-add-product-button > div > salla-button > button {
  background-color: #D32F2F; /* أحمر */
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#\31 905099436 > div.s-product-card-content > div.s-product-card-content-footer.rounded-lg > salla-add-product-button > div > salla-button > button:hover {
  background-color: #B71C1C; /* أحمر أغمق عند التمرير */
  transform: scale(1.05);
}