/**
 * Buhara Kurban â€” ana sayfa / header (referans tasarÄ±m kalitesi)
 * main.css ile Ã§akÄ±ÅŸanlarÄ± geÃ§ersiz kÄ±lar
 */

/* --- Ãœst bar: her zaman gÃ¶rÃ¼nÃ¼r, kompakt mobil --- */
.bk-topbar {
  background: #18392b;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(202, 154, 33, 0.15);
}
/* Tesis / iletiÅŸim satÄ±rlarÄ± arasÄ± mesafe (orta seviye) */
.bk-topbar-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.25rem;
  row-gap: 0.375rem;
}
@media (min-width: 640px) {
  .bk-topbar-contact {
    column-gap: 1.75rem;
  }
}
.bk-topbar-contact > span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.bk-topbar a {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  display: inline !important;
}
.bk-topbar a:hover {
  color: #ca9a21 !important;
}
.bk-topbar .fab.fa-whatsapp {
  color: #25d366;
}

/* --- Ana header: logo | ortada menÃ¼ | saÄŸ ikonlar --- */
.bk-header-main {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(24, 57, 43, 0.06), 0 8px 24px -12px rgba(0, 0, 0, 0.08);
}
.bk-header-inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 4.25rem;
}
.bk-logo {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-decoration: none !important;
  color: #111827 !important;
}
.bk-logo .bk-logo-dark {
  color: #111827 !important;
}
.bk-logo .bk-logo-gold {
  color: #ca9a21 !important;
}
.bk-logo .fa-cow {
  color: #ca9a21 !important;
  font-size: 1.875rem;
}

/* MasaÃ¼stÃ¼: menÃ¼ tam ortada */
.bk-nav-center {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  gap: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  z-index: 5;
}
@media (min-width: 768px) {
  .bk-nav-center {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.bk-nav-center a {
  color: #1f2937 !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.bk-nav-center a:hover,
.bk-nav-center a.bk-nav-active {
  color: #ca9a21 !important;
}

.bk-header-actions {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: none;
  align-items: center;
  gap: 1.25rem;
  font-family: "Poppins", sans-serif;
  color: #475569 !important;
}
@media (min-width: 768px) {
  .bk-header-actions {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.bk-header-actions a {
  color: #475569 !important;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}
.bk-header-actions a:hover {
  color: #ca9a21 !important;
}
.bk-header-actions .fa-user,
.bk-header-actions .fa-shopping-cart {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: inherit;
}
.bk-user-menu {
  position: relative;
}
.bk-user-toggle {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  background: transparent !important;
  border: none !important;
  color: #475569 !important;
  cursor: pointer !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.8125rem !important;
  padding: 0 !important;
}
.bk-user-toggle:hover {
  color: #ca9a21 !important;
}
.bk-user-caret {
  font-size: 0.72rem !important;
  margin-bottom: 0 !important;
  transition: transform 0.2s ease !important;
}
.bk-user-menu.is-open .bk-user-caret {
  transform: rotate(180deg);
}
.bk-user-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.6rem);
  min-width: 180px;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.55rem !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12) !important;
  padding: 0.4rem 0 !important;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.bk-user-menu.is-open .bk-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bk-user-menu:hover .bk-user-dropdown,
.bk-user-menu:focus-within .bk-user-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bk-user-dropdown a {
  display: block !important;
  padding: 0.55rem 0.85rem !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.84rem !important;
  line-height: 1.4 !important;
}
.bk-user-dropdown a:hover {
  background: #f8fafc !important;
  color: #ca9a21 !important;
}
.bk-user-dropdown .bk-user-logout {
  color: #dc2626 !important;
}
.bk-user-dropdown .bk-user-logout:hover {
  color: #b91c1c !important;
}
.bk-auth-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}
.bk-guest-menu {
  position: relative;
}
.bk-guest-trigger {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
  gap: 0.35rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #475569 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.bk-guest-trigger i {
  margin: 0 !important;
  font-size: 1.05rem !important;
}
.bk-guest-trigger:hover {
  color: #ca9a21 !important;
}
.bk-guest-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 0.55rem);
  min-width: 150px;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  padding: 0.4rem 0 !important;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.bk-guest-menu:hover .bk-guest-dropdown,
.bk-guest-menu:focus-within .bk-guest-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bk-guest-dropdown a {
  display: block !important;
  padding: 0.55rem 0.85rem !important;
  color: #1f2937 !important;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.84rem !important;
}
.bk-guest-dropdown a:hover {
  background: #f8fafc !important;
  color: #ca9a21 !important;
}

.bk-hamburger {
  position: relative;
  z-index: 10;
  background: none;
  border: none;
  padding: 0.25rem;
  color: #18392b;
  font-size: 1.5rem;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* --- Mobil yan menü (çekmece, site header ile uyumlu) --- */
body.bk-mobile-nav-open {
  overflow: hidden;
  touch-action: none;
}
.bk-mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
}
.bk-mobile-nav.is-open {
  pointer-events: auto;
  visibility: visible;
}
.bk-mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transition: opacity 0.32s ease;
}
.bk-mobile-nav.is-open .bk-mobile-nav__backdrop {
  opacity: 1;
}
.bk-mobile-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(20.75rem, 92vw);
  max-width: 100%;
  background: #ffffff;
  box-shadow: -16px 0 48px rgba(24, 57, 43, 0.15), -4px 0 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.34s cubic-bezier(0.32, 0.72, 0, 1);
}
.bk-mobile-nav.is-open .bk-mobile-nav__panel {
  transform: translateX(0);
}
.bk-mobile-nav__head {
  flex-shrink: 0;
  padding: 0 1rem 0.75rem;
  border-bottom: 1px solid rgba(24, 57, 43, 0.08);
}
.bk-mobile-nav__head-accent {
  height: 3px;
  background: linear-gradient(90deg, #ca9a21 0%, #e8c04a 50%, #ca9a21 100%);
  margin: 0 -1rem 1rem;
  border-radius: 0 0 2px 2px;
}
.bk-mobile-nav__head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.bk-mobile-nav__brand {
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.bk-mobile-nav__brand .bk-logo-dark {
  color: #111827 !important;
}
.bk-mobile-nav__brand .bk-logo-gold {
  color: #ca9a21 !important;
}
.bk-mobile-nav__brand-icon {
  color: #ca9a21 !important;
  font-size: 1.75rem;
  line-height: 1;
}
.bk-mobile-nav__close {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(24, 57, 43, 0.12);
  background: #f8fafc;
  color: #18392b;
  font-size: 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.bk-mobile-nav__close:hover {
  background: #fffbeb;
  border-color: rgba(202, 154, 33, 0.45);
  color: #ca9a21;
}
.bk-mobile-nav__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1rem 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.bk-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bk-mobile-nav__list + .bk-mobile-nav__list {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(24, 57, 43, 0.08);
}
.bk-mobile-nav__link {
  display: flex !important;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem !important;
  margin-bottom: 0.35rem;
  border-radius: 0.65rem;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  text-decoration: none !important;
  background: #f8fafc;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.bk-mobile-nav__link i {
  width: 1.25rem;
  text-align: center;
  color: #18392b;
  opacity: 0.9;
  font-size: 1rem;
  flex-shrink: 0;
}
.bk-mobile-nav__link:hover {
  background: #fffbeb !important;
  border-color: rgba(202, 154, 33, 0.35);
  color: #18392b !important;
  box-shadow: 0 2px 8px rgba(24, 57, 43, 0.06);
}
.bk-mobile-nav__link:hover i {
  color: #ca9a21;
}
.bk-mobile-nav__link--danger {
  background: #fef2f2 !important;
  color: #b91c1c !important;
}
.bk-mobile-nav__link--danger i {
  color: #dc2626 !important;
}
.bk-mobile-nav__link--danger:hover {
  background: #fee2e2 !important;
  border-color: rgba(220, 38, 38, 0.25);
  color: #991b1b !important;
}
.bk-mobile-nav__auth {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.bk-mobile-nav__btn {
  display: block !important;
  text-align: center;
  padding: 0.9rem 1.25rem !important;
  border-radius: 0.65rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  text-decoration: none !important;
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}
.bk-mobile-nav__btn--primary {
  background: linear-gradient(180deg, #d4a82a 0%, #ca9a21 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(202, 154, 33, 0.35);
}
.bk-mobile-nav__btn--primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 18px rgba(202, 154, 33, 0.42);
}
.bk-mobile-nav__btn--outline {
  background: #ffffff !important;
  color: #18392b !important;
  border: 2px solid #ca9a21 !important;
}
.bk-mobile-nav__btn--outline:hover {
  background: #fffbeb !important;
}
.bk-mobile-nav__footer {
  flex-shrink: 0;
  padding: 1rem 1rem 1.25rem;
  border-top: 1px solid rgba(24, 57, 43, 0.08);
  background: linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
}
.bk-mobile-nav__tagline {
  margin: 0 0 0.85rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #18392b;
  text-align: center;
  line-height: 1.4;
}
.bk-mobile-nav__tagline i {
  color: #ca9a21;
  margin-right: 0.35rem;
}
.bk-mobile-nav__quick {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.bk-mobile-nav__chip {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem !important;
  border-radius: 9999px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  background: #ffffff !important;
  color: #18392b !important;
  border: 1px solid rgba(24, 57, 43, 0.12) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.bk-mobile-nav__chip:hover {
  border-color: #ca9a21 !important;
  color: #ca9a21 !important;
}
.bk-mobile-nav__chip--wa i {
  color: #25d366 !important;
}
@media (min-width: 768px) {
  .bk-hamburger {
    display: none !important;
  }
}

/* --- Hero (Ã¶rnek: h-[500px], dÃ¼z #18392b %80 overlay, Poppins) --- */
.bk-hero {
  position: relative;
  height: auto;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #18392b;
}
@media (max-width: 767.98px) {
  .bk-hero {
    min-height: min(420px, 85vh);
  }
  .bk-hero-inner {
    padding: 2.75rem 1rem 4.5rem !important;
  }
}
.bk-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Tailwind: bg-brandDark opacity-80 */
.bk-hero-overlay {
  position: absolute;
  inset: 0;
  background-color: #18392b;
  opacity: 0.8;
}
.bk-hero-inner {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 4.5rem 1rem 8rem;
  max-width: 56rem; /* max-w-4xl */
  margin: 0 auto;
}
/* text-4xl md:text-6xl */
.bk-hero h1 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  color: #ffffff !important;
  margin: 0 0 1rem 0 !important;
  font-size: 2.25rem !important;
  text-shadow: none;
}
@media (min-width: 768px) {
  .bk-hero h1 {
    font-size: 3.75rem !important;
  }
}
.bk-hero h1 span.text-brandGold,
.bk-hero h1 .bk-hero-gold {
  color: #ca9a21 !important;
  display: inline !important;
}
/* text-lg md:text-xl, text-gray-200, font-light */
.bk-hero p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 300 !important;
  color: #e5e7eb !important;
  margin: 0 auto 2rem auto !important;
  font-size: 1.125rem !important;
  line-height: 1.6 !important;
  max-width: none;
  text-shadow: none;
}
@media (min-width: 768px) {
  .bk-hero p {
    font-size: 1.25rem !important;
  }
}
.bk-hero .bk-hero-btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3rem;
  padding: 0.75rem 2rem !important;
  border-radius: 0.375rem !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}
.bk-hero .bk-hero-btn--primary {
  background: #ca9a21 !important;
  color: #fff !important;
  border: 1px solid #ca9a21 !important;
  box-shadow: none !important;
}
.bk-hero .bk-hero-btn--primary:hover {
  transform: scale(1.03) !important;
  background: #ca9a21 !important;
  border-color: #ca9a21 !important;
  box-shadow: none !important;
}
.bk-hero .bk-hero-btn--ghost {
  background: transparent !important;
  color: #ca9a21 !important;
  border: 2px solid #ca9a21 !important;
}
.bk-hero .bk-hero-btn--ghost:hover {
  background: #ca9a21 !important;
  color: #fff !important;
}

/* Hero butonlarÄ±: main.css .gap-* !important ile eziliyordu â€” burada sabitliyoruz */
.bk-hero-actions {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 11px !important;
}
@media (min-width: 640px) {
  .bk-hero-actions {
    flex-direction: row !important;
    gap: 11px !important;
  }
}

/* Bilgi kartlarÄ±: main.css etkilerini bastÄ±r (ornek Ã¶lÃ§Ã¼ler) */
.bk-info-wrap {
  margin-top: -4rem;
  position: relative;
  z-index: 20;
  padding-bottom: 2rem !important;
}

/* ÃœrÃ¼n bÃ¶lÃ¼mÃ¼ (#hisseler) â€” tam geniÅŸlik aÃ§Ä±k gri zemin */
.bk-products-section {
  width: 100%;
  background: #f3f4f6;
  padding-top: 0.5rem;
}
.bk-products-inner {
  padding-bottom: 3rem !important;
}
.bk-info-wrap .bk-info-item {
  border-bottom: 4px solid #ca9a21 !important;
  border-radius: 0.5rem !important;
  background: #ffffff !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
  width: 100% !important;
  max-width: 18rem; /* istenen en */
  min-height: 15.25rem; /* boyu biraz bÃ¼yÃ¼t */
  padding: 1.9rem !important;
}
.bk-info-wrap .grid {
  justify-items: center;
}
.bk-info-wrap .grid.gap-6 {
  gap: 25px !important;
}
.bk-info-wrap .bk-info-item-icon {
  width: 4rem;
  height: 4rem;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
}
.bk-info-wrap .bk-info-item-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin: 0 0 0.5rem 0 !important;
  color: #18392b !important;
}
.bk-info-wrap .bk-info-item-text {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  color: #6b7280 !important;
  margin: 0 !important;
}

/* BÃ¶lÃ¼m baÅŸlÄ±ÄŸÄ± (Online SatÄ±ÅŸ) */
.bk-section-kicker {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ca9a21;
  margin: 0;
}
.bk-section-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  color: #18392b;
  margin: 0.5rem 0 0 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.bk-section-rule {
  margin-top: 1.35rem !important;
  margin-bottom: 2.25rem !important; /* Ã§izgi ile kurban kartlarÄ± arasÄ± */
  height: 0.25rem !important; /* ince Ã§izgi (~4px, Tailwind h-1) */
  max-width: 12rem;
}

/* ÃœrÃ¼n kartlarÄ± â€” hedef tasarÄ±m: ortalÄ± sÄ±ra, sabit kart geniÅŸliÄŸi, kare gÃ¶rsel */
.bk-product-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 1.75rem !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.bk-product-card {
  position: relative;
  flex: 0 1 360px !important;
  width: 100% !important;
  max-width: 380px !important;
  font-family: "Poppins", sans-serif !important;
  background: #ffffff !important;
  border-radius: 0.75rem !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.25s ease, transform 0.2s ease !important;
}
.bk-product-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1) !important;
}
.bk-product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 5;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  padding: 0.35rem 0.65rem !important;
  border-radius: 0.25rem !important;
  line-height: 1.2 !important;
}
.bk-product-badge--urgent {
  background: #dc2626 !important;
  color: #ffffff !important;
}
.bk-product-badge--special {
  background: #18392b !important;
  color: #ffffff !important;
}
.bk-product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: #e5e7eb;
}
.bk-product-card__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease !important;
}
.bk-product-card:hover .bk-product-card__img {
  transform: scale(1.05) !important;
}
.bk-product-card__body {
  padding: 1.5rem 1.5rem 1.35rem !important;
}
.bk-product-card__kicker {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.75rem !important;
  color: #9ca3af !important;
  margin: 0 0 0.35rem 0 !important;
  letter-spacing: 0.02em;
}
.bk-product-card__title {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #18392b !important;
  margin: 0 0 1rem 0 !important;
}
.bk-product-card__list {
  list-style: none !important;
  margin: 0 0 1.25rem 0 !important;
  padding: 0 !important;
}
.bk-product-card__list li {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.8125rem !important;
  color: #4b5563 !important;
  line-height: 1.55 !important;
  margin-bottom: 0.4rem !important;
  padding-left: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
}
.bk-product-card__list li:last-child {
  margin-bottom: 0 !important;
}
.bk-product-card__list .fa-check {
  color: #ca9a21 !important;
  font-size: 0.75rem !important;
  margin-top: 0.2rem !important;
  flex-shrink: 0 !important;
}
.bk-product-card__list strong {
  font-weight: 700 !important;
  color: #374151 !important;
}
.bk-product-card__progress {
  margin-bottom: 1.1rem !important;
}
.bk-product-card__progress-labels {
  display: flex !important;
  justify-content: space-between !important;
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  margin-bottom: 0.35rem !important;
}
.bk-product-card__progress-track {
  width: 100% !important;
  height: 0.5rem !important;
  border-radius: 9999px !important;
  background: #e5e7eb !important;
  overflow: hidden !important;
}
.bk-product-card__progress-fill {
  height: 100% !important;
  border-radius: 9999px !important;
  background: #ca9a21 !important;
  min-width: 0 !important;
  transition: width 0.35s ease !important;
}
.bk-product-card__footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
  padding-top: 1rem !important;
  margin-top: 0.25rem !important;
  border-top: 1px solid #f3f4f6 !important;
}
.bk-product-card__price-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 0.2rem 0.35rem !important;
  min-width: 0 !important;
}
.bk-product-card__price {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #18392b !important;
}
.bk-product-card__price-unit {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #6b7280 !important;
  white-space: nowrap !important;
}
.bk-product-btn {
  font-family: "Poppins", sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.4rem !important;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer !important;
  line-height: 1.25 !important;
  background: #18392b !important;
  color: #ffffff !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  padding: 0.55rem 1rem !important;
  border-radius: 0.35rem !important;
  flex-shrink: 0 !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}
.bk-product-btn:hover {
  background: #ca9a21 !important;
  color: #ffffff !important;
}
.bk-product-btn .fa-arrow-right {
  font-size: 0.75rem !important;
}
.bk-product-section-more {
  margin-top: 3.75rem !important;
  padding-top: 0.25rem !important;
}
.bk-product-section-cta {
  font-family: "Poppins", sans-serif !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.65rem !important;
  padding: 1rem 2.25rem !important;
  min-height: 3.25rem !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.35 !important;
  color: #ffffff !important;
  background: #18392b !important;
  border-radius: 0.625rem !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}
.bk-product-section-cta:hover {
  background: #ca9a21 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: none !important;
}
.bk-product-section-cta i {
  font-size: 0.9rem !important;
  flex-shrink: 0 !important;
}

/* Tam kapsamli hizmet (#nasil-calisir) */
.bk-service {
  background: #0f4b3b !important;
  padding: 4.5rem 0 !important;
}
.bk-service__inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  align-items: start !important;
}
.bk-service__kicker {
  margin: 0 0 0.65rem 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
  color: #ca9a21 !important;
}
.bk-service__title {
  margin: 0 0 1.2rem 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 2.05rem !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  color: #f8fafc !important;
}
.bk-service__title span {
  color: #ca9a21 !important;
}
.bk-service__text {
  margin: 0 0 1rem 0 !important;
  max-width: 38rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  color: #cbd5e1 !important;
}
.bk-service__text:last-child {
  margin-bottom: 0 !important;
}
.bk-service__right {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0.9rem !important;
}
.bk-service-card {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 0.7rem !important;
  padding: 1.25rem 1.15rem !important;
}
.bk-service-card i {
  font-size: 1rem !important;
  color: #ca9a21 !important;
  margin-bottom: 0.7rem !important;
}
.bk-service-card h3 {
  margin: 0 0 0.45rem 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #f8fafc !important;
}
.bk-service-card p {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: #d1d5db !important;
}
@media (min-width: 768px) {
  .bk-service__right {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .bk-service {
    padding: 5.25rem 0 !important;
  }
  .bk-service__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) !important;
    gap: 3rem !important;
  }
  .bk-service__title {
    font-size: 3.05rem !important;
  }
}

/* Nasil calisir (#nasil-calisir) */
.bk-how {
  background: #f8fafc !important;
  padding: 4.25rem 0 !important;
}
.bk-how__head {
  margin-bottom: 2rem !important;
}
.bk-how__title {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #18392b !important;
}
.bk-how__subtitle {
  margin: 0.6rem 0 0 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  color: #6b7280 !important;
}
.bk-how__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
}
.bk-how-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.85rem !important;
  padding: 1.2rem 1.1rem !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.bk-how-card:hover {
  transform: translateY(-4px) !important;
  border-color: #f0d693 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important;
}
.bk-how-card__num {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 9999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0.7rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: #ca9a21 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}
.bk-how-card:hover .bk-how-card__num {
  transform: scale(1.08) !important;
  background: #b78614 !important;
  box-shadow: 0 8px 18px rgba(202, 154, 33, 0.35) !important;
}
.bk-how-card h3 {
  margin: 0 0 0.45rem 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.06rem !important;
  font-weight: 700 !important;
  color: #18392b !important;
  transition: color 0.2s ease !important;
}
.bk-how-card:hover h3 {
  color: #0f2a1f !important;
}
.bk-how-card p {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.93rem !important;
  line-height: 1.65 !important;
  color: #4b5563 !important;
}
@media (min-width: 768px) {
  .bk-how__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.1rem !important;
  }
}
@media (min-width: 1024px) {
  .bk-how {
    padding: 4.75rem 0 !important;
  }
  .bk-how__title {
    font-size: 2.25rem !important;
  }
  .bk-how__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 1.2rem !important;
  }
}

/* SSS (#sss) */
.bk-faq {
  padding: 4rem 0 !important;
  background: #ffffff !important;
}
.bk-faq__head {
  margin-bottom: 2.25rem !important;
}
.bk-faq__title {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: #18392b !important;
}
.bk-faq__subtitle {
  margin: 0.65rem 0 0 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
}
.bk-faq__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.9rem !important;
}
.bk-faq__item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
}
.bk-faq__question {
  list-style: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  padding: 1.1rem 1.25rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #18392b !important;
  outline: none !important;
}
.bk-faq__question::-webkit-details-marker {
  display: none !important;
}
.bk-faq__question .fa-chevron-down {
  font-size: 0.85rem !important;
  color: #ca9a21 !important;
  transition: transform 0.25s ease !important;
  flex-shrink: 0 !important;
}
.bk-faq__item[open] .bk-faq__question .fa-chevron-down {
  transform: rotate(180deg) !important;
}
.bk-faq__answer {
  padding: 0 1.25rem 1.15rem !important;
  border-top: 1px solid #f3f4f6 !important;
  margin-top: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 1.75 !important;
  color: #4b5563 !important;
}
.bk-faq__answer p {
  margin: 0 0 0.75rem 0 !important;
}
.bk-faq__answer p:last-child {
  margin-bottom: 0 !important;
}
.bk-faq__answer a {
  color: #ca9a21 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.bk-faq__answer a:hover {
  text-decoration: underline !important;
}
@media (min-width: 768px) {
  .bk-faq {
    padding: 5rem 0 !important;
  }
  .bk-faq__question {
    padding: 1.2rem 1.5rem !important;
  }
  .bk-faq__answer {
    padding: 0 1.5rem 1.25rem !important;
  }
}

/* Footer */
.bk-footer {
  background: #18392b !important;
  color: #d1d5db !important;
  border-top: 4px solid #ca9a21 !important;
  padding: 4rem 0 2rem !important;
}
.bk-footer__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 2.75rem !important;
}
.bk-footer__logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin-bottom: 1.25rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.65rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #ffffff !important;
}
.bk-footer__logo .fa-cow {
  font-size: 1.9rem !important;
  color: #ca9a21 !important;
}
.bk-footer__logo-accent {
  color: #ca9a21 !important;
}
.bk-footer__title {
  margin: 0 0 1.25rem 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}
.bk-footer__about {
  margin: 0 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.92rem !important;
  line-height: 1.75 !important;
  color: #9ca3af !important;
}
.bk-footer__links,
.bk-footer__contact {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bk-footer__links {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.65rem !important;
}
.bk-footer__links a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  color: #d1d5db !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.bk-footer__links a i {
  color: #ca9a21 !important;
  font-size: 0.78rem !important;
}
.bk-footer__links a:hover {
  color: #ca9a21 !important;
}
.bk-footer__contact {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.95rem !important;
}
.bk-footer__contact li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.7rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9rem !important;
  color: #d1d5db !important;
  line-height: 1.65 !important;
}
.bk-footer__contact li > i {
  color: #ca9a21 !important;
  width: 0.95rem !important;
  margin-top: 0.25rem !important;
  flex-shrink: 0 !important;
}
.bk-footer__contact a {
  color: #d1d5db !important;
  text-decoration: none !important;
}
.bk-footer__contact a:hover {
  color: #ca9a21 !important;
}
.bk-footer__map-link {
  font-size: 0.78rem !important;
  color: #ca9a21 !important;
  text-decoration: none !important;
}
.bk-footer__map-link:hover {
  text-decoration: underline !important;
}
.bk-footer__cards {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  margin: 1rem 0 1.1rem !important;
  font-size: 1.7rem !important;
  color: #9ca3af !important;
}
.bk-footer__cards i:hover {
  color: #ffffff !important;
}
.bk-footer__card-troy {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 1.7rem !important;
  padding: 0 0.42rem !important;
  border: 1px solid #9ca3af !important;
  border-radius: 0.3rem !important;
  color: #9ca3af !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  transition: color 0.2s ease, border-color 0.2s ease !important;
}
.bk-footer__card-troy:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.bk-footer__cards .bk-footer__lock {
  font-size: 1.2rem !important;
  color: #ca9a21 !important;
  margin-left: 0.25rem !important;
}
.bk-footer__social {
  display: flex !important;
  align-items: center !important;
  gap: 0.8rem !important;
}
.bk-footer__social a {
  color: #9ca3af !important;
  font-size: 1.15rem !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}
.bk-footer__social a:hover {
  color: #ca9a21 !important;
  transform: translateY(-1px);
}
.bk-footer__bottom {
  border-top: 1px solid #374151 !important;
  padding-top: 1.35rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.65rem !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 0.82rem !important;
  color: #9ca3af !important;
}
.bk-footer__bottom p {
  margin: 0 !important;
  text-align: center !important;
}
.bk-footer__bottom p a {
  color: #ca9a21 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
.bk-footer__bottom p a:hover {
  color: #e5c04a !important;
}
.bk-footer__bottom-links {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
}
.bk-footer__bottom-links a {
  color: #9ca3af !important;
  text-decoration: none !important;
}
.bk-footer__bottom-links a:hover {
  color: #ca9a21 !important;
}
@media (min-width: 768px) {
  .bk-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .bk-footer__bottom {
    flex-direction: row !important;
  }
  .bk-footer__bottom p {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .bk-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 2.2rem !important;
  }
}

/* Sag alttaki yukari cik oku (progress-wrap) kaldir */
.progress-wrap {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* WhatsApp sabit buton */
.bk-whatsapp-fab {
  position: fixed !important;
  right: 1rem !important;
  bottom: 1rem !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 9999px !important;
  background: linear-gradient(145deg, #2ee071 0%, #1fbf5b 100%) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.75rem !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(31, 191, 91, 0.38), 0 6px 14px rgba(0, 0, 0, 0.18) !important;
  z-index: 999 !important;
  overflow: hidden !important;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease !important;
}
.bk-whatsapp-fab:hover {
  background: linear-gradient(145deg, #2ee071 0%, #1fbf5b 100%) !important;
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.06);
  filter: saturate(1.05);
  box-shadow: 0 14px 26px rgba(31, 191, 91, 0.45), 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.bk-whatsapp-fab .fa-whatsapp {
  line-height: 1 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease !important;
}
.bk-whatsapp-fab:hover .fa-whatsapp {
  transform: scale(1.12) rotate(-6deg);
}

.bk-call-fab {
  position: fixed !important;
  left: 1rem !important;
  bottom: 1rem !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 9999px !important;
  background: linear-gradient(145deg, #2563eb 0%, #1d4ed8 100%) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.35rem !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.38), 0 6px 14px rgba(0, 0, 0, 0.18) !important;
  z-index: 999 !important;
  overflow: hidden !important;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease !important;
}
.bk-call-fab:hover {
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.06);
  filter: saturate(1.05);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.45), 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.bk-call-fab i {
  transition: transform 0.25s ease !important;
}
.bk-call-fab:hover i {
  transform: scale(1.12) rotate(8deg);
}

/* ========== Ä°Ã§ sayfalar (Buhara ana tema ile uyumlu) ========== */
.bk-inner-hero {
  position: relative;
  background: linear-gradient(145deg, #18392b 0%, #0f2419 55%, #18392b 100%);
  color: #fff;
  overflow: hidden;
  border-bottom: 3px solid rgba(202, 154, 33, 0.35);
}
.bk-inner-hero__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(circle at 20% 30%, rgba(202, 154, 33, 0.5) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.15) 0%, transparent 40%);
  pointer-events: none;
}
.bk-inner-hero__kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(202, 154, 33, 0.95);
  margin-bottom: 0.5rem;
}
.bk-inner-hero__title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: #fff !important;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.bk-inner-hero__sub {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82) !important;
}
.bk-inner-hero__rule {
  width: 4rem;
  height: 0.25rem;
  background: #ca9a21;
  border-radius: 9999px;
  margin: 1.25rem auto 0;
}

.bk-page-body {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #374151;
}
.bk-page-body--tight {
  padding-top: 0.5rem;
}

/* Panel / kart */
.bk-panel {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(24, 57, 43, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.bk-panel--padded {
  padding: 1.5rem 1.25rem;
}
@media (min-width: 768px) {
  .bk-panel--padded {
    padding: 2rem 1.75rem;
  }
}

/* Hesap sayfalarÄ± (giriÅŸ / kayÄ±t / ÅŸifre) â€” form ile yan kart aynÄ± yÃ¼kseklik, eÅŸit Ã¼st-alt boÅŸluk */
.bk-account-layout {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .bk-account-layout {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.bk-account-layout > .row {
  align-items: stretch;
}
.bk-account-layout > .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.bk-account-layout .bk-panel {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.bk-account-layout .bk-account-cta {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.bk-account-layout .bk-account-cta__card {
  flex: 1 1 auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.bk-account-layout .bk-account-cta__btn {
  margin-top: auto;
}

/* CMS iÃ§erik */
.bk-prose {
  max-width: 100%;
}
.bk-prose h1,
.bk-prose h2,
.bk-prose h3,
.bk-prose h4 {
  font-family: "Poppins", sans-serif;
  color: #18392b !important;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.bk-prose h2 {
  font-size: 1.35rem;
}
.bk-prose p,
.bk-prose li {
  color: #4b5563 !important;
}
.bk-prose a {
  color: #ca9a21 !important;
  font-weight: 500;
  text-decoration: underline;
}
.bk-prose a:hover {
  color: #a8801b !important;
}

/* Form â€” iÃ§ sayfa */
.bk-input,
.bk-page-body .form-control,
.bk-page-body .common-input {
  border-radius: 0.5rem !important;
  border: 1px solid #e5e7eb !important;
  padding: 0.65rem 1rem !important;
  font-size: 0.9375rem !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.bk-page-body .form-control:focus,
.bk-page-body .common-input:focus {
  border-color: #ca9a21 !important;
  box-shadow: 0 0 0 3px rgba(202, 154, 33, 0.2) !important;
  outline: none !important;
}
.bk-label {
  display: block;
  font-weight: 500;
  color: #374151 !important;
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
}
.bk-btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.5rem !important;
  background: #ca9a21 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0.5rem !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  transition: background 0.2s, transform 0.15s;
}
.bk-btn-primary:hover {
  background: #a8801b !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.bk-btn-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1.25rem !important;
  background: transparent !important;
  color: #18392b !important;
  border: 2px solid rgba(24, 57, 43, 0.2) !important;
  border-radius: 0.5rem !important;
  font-weight: 600 !important;
}
.bk-btn-outline:hover {
  border-color: #ca9a21 !important;
  color: #ca9a21 !important;
}
.bk-link {
  color: #ca9a21 !important;
  font-weight: 600;
  text-decoration: none !important;
}
.bk-link:hover {
  text-decoration: underline !important;
}

/* Alert */
.bk-page-body .alert {
  border-radius: 0.5rem !important;
  border: none !important;
}
.bk-page-body .alert-success {
  background: rgba(34, 197, 94, 0.12) !important;
  color: #166534 !important;
}
.bk-page-body .alert-danger {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #991b1b !important;
}
.bk-page-body .alert-info {
  background: rgba(24, 57, 43, 0.08) !important;
  color: #18392b !important;
  border: 1px solid rgba(24, 57, 43, 0.12) !important;
}

/* Ä°letiÅŸim kartlarÄ± */
.bk-contact-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .bk-contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bk-contact-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid rgba(24, 57, 43, 0.08);
  border-radius: 0.75rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.bk-contact-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.bk-contact-card__icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background: rgba(202, 154, 33, 0.15);
  color: #ca9a21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.bk-contact-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #18392b !important;
  margin: 0 0 0.5rem;
}
.bk-contact-card p {
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280 !important;
}

.bk-contact-split {
  display: grid;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 992px) {
  .bk-contact-split {
    grid-template-columns: 1fr 1fr;
  }
}

/* Accordion / SSS */
.bk-faq .accordion-item {
  border: 1px solid rgba(24, 57, 43, 0.1) !important;
  border-radius: 0.5rem !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  background: #fff !important;
}
.bk-faq .accordion-button {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  color: #18392b !important;
  background: #f7f7f7 !important;
  box-shadow: none !important;
}
.bk-faq .accordion-button:not(.collapsed) {
  background: rgba(202, 154, 33, 0.12) !important;
  color: #18392b !important;
}
.bk-faq .accordion-body {
  color: #4b5563 !important;
  font-size: 0.9rem;
  line-height: 1.65;
}

/* Hesap sayfalarÄ± â€” yan CTA (giriÅŸ / kayÄ±t / ÅŸifre) */
.bk-account-cta {
  position: relative;
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(145deg, rgba(202, 154, 33, 0.55) 0%, rgba(24, 57, 43, 0.35) 50%, rgba(202, 154, 33, 0.35) 100%);
  box-shadow: 0 20px 48px rgba(24, 57, 43, 0.15);
}
.bk-account-cta__card {
  position: relative;
  border-radius: calc(1rem - 1px);
  background: linear-gradient(165deg, #18392b 0%, #0f2419 48%, #142f24 100%);
  color: rgba(255, 255, 255, 0.95);
  padding: 2rem 1.75rem;
  overflow: hidden;
}
.bk-account-cta__card::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(202, 154, 33, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.bk-account-cta__icon-wrap {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  background: rgba(202, 154, 33, 0.2);
  border: 1px solid rgba(202, 154, 33, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.bk-account-cta__icon {
  font-size: 1.65rem;
  color: #ca9a21;
}
.bk-account-cta__micro {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.55;
  color: #fff !important;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}
.bk-account-cta__micro--neutral {
  font-weight: 500;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.92) !important;
}
.bk-account-cta__hint {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72) !important;
  margin: 0 0 1.25rem;
}
.bk-account-cta__bullets {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78) !important;
}
.bk-account-cta__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.bk-account-cta__bullets li:last-child {
  margin-bottom: 0;
}
.bk-account-cta__bullets .fa-check {
  color: #ca9a21;
  margin-top: 0.2rem;
  flex-shrink: 0;
  font-size: 0.75rem;
}
.bk-account-cta__btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem !important;
  border-radius: 0.5rem !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  text-decoration: none !important;
  background: #ca9a21 !important;
  color: #fff !important;
  border: none !important;
  transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.bk-account-cta__btn:hover {
  background: #a8801b !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.bk-account-cta__btn--ghost {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(202, 154, 33, 0.5) !important;
  box-shadow: none !important;
}
.bk-account-cta__btn--ghost:hover {
  background: rgba(202, 154, 33, 0.12) !important;
  border-color: #ca9a21 !important;
  color: #fff !important;
  transform: translateY(-1px);
}
/* Åifre sayfasÄ± â€” daha sakin ton */
.bk-account-cta--soft {
  box-shadow: 0 12px 36px rgba(24, 57, 43, 0.1);
}
.bk-account-cta--soft .bk-account-cta__card {
  background: linear-gradient(165deg, #1a3d2e 0%, #152f24 55%, #18392b 100%);
}
.bk-account-cta--soft .bk-account-cta__icon-wrap {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

/* Eski gÃ¶rsel alanÄ± (baÅŸka yerde kullanÄ±lÄ±rsa) */
.bk-account-visual {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(24, 57, 43, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.bk-account-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tablo / liste sayfalarÄ± */
.bk-table-wrap {
  overflow-x: auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(24, 57, 43, 0.08);
  background: #fff;
}
.bk-table-wrap table {
  margin-bottom: 0 !important;
}
.bk-table-wrap thead th {
  background: #18392b !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: none !important;
  padding: 0.85rem 1rem !important;
}
.bk-table-wrap tbody td {
  vertical-align: middle;
  padding: 0.75rem 1rem !important;
  border-color: #f3f4f6 !important;
}

/* KurbanlÄ±k liste â€” filtre paneli */
.bk-filter-panel {
  position: sticky;
  top: 5.5rem;
}
.bk-filter-panel h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #18392b !important;
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}

/* AJAX kart â€” kurbanlÄ±k grid */
.bk-mini-card {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(24, 57, 43, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}
.bk-mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.bk-mini-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.bk-mini-card__body {
  padding: 1.25rem;
}
.bk-mini-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #18392b !important;
  margin: 0 0 0.5rem;
  line-height: 1.35;
}
.bk-mini-card__price {
  display: inline-block;
  background: #18392b;
  color: #fff !important;
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.35rem 0.75rem;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem;
}
.bk-mini-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: #6b7280 !important;
}
.bk-mini-card__meta li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.bk-mini-card__meta i {
  color: #ca9a21;
  width: 1rem;
  text-align: center;
}
.bk-mini-card__foot {
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
}
.bk-mini-card__foot a {
  color: #ca9a21 !important;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.bk-mini-card__foot a:hover {
  color: #a8801b !important;
}

/* MaÄŸaza â€” kurbanlÄ±klar liste sayfasÄ± */
.bk-store-page {
  background: #f7f7f7;
}
.bk-store-page__inner {
  padding-top: 1.5rem;
}
.bk-list-toolbar.bk-list-toolbar--card {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid rgba(24, 57, 43, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem !important;
}
.bk-list-toolbar__count {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
}
.bk-list-toolbar__badge {
  display: inline-block;
  background: #18392b;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
}
.bk-list-toolbar__hint {
  color: #6b7280 !important;
}
.bk-store-select.bk-input,
.bk-store-select.form-select {
  border-color: rgba(24, 57, 43, 0.2);
  color: #18392b;
  font-weight: 500;
}
.bk-store-select:focus {
  border-color: #ca9a21;
  box-shadow: 0 0 0 3px rgba(202, 154, 33, 0.2);
}
.bk-store-filter.bk-filter-panel {
  border-left: 3px solid #ca9a21;
  box-shadow: 0 4px 24px rgba(24, 57, 43, 0.07);
}
.bk-store-filter__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}
.bk-store-filter__head h5 {
  margin-bottom: 0 !important;
}
.bk-store-filter__intro {
  margin-bottom: 1.25rem !important;
}
.bk-store-filter-reset.bk-btn-outline {
  margin-top: 0.25rem;
  border-color: rgba(24, 57, 43, 0.2);
  color: #18392b !important;
}
.bk-store-filter-reset.bk-btn-outline:hover {
  border-color: #ca9a21;
  color: #a8801b !important;
  background: rgba(202, 154, 33, 0.08);
}
.bk-store-loading {
  min-height: 12rem;
}
.bk-store-spinner {
  width: 2.5rem;
  height: 2.5rem;
  color: #ca9a21 !important;
  border-color: currentColor;
  border-right-color: transparent;
}
.bk-store-empty.alert-info {
  background: #fff !important;
  color: #18392b !important;
  border: 1px solid rgba(24, 57, 43, 0.1) !important;
  border-radius: 0.75rem !important;
}
.bk-mini-card__media {
  overflow: hidden;
  background: #f3f4f6;
}
.bk-mini-card__img {
  transition: transform 0.35s ease;
}
.bk-mini-card:hover .bk-mini-card__img {
  transform: scale(1.05);
}
.bk-mini-card__kicker {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #ca9a21 !important;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.bk-mini-card__price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
}
.bk-mini-card__price-row .bk-mini-card__price {
  display: inline;
  background: transparent !important;
  color: #18392b !important;
  font-weight: 800;
  font-size: 1.25rem;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.bk-mini-card__price-unit {
  font-size: 0.8125rem;
  color: #6b7280 !important;
  font-weight: 500;
}
.bk-mini-card__foot {
  padding-top: 1rem;
  margin-top: 0.25rem;
  border-top: 1px solid #eef0f2;
}
.bk-mini-card__foot a.bk-mini-card__cta {
  display: flex !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background: #18392b !important;
  color: #fff !important;
  padding: 0.65rem 1rem !important;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  border: none;
  transition: background 0.2s, transform 0.2s;
}
.bk-mini-card__foot a.bk-mini-card__cta:hover {
  background: #ca9a21 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Sayfa baÅŸlÄ±ÄŸÄ± (hero olmadan kÃ¼Ã§Ã¼k blok) */
.bk-inline-head {
  text-align: center;
  margin-bottom: 2rem;
}
.bk-inline-head .bk-section-kicker {
  margin-bottom: 0.25rem;
}
.bk-inline-head .bk-section-title {
  color: #18392b !important;
}

/* Detay sayfalarÄ± â€” sekme Ã§ubuÄŸu */
.bk-page-body .nav-tabs .nav-link {
  color: #18392b !important;
  border-radius: 9999px !important;
  border: 1px solid rgba(24, 57, 43, 0.15) !important;
  margin-right: 0.35rem;
}
.bk-page-body .nav-tabs .nav-link.active {
  background: #ca9a21 !important;
  color: #fff !important;
  border-color: #ca9a21 !important;
}

/* ========== Mobil: taÅŸma Ã¶nleme, kolay dokunma ========== */
html {
  overflow-x: clip;
}
.bk-page-body img,
.bk-page-body video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .bk-topbar {
    font-size: 0.7rem;
  }
  /* Mobilde adres / telefon / üst çubuk WhatsApp gizli (FAB ile erişim) */
  .bk-topbar-contact {
    display: none !important;
  }
  /* .bk-topbar a { display:inline!important } üstün gelmesin diye a.bk-topbar-wa-link */
  .bk-topbar a.bk-topbar-wa-link {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .bk-filter-panel {
    position: static !important;
    top: auto !important;
  }
}

@media (max-width: 767.98px) {
  .bk-page-body .course-item__thumb {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
  }
  .bk-page-body .d-flex.gap-32 {
    gap: 1rem !important;
  }
}

.bk-kurban-detail .main-image {
  min-height: 200px;
  height: min(400px, 52vh);
}
.bk-kurban-detail .main-video {
  width: 100%;
  height: min(400px, 52vh);
  max-height: 70vh;
}
@media (max-width: 575.98px) {
  .bk-kurban-detail .product-container {
    padding: 12px !important;
  }
  .bk-kurban-detail .product-title {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem);
    word-break: break-word;
  }
}

@media (max-width: 575.98px) {
  .bk-stack-xs {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
  }
  .bk-stack-xs > .d-flex.align-items-center.gap-16 {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}

.bk-list-toolbar {
  flex-direction: column;
  align-items: stretch !important;
}
.bk-list-toolbar .bk-sort-row {
  width: 100%;
  flex-direction: column;
  align-items: stretch !important;
}
.bk-list-toolbar .bk-sort-row select {
  width: 100%;
  min-width: 0 !important;
}
@media (min-width: 576px) {
  .bk-list-toolbar {
    flex-direction: row;
    align-items: center !important;
  }
  .bk-list-toolbar .bk-sort-row {
    width: auto;
    flex-direction: row;
    align-items: center !important;
  }
  .bk-list-toolbar .bk-sort-row select {
    width: auto;
    min-width: 11rem;
  }
}

@media (max-width: 575.98px) {
  .alici-bilgi-card > .d-flex.align-items-center.justify-content-between.mb-20 {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1rem !important;
  }
  .alici-bilgi-card .form-group.mb-0[style*="min-width"] {
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}

.toast {
  min-width: min(300px, calc(100vw - 2rem)) !important;
  max-width: calc(100vw - 2rem);
}

.bk-page-body ul.nav-tabs.flex-wrap.gap-8 {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  gap: 0.5rem;
  padding-bottom: 0.35rem;
  scrollbar-width: thin;
}
.bk-page-body ul.nav-tabs.flex-wrap.gap-8 .nav-item {
  flex-shrink: 0;
}

.bk-page-body .modal-dialog {
  margin: 0.75rem;
  max-width: calc(100vw - 1.5rem);
}


/* â€”â€” KurbanlÄ±k detay â€” admin/ornek/ornek-kurbanlÄ±k.html ile birebir tipografi & renk â€”â€” */
.bk-pdp-scope {
  font-family: "Poppins", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  --bk-pdp-stack-gap: 1.1rem;
}
/* Breadcrumb: tam ekran geniÅŸliÄŸinde beyaz ÅŸerit (header ile aynÄ±) */
.bk-pdp-breadcrumb-strip {
  background: #ffffff !important;
  border-bottom: 1px solid #eaeaea !important;
  padding: 0.75rem 1rem !important;
  margin: 0 !important;
}
.bk-pdp-scope .bk-pdp-breadcrumb {
  max-width: 80rem;
  margin: 0 auto;
  line-height: 1.5 !important;
  display: block !important;
}
/* PDP içerik: Tailwind CDN py/max-w çoğu zaman üretmez — breadcrumb–kart boşluğu burada */
.bk-pdp-scope > main.bk-pdp-main {
  box-sizing: border-box;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem 2rem !important;
}
@media (min-width: 768px) {
  .bk-pdp-scope > main.bk-pdp-main {
    padding: 2.75rem 1rem 2.5rem !important;
  }
}
/* Ürün kartı: çerçeve ile içerik arası (Tailwind p-* CDN’de yok) */
.bk-pdp-scope .bk-pdp-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) {
  .bk-pdp-scope .bk-pdp-card-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.bk-pdp-scope .bk-pdp-card-col {
  padding: 1.75rem 1.5rem 2.5rem !important;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .bk-pdp-scope .bk-pdp-card-col {
    padding-top: 2.25rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    padding-bottom: 3.75rem !important;
    border-bottom: none;
  }
  .bk-pdp-scope .bk-pdp-card-col:first-child {
    border-right: 1px solid #eaeaea;
  }
}
.bk-pdp-scope,
.bk-pdp-scope p,
.bk-pdp-scope li,
.bk-pdp-scope span:not(.text-brandGold):not(.text-brandDark):not(.text-red-500) {
  color: inherit;
}
/* Bootstrap a{color:#0d6efd} override */
.bk-pdp-scope a {
  text-decoration: none !important;
  color: inherit !important;
}
.bk-pdp-scope a.bk-pdp-link {
  color: #6b7280 !important;
}
.bk-pdp-scope a.bk-pdp-link:hover {
  color: #ca9a21 !important;
}
.bk-pdp-scope .text-gray-800,
.bk-pdp-scope.font-sans.text-gray-800 {
  color: #1f2937 !important;
}
.bk-pdp-scope .text-gray-500 {
  color: #6b7280 !important;
}
.bk-pdp-scope .text-gray-600 {
  color: #4b5563 !important;
}
.bk-pdp-scope .text-gray-700 {
  color: #374151 !important;
}
.bk-pdp-scope .text-brandDark {
  color: #18392b !important;
}
.bk-pdp-scope .text-brandGold {
  color: #ca9a21 !important;
}
.bk-pdp-scope .border-brandBorder {
  border-color: #eaeaea !important;
}
.bk-pdp-scope .bg-brandGray {
  background-color: #f7f7f7 !important;
}
.bk-pdp-scope .bg-brandDark {
  background-color: #18392b !important;
}
.bk-pdp-scope .bg-brandGold {
  background-color: #ca9a21 !important;
}
.bk-pdp-scope .hover\:text-brandGold:hover {
  color: #ca9a21 !important;
}
.bk-pdp-scope .hover\:bg-brandGold:hover {
  background-color: #ca9a21 !important;
}
.bk-pdp-scope button.w-full.bg-brandDark.text-white {
  font-family: "Poppins", sans-serif !important;
}
.bk-pdp-scope .bk-pdp-buy-btn {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  min-height: 0 !important;
  box-sizing: border-box !important;
  margin-top: 0 !important;
}
.bk-pdp-scope .bk-pdp-checkout-gap,
.bk-pdp-scope .bk-pdp-eve-teslim-gap {
  margin-bottom: var(--bk-pdp-stack-gap) !important;
}
.bk-pdp-scope #bkPdpMain.bk-pdp-main-media {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 200px;
  margin-bottom: 1.5rem !important;
  overflow: hidden !important;
}
.bk-pdp-scope #bkPdpMain.bk-pdp-main-media > img,
.bk-pdp-scope #bkPdpMain.bk-pdp-main-media > video.main-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center center;
  transition: transform 0.4s ease !important;
}
.bk-pdp-scope #bkPdpMain.bk-pdp-main-media:hover > img,
.bk-pdp-scope #bkPdpMain.bk-pdp-main-media:hover > video.main-video {
  transform: scale(1.05);
}
.bk-pdp-scope .text-red-500 {
  color: #ef4444 !important;
}
.bk-pdp-scope .border-gray-300 {
  border-color: #d1d5db !important;
}
/* Thumbnail â€” Ã¶rnekte: aktif altÄ±n Ã§ift Ã§izgi, diÄŸerleri ince border + opacity */
.bk-pdp-scope .bk-pdp-thumb-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.bk-pdp-scope .bk-pdp-thumb {
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  border: 1px solid #eaeaea;
  opacity: 0.7;
  transition: opacity 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  padding: 0;
  background: #fff;
}
.bk-pdp-scope .bk-pdp-thumb:hover {
  opacity: 1 !important;
}
.bk-pdp-scope .bk-pdp-thumb.is-active {
  border: 2px solid #ca9a21 !important;
  opacity: 1 !important;
  box-shadow: none;
}
.bk-pdp-scope .bk-pdp-thumb img,
.bk-pdp-scope .bk-pdp-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bk-pdp-scope .bk-pdp-thumb .bk-pdp-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.25rem;
  pointer-events: none;
}
/* Sekme Ã§ubuÄŸu â€” Ã¶rnek buton ÅŸeridi */
.bk-pdp-scope .bk-pdp-tab {
  padding: 0.75rem 1.5rem;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #6b7280 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  margin-bottom: -1px;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.bk-pdp-scope .bk-pdp-tab:hover {
  color: #18392b !important;
}
.bk-pdp-scope .bk-pdp-tab.active {
  font-weight: 700 !important;
  color: #18392b !important;
  border-bottom-color: #ca9a21 !important;
}
.bk-pdp-scope .prose,
.bk-pdp-scope .bk-pdp-prose {
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem;
  line-height: 1.625;
  color: #4b5563 !important;
  max-width: none;
}
.bk-pdp-scope .prose strong,
.bk-pdp-scope .bk-pdp-prose strong {
  color: #18392b !important;
  font-weight: 700;
}
.bk-pdp-scope .prose h3,
.bk-pdp-scope .bk-pdp-prose h3,
.bk-pdp-scope .tab-pane h3 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #18392b !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
  font-family: "Poppins", sans-serif !important;
}
.bk-pdp-scope .prose ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.bk-pdp-scope .prose li {
  margin-bottom: 0.5rem;
}
.bk-pdp-scope .bk-pdp-note-box {
  background: #f7f7f7 !important;
  padding: 1rem;
  border-radius: 0.375rem;
  border-left: 4px solid #ca9a21;
  font-size: 0.9375rem;
  color: #374151 !important;
}
/* Bootstrap h1{font-weight:500} override */
.bk-pdp-scope h1.bk-pdp-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.875rem !important;
  line-height: 1.25 !important;
  color: #18392b !important;
  margin: 0 0 0.5rem 0 !important;
}
.bk-pdp-scope .bk-pdp-meta-row {
  border-bottom: 1px solid #eaeaea !important;
  padding-bottom: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.bk-pdp-scope .bk-pdp-price-block {
  padding-top: 0.25rem;
  margin-bottom: var(--bk-pdp-stack-gap) !important;
}
/* Dolan / kalan hisse kartı (referans: beyaz kutu, ince çerçeve, hap progress) */
.bk-pdp-scope .bk-pdp-hisse-card {
  background: #f9fafb !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 1.125rem 1.25rem 1.25rem !important;
  box-sizing: border-box !important;
  margin-bottom: var(--bk-pdp-stack-gap) !important;
}
.bk-pdp-scope .bk-pdp-hisse-card__head {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 1rem !important;
  margin-bottom: 0.875rem !important;
}
.bk-pdp-scope .bk-pdp-hisse-card__filled {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  color: #18392b !important;
}
.bk-pdp-scope .bk-pdp-hisse-card__remain {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  color: #6b7280 !important;
  flex-shrink: 0 !important;
}
.bk-pdp-scope .bk-pdp-hisse-card__track {
  width: 100% !important;
  height: 10px !important;
  border-radius: 9999px !important;
  background: #e9ecef !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.bk-pdp-scope .bk-pdp-hisse-card__fill {
  height: 100% !important;
  border-radius: 9999px !important;
  background: #c8a228 !important;
  transition: width 0.35s ease !important;
  min-width: 0 !important;
}
/* Bootstrap ul{padding-left:2rem} override */
.bk-pdp-scope ul.bk-pdp-features {
  padding-left: 0 !important;
  list-style: none !important;
  margin: 0 0 var(--bk-pdp-stack-gap) 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: var(--bk-pdp-stack-gap) !important;
}
.bk-pdp-scope ul.bk-pdp-features li {
  display: flex !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}
.bk-pdp-scope ul.bk-pdp-features li strong {
  font-weight: 600 !important;
  color: #18392b !important;
}
/* Input & select â€” Bootstrap reboot override */
.bk-pdp-scope input.bk-pdp-input,
.bk-pdp-scope textarea.bk-pdp-input,
.bk-pdp-scope select.bk-pdp-select {
  display: block !important;
  width: 100% !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #374151 !important;
  background-color: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05) !important;
  appearance: auto;
  -webkit-appearance: auto;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.bk-pdp-scope textarea.bk-pdp-input {
  min-height: 5rem !important;
  resize: vertical !important;
}
.bk-pdp-scope .bk-pdp-eve-teslim-row {
  padding: 0.5rem 0 !important;
  border-bottom: 1px dashed #e5e7eb !important;
}
.bk-pdp-scope input.bk-pdp-input:focus,
.bk-pdp-scope textarea.bk-pdp-input:focus,
.bk-pdp-scope select.bk-pdp-select:focus,
.bk-pdp-scope select:focus {
  outline: none !important;
  border-color: #ca9a21 !important;
  box-shadow: 0 0 0 3px rgba(202, 154, 33, 0.25) !important;
}
/* Trust badges â€” Bootstrap p{margin-bottom:1rem} & i{display inline} override */
.bk-pdp-scope .bk-pdp-trust > div {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}
.bk-pdp-scope .bk-pdp-trust i {
  display: block !important;
  margin-bottom: 0.5rem !important;
  font-size: 1.5rem !important;
  color: #18392b !important;
}
.bk-pdp-scope .bk-pdp-trust p {
  margin: 0 !important;
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
  color: #4b5563 !important;
}
/* Strong in feature list */
.bk-pdp-scope .bk-pdp-feature-text strong {
  font-weight: 600 !important;
  color: #18392b !important;
}
.bk-pdp-scope .bk-pdp-adres-onay__label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.65rem !important;
  cursor: pointer !important;
  font-size: 0.875rem !important;
  line-height: 1.45 !important;
  color: #374151 !important;
  margin: 0 !important;
}
.bk-pdp-scope .bk-pdp-adres-onay__input {
  margin-top: 0.2rem !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  flex-shrink: 0 !important;
  accent-color: #18392b !important;
  cursor: pointer !important;
}
.bk-pdp-scope .bk-pdp-adres-onay__text {
  font-family: "Poppins", sans-serif !important;
}
/* Eve teslim adres onay modal (bk-pdp-scope dışında) */
.bk-pdp-modal[hidden] {
  display: none !important;
}
.bk-pdp-modal:not([hidden]) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10050 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  box-sizing: border-box !important;
}
.bk-pdp-modal__backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.45) !important;
}
.bk-pdp-modal__dialog {
  position: relative !important;
  z-index: 1 !important;
  width: 100% !important;
  max-width: 26rem !important;
  background: #fff !important;
  border-radius: 0.75rem !important;
  padding: 1.5rem !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #eaeaea !important;
  font-family: "Poppins", sans-serif !important;
}
.bk-pdp-modal__title {
  margin: 0 0 0.75rem 0 !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  color: #18392b !important;
}
.bk-pdp-modal__text {
  margin: 0 0 1.25rem 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
  color: #4b5563 !important;
}
.bk-pdp-modal__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
  justify-content: flex-end !important;
}
.bk-pdp-modal__btn {
  font-family: "Poppins", sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.375rem !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
}
.bk-pdp-modal__btn--ghost {
  background: #f3f4f6 !important;
  color: #374151 !important;
}
.bk-pdp-modal__btn--ghost:hover {
  background: #e5e7eb !important;
}
.bk-pdp-modal__btn--primary {
  background: #18392b !important;
  color: #fff !important;
}
.bk-pdp-modal__btn--primary:hover {
  background: #ca9a21 !important;
  color: #fff !important;
}
