.header-search {
  position: relative;
}

.search-toggle {
  background: none;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  color: #000;
}

.search-dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  width: 280px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  display: none;
  z-index: 999;
}

.search-dropdown.active {
  display: block;
}

.search-dropdown input[type="search"] {
  width: 100%;
}


.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: #0066ff;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 50%;
}

.login-btn {
  background: #0066ff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-btn:hover {
  background: #004ecc;
  color: #fff;
}

.site-nav ul {
  justify-content: center;
}
