body { margin: 0; font-family: Arial, sans-serif; } header { display: flex; justify-content: space-between; align-items: center; background-color: #f8f9fa; padding: 10px 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .logo img { height: 50px; } nav ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; } nav ul li { position: relative; } nav ul li a { text-decoration: none; color: #333; font-weight: bold; } nav ul li a:hover { color: #007bff; } .search-cart { display: flex; align-items: center; gap: 10px; } .search-cart input { padding: 5px 10px; border: 1px solid #ccc; border-radius: 4px; } .search-cart button { background: none; border: none; cursor: pointer; font-size: 18px; } .search-cart a { font-size: 24px; color: #333; text-decoration: none; } .search-cart a:hover { color: #007bff; }