/* GMP Growth - Custom fixes (overrides theme.min.css) */

/* Fix #3: cookie-bar covering CTAs (especially FINALIZAR COMPRA on cart) */
.cookie-bar[aria-hidden="false"] {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
}
.cookie-bar[aria-hidden="false"] .cookie-bar__inner {
  background: transparent;
  box-shadow: none;
  padding: 8px 12px;
}
/* Push page content up when cookie-bar is visible */
body:has(.cookie-bar[aria-hidden="false"]) {
  padding-bottom: 140px;
}
/* On cart and checkout, ensure CTA buttons stay above cookie bar */
.cart__checkout, #cart-checkout-btn, .checkout-button, [class*="finalizar"] {
  position: relative;
  z-index: 10;
}

/* Fix #6: footer year inconsistency — ensure 2026 wherever copy says 2024 */
/* (handled in HTML directly) */
