/*
Theme Name: WellPaws
Author: Your Name
Version: 1.0.0
Text Domain: wellpaws
*/

html { scroll-behavior: smooth; }
body { background-color: #F4F6F9; color: #2D3748; }

/* Gelişmiş Kart Efekti */
.product-card {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px rgba(5, 47, 112, 0.25);
}

/* Dalga Efekti */
.wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

/* Navigasyon Aktif Durumu */
.nav-link.active { color: #ff0c80; font-weight: 600; }

/* Glassmorphism */
.glass {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
