/*
 * Inter variable (Google Fonts OFL) — self-hosted.
 * Latin, Latin Ext, Cyrillic, Greek, Turkish glyphs via full variable TTF.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/Inter-opsz-wght-variable.ttf') format('truetype supports variations'),
       url('../fonts/inter/Inter-opsz-wght-variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter/Inter-Italic-opsz-wght-variable.ttf') format('truetype supports variations'),
       url('../fonts/inter/Inter-Italic-opsz-wght-variable.ttf') format('truetype-variations');
}

:root {
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-heading: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

html {
  font-optical-sizing: auto;
}

body {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-synthesis: none;
}

input, button, select, textarea, .btn, .form-control, .navbar, .nav, table, .modal {
  font-family: var(--font-body);
}

/* Başlıklar ve tema bileşenleri — Bootstrap / özel sınıflar Inter dışına çıkmasın */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.widget-title, .widget-title-two, .widget-title-three,
.title, .title_h4, .title_h3,
.site-button, .site-button-secondry, .site-button-primary,
.main-bar, .header-nav, .is-fixed .main-bar,
.site-footer, .footer-bottom,
.breadcrumb, .pagination,
.tp-caption, .rev-btn {
  font-family: var(--font-heading), system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Ürün kartları — WhatsApp "Fiyat Alınız" (kategori listesi, tüm ürünler) */
a.product-card-whatsapp-btn,
a.product-card-whatsapp-btn:visited {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-size: inherit;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff !important;
  background-color: #25d366 !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}

a.product-card-whatsapp-btn:hover,
a.product-card-whatsapp-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
  filter: brightness(1.06);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.42);
  transform: translateY(-1px);
}

a.product-card-whatsapp-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 211, 102, 0.3);
}

a.product-card-whatsapp-btn .fa-whatsapp {
  margin: 0 !important;
  padding: 0;
  font-size: 1.25em;
  line-height: 1;
  flex-shrink: 0;
}
