/* ==========================================================================
   CAMBIO DE COLOR GLOBAL COMPLETO PARA HUMMINGBIRD (TURQUESA #007089)
   ========================================================================== */
:root {
  /* 1. Base del tema y opacidades */
  --bs-primary: #007089 !important;
  --bs-primary-rgb: 0, 112, 137 !important;

  /* 2. Enlaces globales (Estados normales y Hover) */
  --bs-link-color: #007089 !important;
  --bs-link-color-rgb: 0, 112, 137 !important;
  --bs-link-hover-color: #004d5f !important;
  --bs-link-hover-color-rgb: 0, 77, 95 !important;

  /* 3. Componentes de navegación, cabeceras y elementos activos */
  --bs-component-active-bg: #007089 !important;
  --bs-component-active-color: #ffffff !important;
}

/* 4. Forzar sobreescritura en clases específicas de componentes y botones */
.btn-primary, 
.text-bg-primary,
.product-flags .badge:not(.discount) {
  --bs-btn-bg: #007089 !important;
  --bs-btn-border-color: #007089 !important;
  --bs-btn-hover-bg: #004d5f !important;
  --bs-btn-hover-border-color: #004d5f !important;
  --bs-btn-active-bg: #004d5f !important;
  --bs-btn-active-border-color: #004d5f !important;
  --bs-btn-color: #ffffff !important;
  --bs-btn-hover-color: #ffffff !important;
  background-color: #007089 !important;
  color: #ffffff !important;
}

/* 5. Botones con estilo silueta (Outline) */
.btn-outline-primary {
  --bs-btn-color: #007089 !important;
  --bs-btn-border-color: #007089 !important;
  --bs-btn-hover-bg: #007089 !important;
  --bs-btn-hover-border-color: #007089 !important;
  --bs-btn-hover-color: #ffffff !important;
}
