/* Header-specific overrides extracted from header.tpl */

ul.menu {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  background-color: #f8f8f8;
}

ul.menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

ul.menu li a:hover {
  background-color: #e0e0e0;
}

.tr-kaydet-menu {
  margin-left: auto;
}

.tr-kaydet-menu a {
  background: linear-gradient(135deg, #1abc9c, #3498db);
  color: #ffffff !important;
  font-weight: bold;
  font-size: 14px;
  height: 40px !important;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  white-space: nowrap;
  display: inline-block;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tr-kaydet-menu a:hover {
  background: linear-gradient(135deg, #16a085, #2980b9);
  transform: translateY(-1px);
}

#google_translate_element {
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
}

.goog-te-combo {
  width: 100%;
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.goog-te-gadget span,
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.ekit-menu-badge {
  position: absolute;
  top: 60px;
  margin-left: 50px;
  font-weight: 600;
  background-color: #bbb;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  font-size: 9px;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  animation: blink-badge 2s infinite;
}

@keyframes blink-badge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media screen and (max-width: 768px) {
  .ekit-menu-badge {
    display: none !important;
  }
}

body {
  padding-top: 0 !important;
}

.top-bar .container::before,
.top-bar .container::after {
  display: none;
}

.faq-wrapper .section-title {
  text-align: start !important;
}

.hamburger-btn {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  background: #0083ff;
  margin-left: 10px;
  border: none;
  display: none;
}

.mobile-menu-head {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .hamburger-btn {
    display: flex;
  }
  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .mobile-menu-head button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    background: #0083ff;
    margin-left: 10px;
    border: none;
  }
}

.cart-link img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

header .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 991px) {
  header .actions {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .cart-item-count {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
}

