/* Sipariş WhatsApp — vitrin butonu */

.ow-sf-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}

.ow-sf-whatsapp-btn--card {
  position: absolute;
  bottom: 4.5rem;
  right: 0.75rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ow-sf-whatsapp-btn--card:hover {
  background: #128c7e;
  color: #fff;
}

.ow-sf-whatsapp-btn--detail {
  margin-top: 0;
  width: auto;
  min-height: 2.5rem;
  padding: 0 1.25rem;
  border-radius: 0.5rem;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  border: 0;
  white-space: nowrap;
}

.ow-sf-whatsapp-btn--detail:hover {
  background: #128c7e;
  color: #fff;
}
