/* Link Hover */
a:hover {
  background-color: #e0f0ff !important; /* hellblau */
  color: #000 !important; /* optional: Schriftfarbe */
}

/* Produkt-Box Hover (Beispiel) */
.product-miniature:hover {
  background-color: #e0f0ff !important;
}

/* Button Hover */
.btn:hover {
  background-color: #e0f0ff !important;
  color: #000 !important;
  border-color: #b0d4f1 !important;
}
