.af-product-actions,
.af-cart-whatsapp-checkout,
.af-card-whatsapp-btn {
  font-family: inherit;
}

.af-card-whatsapp-btn,
.af-product-btn,
.af-cart-whatsapp-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
}

.af-card-whatsapp-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  background: var(--af-whatsapp, #25d366);
  color: #fff !important;
  font-weight: 800;
  font-size: 14px;
}

.af-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.af-product-btn,
.af-cart-whatsapp-checkout {
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 800;
}

.af-product-btn--whatsapp,
.af-cart-whatsapp-checkout {
  color: #fff !important;
  background: var(--af-whatsapp, #25d366);
}

.af-product-btn--call {
  color: var(--af-primary, #155eef) !important;
  border: 1px solid var(--af-border, #d9e2ec);
  background: #fff;
}

.af-live-search { position: relative; width: 100%; }
.af-live-search-form { position: relative; display: flex; align-items: center; width: 100%; }
.af-live-search-input { width: 100%; }
.af-live-search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--af-border, #d9e2ec);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(15, 47, 107, 0.14);
}
.af-live-search-status { padding: 12px; color: var(--af-muted, #6b7280); font-size: 14px; }
.af-live-search-results { display: grid; gap: 8px; }
.af-live-search-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px;
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--af-text, #1f2937);
}
.af-live-search-item:hover { background: var(--af-primary-soft, #edf4ff); }
.af-live-search-thumb { width: 56px; height: 56px; border-radius: 10px; overflow: hidden; background: #f3f6fa; display: block; }
.af-live-search-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.af-live-search-info { min-width: 0; display: grid; gap: 4px; }
.af-live-search-title-row { display: flex; align-items: center; gap: 8px; }
.af-live-search-title { font-weight: 800; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.af-live-search-price { color: var(--af-primary, #155eef); font-weight: 800; font-size: 13px; }
.af-live-sale-badge { padding: 4px 7px; border-radius: 999px; background: var(--af-accent-soft, #e6fffb); color: var(--af-accent, #00a6a6); font-size: 11px; font-weight: 900; }
.af-live-search-view-all { display: block; margin-top: 10px; padding: 11px; border-radius: 12px; text-align: center; background: var(--af-primary-soft, #edf4ff); color: var(--af-primary, #155eef) !important; font-size: 14px; font-weight: 900; }
