/* Product Category 8 — FlyonUI Style */

.group:hover img {
  transform: scale(1.12) !important;
}

.shadow-lg {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.3), transparent);
}

.rounded-2xl {
  border-radius: 1rem;
}
