/* Shop / checkout consent — shown on nfc, steel, copper when tracking not yet allowed */
.ab-shop-consent-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 16px;
  padding: 12px 16px;
  background: rgba(15, 23, 42, 0.94);
  color: #f8fafc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

.ab-shop-consent-strip[hidden] {
  display: none !important;
}

.ab-shop-consent-strip p {
  margin: 0;
  flex: 1 1 220px;
  max-width: 52rem;
  text-align: center;
}

.ab-shop-consent-strip a {
  color: #93c5fd;
  text-decoration: underline;
}

.ab-shop-consent-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.ab-shop-consent-strip__btn {
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
}

.ab-shop-consent-strip__btn--primary {
  background: #fff;
  color: #0f172a;
}

.ab-shop-consent-strip__btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
