.product-card img { object-fit: cover; height: 180px; }

.fab-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25D366; /* verde WhatsApp */
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fab-whatsapp:hover{
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0,0,0,.30);
}
.fab-whatsapp svg{
  width: 32px;
  height: 32px;
  display: block;
}


/* Navbar Famipan */
.fami-nav{
  background: linear-gradient(90deg, #c77432, #e6a15a 60%, #f3c28b);
}
.fami-nav .nav-link{ color: rgba(255,255,255,.9); }
.fami-nav .nav-link:hover{ color:#fff; }


