button[product-id] {
  background-color: #00cfff !important; /* سماوي */
  color: white !important;
  border-color: #00cfff !important;
  border-radius: 999px !important; /* حواف دائرية */
  transition: all 0.3s ease-in-out; /* سلاسة الانتقال */
}

button[product-id]:hover {
  background-color: #000000 !important; /* يتحول إلى أسود عند التمرير */
  border-color: #000000 !important;
  color: white !important;
}
img[data-src] {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

img.lazyloaded {
  opacity: 1;
}