/* PACK 029 — bouton boutique intégré à la barre d'actions */
.bmc-engagement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.bmc-shop-action {
  border-color: rgba(255,255,255,.88) !important;
  background: linear-gradient(135deg,#ffffff 0 53%,#e1252f 53% 100%) !important;
  color: #111 !important;
  font-weight: 900 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.28), 0 0 0 1px rgba(225,37,47,.18) inset;
}

.bmc-shop-action:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 10px 24px rgba(0,0,0,.34), 0 0 18px rgba(225,37,47,.22);
}

.bmc-shop-action-flag {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 680px) {
  .bmc-shop-action { width: 100%; justify-content: center; }
}
