:root{
  --card-radius: 16px;
}
.card{
  border-radius: var(--card-radius);
}
.wa-float{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 999px;
  box-shadow: 0 10px 25px rgba(0,0,0,.15);
  font-weight: 600;
}
.wa-float:hover{ color:#fff; opacity:.95; }
.hero-card{
  border-radius: 22px;
  overflow: hidden;
}
.hero-card .swiper-slide img{
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 768px){
  .hero-card .swiper-slide img{ height: 280px; }
}
.product-cover{
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.badge-soft{
  background: rgba(13,110,253,.1);
  color: #0d6efd;
}
