/**
 * Sabit WhatsApp iletişim butonu (sol alt).
 */
body.sellzy-tema-scope .sellzy-whatsapp-float {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 48;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  max-width: min(calc(100vw - 2rem), 18rem);
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  box-shadow:
    0 2px 8px rgba(37, 211, 102, 0.35),
    0 12px 28px -6px rgba(15, 23, 42, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.sellzy-tema-scope .sellzy-whatsapp-float:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 4px 12px rgba(37, 211, 102, 0.4),
    0 16px 32px -8px rgba(15, 23, 42, 0.32);
}

body.sellzy-tema-scope .sellzy-whatsapp-float__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

body.sellzy-tema-scope .sellzy-whatsapp-float__icon .hgi {
  font-size: 1.375rem;
  line-height: 1;
}

body.sellzy-tema-scope .sellzy-whatsapp-float__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  padding-right: 0.125rem;
}

@media (max-width: 479.98px) {
  body.sellzy-tema-scope .sellzy-whatsapp-float {
    left: 0.9375rem;
    bottom: 5.5rem;
    padding: 0;
    width: 3.25rem;
    height: 3.25rem;
    justify-content: center;
    border-radius: 999px;
  }

  body.sellzy-tema-scope .sellzy-whatsapp-float__label {
    display: none;
  }

  body.sellzy-tema-scope .sellzy-whatsapp-float__icon {
    width: 100%;
    height: 100%;
    background: transparent;
  }
}

@media (min-width: 768px) {
  body.sellzy-tema-scope .sellzy-whatsapp-float {
    left: 1.5rem;
    bottom: 1.5rem;
  }
}

/* Ürün detay — sepete ekle altı WhatsApp butonu */
body.sellzy-tema-scope .sellzy-whatsapp-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.875rem 1.25rem;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  border: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

body.sellzy-tema-scope .sellzy-whatsapp-contact-btn:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-1px);
}

body.sellzy-tema-scope .sellzy-whatsapp-contact-btn .hgi {
  font-size: 1.375rem;
  line-height: 1;
}
