/**
 * Tema: Retail Bold — kalın kenarlık, vurgulu başlıklar
 */
.theme-retail-bold body {
  background: #fff;
}
.theme-retail-bold .navbar.main-navbar,
.theme-retail-bold .navbar {
  background: #fff !important;
  border-bottom: 4px solid var(--primary-color, #366092);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.06);
}
.theme-retail-bold .navbar-brand {
  font-weight: 900 !important;
  letter-spacing: -0.04em;
}
.theme-retail-bold .card {
  border-radius: 0;
  border: 2px solid #212529;
  box-shadow: 6px 6px 0 rgba(33, 37, 41, 0.12) !important;
}
.theme-retail-bold .btn-primary {
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.theme-retail-bold footer.bg-dark {
  background: #212529 !important;
  border-top: 4px solid var(--primary-color, #366092);
}
