/* assets/css/style.css */
body { background-color: #212529; color: #ffffff; }
a { color: #ffffff; }
a.nav-link.active { background-color: rgba(211,84,0,0.15); color:#d35400 !important; border-radius:6px; }
.navbar-brand { font-weight:700; color: #d35400 !important; }
.btn-primary { background-color: #d35400; border-color: #d35400; }
.btn-primary:hover { background-color: #e86a1a; border-color: #e86a1a; }

/* WhatsApp flotante */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: transparent;
}
.whatsapp-float img { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6)); border-radius:50%; }

/* Card image carousel thumbnail fix */
.product-card .carousel-indicators [data-bs-target] { width:8px; height:8px; border-radius:50%; background:#ddd; opacity:0.9; }
